Search found 6797 matches

by DSguru2B
Tue Mar 06, 2007 10:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Restart Count Property
Replies: 1
Views: 663

Where did you come across that property. I remember seeing that property in DB2 LOAD stage. It is what it says. Its the restart count. If a load fails and commits 30,000 records. You will pass 30,000 as the restart count.
by DSguru2B
Tue Mar 06, 2007 10:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchgeneral,orchsort,orchstats could not load Bad address
Replies: 20
Views: 8414

Did you try looking for those files in the lib path. The ones that I mentioned in bold. They wont be the exact but atleast similar.
by DSguru2B
Tue Mar 06, 2007 10:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best way of Deleting Partially loaded Data
Replies: 12
Views: 2208

Basically for restartablility. Generally, the loads are indepenedent. A failure in one load will not affect the other. Thats why its a best practice to run them in a sperate job so that if one fails, atleast the other wont be affected. In your case its the opposite, you want the failure in one to af...
by DSguru2B
Tue Mar 06, 2007 10:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchgeneral,orchsort,orchstats could not load Bad address
Replies: 20
Views: 8414

Clear the scratch space, temp area. Run the job again. Is it only this job or other jobs as well. Run a sample job in prod to see. Also keep the two environments identical, to the extent of comments.
by DSguru2B
Tue Mar 06, 2007 10:30 am
Forum: Enhancement Wish List
Topic: up the 99 project limit... and more
Replies: 27
Views: 11104

Your wish is, finally, granted. :wink:
by DSguru2B
Tue Mar 06, 2007 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best way of Deleting Partially loaded Data
Replies: 12
Views: 2208

Actually I presumed that you have all in one job. You are correct, its better to keep them seperate. But if you have a requirement of rolling back data from all three tables then I would say go for a single job. But you need to test it first. Test whatever I said in my first post. If you have four d...
by DSguru2B
Tue Mar 06, 2007 10:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abort (Not Stop) a subsequence
Replies: 12
Views: 3530

Yea, My bad. Thats the Terminator Activity. Have'nt used sequence jobs in a while and hence my rustyness. I remember your previous post. As far as I remember, it was concluded that a stopped job needs to be reset before you can run it again. As Craig put it, it needs to Abort. In order to do that ru...
by DSguru2B
Tue Mar 06, 2007 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle password has $ character in it
Replies: 3
Views: 1058

You need to enclose your password within quotes. Before that you need to apply a patch. Refer herefor an ECASE number.
by DSguru2B
Tue Mar 06, 2007 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abort (Not Stop) a subsequence
Replies: 12
Views: 3530

In Exeption handler, there is an option to Abort without waiting for other jobs to stop. Did you try that option?
by DSguru2B
Tue Mar 06, 2007 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best way of Deleting Partially loaded Data
Replies: 12
Views: 2208

Have you tried with transaction size 0. You will have to test it out with four database stages in a single job. If any one of them fails an insert, it will generate a warning, keep your warning level at 1 so that the job is forced to abort. This way the transaction will be rolled back. The only thin...
by DSguru2B
Tue Mar 06, 2007 10:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchgeneral,orchsort,orchstats could not load Bad address
Replies: 20
Views: 8414

It seems like the libraries could not be loaded. I am on HP-UX so I have liborchsorthpux.sl , liborchstatshpux.sl and liborchgeneralhpux.sl for orchsort, orchstat and orchgeneral respectively. These are present in $APT_ORCHHOME/lib folder. I think your issue might be related to these library files a...
by DSguru2B
Tue Mar 06, 2007 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchgeneral,orchsort,orchstats could not load Bad address
Replies: 20
Views: 8414

Strange error. Seems like the engine is not able to fine the PXEngine path. Look in the dsenv script in $DSHOME and see if $APT_ORCHHOME is properly set. Is this the first time your getting the error with a parallel job? Is this a new installation?
by DSguru2B
Tue Mar 06, 2007 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to locate a job in the repository
Replies: 17
Views: 4343

narasimha, I think the OP is concerned more in finding the job in the designer in order to open/edit/run it. Analogous to finding a link on a website with 5000 links. A simple find and click. Unfortunately such a thing is not present in DataStage.
by DSguru2B
Tue Mar 06, 2007 9:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to locate a job in the repository
Replies: 17
Views: 4343

They are alphabetically placed. Go for a visual view. There is no find option.
by DSguru2B
Tue Mar 06, 2007 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UTILITY for viewing data Selectively using a criteria
Replies: 5
Views: 1446

I highly doubt it. You have to build a job as far as I know.