Consultor Eletrônico



Kbase P152425: Roundtable: Changing share status of large PCODE object from Task to Central generates errors 12456,
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/23/2010
Status: Verified

SYMPTOM(s):

Roundtable: Changing share status of large PCODE object from Task to Central generates errors 12456, 7228, 7176

Input result set error: com.progress.open4gl.dynamicapi.ClientException:

Input data larger than 32K is not allowed. (12456)

There might be a mismatch between an input result set and the schema in the proxy. (7228) (7176)

FACT(s) (Environment):

If the object type is set to DOC, changing the share status will work correctly
Windows
Roundtable 10.x

CAUSE:

The file was originally created on UNIX and contained the LF (Line Feed, "0A" hexadecimal) line delimiters. This was the reason the file was seen as a long single string rather than multiple lines.

FIX:

Save the file with Windows line delimiters (CR LF) instead