Search found 53125 matches
- Fri Apr 01, 2005 3:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NOT COLUMN OF INSERTED/UPDATED TABLE
- Replies: 4
- Views: 2601
When you imported the table definition from DB2 into DataStage, you got a list of the column names. These are the column names (and data types, etc) that you MUST use in the job design that loads the DB2 table. These and only these. You get away with it in a Sequential File because text files don't ...
- Fri Apr 01, 2005 3:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OS Requirements
- Replies: 4
- Views: 1038
The clients will run on any 32-bit Windows environment. Windows 98 is not recommended, however. And Windows 95 definitely not, mainly due to its age (and therefore the age of some of the supporting DLLs). For example, one of my clients is successfully running DataStage 7.1 (both client and server) f...
- Fri Apr 01, 2005 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WARNING MESSAGE
- Replies: 9
- Views: 3099
Every connected DataStage process is allocated a shared memory segment, called the "printer shared memory segment" because the largest structure in it contains preset values for up to sixteen output channels. In UniVerse these are primarily used for printing. These segments may be seen with the comm...
- Fri Apr 01, 2005 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Looking for Unknown File names
- Replies: 3
- Views: 1211
The first idea is that you can't do it in the same job, because a running job can not change the values of its own parameters. Therefore, no matter what method you choose, you're going to need a two phase process, probably controlled by a job sequence. Therefore, however you determine the file name ...
- Fri Apr 01, 2005 3:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Routines issue while upgrading DS
- Replies: 4
- Views: 1183
It's not really an issue. All it means is that, in the newer versions, you will get a warning message generated by the Routine compiler if you assign a value to any variable whose name has been used as the name of an input argument, to warn you (implicitly) that DataStage uses pass-by-reference. The...
- Fri Apr 01, 2005 3:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in reading fix length sequential file
- Replies: 3
- Views: 4544
With fixed-width format the column widths must be correctly specified. During import of thesequential file's "table definition" you enter the widths manually, as a comma-delimited list. Since this is a manual process there is scope for error. The column widths in the file are stored as the Display W...
- Fri Apr 01, 2005 3:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compilation or reset
- Replies: 3
- Views: 2557
Welcome aboard! :D You can download CompileAll from the sister site to DSXChange. Once you upgrade to version 7, this functionality is inside the product, called Multiple Job Compile. If you really want to code it yourself, I'd suggest using server side tracing to trace what a "real" compile does, a...
- Fri Apr 01, 2005 7:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Production Monitoring Sheet
- Replies: 3
- Views: 1172
In Director open Status view (disable showing of Categories if the jobs are in different categories). Use the Filter (Ctrl T) to limit the display to the jobs in which you're interested. There's the report you seek. To get a hard copy, choose Print from the Project menu, and check the "print to file...
- Fri Apr 01, 2005 7:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Production Monitoring Sheet
- Replies: 3
- Views: 1172
- Fri Apr 01, 2005 7:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Green Aborted
- Replies: 3
- Views: 1110
These are most usually caused by the server machine running out of resources, for example not being able to start (fork) any more processes. That, in turn, usually suggests that you are asking the hardware to do more than it is capable of doing. Your operating system logs ought to report the failure...
- Fri Apr 01, 2005 7:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Shared library (infmxcli.sl) failed to load
- Replies: 6
- Views: 2686
Is that same SHLIB_PATH set up in the dsenv file, which every DataStage process gets its environment variable settings? Also check the permissions on the library infmxcli.sl itself (you need at least read and execute permission). If it's neither of those things, then you will need to use the test ut...
- Fri Apr 01, 2005 7:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Control Loading of the Target table
- Replies: 1
- Views: 723
(1) Yes. (2) Yes, typically by using a constraint expression in a Transformer stage's output link (for example @INROWNUM <= #RowLimit#). (3) Yes, typically by using a job parameter to specify the starting row number. You must design the counting process into your job design. Again use a constraint (...
- Fri Apr 01, 2005 6:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Handling multipls files.
- Replies: 15
- Views: 4834
Use the "in list" loop rather than the counted loop. The current index value is available to a downstream Job Activity, so you can make the file name a job parameter in the job invoked by it. I was assuming an invariant comma-delimited list of file names when I made the initial suggestion; would hav...
- Fri Apr 01, 2005 6:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning message from Teradata Enterprise stage on read
- Replies: 4
- Views: 2047
This really belongs on the parallel forum. The message is clear; it's alerting you to the fact that, because of choices you made (that is, to use three players), some players will be handling a greater workload than others. To get an even workload from eight nodes, specify a whole divisor of 8 (for ...
- Fri Apr 01, 2005 6:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Failure of Parallel Jobs
- Replies: 2
- Views: 1154