Re: Brown Bag 2022 or 2023 Poll - location options and timing - pick one 2022 option and one 2023 option
#poll-notice
Craig,
You are the exception to the rules - your vote is cast - 2022 anywhere. Thanks, Charles -- Charles Coe, CPA, MCSE New Orleans, Louisiana
|
|
Re: Brown Bag 2022 or 2023 Poll - location options and timing - pick one 2022 option and one 2023 option
#poll-notice
Craig Martin
Like my teenage nickname, Martini, I'd say anytime, anyplace, anywhere. (You might have to be of a certain age to get the TV advert theme song reference).
I've never been to New Orleans. I'd vote 2022. 2023 can take care of itself. Why wait until October?
Oh, you had rules about replying? Rules don't apply to me.
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Charles Coe via groups.io <coe@...>
Sent: Thursday, June 23, 2022 1:43 PM To: main@magicu-l.groups.io <main@magicu-l.groups.io> Subject: [magicu-l] Brown Bag 2022 or 2023 Poll - location options and timing - pick one 2022 option and one 2023 option #poll-notice A new poll has been created: Fellow Magicians, we are working to put on the next Magic Brown Bag event.
I have recently gone to a couple conferences and no major Covid related issues have come up, so we're going to give it a try. Todd and I spoke and want to gauge your level of interest in three destinations: Las Vegas, Orlando or New Orleans.
If we are able to keep the attendee cost to $195 for 3 days training and the hotel room cost to $250.00/night including taxes, which of the below would you seriously be more likely to attend:
October (or early November) 2022 - pick one of these 4 Las Vegas Orlando New Orleans None of the above AND March 2023 - also pick one of these 4 Las Vegas Orlando New Orleans None of the above
Please be aware that this is put on by volunteers and we have to make financial commitments to the hotel, so we are trying to get a good gauge of interest. As in the past, this will be a non-profit event.
If we have it in New Orleans (as this is my home), we will probably do the one free dinner night (i.e. crawfish/cajun food) again due to overall cost savings.
As in the past we would ask Magic to present the first day, and have user presentations on the second and third days.
Thank you, Charles Coe 1. October (or early November) 2022 - Las Vegas Do not reply to this message to vote in the poll. You can vote in polls only through the group's website. -- Charles Coe, CPA, MCSE New Orleans, Louisiana
|
|
Brown Bag 2022 or 2023 Poll - location options and timing - pick one 2022 option and one 2023 option
#poll-notice
Fellow Magicians, we are working to put on the next Magic Brown Bag event.
I have recently gone to a couple conferences and no major Covid related issues have come up, so we're going to give it a try. Todd and I spoke and want to gauge your level of interest in three destinations: Las Vegas, Orlando or New Orleans.
If we are able to keep the attendee cost to $195 for 3 days training and the hotel room cost to $250.00/night including taxes, which of the below would you seriously be more likely to attend:
October (or early November) 2022 - pick one of these 4 Las Vegas Orlando New Orleans None of the above AND March 2023 - also pick one of these 4 Las Vegas Orlando New Orleans None of the above
Please be aware that this is put on by volunteers and we have to make financial commitments to the hotel, so we are trying to get a good gauge of interest. As in the past, this will be a non-profit event.
If we have it in New Orleans (as this is my home), we will probably do the one free dinner night (i.e. crawfish/cajun food) again due to overall cost savings.
As in the past we would ask Magic to present the first day, and have user presentations on the second and third days.
Thank you, Charles Coe
Thank you for voting. Results will be available when the poll is closed.
|
|
Re: Software-escrow for XPA sources
I've always used Iron Mountain.
Expenses will vary based on what's being escrowed and number of companies that are added to the plan.
They are very knowledgeable and will walk you through the entire process.
Keith
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of for no reason <windowmagician@...>
Sent: Thursday, June 23, 2022 8:56:46 AM To: main@magicu-l.groups.io <main@magicu-l.groups.io> Subject: Re: [magicu-l] Software-escrow for XPA sources The services in days gone by sold their source and were never prosecuted.
If such a service was properly bonded/insured the possible otherwise just protect with major encryption don
|
|
swithmail an email system
for no reason
it works without issues
support is highly responsive and effective. don
|
|
Re: Software-escrow for XPA sources
for no reason
The services in days gone by sold their source and were never prosecuted.
If such a service was properly bonded/insured the possible otherwise just protect with major encryption don
|
|
Software-escrow for XPA sources
Avgerinos
Hi magicians
Did you ever make use of software-escrow services? I 'm interested in setting up a secure process, so that the source-code is provided to the client in case of discontinued development by the vendor. Any shared experience or recommendations would be appreciated. Thanks in advance Avgerinos
|
|
Re: Upload File using HTTPCall post
Tim Downie
Do you know how to make it work in postman or fiddler? What your trying to do there is non standard. Generally u declare content types in rhe header and post files on the body
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Anton Doank <anton@...>
Sent: Tuesday, 21 June 2022 9:02 PM To: main@magicu-l.groups.io <main@magicu-l.groups.io> Subject: [magicu-l] Upload File using HTTPCall post [Edited Message Follows] hi guys,i want to call API to post pdf file, in the message body i want to put file type parameter how can i achieve this? i want to upload pdf file in c:\tes.pdf should i convert this pdf or i can just put the filename and file directory in the message body like this HTTPCall('Post','https://apix.sandbox.com/v2/document/upload', '{"document": "c:\tes.pdf"}' ,header 1, header 2)
this API only Accept Value: application/json Content-Type Value: multipart/form-data
|
|
Re: Using HTTPPost To Send A File
Anton Doank
hi mike, did your problem fixed? Do you have solution for this? I have same case with you, i want to send a file using httppost.
|
|
Re: Upload File using HTTPCall post
Anton Doank
hi tim,
i need to pass parameter name "document" and value for this parameter is pdf file, so i will convert the pdf using file2blb update to virtual A (Blob) and put ini message body httpcall like this ? HTTPCall('Post','https://apix.sandbox.com/v2/document/upload', '{"document": "'&A&'"}' ,header 1, header 2)
|
|
Re: Upload File using HTTPCall post
Tim Downie
File2blob the pdf and pass the virtual as the body
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Anton Doank <anton@...>
Sent: Tuesday, 21 June 2022 9:02 PM To: main@magicu-l.groups.io <main@magicu-l.groups.io> Subject: [magicu-l] Upload File using HTTPCall post hi guys,
i want to call API to post pdf file, in the message body i want to put file type parameter how can i achieve this? i want to upload pdf file in c:\tes.pdf should i convert this pdf or i can just put the filename and file directory in the message body like this HTTPCall('Post','https://apix.sandbox.com/v2/document/upload', '{"document": "c:\tes.pdf"}' ,header 1, header 2)
|
|
Upload File using HTTPCall post
hi guys,
i want to call API to post pdf file, in the message body i want to put file type parameter how can i achieve this? i want to upload pdf file in c:\tes.pdf should i convert this pdf or i can just put the filename and file directory in the message body like this HTTPCall('Post','https://apix.sandbox.com/v2/document/upload', '{"document": "c:\tes.pdf"}' ,header 1, header 2)
this API only Accept Value: application/json Content-Type Value: multipart/form-data
|
|
Web API
Jeroen Bos
Hello,
There is a .Net example from Magic on how to call a XPA application in combination with the MgRequester.dll and MGrqgnrc.dll, but that is a command line requester. To my opinion it should also be possible to do the same from an ASP.NET Core Web API application, but I don't know how to do that. Has anybody done this before and has an example that can be shared? Best regards, Jeroen Bos Lekkerland Nederland BV
|
|
Crash Magic v9.4
De Netwerkadviseur BV
Hi,
I have a strange problem. Using v9.4SP8 with Btrieve Actian v14 on a Windows network. Stable installation for months, last 3 weeks is v9.4 crashing from time to time. Nothing in MGError.log, nothing in Zen.log. Only a Kernel EventID 1000 in Windows log. So I activated the Monitor.log and now it happend: No crashing any more. So I deactivated it: Crashing again. Again activated: No crashing. And so on........... No way to get more detailed info on the crash this way. I did rebuild some datafiles, but no results. Someone has experienced something simular? Some suggestions to find the reason of crashing without above mentioned logs? I am a bit out of possibilities: Same versions are working with other clients, so it has to be the combination of my application and thier network. Kind regards, André
|
|
Re: Emailing Unipaas 1.9i
your mailserver should be reachable via port 25 (SMTP connection)
see: Use Telnet to test SMTP communication on Exchange servers | Microsoft Docs
|
|
Emailing Unipaas 1.9i
John Dowbiggin
Hi
I am making some progress with the job of incoprporating emailing into my app thanks to help from members in this group. I have a test harness which is working perfectly on my system, but when I got to users system a different story.
I am using Outlook and am using the settings from that, My client is using MS Exchange Server. I believe when doing a MailConnect() the key parameters will be the mail server, user and pws. I am using mail.companyname.com for mail server, comsale.companyname.com for user and password as related to the user. The connect is failing with an error code -1: Operation failed (not a very helpful error message. Can anyne give me a hint what might be needed for MS Exchange Server.
Best regards and in hope
John Dowbiggin
|
|
Re: DOT.NET code again
#xpa
Craig Martin
Vikend? You sound like you are channeling Pavel Chekov in Star Trek IV: The Voyage Home
"Excuse me, sir. Can you direct me to the Navy base in Alameda? It's where they keep the nuclear wessels"
Anyhoo.
The dot net snippets feature has limitations that will inflict undue pain on your future.
Best to build a dotnet exe or dll (better, a python script or python compiled exe) independent of Magic you can call.
This is not a "choose your own adventure" narrative. Thank me later.
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Adrian Wick <adrian.wick2015@...>
Sent: Friday, June 17, 2022 11:02 PM To: main@magicu-l.groups.io <main@magicu-l.groups.io> Subject: Re: [magicu-l] DOT.NET code again #xpa [Edited Message Follows] I really don't know what i was doing before that it didn't work ...3 simple lines of code are all that are needed and a dot.net variable.
You guys just made my vikend :) Beer's on me! A
|
|
Re: DOT.NET code again
#xpa
I really don't know what i was doing before that it didn't work ...
3 simple lines of code are all that are needed and a dot.net variable.
You guys just made my vikend :) Beer's on me! A
|
|
Re: DOT.NET code again
#xpa
Adrian Wick
Found the solution in "3rd party dotnet samples".
Thank you!
|
|
Re: DOT.NET code again
#xpa
Adrian Wick
@Frederik
thank you! @Keith no particular reason ... just trying to learn DOT.NET ... Regards A
|
|