Consultor Eletrônico



Kbase P161045: Error 135 when running an ABL program
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   01/03/2010
Status: Unverified

SYMPTOM(s):

Running an ABL program gives error 135

** More than <value> characters in a single statement--use -inp parm. (135)

FACT(s) (Environment):

Client is launched from an icon first
ABL code calls the .pf file with correct -inp value
Using maximum value of 32000 for inp parameter in .pf file
prowin32 using .pf file with -inp 32000 works at proenv prompt
Windows
OpenEdge 10.x

CAUSE:

The Windows icon for launching the client had -inp set to a lower value in the properties of the icon.

FIX:

Remove the -inp parameter and its value from the client icon properties and add -pf instead:
1. Right click on the client icon.
2. Choose properties
3. In the Target, remove the -inp and its value
4. Add -pf <path to .pf file with correct -inp setting> to the end of the target line.