Search found 53125 matches
- Wed May 24, 2006 12:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: why the datastage may occur running 1 record / second
- Replies: 8
- Views: 2642
Re: why the datastage may occur running 1 record / sec
i want to know when the datastage run 1 record/second , and what's the reason ? database: oracle datastage:6.0.1 It means that, for whatever reason, you are processing approximately 60 rows per minute. There are myriad possible causes, including very large rows. See earlier comments for some ideas.
- Wed May 24, 2006 12:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of job
- Replies: 5
- Views: 1856
When you reset the job in Director do you get extra diagnostic information in an event "from previous run..."? I suspect you are running out of memory, and thereby generating an access violation. It may also be the case that your loading into the database table is generating 50 warnings so you are t...
- Tue May 23, 2006 11:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: master sequencer
- Replies: 8
- Views: 1556
- Tue May 23, 2006 11:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job in loop
- Replies: 2
- Views: 932
- Tue May 23, 2006 11:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDC with single stage
- Replies: 19
- Views: 4263
- Tue May 23, 2006 11:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: i want to capture bad records
- Replies: 6
- Views: 1476
- Tue May 23, 2006 11:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: New to Datastage need docs
- Replies: 3
- Views: 865
Re: New to Datastage need docs
saurabhgupta4u wrote: where can i get this Server??
You buy it from IBM or an authorized reseller. You need lots and lots of money.
- Tue May 23, 2006 9:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDC with single stage
- Replies: 19
- Views: 4263
- Tue May 23, 2006 9:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsadm
- Replies: 3
- Views: 1491
- Tue May 23, 2006 9:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: deleting dataset
- Replies: 6
- Views: 1326
- Tue May 23, 2006 9:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unix paramter
- Replies: 4
- Views: 1136
You are wrong. You need a -param option for each parameter.
Code: Select all
dsjob -run -param name=value -wait projectname jobname- Tue May 23, 2006 9:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsadm
- Replies: 3
- Views: 1491
- Tue May 23, 2006 8:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Universe - Impact of adding additional columns to table
- Replies: 5
- Views: 1420
- Tue May 23, 2006 8:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: function
- Replies: 6
- Views: 1201
- Tue May 23, 2006 8:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unix paramter
- Replies: 4
- Views: 1136
Re: Unix paramter
chandra wrote:Hi ,
I want to pass the parameter to job from unix .
how can i acchive this.
Please be more specific. The usual method is to interrogate the job parameter value using the dsjob command line interface, once job execution has completed.