Jobs Execution Error

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
fk4u
Participant
Posts: 30
Joined: Fri May 12, 2006 12:38 am

Jobs Execution Error

Post by fk4u »

Hi All
I got following error while executing Ascential DataStage job.

DataStage Job 7 Phantom 9296
Creating file "SDKSequences" as Type 2, Modulo 1, Separation 1.
Creating file "D_SDKSequences" as Type 3, Modulo 1, Separation 2.
Added "@ID", the default record for Retrieve, to "D_SDKSequences".
DataStage Phantom Finished

Note: We are using Red Hat Linux with Oracle 10gR2 for Datastage7.5.2

When i executed job after sometime it successfully executed without any error.
Any idea why this error occured?
Thanks
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The message you posted are informational and are not error messages. When the DataStage sequences are used for the first time in a project the system will create these files and issue these messages. This only happens the first time, after that the file exists and is not created again, so you won't see this message.
fk4u
Participant
Posts: 30
Joined: Fri May 12, 2006 12:38 am

Post by fk4u »

Thanks for the sharp response.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Its severity is warning not because it's a failure, but because it is an unusual event. It occurs only the first time one of the KeyMgt... routines from the SDK is used. You will never see this message again in this project. SDKSequences is a hashed file in which these routines preserve the next value in each named sequence.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply