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 applicable for both Cloud and On-premise Organizations.
Vues :
Cet article est valable pour les versions DocuWare: 7 7.1 7.2 7.3 7.4 7.5 7.6 | 500 Internal Server Error (Value was either too large or too small for an Int32)