Forum Discussion

Giuseppe_Aino's avatar
Giuseppe_Aino
Advocate II
1 year ago
Solved

Scheduled refresh failed seemingly random

In a sneaky way, from an unspecified date onwards, the data update schedules of the report in import mode fail randomly. The error returned is: SessionID: ...... [0] -1055784934: DataSource.Error:...
  • Giuseppe_Aino's avatar
    1 year ago

    Solved, the problem was not on PBRS.
    Special thanks to Carson Jian who pointed me in the right direction.

     

    The problem became evident running the main query from SQL Server Management Studio. At the first attempt always ok, 1 second of execution on 93K records, at the next attempt, 40K records extracted and then "timeout" with the error:

    "A transport-level error has occurred when receiving results from the server..."

    After querying the same database from another server I found no problems so the cause is on a server configuration on which PBRS runs.

    The key was the description of the error: "A transport-level error has occurred...". After an internet surfing I found the solution by changing to off the auto scaling abilities of the network stack, from command prompt (solution source here )

    netsh interface tcp set global autotuning=disabled

    Obviously this choice has pros and cons... surely among the pros there is the solution to my problem 😁

     

    A request to PBRS developers, please report the error stack so that troubleshooters can understand and not wander randomly in the universe of possibilities 🙂

    Thank you.