Kbase P158648: Error 10726 when compiling Java stored procedure or trigger in OpenEdge Architect SQL Editor
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/15/2010 |
|
Status: Unverified
SYMPTOM(s):
Error 10726 when compiling Java stored procedure or trigger in OpenEdge Architect SQL Editor
IO error while compiling stored procedure/trigger. (10726)
FACT(s) (Environment):
Using -- (double dash) for Java comments.
Comments within BEGIN-END block are not recognized in OE Architect editor
Same code can be compiled using SQL Explorer
Windows
OpenEdge 10.1C
CAUSE:
Comments using -- (double dash) within BEGIN-END block of the stored procedure.
FIX:
Change -- to // or /* */ for comments as normally is used in Java.