*.o file error

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
krystlecsy
Participant
Posts: 50
Joined: Wed Jul 14, 2004 7:56 am

*.o file error

Post by krystlecsy »

Has anyone encounter this error with the *.o file? We are trying to migrate executables to another environment (another server) by exporting the ETLs but had this error:-

Error: Export of job executable 'TWN_getFullChannelSKey' was incomplete. Failed to export compiled job object 'V0S12_TWN_getFullChannelSKey_xfmD_CHANNEL.o'
Total error(s): 1

Anyone know how to solve this?
sanjay
Premium Member
Premium Member
Posts: 203
Joined: Fri Apr 23, 2004 2:22 am

Re: *.o file error

Post by sanjay »

u have to shut down datastage server and then take export and import

Regards
Sanjay

krystlecsy wrote:Has anyone encounter this error with the *.o file? We are trying to migrate executables to another environment (another server) by exporting the ETLs but had this error:-

Error: Export of job executable 'TWN_getFullChannelSKey' was incomplete. Failed to export compiled job object 'V0S12_TWN_getFullChannelSKey_xfmD_CHANNEL.o'
Total error(s): 1

Anyone know how to solve this?
melgar
Participant
Posts: 2
Joined: Tue Aug 03, 2004 10:09 pm

Post by melgar »

I already shut down the DataStage Server but when I was trying to export the Executable Jobs, I still encounter the same error.

Does anyone have any more ideas?

Thanks!
sanjay
Premium Member
Premium Member
Posts: 203
Joined: Fri Apr 23, 2004 2:22 am

Re: *.o file error

Post by sanjay »

Hello
after shutting down the datastage server down dont run the job in designer again just create the exceutables and run the job in exceutable project

Sanjay
krystlecsy wrote:Has anyone encounter this error with the *.o file? We are trying to migrate executables to another environment (another server) by exporting the ETLs but had this error:-

Error: Export of job executable 'TWN_getFullChannelSKey' was incomplete. Failed to export compiled job object 'V0S12_TWN_getFullChannelSKey_xfmD_CHANNEL.o'
Total error(s): 1

Anyone know how to solve this?
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

Post by elavenil »

This problem is due to the compiled object was not released by DS so it got to be recompiled and export it that should work. Before exporting the job do not run it.

Hope this would help.

Regards
Saravanan
krystlecsy
Participant
Posts: 50
Joined: Wed Jul 14, 2004 7:56 am

Post by krystlecsy »

if it is in executable format, what do we do about it? since it is not compilable. still shutdown and export the exe files out?
Post Reply