Search found 5168 matches
- Mon Sep 25, 2006 6:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stages that automatically drop columns.
- Replies: 9
- Views: 2073
- Mon Sep 25, 2006 6:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error message to compile a routine
- Replies: 12
- Views: 3941
Alright, before proceeding further, take a back of the whole project. Do a unix backup as well. Try to import some of the jobs in other project and check, if that work. If that works, you can try to to a COUNT on the project hash files to ensure that, they were in accsseble state without any error. ...
- Mon Sep 25, 2006 6:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS.SCHED: Job Scheduled but not started.
- Replies: 8
- Views: 3538
Thanks Kenneth, I was wondering for the same reason. There is a log in DataStage, which assures that the Cron has executed the job, but job didnt have any further log. Other that that single entry. And started as expected from next day of the schedule. Even for check point restart, atlest the enviro...
- Mon Sep 25, 2006 6:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data migration puzzle
- Replies: 3
- Views: 925
- Mon Sep 25, 2006 6:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error message to compile a routine
- Replies: 12
- Views: 3941
It is a file which Datastage will insert the runtime informations. IF the file doesnt present, DataStage will create one, according to the Routine number. If you were sure that, all you routines were not responding recently, check in other projects with the same user id/ diffrent user id. You can gi...
- Thu Sep 21, 2006 11:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extract Job Name and Short Description for all Jobs
- Replies: 4
- Views: 1545
- Thu Sep 21, 2006 11:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: simple date conversion
- Replies: 6
- Views: 1109
- Thu Sep 21, 2006 11:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Where I can find the DSParams.keep file?
- Replies: 3
- Views: 884
- Thu Sep 21, 2006 11:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Assigning a value from file to environment variables
- Replies: 5
- Views: 1201
- Thu Sep 21, 2006 9:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage PX
- Replies: 3
- Views: 674
- Thu Sep 21, 2006 9:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference between ETL developer and Datawarehouse developer
- Replies: 9
- Views: 9797
- Thu Sep 21, 2006 9:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS.SCHED: Job Scheduled but not started.
- Replies: 8
- Views: 3538
DS.SCHED: Job Scheduled but not started.
Hi DSXians, JobSequence is scheduled from datastage scheduler. It used to run daily. The first entry in the log usually be DS.SCHED: Started at: 22:30:02 21 SEP 2006, directory <Project> JobNumber=81, TraceLevel=0/50, JobInstance=2 But last night, this is the only entry available and the job was not...
- Wed Sep 20, 2006 6:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Client not able to connect to DataStage server
- Replies: 7
- Views: 8156
- Wed Sep 20, 2006 6:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Handling Time through stages
- Replies: 3
- Views: 1126
- Wed Sep 20, 2006 6:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sub Sequence will improve performance
- Replies: 9
- Views: 4943
Be ready to take up both the option. You need to find the maximum usage of CPU at each instance and schedule the jobs accordingly. You can split up the job, and run it paralley till you reach the CPU usage at prescribed limit. Do think about the number of process running altogether in every node for...