Search found 21 matches

by rsripathy
Fri Jan 18, 2013 12:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job in not completing.
Replies: 20
Views: 11070

Thanks for your reply::

We never set the files to read in parallel/Multiple node.
Yes the files are fixed width.
When in Designer , this property can check/uncheck ?

Thanks,
Sri
by rsripathy
Fri Jan 18, 2013 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job in not completing.
Replies: 20
Views: 11070

Issue resolved. Well. The final step which I took is to replace the link with new one. It worked. Does this indicates the stage/link got corrupted ? Well another intresting thing which I noticed is that, in general when we keep a sequentail file stage and either if we are reading from or writing int...
by rsripathy
Fri Jan 11, 2013 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job in not completing.
Replies: 20
Views: 11070

Well !!! In digging more to find root cause for this, interstingly, it was found that, we are unable to view the data through designer of any of the sequential files. While we try to do.. after a while [Not Responding] message is appearing and the desinger is closing. I tried to view data of differe...
by rsripathy
Wed Jan 09, 2013 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job in not completing.
Replies: 20
Views: 11070

The log shows that pid's are created and then the log doesn't get updated so you can take the player pid's and go to the node where they are running and run ps command to see if all those pid's keep running or did the player pid's finish after execution and then check if the section leader finish t...
by rsripathy
Mon Jan 07, 2013 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Delivery
Replies: 9
Views: 4694

ray.wurlod wrote:There are a number of ways in which it can work. Typically changes to the database are captured by reading the transaction log (though triggers can also be used); these changes are placed onto an MQ ...
Is there difference between,,, Change Data Delivery & Change Data Capture ? If so what ?
by rsripathy
Mon Jan 07, 2013 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job in not completing.
Replies: 20
Views: 11070

Thanks Zulfi... If you say that there might be problem with target db, i tested the job even without before/after routines, the job successfully loaded the records into the target table. So do you think it more concerns over target table ? More over, I used the SHOW_PIDS.. and all processes were run...
by rsripathy
Mon Jan 07, 2013 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job in not completing.
Replies: 20
Views: 11070

I added it and tested.. but no luck... :( it got again stucked ... it is waiting for some thing.. which I am not able to figure out..... If I removed the BeforeJob/AfterJob Sub-Routines, then it is working. If you say, that there is problem with BeforeJob Routine,then, it was clear from logs.. that ...
by rsripathy
Mon Jan 07, 2013 1:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date match format error
Replies: 14
Views: 5326

Read the 3rd (date column) as Varchar(10). In transformer use the below expression. For null values we are giving a default value of '12/31/9999'; If you want null then specify SetNull(); If Trim(date_column) = '' Then StringToDate("12/31/9999",'%mm/%dd/%yyyy') Else StringToDate(date_colum...
by rsripathy
Mon Jan 07, 2013 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job in not completing.
Replies: 20
Views: 11070

Yes, we did check on database side as well. There are no locks on target table.
by rsripathy
Mon Jan 07, 2013 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job in not completing.
Replies: 20
Views: 11070

Added the APT variables; main_program: This step has 6 datasets: ds0: {op0[1p] (sequential fsqSrcAMBSsel) eAny<>eCollectAny op1[2p] (parallel APT_CombinedOperatorController:{natural=mdf, synthetic="modify(0)"})} ds1: {op1[2p] (parallel APT_CombinedOperatorController:APT_TransformOperatorIm...
by rsripathy
Mon Jan 07, 2013 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert string to time with milliseconds
Replies: 4
Views: 2845

Yes. I tried many options and none of them worked... All are skipping the milliseconds part What is your Target , is it Database or file ? As specified by Chandra , you can use StringToTimestamp('Columnname',"hh%nn%ss.3") will work. Enable Extended propery to "milliseconds" if y...
by rsripathy
Mon Jan 07, 2013 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job in not completing.
Replies: 20
Views: 11070

Thanks ArndW,

I added APT_DUMP_SCORE, but I could not able to locate the 'report player calls' or 'report process ids' which you mentioned. How to check for the processes on ds server on "osh.exe" ?

Thanks...
by rsripathy
Thu Jan 03, 2013 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job in not completing.
Replies: 20
Views: 11070

Thanks ArndW & SURA... ArndW: I am using the DSLogInfo() -- "Record inserted successfully into Job Audit Table"; In fact this statemtent should pop out to DS log if record inserted successfully. If no return code from then go to ErrorExit section in routine. To check more log, I used $...
by rsripathy
Wed Jan 02, 2013 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job in not completing.
Replies: 20
Views: 11070

DS Job in not completing.

DS Job Design is SEQfile -> MdfyStg -> TrnasfrStg -> FunlStg -> SQLEnterpriseStg. Functionality:- The job reads 1 file at a time and loads into target table. I am maintaining a different table called AuditTable , which is handled by BeforeJob & AfterJob SubRoutines ( Collects, file count, file n...
by rsripathy
Thu Jun 19, 2008 3:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Allocation Problem
Replies: 8
Views: 7897

How to change ulimit?