Problem with a transformer stage

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
plazanet
Participant
Posts: 1
Joined: Wed May 12, 2004 8:18 am

Problem with a transformer stage

Post by plazanet »

I have a job which load ten files in a database.
But for two days (without any change) I have a problem with the beginning of the job:
For all trasformer, I have in the log this line:
PCchp9:Tranformer_5 (or another number) :DSD.StageRun Active stage starting, tracemode = 0.

exept for one transformer.
The link of this transformer stay blue (waiting data) and the job never stop.

can somebody help me?

thanks
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Can you please describe what the link is doing? Is it reading a file and loading a table? If it is sitting and spinning it could be a metadata issue - it's trying to interpret the file and can't read a row because the definition of a row is fouled. It could be that the database is busy getting ready to run the load query, is there a DELETE statement executing that you're waiting on?

Unless you tell us what your job is doing, we have NO CLUE what to look at.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Post Reply