OpenTP1 Version 7 Messages

[Contents][Index][Back][Next]

KFCA32441-E (G)

Reply message length exceeded output buffer length. Service group name = aa....aa Service name = bb....bb Profile ID = cc....cc Exception information = dd....dd

The response message length exceeds the buffer length or the maximum length# of the RPC message.
aa....aa: Service group name
bb....bb: Service name
cc....cc: Profile ID of the configuration definition
dd....dd: Exception information
S: Interrupts processing, and then throws TP1ConnectorException.
O: Contact the OpenTP1 system administrator.
Countermeasure: Take the action described below for the applicable situation:
When an indexed record is used:
In the indexed record for the response message, specify a buffer size (byte array) sufficient to hold the response message, and then retry. In addition, if the function for extending the maximum length of an RPC message is enabled, the response message length may have exceeded the maximum length specified in TP1/Server (TP1/Server Base or TP1/LiNK) or TP1/Extension for .NET Framework. Check the maximum length specified in TP1/Server and TP1/Extension for .NET Framework, and then retry.
When a custom record is used:
The custom record used for the response message may not match the actual response message. Make sure that the correct custom record is being used, and then retry. In addition, if the function for extending the maximum length of an RPC message is enabled, the response message length may have exceeded the maximum length specified in TP1/Server (TP1/Server Base or TP1/LiNK) or TP1/Extension for .NET Framework. Check the maximum length specified in TP1/Server and TP1/Extension for .NET Framework, and then retry.
When the .NET interface is used:
Check the data returned from SPP.NET and set the response message length to the value of the maximum length# or less, and then retry.
#
The default is 1 MB. However, when the function for extending the maximum length of an RPC message is enabled in TP1/Server, TP1/Extension for .NET Framework, TP1/Client for .NET Framework, and TP1/Connector for .NET Framework, the smallest of the specified maximum lengths takes effect.