You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the time it fails into AssertionError, obj[:2] is equal to 32776, and ln to 65535.
Here is the Server Trace file. I am not expert in DRDA protocol at all, but I guess that the server has to send more data than a single DSS can contain, so it cuts it in multiple parts as described in DssProtocolErrors. Is it correct?
The text was updated successfully, but these errors were encountered:
When the error occurred, there was a combination of this assertion being False, although it was different from the value you pointed out.
I removed the assert statement and got the expected behavior, so I will remove the assert statement.
Hi,
i have encountered an error while querying in a large database. When I run
I get the following error :
At the time it fails into AssertionError,
obj[:2]
is equal to32776
, andln
to65535
.Here is the Server Trace file. I am not expert in DRDA protocol at all, but I guess that the server has to send more data than a single DSS can contain, so it cuts it in multiple parts as described in DssProtocolErrors. Is it correct?
The text was updated successfully, but these errors were encountered: