Search found 42189 matches
- Mon Apr 30, 2007 9:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC connection to Sybase
- Replies: 3
- Views: 954
- Mon Apr 30, 2007 9:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Best approach for unknown varied source
- Replies: 19
- Views: 5646
- Mon Apr 30, 2007 9:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Autosys Job
- Replies: 14
- Views: 10599
- Mon Apr 30, 2007 7:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to establish a connection to DB in Batch Jobs
- Replies: 6
- Views: 1260
Re: How to establish a connection to DB in Batch Jobs
laknar wrote:How to execute a script in Batch Jobs
Or use DSExecute to run your script.
- Mon Apr 30, 2007 7:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Selecting SAP-System by using Environment Variables
- Replies: 4
- Views: 1075
- Mon Apr 30, 2007 7:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance on Lookup operation
- Replies: 2
- Views: 970
- Mon Apr 30, 2007 7:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Facing a problem in order to pass a value from Sequencer
- Replies: 8
- Views: 3137
- Mon Apr 30, 2007 6:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: I don't understand!!
- Replies: 9
- Views: 1569
Maybe your Oracle date picture is set up to require an alphabetic month. There really is no such thing. An Oracle date is just a date stored in internal format and never requires any particular format. You just need to be able to tell it what format your data is in, that's what the TO_DATE function...
- Sun Apr 29, 2007 7:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Does Datastage take advantage of Connection Pooling?
- Replies: 2
- Views: 1790
- Sun Apr 29, 2007 1:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: hi
- Replies: 16
- Views: 3644
- Sat Apr 28, 2007 10:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Protected Projects
- Replies: 1
- Views: 1117
Let's work this the other way 'round. I've seen some odd issues with VC trying to promote Shared Containers at the same time as the job that uses them. To work around this, I do two things: 1) Promote the shared containers in a separate step. Always. 2) When promoting a job that includes a shared co...
- Sat Apr 28, 2007 7:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Connection Error
- Replies: 24
- Views: 8052
- Sat Apr 28, 2007 6:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what goes to oracle enterprise stage's reject
- Replies: 25
- Views: 8346
And, a sample from anyone will not help you since the db connections won't be valid at your end. Infact, what you are totally ignoring is that this is one of the most simple things to do. So just give it a try and if it doesn't work, we will walk you through it. Adjusting the db connection is easy,...
- Sat Apr 28, 2007 12:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: auto-purging job's log
- Replies: 6
- Views: 1815
So... this has got nothing to do with 'auto purging' but rather you are looking for some schedulable way to manually purge your job logs? What about the Auto Purge functionality isn't working for you? As noted, you can get your hands on Ken Bland's utilities from his website and one of them will all...
- Fri Apr 27, 2007 11:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scheduling jobs using Unix Script
- Replies: 5
- Views: 1182
Schedule "an entire Project"? Besides that fact that you don't really do that from a UNIX script, I'm not really sure what that means - and I can't imagine anyone needing to do that if I'm guessing right. How about you explain what exactly it is you think you need to do? Take a little more time to l...