Search found 42189 matches
- Thu Oct 02, 2008 9:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MLoad
- Replies: 3
- Views: 1347
- Thu Oct 02, 2008 8:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Insurance Datawarehouse Model
- Replies: 5
- Views: 3235
- Thu Oct 02, 2008 7:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Determine the status of the previous run of the sequence
- Replies: 4
- Views: 1015
- Thu Oct 02, 2008 7:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Stage - Phanthom Error
- Replies: 5
- Views: 1496
- Wed Oct 01, 2008 7:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Store the Job Status when executed From Command Line
- Replies: 3
- Views: 1220
If you go the $? route, which would be a typical approach when scripting something like this, make sure you capture the value immediately after the dsjob call and stash it somewhere - file, another shell variable, whatever. Since it is the exit status of the most recent command, execute anything els...
- Wed Oct 01, 2008 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How do we Remove Alphanumeric characters
- Replies: 4
- Views: 1445
- Wed Oct 01, 2008 3:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: .IPC_in.IDENT1: %s error
- Replies: 4
- Views: 2516
- Wed Oct 01, 2008 1:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How do we Remove Alphanumeric characters
- Replies: 4
- Views: 1445
- Wed Oct 01, 2008 1:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Schedule - On Business Day 3
- Replies: 7
- Views: 1768
Didn't say it would be pretty. Select 'Next' and select the date the next time the 3rd business day rolls around. Then either go into the crontab for the scheduling user and duplicate/tweak that for say, the next year or wait for the upcoming schedule to run and than schedule it again for the next m...
- Wed Oct 01, 2008 12:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Schedule - On Business Day 3
- Replies: 7
- Views: 1768
Sure. Schedule how, though... Director? 'Add to schedule' each 3rd business day of the month. Enterprise scheduler? Pretty much the same answer. Manually. Another approach, one I've used quite successfully. Schedule a Sequence job to run every day. First activity is a routine that determines if the ...
- Wed Oct 01, 2008 10:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_seqopen() - Win32 error in CreateFile
- Replies: 4
- Views: 5466
Perhaps something like SysInternal's Process Explorer can help:
http://technet.microsoft.com/en-us/sysi ... 96653.aspx
http://technet.microsoft.com/en-us/sysi ... 96653.aspx
- Wed Oct 01, 2008 10:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_seqopen() - Win32 error in CreateFile
- Replies: 4
- Views: 5466
Ok, wanted to make sure you weren't creating the issue yourself. So, now you need to find the process that has the file locked/open and kill that. Could be a user, could be a defunct instance of your job, who knows? It's out there and needs to be ended. Unfortunately, I have no idea how one would do...
- Wed Oct 01, 2008 9:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_seqopen() - Win32 error in CreateFile
- Replies: 4
- Views: 5466
- Wed Oct 01, 2008 8:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating directory structures
- Replies: 2
- Views: 992
Not only outside of the project path, but off the partition where either the DataStage software or projects are installed. The goal to is keep storage of that nature from filling the DataStage partition which is nothing but Bad News and leads to project corruption. Best to create a separate, dedicat...
- Wed Oct 01, 2008 8:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Varchar to Date format
- Replies: 42
- Views: 10909