Behavior:
When storing a document with API, you receive the following error;
500 Internal Server Error (Value was either too large or too small for an Int32)
Solution:
This error occurs when a value being stored exceeds the allowed limit for Int32 data types.
The limits for Int32 are 2,147,483,647 and -2,147,483,648.
Any value exceeding these limits will result in this error.
KBA is applicable for both Cloud and On-premise Organizations.
Views:
This article is valid for DocuWare versions: 7, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 7.10, 7.11, 500 Internal Server Error, Value was either too large or too small for an Int32