GetCurrentData function error

Forum Home Forums Development and Integration GetCurrentData function error

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12162
    Zeus
    Participant

    Hi,
    I tried to use function below get data from server

    CnlData[] cnlDataArr = ClientAccessor.ScadaClient.GetCurrentData(cnlNums, true, out cnlListID);

    when two client request data it returns the error below

    2023-03-03 15:37:22 [ZEUS][ZEUS$][ERR] Incorrect format of data received from client 127.0.0.1: data length is too big
    2023-03-03 15:37:28 [ZEUS][ZEUS$][ERR] Incorrect format of data received from client 127.0.0.1: incorrect session ID

    • This topic was modified 1 year, 1 month ago by Mikhail.
    #12166
    Mikhail
    Moderator

    Hi,

    Does the existing web application work correctly?
    How to reproduce this issue?

    #12218
    Zeus
    Participant

    Hi,
    I solved it myself.
    I way i inject webcontext is wrong.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.