Error happens when I attempt to check-in long length name file.
Attempts to check-in long length name of file ( about 250 single bytes ) results in the error CRRTC8500E ItemType FileItem : property name exceeds model specified string size in RTC client. What is the model specified string size? Is this a server parameter in CCM application? What is the maximize size? Can you change the max size?
Accepted answer
The file name length is the maximum 250 characters so you need to make the name shorter to check-in.
- It is the RTC SCM application server level restriction.
- The file name length is restricted in the RTC SCM model to 250 characters (single bytes).
- The maximum characters cannot be changed. the limit is not configurable by end users.