Consultor Eletrônico



Kbase P96850: Warning message when using LONGCHAR as OUTPUT parameters
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   06/01/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.0B

SYMPTOM(s):

Warning message when using LONGCHAR as OUTPUT parameters


WARNING: LONGCHAR parameters used in <procedure>. (12417)

Unused message, reserved for long message

CAUSE:

This warning message is due to the fix for Bug# 20040629-016. This related to a situation where the AppServer session could crash if it encountered a LONGCHAR output parameter.

The fix for Bug# 20040629-016 was included in 10.0B and this issued the WARNING message to highlight the fact that a LONGCHAR is being passed as an output parameter.

FIX:

The message is simply a warning that was added for a previous fix. The message can be suppressed by setting SESSION:SUPPRESS-WARNINGS = YES.