|
consommer un web service avec un SSL
Hello everyone
Need help
Magic xpa 3.2e and magic xpi 4.7 version
1 / I have to connect to an SSL web service (https: // ....) via a certificate given by the provider with a password and an
Hello everyone
Need help
Magic xpa 3.2e and magic xpi 4.7 version
1 / I have to connect to an SSL web service (https: // ....) via a certificate given by the provider with a password and an
|
By
jrlavie3000@...
·
#188665
·
|
|
Re: Passing a variable/s to a blob for HTTP Call Magic XPA/XPI
#ria
Hi Darren,
You can have a Magic program on server side with this set of parameters too, just give it a public name and set external flag. You can now invoke it by http request (http GET/POST) - if
Hi Darren,
You can have a Magic program on server side with this set of parameters too, just give it a public name and set external flag. You can now invoke it by http request (http GET/POST) - if
|
By
Andreas Sedlmeier
·
#188664
·
|
|
Re: offline table conversion
Hi Tim,
Automatic table conversion is only available from the studio on your development database. If you want to convert tables on the production database you will have to write your own conversion
Hi Tim,
Automatic table conversion is only available from the studio on your development database. If you want to convert tables on the production database you will have to write your own conversion
|
By
Govert Schipper
·
#188663
·
|
|
Re: Passing a variable/s to a blob for HTTP Call Magic XPA/XPI
#ria
Hi Andreas,
I took a screenshot on how it looks like when using "Call Remote".
[img]https://i.imgur.com/UFb5sZg.png[/img]
https://i.imgur.com/UFb5sZg.png
Hi Andreas,
I took a screenshot on how it looks like when using "Call Remote".
[img]https://i.imgur.com/UFb5sZg.png[/img]
https://i.imgur.com/UFb5sZg.png
|
By
Darren
·
#188662
·
|
|
offline table conversion
Hi
Does anyone have any knowledge of how the offline table conversion process works. Weve added fields in some instances the conversion has worked automatically.
Other times were getting a type of
Hi
Does anyone have any knowledge of how the offline table conversion process works. Weve added fields in some instances the conversion has worked automatically.
Other times were getting a type of
|
By
Tim Downie
·
#188661
·
|
|
Re: uniPaaS 1.9/Sql Server 2008 R2 - Message - Record has been deleted/updated
Hi Lado,
Sounds like you have an active session in the database.
Close all UniPaaS Projects and please ask your DB admin to delete your session in the database and try again.
Best Regards,
Darren
Hi Lado,
Sounds like you have an active session in the database.
Close all UniPaaS Projects and please ask your DB admin to delete your session in the database and try again.
Best Regards,
Darren
|
By
Darren
·
#188660
·
|
|
Re: Passing a variable/s to a blob for HTTP Call Magic XPA/XPI
#ria
Hi Andreas,
I will send the blob to XPI generated HTTP. it's just a group of Alpha characters.
Yes I made it ANSI, I just updated my blob variable consisting of 3 alpha variables(A,B,C) like: A&B&C
Hi Andreas,
I will send the blob to XPI generated HTTP. it's just a group of Alpha characters.
Yes I made it ANSI, I just updated my blob variable consisting of 3 alpha variables(A,B,C) like: A&B&C
|
By
Darren
·
#188659
·
|
|
Re: Session printer Magic
Hi Eric,
News from your system administrator ? :)
I tested that now, PrintDlg with PD_RETURNDEFAULT flag in order to see if it returns information about the printer a user selected (and configured) in
Hi Eric,
News from your system administrator ? :)
I tested that now, PrintDlg with PD_RETURNDEFAULT flag in order to see if it returns information about the printer a user selected (and configured) in
|
By
Andreas Sedlmeier
·
#188658
·
|
|
Re: SHA-256
Hi Steve,
Took me a while to get a development environment running, long time no C++ for me ^^
I built a DLL named mgcrypt.dll and uploaded it to the file section here:
Hi Steve,
Took me a while to get a development environment running, long time no C++ for me ^^
I built a DLL named mgcrypt.dll and uploaded it to the file section here:
|
By
Andreas Sedlmeier
·
#188657
·
|
|
New file uploaded to main@magicu-l.groups.io
Hello,
This email message is a notification to let you know that a file has been uploaded to the Files area of the main@magicu-l.groups.io group.
File: mgcrypt.dll
Uploaded By:Andreas Sedlmeier
Hello,
This email message is a notification to let you know that a file has been uploaded to the Files area of the main@magicu-l.groups.io group.
File: mgcrypt.dll
Uploaded By:Andreas Sedlmeier
|
By
main@magicu-l.groups.io Notification <main+notification@...>
·
#188656
·
|
|
uniPaaS 1.9/Sql Server 2008 R2 - Message - Record has been deleted/updated
Hi Group,
I am getting an error "Record has been deleted/updated or cannot be locked" in one of my online browser program. As soon as I try to enter any letter in the field in modify mode, it gives
Hi Group,
I am getting an error "Record has been deleted/updated or cannot be locked" in one of my online browser program. As soon as I try to enter any letter in the field in modify mode, it gives
|
By
Lado Wali
·
#188655
·
|
|
Magic Scope for Magic Version 8.3
Hi Everybody
looking for a copy of Magic Scope, debugging tool. Used it a lot in my last position, and would like to add it to this client's version of Magic. I've got it in 1.9, and can (in
Hi Everybody
looking for a copy of Magic Scope, debugging tool. Used it a lot in my last position, and would like to add it to this client's version of Magic. I've got it in 1.9, and can (in
|
By
Stephen Saxton
·
#188654
·
|
|
Re: Output File Append Line running slow on server 2016 as text file gets larger - Unipaas
Peter,
Could it be that the log file is being written into a compressed folder, that the server itself is compressing the file "on the fly"?
Steve Blank
Peter,
Could it be that the log file is being written into a compressed folder, that the server itself is compressing the file "on the fly"?
Steve Blank
|
By
Steven Blank
·
#188653
·
|
|
Re: Passing a variable/s to a blob for HTTP Call Magic XPA/XPI
#ria
Hi Darren,
Is that server, where you want to send your data (that Blob) to, controlled by you ? Then you can serialize your variables into that blob using any format you want, a concetenation of
Hi Darren,
Is that server, where you want to send your data (that Blob) to, controlled by you ? Then you can serialize your variables into that blob using any format you want, a concetenation of
|
By
Andreas Sedlmeier
·
#188652
·
|
|
Passing a variable/s to a blob for HTTP Call Magic XPA/XPI
#ria
Hello Guys,
I seldom use Blobs and how to I send 2 variables in to a blob for a httpcall ?
variable test1 is alpha10
variable test2 is alpha5
my blob variable is blob1
how to send test1 and test2
Hello Guys,
I seldom use Blobs and how to I send 2 variables in to a blob for a httpcall ?
variable test1 is alpha10
variable test2 is alpha5
my blob variable is blob1
how to send test1 and test2
|
By
Darren
·
#188651
·
|
|
Re: Runtime Install xpa 3
Well, yes, MSE talks a lot about digital transformation now, but actually do not even know how to do a proper installation on Windows ^^. In my XpaDemo project I spent quite some time in order to get
Well, yes, MSE talks a lot about digital transformation now, but actually do not even know how to do a proper installation on Windows ^^. In my XpaDemo project I spent quite some time in order to get
|
By
Andreas Sedlmeier
·
#188650
·
|
|
Re: Output File Append Line running slow on server 2016 as text file gets larger - Unipaas
Hi Peter,
There was a discussion about log compression and rotation not so long ago. Just install a good log rotator and the problem should be gone.
What I see more and more often, because it's so
Hi Peter,
There was a discussion about log compression and rotation not so long ago. Just install a good log rotator and the problem should be gone.
What I see more and more often, because it's so
|
By
Andreas Sedlmeier
·
#188649
·
Edited
|
|
Output File Append Line running slow on server 2016 as text file gets larger - Unipaas
Hi all,
We have various log files that we create for troubleshooting purposes. Its a fairly basic central program we wrote which does a Form output with the IO set to file append line, for a line up
Hi all,
We have various log files that we create for troubleshooting purposes. Its a fairly basic central program we wrote which does a Form output with the IO set to file append line, for a line up
|
By
Peter Ashworth
·
#188648
·
|
|
Re: Runtime Install xpa 3
Andreas,
I complained for years about Magic’s setup, but fell on deaf ears. So I:
Never install it in the default “Program Files” folder. Always outside of what Windows knows as user
Andreas,
I complained for years about Magic’s setup, but fell on deaf ears. So I:
Never install it in the default “Program Files” folder. Always outside of what Windows knows as user
|
By
Keith Canniff
·
#188647
·
|
|
Re: Runtime Install xpa 3
Steven,
I just overlay this installed folder with the modified data from the copied folder.
It also makes it easier to apply updates because Magic recognizes it’s an update and applies it to
Steven,
I just overlay this installed folder with the modified data from the copied folder.
It also makes it easier to apply updates because Magic recognizes it’s an update and applies it to
|
By
Keith Canniff
·
#188646
·
|