Search found 5 matches

by dk_ds
Sat Feb 06, 2010 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion compilation error
Replies: 1
Views: 1149

date conversion compilation error

Hi, In a datastage Enterprise edition, in a parallel job, I am trying to do some integer number addition to a date. i.e. for the purpose of getting a date after some date. function used is : date_from_days_since(10,"2000-10-10"). But received compilation error saying "Link DSLink2, Co...
by dk_ds
Thu Dec 03, 2009 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing log entries from datastage director
Replies: 5
Views: 3319

In administrator - Check "Auto-purge of job log" setting in General tab of "Project Properties", and set this as appropriate.

take care
by dk_ds
Thu Dec 03, 2009 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to rename all the jobs
Replies: 5
Views: 2328

Export the project as xml file and "replace" the job/component names and import back the project as new one.

If it does not work, you will have to do job by job :)

take care
by dk_ds
Wed Dec 02, 2009 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Memory error
Replies: 2
Views: 1806

Memory error

Got following information from job log after job abort : main_program: Internal Error: (APT_SC::downcast(pConsumer())->kind() == APT_Operator::eParallel): sc/sc.C: 3984 Traceback: [6] APT_FatalPath::pureAssertion(0xfee009c8, 0xfee00a09, 0xf90, 0xc00, 0xff1aca78, 0x0), at 0xff0e68f0 [7] APT_SC::IPC_D...
by dk_ds
Wed Nov 25, 2009 10:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reference looup creation within same job
Replies: 1
Views: 1305

reference looup creation within same job

I am using a lookup stage in my job for which reference data is getting generated within the same job. Now, I am seeing a possibility that my source data is reaching first and reference data after some time to this llokup stage. In this case, will the input data pass through assuming no reference lo...