Search found 5168 matches

by kumar_s
Tue Aug 22, 2006 2:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal : node_node1: Player 2 terminated unexpectedly.
Replies: 34
Views: 50742

Hi nivaskvs: Do you have any reference name for this patch? We are seeing the same problem with our PX jobs. Job would fail without any apparent reason but aborts with this error: main_program: Unexpected termination by Unix signal 9(SIGKILL). Upon rerunning the job, it executes fine. What is the l...
by kumar_s
Mon Aug 21, 2006 9:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase Issue
Replies: 4
Views: 1374

What is the value of PWD, try with '.'.
by kumar_s
Mon Aug 21, 2006 9:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Encrypted value shows up in Director Logs !
Replies: 3
Views: 638

Another good new is, Your support provided might have the workaround for this. You can ask for ExecSilentSh().
There are some work arounds as well. The same has be discussed. Pls do a search.
by kumar_s
Mon Aug 21, 2006 9:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: logic to find out no.of rejects
Replies: 2
Views: 661

Count the number of records of the input file and pass as a parameter.
In the transformer, using stage variable, create a counter for each record that goes to reject. If the counter is greater than the parameter value, so what ever you need.
by kumar_s
Mon Aug 21, 2006 9:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Truncates While Writting to DB(SQL Server)
Replies: 14
Views: 6468

View the input data in a test viewer(Hex editior).
Check whether you got some special character as end of record.
Also check the setting in the sequintial satage, about recored delimeter.
by kumar_s
Mon Aug 21, 2006 2:43 am
Forum: General
Topic: Unable to get the expected result
Replies: 2
Views: 2090

If it is character trim should work.
Else If your field length is 2, then try
If (A.code= "C ") Then "THis C" Else If (A.code= "P ") Then "This is P" Else "This is CP"
Space after "C " and "P "
by kumar_s
Mon Aug 21, 2006 2:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write failed record ID
Replies: 10
Views: 2352

Is both the run with same user id?
Is that file been accessed parallely?
by kumar_s
Mon Aug 21, 2006 2:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Sequential Files
Replies: 16
Views: 3558

Try with adding some DefaultNullableValue to that field as 0s.
by kumar_s
Mon Aug 21, 2006 2:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Year to date(YTD)
Replies: 7
Views: 2054

What is the input and what is the desired output?
If the input is given as 2006, do you want to convert it as 01-01-2006 or 31-12-2006?
by kumar_s
Mon Aug 21, 2006 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wrapper - Difference in execution ( Sequential v/s Parallel
Replies: 7
Views: 2421

What is the command been wrapped in Wrapper stage?
by kumar_s
Sun Aug 20, 2006 7:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job is executing for long
Replies: 11
Views: 1528

Is your both source and target are in same database?
What difference it makes if you replace a sequential file instead of the target database stage?
Check if any other lock been held while you running the job.
by kumar_s
Sun Aug 20, 2006 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insert/update
Replies: 2
Views: 762

For the category of Insert/Update, you need to do a lookup on the target to find whether the data is New or Update. So it can be a merely a lookup stage if the data can fit into memory or a join transformer, or CangeCapture stage. Based on the flag, you an insert or update the data in different stre...
by kumar_s
Fri Aug 18, 2006 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to abort the job
Replies: 11
Views: 4275

There are several ways of doing it. Use Abort after n rows option available in Transformer. Or by counting the number of rows passing on a column, you can use AbortUlitility. Or Teminator stage in JobSequence(If you have in your version). You can search for this. But Why do you need to abort the job...
by kumar_s
Thu Aug 17, 2006 7:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_COmbinedOperatorController Error
Replies: 2
Views: 656

Reset and find more log in "From Previous Run..." .
But you need to say more about you job design.
by kumar_s
Thu Aug 17, 2006 7:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with ExecCommand activity in Sequencer
Replies: 9
Views: 2137

I faced that issue in server edition 7.0 and not in 7.5 PX.