Page 1 of 1

Getting axes error HTTP error 0 sending terminal transaction to server.

Posted: Wed Jul 22, 2020 7:57 pm
by JABIVULLAS
Hi All,

We are using LANSA VLF 13 SP 2 Version along with axes to render screens from AS400 system using screen scrapping technology. When we were about to view axes screens in WEB we got the error message "HTTP error 0 sending terminal transaction to server." as a pop-up. After clicking on the error message we were not able to render any screens. Please see to the attachments.

Please let us know what would have went wrong in getting this error message so consistently. We are using axes version 3.10.001.

We have got a potential customer facing issue with regards to this issue. Your help and advise is highly appreciated.

Re: Getting axes error HTTP error 0 sending terminal transaction to server.

Posted: Wed Jul 22, 2020 7:59 pm
by JABIVULLAS
axes-error.PNG
axes-error.PNG (21.39 KiB) Viewed 5708 times

Re: Getting axes error HTTP error 0 sending terminal transaction to server.

Posted: Thu Jul 23, 2020 12:57 pm
by Tim McEntee
Hi

A few things you could try to get closer to the cause of the problem:

1) does the errror occur in aXes without using the VLF?
2) does the error occur for every screen or just one?
3) have you checked the devtools console to see if there are any javascript errors. Sometimes a js error will stop all future javascript from executing (properly).
4) The js error could come from RAMP scripts or from the aXes page.
5) Have you tried a basic implementation. If there are no errors, you could slowly add features until you get the error.
6) what has changed recently, between when the error did not occur and for when it did?

Tim