This article explains that increasing the kernel parameters for the HP/UX operating system will resolve the Animator load failure.
Problem:
When using Q C [Query Cursor] or Q E [Query Enter variable] the Animator window closes and the application receives the error Unable to load program:
Load error: file 'XXXXXX' error code: 177 pc=0 call=1 seg=0
177 attempt to cancel active program
This error occurred on a HP/UX UNIX platform. Why is this?
Resolution:
The issue regarding Animator load failure can be resolved by increasing the kernel parameters for the HP/UX operating system. A large executable which includes many database access modules might develop a large memory footprint, not only because of the large file I/O but because the database access routines are linked into the executable (even when the database is not accessed). Review the settings for data size and stack size. Configure the kernel parameter "maxdsiz" to unlimited, and increase the stack size by a factor of 10.