Search found 53125 matches
- Thu Nov 17, 2005 9:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date routine
- Replies: 10
- Views: 1845
- Thu Nov 17, 2005 9:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Looping in Datastage
- Replies: 1
- Views: 646
DataStage implicitly has the looping construct. Do your select from A, perform a range lookup against B, and use a constraint expression to determine whether row was returned from B (and therefore whether to send on to target). Table C is not required. If you need a multi-row return from B, you will...
- Thu Nov 17, 2005 9:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extract source file through Routine.
- Replies: 3
- Views: 831
- Thu Nov 17, 2005 9:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accessing different Project info from existing project
- Replies: 9
- Views: 1880
- Thu Nov 17, 2005 9:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error
- Replies: 16
- Views: 5564
- Thu Nov 17, 2005 9:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sending Job report to a file.
- Replies: 7
- Views: 1830
- Wed Nov 16, 2005 8:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Load Problem
- Replies: 9
- Views: 2504
- Wed Nov 16, 2005 8:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How does DS use /tmp?
- Replies: 10
- Views: 3883
The UVTEMP directory gets used by the Engine for: - temporary files when compiling sica constraints ('compconXXXX') as part of DataStage SQL security - temporary files used for sorting (partitions files that are then merged) 'sort'XXX') - temporary files for EXECUTE...CAPTURING ('captureXXX') which ...
- Wed Nov 16, 2005 7:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wildcards in output sequential file...
- Replies: 12
- Views: 5663
- Wed Nov 16, 2005 7:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error loading DATE into ORACLE
- Replies: 5
- Views: 2570
The solution is to get it right. It's possibly not in your SQL but in the other columns in the table not mentioned in the INSERT statement. One of them is numeric, and its default value (whatever that may be) is not a valid numeric value. That's all the error message has told you. But what may also ...
- Wed Nov 16, 2005 7:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How does DS use /tmp?
- Replies: 10
- Views: 3883
DataStage uses the directory mention in the UVTEMP parameter in the uvconfig file (rather than the directory referred to in $TMPDIR) for its temporary storage for server jobs. Its default value is /tmp. UniVerse best practice is to move this to somewhere else with lots more space, particularly on So...
- Wed Nov 16, 2005 7:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Errors while viewing data through Teradata Enterprise Stage
- Replies: 5
- Views: 2343
Looks reasonable. At the risk of running in sequential mode, does it generate the warnings if you only use the built parameters? Can you post the message from the job log where the "$" characters have been converted to "_"? I haven't got a chance to investigate this this week but am beginning to sus...
- Wed Nov 16, 2005 3:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Doesn't trigger the Exception Handler when it aborts
- Replies: 4
- Views: 1400
- Wed Nov 16, 2005 3:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Load Problem
- Replies: 9
- Views: 2504
- Wed Nov 16, 2005 3:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get the job status when the job aborted???
- Replies: 14
- Views: 5085