Search found 42189 matches
- Sat Mar 31, 2007 9:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Active and passive stages in datastage
- Replies: 2
- Views: 2338
You don't necessarily need to 'calculate' this - look at the actual processes the job generates when it runs. There will be at least two pids: DSD.RUN for the job itself DSD.StageRun for each active process This would be checked via a 'ps' and 'grep' on a UNIX Server, not sure on Windows - perhaps v...
- Sat Mar 31, 2007 9:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error updating Oracle table
- Replies: 1
- Views: 785
- Sat Mar 31, 2007 7:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: deadlock detected while waiting for resource
- Replies: 8
- Views: 3462
Re: deadlock detected while waiting for resource
talsimad wrote:i already do it, i have partionned with the round robin method but it seem that the problem presist
Then, perhaps, you don't already do it.
- Sat Mar 31, 2007 7:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal Termination of Stage- Could not get much from forum
- Replies: 10
- Views: 3124
- Sat Mar 31, 2007 7:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Basic Datastage query
- Replies: 2
- Views: 1131
That's not a DataStage thing but rather a perfectly normal SQL thing. They are 'bind variables' and are placeholders for the values your job will supply, which will bind two columns - one to each question mark in the order shown. Some stages (like OCI) will use numbered bind variables - :1, :2, etc ...
- Fri Mar 30, 2007 1:46 pm
- Forum: General
- Topic: SQL Reference for DataStage Universe Tables
- Replies: 5
- Views: 4543
- Fri Mar 30, 2007 12:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SPT oracle or ODBC?
- Replies: 9
- Views: 2892
- Fri Mar 30, 2007 12:08 pm
- Forum: General
- Topic: Datastage ADministrator Commands
- Replies: 13
- Views: 10544
I thought information of that nature would start shipping with the 8.x releases?
For older versions, you could get the UniVerse User Reference or UniVerse Administration manuals from the IBM web site.
For older versions, you could get the UniVerse User Reference or UniVerse Administration manuals from the IBM web site.
- Fri Mar 30, 2007 10:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Inserting into a not null column.
- Replies: 11
- Views: 3723
- Fri Mar 30, 2007 10:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compilation of Job before Execution through Job Scheduler
- Replies: 4
- Views: 1367
Ok then.....One solution I can see is that I will put all the Jobs in one sequencer in which I will keep the option as 'Reset if needed then run' and then Schedule it through the director. Even if the Jobs fail the sequencer will show status as "Finished"( so no need to compile ) and since I have s...
- Fri Mar 30, 2007 10:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CLearing a hash-file before running lookup job
- Replies: 2
- Views: 959
- Fri Mar 30, 2007 10:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Inserting into a not null column.
- Replies: 11
- Views: 3723
- Fri Mar 30, 2007 7:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Specifying UNIX EOF as Record Delimiter
- Replies: 3
- Views: 1477
- Fri Mar 30, 2007 7:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_ipcput - timeout waiting for mutex
- Replies: 18
- Views: 14288
- Fri Mar 30, 2007 7:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exception Handler : Why use it.. and how to handle warnings
- Replies: 20
- Views: 6895
What exact version of DataStage? What server platform? If you're not on a recent 7.5.x version, you'll need to upgrade. From what I recall, earlier implementations were a little... buggy. If you are - or perhaps in general - you should contact IBM Support and open a case. As you've noted and from wh...