Search found 36 matches

by chrisk
Tue Jun 21, 2005 2:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi instance job logs
Replies: 18
Views: 9437

Enhancement requests to Ascential do not cost anything! But maybe I'm wrong and that's why my enhancement requests never get included :wink:

C.
by chrisk
Thu Feb 10, 2005 12:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rejecting all rows which cannot be loaded in ORACLE
Replies: 21
Views: 10115

The Oracle bulk loader is great for inserts!

What do you do if you need to do bulk updates?

Ta,
C.
by chrisk
Wed Feb 09, 2005 10:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rejecting all rows which cannot be loaded in ORACLE
Replies: 21
Views: 10115

Regardless of the array size when writing to Oracle, I have noticed that DataStage will still log a warning in the log if a DBMS reject occurs (irrespective of the reject checkbox in the constraint being ticked). Ray, this suggests to me that DataStage might know which row(s) generated the warning(s...
by chrisk
Tue Feb 08, 2005 10:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rejecting all rows which cannot be loaded in ORACLE
Replies: 21
Views: 10115

Hi, I'm curious about the array size = 1 aspect of this discussion. :? I don't profess to know the reason why array size needs to be set to 1, but since the OCI plug-in doco says it has to be, then this obviously has a negative impact on the performance of the job if a large number of rows needs to ...
by chrisk
Mon Jan 31, 2005 2:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence job restart
Replies: 7
Views: 3323

Hmmm??? I will have to test again but the last time I tried it ran as I described???

Ta,
C.
by chrisk
Mon Jan 31, 2005 1:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob Win batch file
Replies: 11
Views: 6830

Thanks. :-)
by chrisk
Thu Jan 27, 2005 10:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob Win batch file
Replies: 11
Views: 6830

Nice, but would this come under the heading of "use with caution as Ascential may change how they do this"?

C.
by chrisk
Thu Jan 27, 2005 9:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob Win batch file
Replies: 11
Views: 6830

Here's a sample Win batch file I have created to call dsjob. Hopefully this might inspire others who have far superior ones to share them! ====================================== rem Set params set vSERVER=%1 set vUSER=%2 set vPASSWORD=%3 set vDS_PROJ_NAME=%4 set vDS_JOB_NAME=%5 set vPARAMS=%6 rem Ch...
by chrisk
Thu Jan 27, 2005 9:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence job restart
Replies: 7
Views: 3323

What version are you on please Kim?
by chrisk
Thu Jan 27, 2005 9:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob Win batch file
Replies: 11
Views: 6830

I did (see my first post).
by chrisk
Thu Jan 27, 2005 6:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence job restart
Replies: 7
Views: 3323

Sequence job restart

We have built a DS routine that we use to execute all our DS jobs from within a sequence job or JC job. This routine does groovy stuff like: * manage the passing of parameter values (static and dynamic) to the child job * reset child jobs not in a runnable state * capture child job runtime statistic...
by chrisk
Thu Jan 27, 2005 6:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer
Replies: 6
Views: 2489

DS7.5 allows you to have basic expressions in the properties of the job activity stage in the sequence job. This means you can do more than simply pass parameter values from the parent sequence job to the child job. DS7.1 does not have this luxury. Not sure what happened to the 7.2, 7.3 and 7.4 vers...
by chrisk
Thu Jan 27, 2005 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob Win batch file
Replies: 11
Views: 6830

I was able to find Ken's UNIX script but alas, no Win scripts...
by chrisk
Thu Jan 27, 2005 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob Win batch file
Replies: 11
Views: 6830

Thanks Ray. My "at" listing of a scheduled job on my DataStage server (DS7.1 Win) provides the following command line: vmdsr_sched.exe u:\datastage\projects\dwprd MPARK_Master_Sequence /50 1 where MPARK_Master_Sequence is my scheduled job name. Perhaps DS does not execute the job via a BAT...
by chrisk
Thu Jan 27, 2005 2:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob Win batch file
Replies: 11
Views: 6830

dsjob Win batch file

Hi, I'm looking for a sample Windows batch file for executing dsjob. I have created UNIX versions in the past but would love to be able to leverage someone else's windows scripting talents! I have searched high and wide through dsxchange and Ascential DEVNET but alas... Any help much appreciated. Ta...