1752564 Members
4701 Online
108788 Solutions
New Discussion юеВ

Re: Informix question.

 
Jeffrey F. Goldsmith
Super Advisor

Informix question.

I have an L2000 with HP-UX 11.00. We are installing informix and we got the following error. Any help would be greatly appreciated.

mayerl: /home/mayerl ==> ifas

02:37:28 PM Aug 02 (Julian 214)
TRIAD Database is ifas
No mail.
***********************************

**** Welcome to Kodiak IFAS ****

***********************************
Begin NU001 <1.47>

Execution error : file 'sy812'
error code: 114, pc=0, call=5, seg=0
114 Attempt to access item beyond bounds of memory (Signal 10)

HP/MF COBOL Version: B.13.35
HP-UX diomede B.11.00 U 9000/800
pid: 1002 gid: 200 uid: 102
Fri Aug 2 14:37:31 2002
2:37pm up 16 days, 23:27, 20 users, load average: 0.00, 0.01, 0.02
Thread mode: No Threads
RTS Error: COBOL
Sync Signals: COBOL
ASync Signals: COBOL
cobtidy on exception: False

2 REPLIES 2
daniel m_1
Advisor

Re: Informix question.

What command did you use to start the install?
We use informix on a L box running 11.x, but never had any install problems.
Chris Lonergan
Advisor

Re: Informix question.

Jeff

The error that you have :-

114 Attempt to access item beyond bounds of memory (Signal 10)

is a MF/Cobol segmentation violation and not an Informix problem. There are many causes for this the most common being a mismatch of variables in the LINKAGE SECTION which in turns causes a mismatch of pointers in the resultant machine code.

You will need to examine the code that has caused this problem and if this is not yours then refer it back to the vendor (either HP or MicroFocus)

Chris