Search found 6797 matches
- Mon Dec 11, 2006 2:12 pm
- Forum: General
- Topic: regarding batch file
- Replies: 11
- Views: 4962
- Mon Dec 11, 2006 1:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FIND THE CORRECT OF ERROR
- Replies: 3
- Views: 754
- Mon Dec 11, 2006 1:46 pm
- Forum: General
- Topic: regarding batch file
- Replies: 11
- Views: 4962
Wow. Thats a first one. May i ask why do you want to automate such a thing? Just out of curiosity. You can write a dos batch. Google for sample dos batchs to get an idea of how its written. You execute them through command line. Within datastage, you would use DSExecute() routine to fire off a dos b...
- Mon Dec 11, 2006 1:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.BCIPut call to SQLExecute failed
- Replies: 14
- Views: 5385
- Mon Dec 11, 2006 1:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.BCIPut call to SQLExecute failed
- Replies: 14
- Views: 5385
Ok. I just built a test here and it works. Dont know what your doing wrong. Open your favourite sql tool and see if just the select count(*) from table where batch_id = 'a true value'. See if that works. Then put in your delete statement and put the count subselect in the where predicate. See if it ...
- Mon Dec 11, 2006 1:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Sequence
- Replies: 4
- Views: 887
- Mon Dec 11, 2006 1:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete datasets and query dataset in UNIX
- Replies: 4
- Views: 6111
Do a search my friend. This has been discussed here before. Like thisfor instance.
- Mon Dec 11, 2006 10:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pass a value in parameter for the next job
- Replies: 17
- Views: 4642
- Mon Dec 11, 2006 10:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to use DSLogFatal in Parallel job
- Replies: 4
- Views: 1784
- Mon Dec 11, 2006 10:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Doubt regarding warnings
- Replies: 3
- Views: 952
- Mon Dec 11, 2006 9:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.BCIPut call to SQLExecute failed
- Replies: 14
- Views: 5385
- Mon Dec 11, 2006 9:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.BCIPut call to SQLExecute failed
- Replies: 14
- Views: 5385
- Mon Dec 11, 2006 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stage Variables
- Replies: 3
- Views: 809
Technically the stage variable will be called for every single row. For small amount of records this execution time is negligible. But if you have millions of records it might make a small difference. Do this, keep the stage variable. Dont provide any derivation for it.For initial value, call the ma...
- Mon Dec 11, 2006 9:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.BCIPut call to SQLExecute failed
- Replies: 14
- Views: 5385
- Mon Dec 11, 2006 9:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while connection to Oracle Enterprise stage
- Replies: 3
- Views: 1090
That is definately the problem. The error message tells you that
Read this post. I think its a bug and there is an ECASE out there for the same.
dsguy wrote:>##E TFOP 000481 06:42:57(008) <Oracle_Enterprise_49> Incorrect dboption list; it failed on Expected "," or "}", got: "$", line 1.
Read this post. I think its a bug and there is an ECASE out there for the same.