Search found 178 matches

by Sreedhar
Fri Dec 08, 2006 1:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: My Job behaving very peculiar
Replies: 5
Views: 2305

This sort of behaviors is observed quite a number of times, one of the reason that would result in the peculiar behavior is, when you abort the job from the director, it my not have been terminated, the process must be still running at the background on the unix server. So is the reason that it is g...
by Sreedhar
Tue Dec 05, 2006 12:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to abort the sequence
Replies: 4
Views: 3151

How to abort the sequence

I have a sequence job which is callling 3 jobs in sequence. I have specified a OK condition on the first job activity trigger. When trying to run the sequence, the first job is finishing with warnings and even the sequence finishes with warnings ( It doesnt run the other two jobs in the sequence tho...
by Sreedhar
Wed Nov 29, 2006 4:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading Huge Data
Replies: 11
Views: 4123

While extracting the data from the source give an GROUP by clause so that the data coming out of the ODBC is in sorted order, Do Not partition the data at any further stages, do your normal transformation and load.

This should improve the throughput.


Regards,
by Sreedhar
Wed Nov 29, 2006 4:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I want to merge 2 inputfiles into one
Replies: 11
Views: 3573

In Unix we have some thing called as file descriptor. with that we can achieve your requirement. exec 3<firstInputfile exec 4<secondInputfile while not EOF do read <&3 Var1 read <&4 Var2 echo Var1 >> Resultant File echo Var2 >> Resultant File done recently we have come across this situation ...
by Sreedhar
Fri Nov 24, 2006 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Stage
Replies: 6
Views: 4176

Before passing the values to the filter stage, populate a column, with the output of the SQL query, then filter on the temporarily created column, which has the resultant of the SQL query.


At a later stage just drop the temporarily created column.
by Sreedhar
Mon Nov 20, 2006 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Integrity
Replies: 4
Views: 1684

The best way would be DataBase | ChangeCapture ---------------> NewDataSet ^ | DataSet DataBase would be the one where we are tyring to load the data. Dataset is the file which you are tyring to load. New dataset will have the values which are present on the DataSet but not loaded into the DataBase ...
by Sreedhar
Tue Nov 07, 2006 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not load "V52S0_XXXXXXXX"
Replies: 7
Views: 2851

This is the complete message i got from the Director.

node_db2node: Warning: the following libraries failed to load: "V52S0_TestJob"

Thanks
by Sreedhar
Tue Nov 07, 2006 6:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ERROR WHILE USING DB2 UDB LOAD STAGE
Replies: 2
Views: 1329

Hi, With the Error log it is clear that the connection to data base was not established the reasone for that could be 1) Authentication(make sure the user name and password are correct they are case sensitive...) 2) Wrong Server name Please make sure that the connection to the data base has been est...
by Sreedhar
Tue Nov 07, 2006 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not load "V52S0_XXXXXXXX"
Replies: 7
Views: 2851

HI,

"V52S0...................." then followed by it the program name is printed in the warnings message like

node_db2node: Warning: the following libraries failed to load: "V52S0_TestJob"

Hope this helps you

Thanks
by Sreedhar
Mon Nov 06, 2006 11:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not load "V52S0_XXXXXXXX"
Replies: 7
Views: 2851

Could not load "V52S0_XXXXXXXX"

Hi All, The warning from the datastage Director log is as follows Could not load "V52S0...................." What are these "Vnnn" warnings what does the V stand from and what does the No signify... because in different situation i am getting different No's.....If some one has so...
by Sreedhar
Mon Nov 06, 2006 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Px Field level Warnings(The modify operator keeps field)
Replies: 4
Views: 4209

Px Field level Warnings(The modify operator keeps field)

HI, The modify operator keeps field "Field-Name" which is not present in the output interface. Initially I though that the job must be having the modify stage where in which this problem is coming up, but unfortunately there is no such stage in the job, it is a simple extract job where in ...
by Sreedhar
Sun Nov 05, 2006 10:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Could not send close message (shared memory)"
Replies: 0
Views: 1673

"Could not send close message (shared memory)"

One more warning from the Px job.

"Could not send close message (shared memory)"
Did any one of you come across this warning before, if yes how did you resolve it.
by Sreedhar
Sun Nov 05, 2006 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Accept timed out retries " Warning from Px job
Replies: 2
Views: 2945

"Accept timed out retries " Warning from Px job

One of my Px job has given this warnings
"main_program: Accept timed out retries = 8"
Did any one of you come across this warning before, if yes how did you resolve it.

As this is a old log message I don't have any additional Information.