Search found 97 matches

by atul9806
Wed Mar 30, 2016 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read multiple dataset (output) of a sql server procedure
Replies: 5
Views: 4848

Read multiple dataset (output) of a sql server procedure

Hi Team I never worked on SQL server :| and current requirement is using a SQL server Procedure to fetch the data from DB and generate 3 output (with different metadata called dataset, this is same as if we run the 3 sql one after another). My requirement is to read all the output and do some manipu...
by atul9806
Fri Jul 03, 2015 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion issue
Replies: 8
Views: 5342

It will give warning because source is 24 and we are truncating data to 8, better use the substring functionality. var = trim(input)[1,8]
I hope, we will not get more than 8 char in input
by atul9806
Thu Jul 02, 2015 12:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal to HH:MM:SS in Datastage
Replies: 5
Views: 3092

Just one addon to ShaneMuir solution -
You need to add 0 in your minutes and seconds if they are single digit, So add zero by checking if len(val)=1 else val
by atul9806
Thu Jul 02, 2015 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup reject due to reference
Replies: 4
Views: 2549

Thanks Ray for your comment. I am closing this thread now.
by atul9806
Thu Jul 02, 2015 12:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup reject due to reference
Replies: 4
Views: 2549

Thanks Ray, Yes we can do that by using two lookup stage, which generate two reject.
So this mean we can not do that in single lookup stage, any other thoughts guys
by atul9806
Tue Jun 30, 2015 9:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup reject due to reference
Replies: 4
Views: 2549

lookup reject due to reference

Hi team We are using lookup stage with 2 reference data (both are quite small) and collecting reject, now we want to enhance this job by adding the logic to get due to which reference data the main data got rejected, currently I am doing that in transformer. I am curious if we can do that in lookup ...
by atul9806
Fri Mar 27, 2015 3:53 am
Forum: General
Topic: Job aborts due to Execute Command Activity in the loop
Replies: 3
Views: 2461

When your job is picking last value , it is picking "\n" (new line char) also, please eliminate this before passing to your job. You can do this in command activity or Loop activity
by atul9806
Fri Mar 27, 2015 3:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job reports failure (code 139)
Replies: 8
Views: 6251

This error is basically comes when Datastage is unable to write the job log into its file. So try to take a copy of current job and run. Hope this work !
by atul9806
Mon Jan 19, 2015 8:58 am
Forum: General
Topic: Can we setup a C++ compiler after installation of Datastage
Replies: 6
Views: 5657

Seems need to do the same. Between anyone else want to share something on this.
by atul9806
Sun Jan 18, 2015 11:55 pm
Forum: General
Topic: Can we setup a C++ compiler after installation of Datastage
Replies: 6
Views: 5657

Can we setup a C++ compiler after installation of Datastage

HI Guys, While installaing DS on WIndows Server 2008, somehow we have missed to install C++ compiler before Datastage installation. We have installed it after the DS installation and setup all the env variables but Datastage did not pick up the C++ compiler. Can we have some tweak regarding this wit...
by atul9806
Thu Jul 17, 2014 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage responsible for APTCombinedOperatorController Warning
Replies: 2
Views: 1679

Thanks Ray. I got the Warning, Now Job is fine. :)
by atul9806
Thu Jul 17, 2014 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage responsible for APTCombinedOperatorController Warning
Replies: 2
Views: 1679

Stage responsible for APTCombinedOperatorController Warning

Hi Team My parallel job is giving below warning : APT_CombinedOperatorController(4),1: Conversion error calling conversion routine decimal_from_string data may have been lost I know, this warning is generated when Job is doing conversion from string to decimal and something is preventing them. I hav...
by atul9806
Tue Jun 10, 2014 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace a string with another string
Replies: 12
Views: 8313

Yes, Use of basic transformer in parallel job have some drawbacks but It DEPENDS.. About your questions - No, It is running Parallel ( by default ) as well as Sequencial. The Only drawback is It will invoke the SERVER ENGINE for executing the BASICs function used in BASIC transformer. px version of ...
by atul9806
Tue May 20, 2014 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wrapper stage is not working
Replies: 4
Views: 2552

Hi I have tried to use the External Filter but still I am getting the same error. main_program: APT_PipeConnection: new connection 1 requests file descriptor -1, which was also requested by connection 0 main_program: Fatal Error: Incompatible connection - operator type = APT_OSL_SubprocOperator ( I ...
by atul9806
Mon May 19, 2014 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_PipeConnection error in External Filter
Replies: 1
Views: 972

APT_PipeConnection error in External Filter

Hi Team I am getting below Error when using a External Filter Stage in one job. I searched on Google and DSXchange but not able to find much help. Can you please help here ... Error : main_program: APT_PipeConnection: new connection 1 requests file descriptor -1, which was also requested by connecti...