Created On:  03 August 2010

Problem:

When trying to animate a program the following error is returned:

Load error : file 'cobdebug.3.so'
error code: 198, pc=0, call=1, seg=0
198 Load failure

Resolution:

There are a number of reasons you could get this error.  The usual reasons are:

1.  You're picking up the wrong cobdebug.3.so
2.  You're not finding cobdebug.3.so at all
3.  The supporting modules can't be found
4.  There are unresolved references in a CALLed subroutine.  Try compiling the program using the -U option.  Calls to genuine unresolved symbols will cause RTS 173 errors to be reported.
 
Re-installing the product may resolve this problem.
Incident #2440271