Search found 53125 matches
- Mon Dec 11, 2006 4:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connection Dead
- Replies: 12
- Views: 7727
- Mon Dec 11, 2006 4:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Locked
- Replies: 1
- Views: 839
Use the LIST.READU command to find out the owner of the lock. This is most easily done from a UNIX prompt $DSHOME/bin/list_readu | grep jobname Can you see that user (process) in the Cleanup Resources window in Director? If so, release the lock from there. Otherwise, use the DS.TOOLS menu in the pro...
- Mon Dec 11, 2006 4:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pass a value in parameter for the next job
- Replies: 17
- Views: 4642
Which of these have you declared as Key columns? That should determine what to use in UtilityHashLookup. What is the intent of SEPARATOR? Why are you trying to pass a job parameter in a Routine activity? Hashed files' names are case sensitive. Did you really create the hashed file in your account (p...
- Mon Dec 11, 2006 4:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HASHED FILE PROPERTIES
- Replies: 3
- Views: 1121
Has the file system become full? Has a disk quota been exceeded? Is the hashed file intact (what happens when you attempt to count the records in it)? Please confirm that your column definitions show two Key columns. Please execute the following command from the DataStage command prompt and post the...
- Mon Dec 11, 2006 4:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: oracle stage array size
- Replies: 4
- Views: 1164
- Mon Dec 11, 2006 3:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Max limit for a Sequential File column size
- Replies: 4
- Views: 6112
The error is that you've told DataStage to look for the record delimiter and it hasn't found it, giving up after twice the described length of your field. What did you specify as the record delimiter character? Is this correct? Note that final delimiter is NOT the same thing as record delimiter; a f...
- Mon Dec 11, 2006 3:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unmatched Rows in Look up stage
- Replies: 3
- Views: 1282
If what you want to do is identify those rows in the reference Data Set that were not touched by the Lookup stage, without using any more stages, the answer is no. With more stages, the answer is yes. You need to capture the distinct lookup keys that came from the stream input, downstream of the Loo...
- Mon Dec 11, 2006 3:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connection Dead
- Replies: 12
- Views: 7727
- Mon Dec 11, 2006 3:02 am
- Forum: General
- Topic: Running batch file from DS job
- Replies: 11
- Views: 6106
- Mon Dec 11, 2006 12:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: No of Jobs
- Replies: 2
- Views: 812
Monitor your system, using a tool like top or sar or similar. If you have spare capacity, you're OK. If you have no spare capacity, you should reduce the number of concurrent jobs until you do have some spare capacity, or add more capacity. It's probable that some of the smaller jobs could be run on...
- Sun Dec 10, 2006 11:58 pm
- Forum: General
- Topic: Running batch file from DS job
- Replies: 11
- Views: 6106
- Sun Dec 10, 2006 11:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: jobs not showing in Repository
- Replies: 6
- Views: 1548
- Sun Dec 10, 2006 7:24 pm
- Forum: General
- Topic: Telnet Service not starting
- Replies: 9
- Views: 4593
- Sat Dec 09, 2006 11:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: regaring universe
- Replies: 14
- Views: 4676
You can use the Documentation Tool (Reporting Assistant) to dump most of the design-time information from server jobs into an Oracle database. They even provide Oracle scripts for creating the said database. Look in the Documentation Tool folder where your DataStage client is installed. Why re-inven...
- Sat Dec 09, 2006 4:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: regaring universe
- Replies: 14
- Views: 4676
Reverse engineering is explicitly forbidden in your DataStage licence agreement. Given that you've admitted that this is what you/your company is doing, I feel constrained from assisiting further in this thread. IBM's copyright police are famed for their vigilance and preparedness to litigate. Knowl...