Search found 53125 matches
- Wed Mar 15, 2006 7:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: unable to run DS job
- Replies: 10
- Views: 3241
What else is the machine doing? This code is usually an indication that the machine is overloaded; either the number of processes exceeds the limit, or the total demand for resources hugely exceeds supply. Failure to start in a timely fashion can also be influenced by too small a value for the T30FI...
- Wed Mar 15, 2006 6:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: unable to run DS job
- Replies: 10
- Views: 3241
- Wed Mar 15, 2006 6:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "*DataStage*DSR_LOADSTRING" Internal data error.
- Replies: 11
- Views: 7144
You might try to repair DS_RESENU using fixtool or uvfixfile. Results are not, however, guaranteed. You might be better to restore a good one from backup. Rename or move the corrupted copy first. There is a separate DS_RESENU hashed file in each project, so you can also copy a good one from another ...
- Wed Mar 15, 2006 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using SetDSParamsFromFile Routine
- Replies: 1
- Views: 1009
That's always a danger of using unsupported structures. However, since a lot of the server job code depends on these, particularly operation of the server Transformer stage (and, indeed, the BASIC Transformer stage in parallel jobs), I think you're on fairly safe ground with these two. See also rece...
- Wed Mar 15, 2006 4:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Merge Sequential Files
- Replies: 16
- Views: 3607
- Wed Mar 15, 2006 4:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: expects parameter @date, which was not supplied
- Replies: 2
- Views: 1153
Welcome aboard. :D If you use constructions like #string# it means you are making reference to a job parameter for the server job. However, this is mediated by a $ at the start of the parameter name (for example #$TMPDIR#) being a reference to an environment variable. My guess is that you have not g...
- Wed Mar 15, 2006 4:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Merge Sequential Files
- Replies: 16
- Views: 3607
When you're using a filter, the Sequential File stage reads stdout from the filter directly (so you don't terminate the type command with a target file name, just type directly onto stdout). DataStage consumes these rows directly but must - for some strange reason - have the File Name property suppl...
- Wed Mar 15, 2006 3:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Merge Sequential Files
- Replies: 16
- Views: 3607
- Wed Mar 15, 2006 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "*DataStage*DSR_LOADSTRING" Internal data error.
- Replies: 11
- Views: 7144
Your DS_RESENU (resource) hashed file has become corrupted for some reason. This is highly unusual, as this file is completely used "read only" as far as I am aware.
Try this command and let us know what it says:
Try this command and let us know what it says:
Code: Select all
UVFIXFILE DS_RESENU- Wed Mar 15, 2006 3:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning While updating a DB2 table
- Replies: 10
- Views: 5218
- Wed Mar 15, 2006 3:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: scripting
- Replies: 5
- Views: 1244
The whole point of having a graphical user interface (GUI) is so that you don't need to do any code-level programming, whether scripts or in an actual programming language. You should be able to do 90%-100% of what you need to do without ever writing any code (apart from things like derivation expre...
- Wed Mar 15, 2006 2:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: vertical pivot
- Replies: 28
- Views: 11560
- Wed Mar 15, 2006 2:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mq Fatal error
- Replies: 3
- Views: 1351
- Wed Mar 15, 2006 1:58 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Migrating a Repository
- Replies: 2
- Views: 2234
- Wed Mar 15, 2006 12:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Disabling Local Message Handlers
- Replies: 13
- Views: 4204