Search found 6797 matches
- Mon Jan 29, 2007 11:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Logic for extract generation
- Replies: 8
- Views: 1857
- Mon Jan 29, 2007 11:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC connection issue
- Replies: 3
- Views: 690
- Mon Jan 29, 2007 10:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage date in sql query
- Replies: 10
- Views: 5415
- Mon Jan 29, 2007 10:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to create parallel routine?
- Replies: 10
- Views: 5699
- Mon Jan 29, 2007 10:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage date in sql query
- Replies: 10
- Views: 5415
- Mon Jan 29, 2007 10:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: OLE SERVER CONNECTIVITY
- Replies: 5
- Views: 2550
- Mon Jan 29, 2007 10:28 am
- Forum: General
- Topic: Pass Parameters through Autosys to DS
- Replies: 9
- Views: 8223
Dont run the script that handles failed jobs at the same time as your regular run. It will create confusion. Keep it plain, keep it simple. Easier to manage and maintain. Run your failed jobs at the end. Or if you think it will be easier for you to manage a different job, go for it. Make sure you ha...
- Mon Jan 29, 2007 10:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job parallel error
- Replies: 2
- Views: 975
- Mon Jan 29, 2007 10:08 am
- Forum: General
- Topic: Pass Parameters through Autosys to DS
- Replies: 9
- Views: 8223
No. The autosys will just fire off your script which will do everything. Its at a lower level than what autosys can do. You will have to handle this within your script. "Pointing to the failed directory" means that you need to check in your script if the job failed, if it did then pass the directory...
- Mon Jan 29, 2007 10:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage date in sql query
- Replies: 10
- Views: 5415
- Mon Jan 29, 2007 9:57 am
- Forum: General
- Topic: Pass Parameters through Autosys to DS
- Replies: 9
- Views: 8223
You can keep the same job just make it point to the 'failed job' directory. How you are going to do that depends upon how are you currently controlling your process. Are you using Job Sequence or a custom Control Job or a Unix script? Regardless, however you are specifying parameters currently, simi...
- Mon Jan 29, 2007 9:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Merging files
- Replies: 9
- Views: 1874
- Mon Jan 29, 2007 9:11 am
- Forum: General
- Topic: Pass Parameters through Autosys to DS
- Replies: 9
- Views: 8223
Usually the DataStage job developer takes care of parameter assignment. If a job fails. Just change the input file name which will have to be parametrized, and re-run that job. If you have to explore doing that with Autosys, you will have to talk to autosys folks to see how they can pass the paramet...
- Mon Jan 29, 2007 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to configure DSN for Oracle In unix (Server)
- Replies: 22
- Views: 8704
What i feel is there should be a file where DSN name,userid to oracle,password should be stored. Do we need to create a file like that. All of that would be parametrized at the end of the day. Then these parameters would be retrieved however you want to. Some store it in a file. Some prefer using D...
- Mon Jan 29, 2007 8:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding Hashed file
- Replies: 9
- Views: 1507