All valid dates are valid in DataStage. (baglasumit21's understanding is not correct.)
There is no year 0 - the day before 1 Jan 0001AD was 31 Dec 0001BC.
Check your century rules in the interface with Teradata. The restriction might be being imposed there.
Search found 53125 matches
- Thu May 17, 2007 5:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error reading date '1800-01-01'
- Replies: 3
- Views: 1657
- Thu May 17, 2007 5:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Repository Interface error
- Replies: 9
- Views: 5433
- Thu May 17, 2007 5:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CRC
- Replies: 1
- Views: 813
There are many differences between Windows and UNIX, some subtle, some decidedly unsubtle. You appear to have encountered one of the subtle ones. Without access to DataStage source code, it is impossible to answer whether this difference is in DataStage itself or in the system calls made on the diff...
- Thu May 17, 2007 5:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting from sequential file
- Replies: 2
- Views: 1060
You seem to have a leading quote character and no trailing quote character. Or two leading quote characters but only one trailing quote character. In short, your data contain an extraneous quote character. The only way you can handle this in DataStage is to read the data without quote characters (sp...
- Thu May 17, 2007 4:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What is the maximum number of transformers we can use?
- Replies: 2
- Views: 915
- Thu May 17, 2007 4:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: distinguish a particular type of warning
- Replies: 4
- Views: 5875
Assuming you are in an after-job subroutine, you use DSGetJobInfo(DSJ.ME, DSJ.INTERIMSTATUS) to return the job status. You use DSGetLogSummary() to return the log summary, and Index() to search its result for the "No rows affected" message. In a script the job will have finished, so the job status w...
- Thu May 17, 2007 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue with Splitting of file
- Replies: 6
- Views: 1937
- Thu May 17, 2007 4:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Repository Interface error
- Replies: 9
- Views: 5433
This warning is issued solely because you have server side tracing enabled in Administrator. It alerts other client users that there will be performance degradation. Server side tracing can inflict about a 10% performance degradation. The solution is to disable server side tracing (on the Tracing ta...
- Thu May 17, 2007 4:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Permission denied
- Replies: 8
- Views: 4074
- Thu May 17, 2007 4:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: KeyMgtGetNextValueConcurrent
- Replies: 9
- Views: 3347
- Thu May 17, 2007 4:32 pm
- Forum: General
- Topic: DB2 Partition Load Issue - Errors
- Replies: 1
- Views: 1475
You have specified Same as the partitioning algorithm (either directly or as the default chosen by Auto). The number of partitions upstream, however, is irreconcilable to the current number of partitions (set to 1, perhaps through use of a single node node pool, perhaps through enforcing sequential ...
- Thu May 17, 2007 4:28 pm
- Forum: General
- Topic: cannot find parameter file record in DS params in UFD
- Replies: 1
- Views: 1856
The file being referred to is DSParams. UFD is an abbreviation for "user file directory" - that is, directory - and refers to the project directory on the server. So, translated, the message is telling you that there is no parameter file record in the DSParams file in the project directory on the se...
- Thu May 17, 2007 4:27 pm
- Forum: General
- Topic: unix command to see these incomplete records
- Replies: 4
- Views: 1423
- Thu May 17, 2007 4:21 pm
- Forum: General
- Topic: Data in the output file has more rows than the input data
- Replies: 7
- Views: 1885
- Thu May 17, 2007 4:20 pm
- Forum: General
- Topic: Is anyone using DataDirect XML products with DataStage?
- Replies: 10
- Views: 2613