Maximum String Length in OmniServer
I'm trying to handle a string that's 3600 characters in size and OmniServer seems to have a max string size of around 1000. How can I work around this?
The maximum message length in OmniServer is configurable up to a maximum of 32768. The default settings is 256. If you are seeing that your string length is limited by a certain amount, it is very likely that you need to increase the maximum string length for your protocol.
The Maximum Message Length setting is accessed in the Protocol Definition under the Protocol Settings section. You can increase this from the default of 256 to the maximum length of the messages you will be processing or you can simply increase the value to the maximum of 32768, which is perfectly acceptable.