OCI Problem with IIS v8.1 on Redhat Linux 4 64bit

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
chenany
Participant
Posts: 4
Joined: Wed Jan 07, 2009 12:54 am

OCI Problem with IIS v8.1 on Redhat Linux 4 64bit

Post by chenany »

This issue happened for Information Server v8.1 on Red Hat Linux 4.

Code:
Sequential file -----------------------> Oracle_OCI


The job is very simple. But when Oracle OCI Stage was used as target,the job just abort with warning.

warning:Abnormal termination of stage test1..Oracle_OCI_0.IDENT1 detected

Abnormal termination of DataStage.
Fault type is 6. Layer type is BASIC run machine.
Fault occurred in BASIC program DSP.Open at address 574.

os level:Linux version 2.6.18-53.el5 (brewbuilder@hs20-bc17.build.redhat.com) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14))

oracle client:Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit
Thanks
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

Usually the fastest way to get an answer is to Search DSXchange. In this case an exact search on "Fault occurred in BASIC program DSP.Open" might be a good start point.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You need to use the 32bit Oracle libraries in "lib32" with DataStage rather than the default 64bit ones. And by "use" I mean reference in your "shared library" environment variable in the dsenv file.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply