The problem's with locks, not with sizes of anything.
Check whether RT_CONFIG2660 is already locked using list_readu command.
Restart DataStage when there is nothing happening. This will guarantee that all (memory-based) locks are cleared. Then try the job again, and let us know the outcome.
Search found 53125 matches
- Mon Dec 05, 2005 1:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "Unable to lock RT_CONFIG2660 file"
- Replies: 9
- Views: 2763
- Mon Dec 05, 2005 1:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Validating hash file
- Replies: 10
- Views: 1995
- Mon Dec 05, 2005 4:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need to call a job more then once with different parameter
- Replies: 4
- Views: 1303
- Mon Dec 05, 2005 2:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Validating hash file
- Replies: 10
- Views: 1995
- Mon Dec 05, 2005 2:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling User Defined Oracle Function
- Replies: 8
- Views: 3093
- Mon Dec 05, 2005 2:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need to call a job more then once with different parameter
- Replies: 4
- Views: 1303
- Mon Dec 05, 2005 1:59 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 1:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cannot load module error
- Replies: 2
- Views: 876
- Sun Dec 04, 2005 1:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: column sqltype - bit
- Replies: 1
- Views: 859
bit(8) is an eight-bit, or one-byte, quantity. It's a binary value - if the bits don't assemble into the representation of a viewable (printable) character then the View Data mechanism has no hope of displaying it. You could try temporarily changing the data type to uint8, which is a value from 0 th...
- Sun Dec 04, 2005 1:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Assagining Parameters In PX-7.1
- Replies: 2
- Views: 963
Every company uses the different naming conventions and terminology which give the hard time to new person like me. That's the beautiful thing about standards - there are so many from which to choose. Unfortunately, it's a fact of life - you need to adapt to the standards used by each of your custo...
- Sun Dec 04, 2005 1:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Parameters between jobs
- Replies: 7
- Views: 3156
- Sat Dec 03, 2005 9:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Validating hash file
- Replies: 10
- Views: 1995
- Sat Dec 03, 2005 9:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routines to load data in to a sequential file
- Replies: 9
- Views: 2160
The benefits of documentation, and other grumbles
I invite anyone to compare the two pieces of code. One is indented, spaced and includes comments to explain what is happening in each section. The other lacks these features. The second piece of code includes invocation of DSLogFatal(), which results in a job aborting. The first does not. The first ...
- Sat Dec 03, 2005 8:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Parameters between jobs
- Replies: 7
- Views: 3156
- Sat Dec 03, 2005 8:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SMP, MPP
- Replies: 5
- Views: 7572
I disagree with kumar_s's assertion that MPP systems have more than 200 processors. DataStage EE training (in this part of the world) is done on a cluster of four single-CPU Linux machines connected by a 1GB wireless network and a 100MB copper network (through which clients connect). It's not a part...