112
Views
4
Comments
Upload OSP error OraBufWriter:ReadResetResponse
Question

Hi All,


trying to upload and publish a OSP from a DEV-environment to a TST-environment.
For the first time ever this doesn't work.

We receive the error "OraBufWriter:ReadResetResponse - Unexpected Packet received."
Does somebody here knows this error, and knows what to do?
Attached the complete error-detail.


Best regards,

Jeroen

ErrorDetail.txt
2018-09-27 18-20-33
Swatantra Kumar
Champion

This is related to failed encryption after reset. 

2018-09-27 18-20-33
Swatantra Kumar
Champion

Jeroen, are you using oracle database?

UserImage.jpg
Jeroen Vormer

Hi Swatantra,


yes we are using an Oracle DB....

2018-09-27 18-20-33
Swatantra Kumar
Champion

Are you storing BLOB data? 

There is 2GB limitation on writing to BLOB columns in Oracle. Try with smaller data and check if issue persists.

The size limitations for the parameters offset and count are documented as Int32, which means they have have a 2 GB max.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.