|
SQL Dates in Magic 101
Hi, It works in that I don’t get the Cast error but I don’t get any returned records either. I have checked the data and all records for the order I am locating have null in the Completed column. Adam
Hi, It works in that I don’t get the Cast error but I don’t get any returned records either. I have checked the data and all records for the order I am locating have null in the Completed column. Adam
|
By
Jackson, Adam
· #195882
·
|
|
SQL Dates in Magic 101
Hi, Probably should have worked this out ages ago but struggling with locating on null datetime fields inside a LQ or LW though I suspect would be same in main table too. I have a null allowed date fi
Hi, Probably should have worked this out ages ago but struggling with locating on null datetime fields inside a LQ or LW though I suspect would be same in main table too. I have a null allowed date fi
|
By
Jackson, Adam
· #195880
·
|
|
Error: "Access denied - wrong user name or password" (-133)
FIXED – just not 100% sure how. Likely suspect is some changes we did on Friday to allow access to broker servers from outside world which we eventually undid today. Only way to know is to reapply aga
FIXED – just not 100% sure how. Likely suspect is some changes we did on Friday to allow access to broker servers from outside world which we eventually undid today. Only way to know is to reapply aga
|
By
Jackson, Adam
· #195869
·
|
|
Error: "Access denied - wrong user name or password" (-133)
The problem has moved on. Firstly, If I add the username and password values to the URL it works fines. Secondly, my colleague needed to start broker on prod server and that is now getting error too.
The problem has moved on. Firstly, If I add the username and password values to the URL it works fines. Secondly, my colleague needed to start broker on prod server and that is now getting error too.
|
By
Jackson, Adam
· #195868
·
|
|
Error: "Access denied - wrong user name or password" (-133)
Steve, We have three servers: Test App Server – used to host broker during PoC – broker was turned off prior to these issues. Turned broker back on yesterday and it worked OK. Tried today and get erro
Steve, We have three servers: Test App Server – used to host broker during PoC – broker was turned off prior to these issues. Turned broker back on yesterday and it worked OK. Tried today and get erro
|
By
Jackson, Adam
· #195867
·
|
|
Error: "Access denied - wrong user name or password" (-133)
Hi, I am getting the error in the subject line when I try to run a broker program from our test server. This was working until I ran a magic install fix. I have tried many things to get it working. Th
Hi, I am getting the error in the subject line when I try to run a broker program from our test server. This was working until I ran a magic install fix. I have tried many things to get it working. Th
|
By
Jackson, Adam
· #195859
·
|
|
xPa Losing focus
Hi, Our users are experiencing times when they have our app open and the focus is lost and it is not clear which app or background process has taken it. It can even happen when the user is actively us
Hi, Our users are experiencing times when they have our app open and the focus is lost and it is not clear which app or background process has taken it. It can even happen when the user is actively us
|
By
Jackson, Adam
· #195738
·
|
|
Locking / Transactions
Hi, We have an on-line program (Physical / On Record Lock / On Modify) that calls a subtask when any one of columns A – D are modified using a var change event. The top task has force record suffix =
Hi, We have an on-line program (Physical / On Record Lock / On Modify) that calls a subtask when any one of columns A – D are modified using a var change event. The top task has force record suffix =
|
By
Jackson, Adam
· #195577
·
|
|
Cipher/DeCipher using AES
Hi, I am getting some encrypted data encrypted using AES method and want to use the decipher command to get the plain text. I have been given the key. To get me started I replicated the example in the
Hi, I am getting some encrypted data encrypted using AES method and want to use the decipher command to get the plain text. I have been given the key. To get me started I replicated the example in the
|
By
Jackson, Adam
· #195475
·
|
|
Usernames in broker programs
Hi, Is it possible for a program being run through the broker to know the username of the person who instigated the call of that program? Example being I’m a user who runs a broker program by entering
Hi, Is it possible for a program being run through the broker to know the username of the person who instigated the call of that program? Example being I’m a user who runs a broker program by entering
|
By
Jackson, Adam
· #195465
·
|
|
Broker requests in file
HI, Where do I find MagicXPA? I have looked on files section of user group and cannot find it. I have tried turning on the logging option but it is too verbose for me. Adam Adam Jackson Senior Manage
HI, Where do I find MagicXPA? I have looked on files section of user group and cannot find it. I have tried turning on the logging option but it is too verbose for me. Adam Adam Jackson Senior Manage
|
By
Jackson, Adam
· #195323
·
|
|
Broker requests in file
Hi, Is there anyway to get the requests info from the broker monitor in text export form. I would like to monitor and report on how much each program gets used. Magic xpa 2.5d TIA Adam Adam Jackson S
Hi, Is there anyway to get the requests info from the broker monitor in text export form. I would like to monitor and report on how much each program gets used. Magic xpa 2.5d TIA Adam Adam Jackson S
|
By
Jackson, Adam
· #195306
·
|
|
DataViewToHTML with direct SQL
Correction: not character limit – direct SQL APG had made a long text column a Blob which the DataTo command did not like. Made it a long Unicode and all good Adam Jackson Manager, Business Systems T
Correction: not character limit – direct SQL APG had made a long text column a Blob which the DataTo command did not like. Made it a long Unicode and all good Adam Jackson Manager, Business Systems T
|
By
Jackson, Adam
· #194278
·
|
|
DataViewToHTML with direct SQL
HI Steve, Thanks, got it working though there seems to be some character limit on the data and column name arguments. When I restrict the columns so length of these are 257 chars it works. If I add on
HI Steve, Thanks, got it working though there seems to be some character limit on the data and column name arguments. When I restrict the columns so length of these are 257 chars it works. If I add on
|
By
Jackson, Adam
· #194277
·
|
|
DataViewToHTML with direct SQL
HI, Just tried that by doing the RepStr I did on Column List virtual and still same. Adam AdamJacksonManager, Business SystemsT +447949892482M +447949892482E adam.jackson@... Formula 1
HI, Just tried that by doing the RepStr I did on Column List virtual and still same. Adam AdamJacksonManager, Business SystemsT +447949892482M +447949892482E adam.jackson@... Formula 1
|
By
Jackson, Adam
· #194272
·
|
|
DataViewToHTML with direct SQL
Hi, I am trying to get DataViewToHTML working on a batch task with direct SQL and it is not working. My set up is as follows: In Task Prefix Where v Data List is populated with Trim(v Data List)&IF(v
Hi, I am trying to get DataViewToHTML working on a batch task with direct SQL and it is not working. My set up is as follows: In Task Prefix Where v Data List is populated with Trim(v Data List)&IF(v
|
By
Jackson, Adam
· #194270
·
|
|
connecting to magic broker over HTTPs
Hi, I have a magic broker running on a server and can connect to it using http protocol no problem but I would like to switch it to use https as well because I want to embed the URL into SharePoint or
Hi, I have a magic broker running on a server and can connect to it using http protocol no problem but I would like to switch it to use https as well because I want to embed the URL into SharePoint or
|
By
Jackson, Adam
· #194263
·
|
|
MSSQL database connection resilience
Hi, Is it possible to use the “ConnectRetryCount” and “ConnectRetryInterval” in the database connection strings in Magic xPa 2.5? It looks like the string is only big enough to take one of these argum
Hi, Is it possible to use the “ConnectRetryCount” and “ConnectRetryInterval” in the database connection strings in Magic xPa 2.5? It looks like the string is only big enough to take one of these argum
|
By
Jackson, Adam
· #193777
·
|
|
Detect if WIFI turned on
Yep – that sorted it! thank you Luuk and Arch
Yep – that sorted it! thank you Luuk and Arch
|
By
Jackson, Adam
· #193045
·
|
|
Detect if WIFI turned on
Arch, Thanks for that. I have had a play but no matter what I do WIFI On/off, Flight Mode On/Off the IP config info stays the same. I assume I am looking at the “media state” value? Adam
Arch, Thanks for that. I have had a play but no matter what I do WIFI On/off, Flight Mode On/Off the IP config info stays the same. I assume I am looking at the “media state” value? Adam
|
By
Jackson, Adam
· #193044
·
|