|
Getting data from Google Analytics within a Magic program XPA 3.3g
You need to do what the documentation tells, apply SHA256WithRSA to your message (that JSON). SHA256WithRSA gets the message and your private key as parameters. You then add the resulting byte string
You need to do what the documentation tells, apply SHA256WithRSA to your message (that JSON). SHA256WithRSA gets the message and your private key as parameters. You then add the resulting byte string
|
By
Andreas Sedlmeier
· #194286
·
|
|
connecting to magic broker over HTTPs
Hi Adam. You do not need to do anything on Magic side. Encryption is from your client to IIS. You need to configure SSL/TLS (https) correctly in your IIS which is a bit more than just allowing the pro
Hi Adam. You do not need to do anything on Magic side. Encryption is from your client to IIS. You need to configure SSL/TLS (https) correctly in your IIS which is a bit more than just allowing the pro
|
By
Andreas Sedlmeier
· #194265
·
|
|
Office365 email
For me this sounds as if you did not configure the relay for outgoing mail properly.
For me this sounds as if you did not configure the relay for outgoing mail properly.
|
By
Andreas Sedlmeier
· #194242
·
|
|
HTTPCALL XPA3.3 (windows10 and windows server 2008 R2); same application, 2 differend results
Which browser do you use to see it working on Windows Server 2008 ? Maybe you have to activate TLS 1.2 on that system. You could check what the TLS version is for your connection with a network monito
Which browser do you use to see it working on Windows Server 2008 ? Maybe you have to activate TLS 1.2 on that system. You could check what the TLS version is for your connection with a network monito
|
By
Andreas Sedlmeier
· #194214
·
|
|
Access to extract users with their rights and groups
If you are logged in as Supervisor you can use functions UserAdd and GroupAdd to modify the security file.
If you are logged in as Supervisor you can use functions UserAdd and GroupAdd to modify the security file.
|
By
Andreas Sedlmeier
· #194208
·
|
|
Files to Load Driver: MGFREEIMAGE.DLL
Can you check if mgfreeimage.dll and freeimage.dll are actually there (reside in the directory of your Magic installation) ? Other than that I cannot see a reason why Magic should not be able to load
Can you check if mgfreeimage.dll and freeimage.dll are actually there (reside in the directory of your Magic installation) ? Other than that I cannot see a reason why Magic should not be able to load
|
By
Andreas Sedlmeier
· #194185
·
|
|
Blob2Req to provide JSON
How do you create your JSON. There should be no HTML tags if you write them with JSON templates to a Blob or use String functions. Do you have HTML templates ??
How do you create your JSON. There should be no HTML tags if you write them with JSON templates to a Blob or use String functions. Do you have HTML templates ??
|
By
Andreas Sedlmeier
· #194175
·
|
|
Getting data from Google Analytics within a Magic program XPA 3.3g
And now, since you did that exercise you can use Elasticsearch for quite everything and have Kibana for nice visualizations and dashboards. Here's an example of a logstash plugin for Google Analytics.
And now, since you did that exercise you can use Elasticsearch for quite everything and have Kibana for nice visualizations and dashboards. Here's an example of a logstash plugin for Google Analytics.
|
By
Andreas Sedlmeier
· #194164
·
|
|
Getting data from Google Analytics within a Magic program XPA 3.3g
Integrating Google Analytics with Elasticsearch to access from Magic XPA is maybe a good idea anyways. Should help a lot.
Integrating Google Analytics with Elasticsearch to access from Magic XPA is maybe a good idea anyways. Should help a lot.
|
By
Andreas Sedlmeier
· #194162
·
|
|
Persistent form state and form start-up position XPA 3.3g
Thats not the .net way and the author explicitely asks for no .net replies ;). Its C++ / WinSDK
Thats not the .net way and the author explicitely asks for no .net replies ;). Its C++ / WinSDK
|
By
Andreas Sedlmeier
· #194154
·
|
|
Web Client
I can imagine that the Web Client is better than you think, Craig ^^. Still I would not want to have that tight coupling either and would rather learn Angular where I then could have Magic on the back
I can imagine that the Web Client is better than you think, Craig ^^. Still I would not want to have that tight coupling either and would rather learn Angular where I then could have Magic on the back
|
By
Andreas Sedlmeier
· #194117
·
|
|
Filecopy to network drive problem
Your path is ok for a 64-Bit version of Magic, it is however not relevant for a FileCopy operation anyways. Magic implements that natively and does not need a command shell to execute that operation.
Your path is ok for a 64-Bit version of Magic, it is however not relevant for a FileCopy operation anyways. Magic implements that natively and does not need a command shell to execute that operation.
|
By
Andreas Sedlmeier
· #194116
·
|
|
Imap Mailconnect office365 to read incoming email
Finally ^^ Thanks for that information. Still, Stunnel solves the problem without any changes required in the appliction.
Finally ^^ Thanks for that information. Still, Stunnel solves the problem without any changes required in the appliction.
|
By
Andreas Sedlmeier
· #194100
·
|
|
Imap Mailconnect office365 to read incoming email
Hi Hershel, Magic's SMTP/IMAP functionality does not support SSL/TLS and that's the only option with office365 You can workaround with stunnel. Check here for a start: https://www.winsysadminblog.com/
Hi Hershel, Magic's SMTP/IMAP functionality does not support SSL/TLS and that's the only option with office365 You can workaround with stunnel. Check here for a start: https://www.winsysadminblog.com/
|
By
Andreas Sedlmeier
· #194088
·
|
|
Character Set/Encoding Problem
You can. Magic & Unicode has some minor caveats but basically its a nice solution and porting is easy. Now I do not do any Magic anymore but before all my Magic applications were Unicode since very lo
You can. Magic & Unicode has some minor caveats but basically its a nice solution and porting is easy. Now I do not do any Magic anymore but before all my Magic applications were Unicode since very lo
|
By
Andreas Sedlmeier
· #194074
·
|
|
Character Set/Encoding Problem
Hi Mike, I too do not really know what made your initial UTF8FromAnsi approach fail, I would have to look into the conversion result in an hex editor. You should not do it on the whole blob but only o
Hi Mike, I too do not really know what made your initial UTF8FromAnsi approach fail, I would have to look into the conversion result in an hex editor. You should not do it on the whole blob but only o
|
By
Andreas Sedlmeier
· #194070
·
|
|
Character Set/Encoding Problem
Hi Mike, UTF8FromAnsi should work, you then however need to set the I/O Properties to ANSI. Did you do that ? If I/O Properties is UTF-8 (If this is an option - I do not remember) then you would not u
Hi Mike, UTF8FromAnsi should work, you then however need to set the I/O Properties to ANSI. Did you do that ? If I/O Properties is UTF-8 (If this is an option - I do not remember) then you would not u
|
By
Andreas Sedlmeier
· #194066
·
|
|
Character Set/Encoding Problem
Hi Mike. It's obviously ANSI what you do write to your XML, not Unicode / UTF-8. You have to set the charset in your XML header accordingly to charset=iso-8859-1 That does however not mean that the re
Hi Mike. It's obviously ANSI what you do write to your XML, not Unicode / UTF-8. You have to set the charset in your XML header accordingly to charset=iso-8859-1 That does however not mean that the re
|
By
Andreas Sedlmeier
· #194064
·
|
|
sending email
Let us know your results. Magic's problem with encrypted email communication is discussed here quite frequently and that stunnel is a nice solution. When I have some time I'll do a sample configuratio
Let us know your results. Magic's problem with encrypted email communication is discussed here quite frequently and that stunnel is a nice solution. When I have some time I'll do a sample configuratio
|
By
Andreas Sedlmeier
· #193946
·
|
|
sending email
Here is some information regarding the idea with the tunnel. Your user has to install that on his desktop. Then Magic will work fine with smtp.office365.com . https://www.winsysadminblog.com/2019/02/u
Here is some information regarding the idea with the tunnel. Your user has to install that on his desktop. Then Magic will work fine with smtp.office365.com . https://www.winsysadminblog.com/2019/02/u
|
By
Andreas Sedlmeier
· #193937
·
|