Search found 36 matches

by dsetlteam
Tue Apr 08, 2014 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dropping Component warning on the Difference Stage
Replies: 4
Views: 5014

In such a case, I think the best you can do to remove the warning is to introduce a new column (eg: diff_val_new) in the before link that has the same data as diff_val and pass it to the output. The same resolution will hold true for any other column on which the warning is seen. The problem with th...
by dsetlteam
Mon Apr 07, 2014 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dropping Component warning on the Difference Stage
Replies: 4
Views: 5014

Check if RCP is enabled in the job, if yes then disable it and run the job and verify if the warning still exists
by dsetlteam
Mon Apr 07, 2014 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: horizontal pivoting using transformer
Replies: 14
Views: 14030

Try using loop variables (if you are on 8.5 or above version of datastage) in the transformer stage to get the required output
by dsetlteam
Thu Apr 03, 2014 2:56 am
Forum: General
Topic: ISADMIN , WASADMIN and XMETA Passwords
Replies: 4
Views: 4322

Request for the passwords from the previous vendor
by dsetlteam
Wed Apr 02, 2014 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference stage error - Unexpected termination by Unix
Replies: 4
Views: 2050

Check if there is any special character in the key value on which the data is being sorted
by dsetlteam
Wed Apr 02, 2014 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference stage error - Unexpected termination by Unix
Replies: 4
Views: 2050

From the error message, it is clear that the input data from After link is not sorted. Before passing the data to the Difference stage, sort the data (preferably using sort stage)
by dsetlteam
Wed Apr 02, 2014 5:32 am
Forum: General
Topic: How to pass current date in sequence job
Replies: 4
Views: 11027

Either use a execute command activity and get the current date OR If you want to use only user variable activity then try something with Oconv,Iconv

Oconv((Iconv(datehere,"D-YMD[4,2,2]")) ,"D-YMD[4,2,2]")

That should get you the date in the yyyy-mm-dd format.
by dsetlteam
Tue Apr 01, 2014 1:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP BW Pack performance
Replies: 2
Views: 2741

I had a bad experience in extracting data from SAP BW Open Hub 4.3.2.1. Let me share my experience with you first :) It started with spending lots of time just setting up the open hubs,process chains and source system.Once the connection was setup properly, the next problem arose on extracting data ...
by dsetlteam
Thu Mar 27, 2014 12:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we run job without columns
Replies: 2
Views: 1622

How are you passing columns via shell script? Also how is the shell script being executed in the job (I am assuming you are using Before Job Subroutine)?
by dsetlteam
Thu Mar 27, 2014 12:50 am
Forum: General
Topic: Unable to run through Sequencer
Replies: 25
Views: 11327

Still no resolution found...this thread is very interesting :)
by dsetlteam
Tue Mar 25, 2014 6:29 am
Forum: General
Topic: Unable to run through Sequencer
Replies: 25
Views: 11327

In your job, in the before job sub routine - use Execsh and try to echo the parameter value. Verify if the value has any spaces, extra characters etc. It could be possible that the connection information is being passed incorrectly by the sequence to the job. Also, by connection information - Is it ...
by dsetlteam
Mon Mar 24, 2014 7:48 am
Forum: General
Topic: Unable to run through Sequencer
Replies: 25
Views: 11327

Please let us know if there are any parameter values being passed from the sequence to the job and their data types as well
by dsetlteam
Mon Mar 24, 2014 3:21 am
Forum: General
Topic: Datastage job Status Code=2
Replies: 8
Views: 7145

In case of fatal errors, the status code is 3 which is correct.

Check in the datastage job log if there are really any fatal errors.
Also, run the dsjob command directly on the server and then use "echo $?" to check for exact status code.
by dsetlteam
Fri Mar 21, 2014 1:04 am
Forum: General
Topic: Which version of DS to go for
Replies: 9
Views: 4114

Prefer AIX
by dsetlteam
Wed Mar 12, 2014 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid characters in Sequential File
Replies: 1
Views: 1747

Check the character set for the column , if its LATIN - change it to UNICODE and then verify again