Search found 23 matches

by sensiva
Thu Jan 03, 2019 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Design XML(multiOccurance) using Hierarchial Data stage
Replies: 5
Views: 4941

Design XML(multiOccurance) using Hierarchial Data stage

Hello, I would like to have your views on designing a multi-occurance xml job. I am stuck up with the hierarchial data stage. My requirement is that i have a table to read the orders which is like this Order1, Product1, price, quantity, etc.... Order1, Product2, price, quantity, etcc... Order2, Prod...
by sensiva
Mon Jun 25, 2018 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Long time in completion of job, after executing all stages
Replies: 3
Views: 3053

@ Paul --> I completely agree with you and inline with you. Even in that case, all the INFO logs are written to the log file at the same time or with the expected delay for each operation. I could see the log split up for 45 - 50 secs that actually does the job in a sequential and correct order. But...
by sensiva
Fri Jun 22, 2018 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Long time in completion of job, after executing all stages
Replies: 3
Views: 3053

Long time in completion of job, after executing all stages

Hello I am encountering a strange issue on my job & sequences since last week. The job or sequences that takes around 2 mins to compelte took 15 mins since last week. The disk space or the cpu consumption are normal. There was something strange when I looked at the logs. The job actually complet...
by sensiva
Wed Jun 20, 2018 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Input links and Performance
Replies: 2
Views: 2642

Multiple Input links and Performance

Hi, It has been around 8 months that I started to work in datastage and dsxchange role was very vital. Now that i am comfortable with datastage basics, would like to go a little further and learn more. I did learn that it would be performant to split the update and insert operations for DB rather ch...
by sensiva
Wed Jun 20, 2018 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to load the library
Replies: 5
Views: 5141

Hi ArndW

No, this path is not in my LD_LIBRARY_PATH. We have usr/lib which contains most object files but not libvmdsapi.so. Thanks for pointing, after updating the lib path, it works fine
by sensiva
Mon May 28, 2018 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to load the library
Replies: 5
Views: 5141

Yes, i did force compile as well. As suggested, i manually added the stdio.h file, but didnt make any difference. As mentioned earlier, any non ds function works fine. Only the DS functions are failing with "unknown symbol" error
by sensiva
Mon May 28, 2018 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to load the library
Replies: 5
Views: 5141

Failed to load the library

Hello, I am getting the same error as noted here. trfRoutine: Error when checking composite operator: Failed to load the library "V0S1_TestJob_trfRoutine.so"; either the directory containing the library file is not on the library search path, or the library was compiled on a system that is...
by sensiva
Tue Aug 29, 2017 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LookUp Stage with just REJECT link
Replies: 3
Views: 5904

LookUp Stage with just REJECT link

Hi, I am still on the learning phase in datastage and I have a doubt with datastage lookup stage. I want to capture only the reject rows and I don't want to do anything with the correct matching rows. I have a parallel job with a lookup stage that has input from a oracle connector and a reference al...