Reg:DB2 loading issue

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
sudarsan
Participant
Posts: 31
Joined: Fri Nov 17, 2006 4:14 am

Reg:DB2 loading issue

Post by sudarsan »

Hi,

My job design looks like this.

Sequential file ---> Tfm ----> DB2 stage

I am trying to load one record from file to temporary DB2 table.

In my target stage, Before loading,I am dropping the table/creating that
table again.

Dropping and creating the table is happening properly.

But loading is not happening, job is running for hours and hours but it's not finishing. I am forcefully killing the job.

Regarding this issue I have checked with my DBA, but they conformed saying that there is no problem from database side.

Note: This job ran fine and loaded to DB2 table successfully till 'day before yesterday'.

Can any one please help me on this.
Thank You,
Sudarsan AVS
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

If the job had been working until yesterday and if there is no change in DataStage side, I will check with the DB2 DBAs for any changes on their settings after your last successful run.

Secondly, as them to monitor the session whilst you run your job.

Thirdly, what happens for other jobs which loads without dropping and recreating the tables ?

Did you check the object creation date for the table to ensure that your drop and recreation was successful ? Maybe you can add one extra (dummy) column to prove the change.
Post Reply