library was compiled on a system that is incompatible

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dsedi
Participant
Posts: 220
Joined: Wed Jun 02, 2004 12:38 am

library was compiled on a system that is incompatible

Post by dsedi »

Hi All,

While we are moving the JOB to a Proteted box( i.e DEV to PROD)
one of the JOB aborted with the below fatel error.
we are using the same version of PX 7.0 on both the enviorunments.

any valuable Inputs on this?

"FormatTextLine: Failed to load the library "V0S10_jbBuildGMRDMailForSecurities_FormatTextLine.o". Either the directory containing the library file is not on the library search path, or the library was compiled on a system that is incompatible with this system. Could not load "V0S10_jbBuildGMRDMailForSecurities_FormatTextLine": 0509-022 Cannot load module /app/ascential/Ascential/DataStage/Projects/scr/RT_BP665.O/V0S10_jbBuildGMRDMailForSecurities_FormatTextLine.o.
0509-103 The module has an invalid magic number..


Thanks in advance, Edi
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It appears that the compilers on the two systems are incompatible. This may be a different version, through to different compilers. You or a system administrator must investigate.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hi Edi,

Ray's suggestion would be cetainly valid.
But also make sure that, if you used any routines, the library files or the object file present in the exact location of the new box.

-kumar
dsedi
Participant
Posts: 220
Joined: Wed Jun 02, 2004 12:38 am

Post by dsedi »

Due to the deadlines,we had only limited time for analysis...
we tried all the options..
The Re-import of the DSX solved this issue.

Thanks Ray..Kumar.

Edi.
Post Reply