JimFromCanada
Programmer
This is related (but not identical) to a previous post about IFS error -20 (timeout).
The IFS timeout in the link above was resolved by turning off the "Log Transactions" option.
The same system (5.7.8) now hits an IFS_ADAPTER_ERROR instead.
This error will appear roughly 10 seconds after a SIM event is fired and it is waiting in a loop. The SIM script makes a TX/RX every second or so then sleeps. It does this TX/RX/sleep pattern in a loop until it receives an answer it can act upon (quit or continue processing).
The timing of failures is not consistent. It may error out after 3 seconds or it may last up to 10 seconds before failing.
There is no indication of failures in the event log, nor is there anything relevant in the 3700d.log other than the error itself:
[tt]Sun Jul 99 99:99:99 2024 | UWS01 | OPS | 0 | IFS error [IFS_ADAPTER_ERROR] |[/tt]
There are no search results that I can find for any specific IFS-type errors. I'm surprised that something this "blocking" in nature hasn't been hit enough to have search results associated with it in a search engine, but that's really just par for the course as far as my luck is concerned.
TL;DR: IFS_ADAPTER_ERROR is received in OPS after a period of time and SIM processing will halt. There is no indication of what the error is, nor is there any error being thrown by the SIM server. It just halts.
Potentially relevant information:
RES 5.7.8 / MR8
DB: 6337
Windows Server 2022 on a new machine that is quite substantial in resources
My main question: how can one begin to diagnose this if there is no information provided in the logs, windows event logs, online, etc? It seems like basic debugging of the environment is out of the question because there are no traces of something going wrong.
The IFS timeout in the link above was resolved by turning off the "Log Transactions" option.
The same system (5.7.8) now hits an IFS_ADAPTER_ERROR instead.
This error will appear roughly 10 seconds after a SIM event is fired and it is waiting in a loop. The SIM script makes a TX/RX every second or so then sleeps. It does this TX/RX/sleep pattern in a loop until it receives an answer it can act upon (quit or continue processing).
The timing of failures is not consistent. It may error out after 3 seconds or it may last up to 10 seconds before failing.
There is no indication of failures in the event log, nor is there anything relevant in the 3700d.log other than the error itself:
[tt]Sun Jul 99 99:99:99 2024 | UWS01 | OPS | 0 | IFS error [IFS_ADAPTER_ERROR] |[/tt]
There are no search results that I can find for any specific IFS-type errors. I'm surprised that something this "blocking" in nature hasn't been hit enough to have search results associated with it in a search engine, but that's really just par for the course as far as my luck is concerned.
TL;DR: IFS_ADAPTER_ERROR is received in OPS after a period of time and SIM processing will halt. There is no indication of what the error is, nor is there any error being thrown by the SIM server. It just halts.
Potentially relevant information:
RES 5.7.8 / MR8
DB: 6337
Windows Server 2022 on a new machine that is quite substantial in resources
My main question: how can one begin to diagnose this if there is no information provided in the logs, windows event logs, online, etc? It seems like basic debugging of the environment is out of the question because there are no traces of something going wrong.