Search found 42189 matches
- Tue Dec 06, 2005 9:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Load using oracle----padding space issue
- Replies: 5
- Views: 1198
- Tue Dec 06, 2005 8:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Not Getting Started
- Replies: 5
- Views: 1485
- Tue Dec 06, 2005 8:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: lookup unsuccesful
- Replies: 1
- Views: 652
- Tue Dec 06, 2005 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: upgradation from DS4.2(Mainframe) to DS7.0 or the latest
- Replies: 4
- Views: 1086
- Tue Dec 06, 2005 8:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling Stored Procedure in OCI Stage
- Replies: 9
- Views: 5020
To be honest, I didn't notice the version number. I know the 'call' syntax works in 7.x but perhaps it doesn't in that version. Verify the format by searching the forum, there should be several conversations on the subject from what I recall. You don't want to go down the routine route. You'd have t...
- Tue Dec 06, 2005 8:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we get only job status???
- Replies: 31
- Views: 6898
- Mon Dec 05, 2005 6:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling Stored Procedure in OCI Stage
- Replies: 9
- Views: 5020
- Mon Dec 05, 2005 8:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get the Scheduler time from DS job???
- Replies: 9
- Views: 2488
- Mon Dec 05, 2005 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: [b]PATCH installation unable to open Designer[/b]
- Replies: 3
- Views: 751
- Mon Dec 05, 2005 8:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bug fixes on Release 7.x (info request)
- Replies: 4
- Views: 803
- Mon Dec 05, 2005 8:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "Unable to lock RT_CONFIG2660 file"
- Replies: 9
- Views: 2763
Re: "Unable to lock RT_CONFIG2660 file"
Since it happens randomly and on different jobs I've assumed that it down to the server being over-utilised at that particular time. Yes, that's exactly what that means. Especially when you say you have a multi-instance batch that kicks of "a bunch" of multi-instance jobs. You could take the time t...
- Mon Dec 05, 2005 8:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: removing ^@ character
- Replies: 2
- Views: 787
Why not just include it in your file metadata in the Sequential stage and then promptly ignore it? Add another column at the end. Scroll over to the right and set the Missing Column attribute to one of the ones that doesn't say 'Error' or 'Warn' - like 'Replace'. Then it won't matter if it is there ...
- Sun Dec 04, 2005 10:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get the Scheduler time from DS job???
- Replies: 9
- Views: 2488
It's a Windows command so best to look in Windows places for syntax and other help. For example, open a command prompt by clicking on Start then Run and then typing cmd as the program to run. Normal Windows syntax would be to type the command followed by a slash question mark to get 'usage' informat...
- Sun Dec 04, 2005 9:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get the Scheduler time from DS job???
- Replies: 9
- Views: 2488
How are you scheduling your jobs? Strictly from the Director or is there a third-pary scheduler involved? For Director scheduled jobs, you could look into reading the control structures that Director leverages to schedule jobs - 'cron' / 'at' on UNIX or 'at' on Windows from what I understand. Unfort...
- Sun Dec 04, 2005 9:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get the Scheduler time from DS job???
- Replies: 9
- Views: 2488
I have no idea what you are asking. Have you scheduled a job from the Director and you want to see what time it was scheduled to run at? Switch to the Schedule view in the Director (blue clock icon or View/Schedule from the menu) and it will show you which jobs in the current category are scheduled ...