Reviewing my event log with errors

what does the below mean? I am flooded with them.

17/09/2019 18:27:52 1073779924 bidiproto-User connected biditr

17/09/2019 18:27:44 1073779925 bidiproto-All users disconnected biditr

17/09/2019 18:27:40 20162 pla-Queue Full scp

17/09/2019 18:27:40 20162 pla-Queue Full scp

17/09/2019 18:27:40 20162 pla-Queue Full scp

17/09/2019 18:27:40 20162 pla-Queue Full scp

17/09/2019 18:27:40 20162 pla-Queue Full scp

17/09/2019 18:27:40 20162 pla-Queue Full scp

17/09/2019 18:27:40 20162 pla-Queue Full scp

17/09/2019 18:27:40 20162 pla-Queue Full scp

17/09/2019 18:27:40 20162 pla-Queue Full scp

17/09/2019 18:27:40 20162 pla-Queue Full

Hello,

Can you provide a back up with support files of the unit? I will need to review the unit as a whole to determine where these errors are stemming from.

Please see the guide below:

MOVED TO STAFF NOTE (282.5 KB)

Hello,

This error is tied to your script.

IF currentState% = 0 THEN
** body$ = RESPONSEHTTPX “RESPONSE-BODY” REM This is getting the actual body response**

The error time block corresponds to the following RTLog entry.

BASIC 63 [ERROR] Operation failed (28) 127 : REQUESTHTTPX api$ + v$, m$, ""

You may need to properly comment out the text after the code. You will need to reveiw the code to determine what error in the code is causing the script queue of instructions to back up.

how did you find these error message, and what would I be looking for that is causing the script to queue?

You can find the error in Real Time Logs. This will be located in the same option pane as the event logs.

image

As for queueing, I would check your loops. It looks like the program is stuck in a loop that addeds actions for the script queue to perform, but unable to complete.

been though the log files but still cant find why I am getting errors that are backing up the queue.
Need help on this one. My REQUESTHTTPX api$ + v$, m$, “” is working most of the time.

You are querying flexygateway.daserco.net which is not our server. Have you checked the server?

Topic closed due to inactivity.