Search found 15603 matches
- Mon Feb 06, 2006 9:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ETL server set up with EMC disk array
- Replies: 6
- Views: 2172
You need to have your EMC disk array monitored a bit more. Even though the actual physical channels are not shared the central cache, which makes the SAN so efficient, is shared across all users. So you might have your I/O being flushed out of the EMC cache, thus slowing down your I/O. The method of...
- Mon Feb 06, 2006 9:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import Error
- Replies: 3
- Views: 907
- Mon Feb 06, 2006 9:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delimited file read problems
- Replies: 4
- Views: 1183
- Mon Feb 06, 2006 6:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warning when loading database
- Replies: 3
- Views: 1487
Arun, this is a common error when your database is not set up for the type and size of job you are running. You should talk to your DBA about the rollback space set up for Oracle. A quick workaround is to increase your commit frequency in your DataStage job; but if you feel that it is set to good si...
- Mon Feb 06, 2006 6:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob -report error on AIX
- Replies: 5
- Views: 2267
- Mon Feb 06, 2006 3:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Shared Container
- Replies: 7
- Views: 4130
As per the previous descriptions, a shared container is copied into a job at compile-time. The shared container itself is not used at runtime, since it's links and stages have been duplicated and copied into the actual DataStage job. Since at runtime there is no such thing as a "shared container", i...
- Mon Feb 06, 2006 2:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Shared Container
- Replies: 7
- Views: 4130
As Sanjay has already mentioned, the gain is potentially in design-time because of reuseability but they have nothing to do with performance gains (either in PX or in Server). Shared containers are actually loaded into the job when it is compiled, so the resulting object code is going to be the same...
- Mon Feb 06, 2006 2:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unhandled error
- Replies: 18
- Views: 5670
Vijay, the VOC and catalogued name have nothing to do with the questions you have about this routine and it's use in a sequencer. When a function or routine gets compiled it is "catalogued" by putting an entry into the VOC (VOCabulary) file which points to the object code. It is only changed when yo...
- Sun Feb 05, 2006 2:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while Import
- Replies: 27
- Views: 9002
Kumar, a UNIX level copy of the project does not result in a working project. All files with secondary keys will need to be re-indexed, a check needs to be done to make sure the VOC contains no hard-coded full paths, the SQL table information needs to be reset for all files, and more. Most important...
- Sat Feb 04, 2006 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Runing AS400 command
- Replies: 1
- Views: 682
The DSExecute command runs a command on the machine which is running the DataStage server engine. Since IBM/Ascential don't have an AS/400 implementation yet there is no option in DSExecute for that OS. I am not sure if there is a remote command facility for AS/400 along the lines of rsh, you might ...
- Sat Feb 04, 2006 3:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while Import
- Replies: 27
- Views: 9002
Ray - we had made sure that a backup was made of the DS_JOBOBJECTS prior to the attempt at fixing it! It would seem that there is no recent backup so they might be SOL; but they've contacted support and might get the file fixed as far as possible from them. I thnk we've all been through that frighte...
- Sat Feb 04, 2006 8:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unhandled error
- Replies: 18
- Views: 5670
The part of error that I find odd is 1.(warning)Unhandled failure (A0206YTD) encountered calling routine . This sounds like the RoutineActivity is interpreting the function return value "A0206YTD" as an error code and since it is non-zero it is logging a warning and then the program aborts. Do you h...
- Sat Feb 04, 2006 8:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unhandled error
- Replies: 18
- Views: 5670
- Sat Feb 04, 2006 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unhandled error
- Replies: 18
- Views: 5670
- Sat Feb 04, 2006 5:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while Import
- Replies: 27
- Views: 9002