560 error when migrating smart obj from V9 to V10

Idp

New Member
Hi,
We've an application that runs fine on 9.1D and earlier. We tried to
migrate to 10.1b , but as soon as we try to run any adm code we get alert-box
messages like:
Entry 2 is outside the range of list ^^. (560)

Any help with this will be much appreciated!
Ian
 
Ian, have you looked at Progress solution P121518 as that seems similar to your problem?

Symptoms:
Application source code recompiles without error but when running any ADM1 program error 560 is generated
Entry 19 is outside the range of list ^^. (560)
Entry <entry#> is outside the range of list <list-string>. (560)
The old $DLC/src/adm directory was copied over to the new installation

Changes:
Migrating Progress 8.x ADM1 application over to OpenEdge 10.1B

Cause:
This problem was caused by the fact that the old $DLC/src/adm code was not recompiled under OpenEdge 10.1B

Fixes:
Recompile $DLC/src/adm under OpenEdge 10.1B and deploy the resulting r-code to the <Application>\gui\adm directory
 
Back
Top