Search found 53125 matches
- Mon Feb 06, 2006 7:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job control aborting
- Replies: 2
- Views: 2709
- Mon Feb 06, 2006 6:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error: Caught unknown exception in main program
- Replies: 13
- Views: 8403
- Mon Feb 06, 2006 2:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Strange Hashed Files Loading Performance
- Replies: 19
- Views: 3937
The load rate for hashed files depends on a number of things. For example, if you are using the write cache, then it will run fast as rows are written into memory, but at the end there will be a period where no more rows are being written but the timer keeps going, so rows/sec appears to diminish. D...
- Mon Feb 06, 2006 2:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Process limit in DS
- Replies: 2
- Views: 1230
- Mon Feb 06, 2006 2:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in Xml Input stage
- Replies: 13
- Views: 3650
- Mon Feb 06, 2006 2:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get the date of job creation
- Replies: 18
- Views: 3777
Hi, From the command window in Datastage Administrator execute the following query. SELECT DTM, MODFIFIER FROM DS_AUDITS WHERE INSTANCE='Job_Name' It will give you the creation as well as the modified time of the job. HTH --Rich No it won't. Date/time created and creator are separate columns. LIST....
- Mon Feb 06, 2006 1:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error: Caught unknown exception in main program
- Replies: 13
- Views: 8403
- Mon Feb 06, 2006 1:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TRANSFORMER cf SWITCH speed benchmark
- Replies: 8
- Views: 2794
Switch is based on a value only. Transformer (and Filter) are based on expressions. It's not comparing apples with apples. Actual results will depend on how complex the expression is. It would be interesting to include Filter stage in the comparison, as one uses an Orchestrate operator while the oth...
- Mon Feb 06, 2006 1:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Shared Container
- Replies: 7
- Views: 4130
Thread hijack! This thread began talking about shared containers. A new thread should have been started for the thread on combinability, which is totally unrelated to shared containers. Use of shared containers has no effect on "performance" - whatever that means. Internally, the components need lo...
- Mon Feb 06, 2006 1:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warning when loading database
- Replies: 3
- Views: 1487
- Sun Feb 05, 2006 9:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while Import
- Replies: 27
- Views: 9002
You were just lucky. This is not guaranteed to work. For example, had you had UV tables, it would not have worked, as their SQL Catalog entries would have been wrong. There is no mechanism for re-building DS_JOBOBJECTS. A dedicated hacker may be able to rebuild some of it out of RT_CONFIG... files, ...
- Sun Feb 05, 2006 9:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: copying hash file
- Replies: 5
- Views: 1840
Tell us a bit more about the environments. For example is one using Intel chips and the other not, meaning that the byte order would need to be altered? Did you use a binary mode FTP? A hashed file (note, "hashed", not "hash") consists of two file system objects that you have to move - a directory c...
- Sun Feb 05, 2006 2:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: About @DATE
- Replies: 9
- Views: 7409
Code: Select all
Oconv(@DATE, "DYM[4,2]" : @VM : "MCN") - Sat Feb 04, 2006 8:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while Import
- Replies: 27
- Views: 9002
- Sat Feb 04, 2006 2:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unhandled error
- Replies: 18
- Views: 5670
Re: Unhandled error
Hi all I have created a routines which return me a string based upon the system time for exmaple if iam entering the value 04/02/2006 it gives me A0406YTD. IAm calling this routine in a sequence then iam getting the follwoing error 1.(warning)Unhandled failure (A0206YTD) encountered...