Kbase 21661: Getting error (135) when using a SmartDataObject
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
SYMPTOM(s):
Getting error 135 when using an SDO
** More than <value> characters in a single statement--use -inp parm. (135)
CAUSE:
The reason for this is the length of characters of a statement in the SDO, due to the amount of field that are used in the Table within the SDO. If using a Table with a lot of fields (i.e. 150 Fields in the Table) error 135 is generated. There is no real relation in the amount of fields used but more in the length of the statement generated inside the SDO.
FIX:
Specify the -inp startup parameter for the client session.
By default, if not specified his value is 4096 for single-use and multi-user session.
The maximum value for the -inp startup parameter is 32000.
If the error is displayed set the value of -inp to the max value.
Note: This is valid if the amount of the Fields inside the SDO does not generate a statement bigger than 32000.