Search found 4605 matches

by kduke
Tue Jun 20, 2006 7:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs lost when updated in DS_JOBS
Replies: 22
Views: 5867

kumar_s wrote:Arnd - May I know what is the intention of RESIZE DS_JOBS * * * Will it give out the integrity of the indecies. It seems it requires an Exclusive access to DS_JOBS, so I could not test it now.


Kumar

REINDEX requires exclusive access as well otherwise the indexes get deleted and not rebuilt.
by kduke
Tue Jun 20, 2006 7:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs lost when updated in DS_JOBS
Replies: 22
Views: 5867

Have a (url=http://dsxchange.com/viewtopic.php?t=100006&highlight=dsjobs+dsjobobjects&sid=651bb606acba5eba6916a5bd82f8e8da)look(/url) at this discussion regarding the renaming job. Kumar - you cannot post links from your search results, they won't work for anyone else. See how it has a '&am...
by kduke
Sat Jun 17, 2006 6:26 am
Forum: Site/Forum
Topic: CONGRATS DSGURU
Replies: 13
Views: 5712

Congratulations, I think you got there faster than anyone else.
by kduke
Fri Jun 16, 2006 9:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in filter command...
Replies: 6
Views: 3223

Originally I downloaded DSJobReport from ADN as an example of how to use a filter command. It failed on a regular basis. Abort hard with goofy error messages like this. It was hard to debug. I figured out a lot of limitations of XML from trying to make this job stable. I changed this filter stage in...
by kduke
Fri Jun 16, 2006 8:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automatic DataStage Maintenance
Replies: 8
Views: 5185

No, absolutely not. I think daily exporting all the jobs is important in a busy development environment. Weekly is good enough for exporting production projects. You cannot reindex all files without exclusive access. Nor is there a need for reindexing or CLEAN.ACCOUNT unless something unusual shows ...
by kduke
Fri Jun 16, 2006 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why checkpoint and restart doesn't work?
Replies: 14
Views: 3893

Besides in DS7.0 it had lots of bugs. You need 7.5 or above before it worked well. You need to upgrade.
by kduke
Thu Jun 15, 2006 7:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automatic DataStage Maintenance
Replies: 8
Views: 5185

CLEAN.ACCOUNT will clean the VOC. It can be dangerous if you delete some of the file pointers that DataStage needs. This is another TCL command.
by kduke
Wed Jun 14, 2006 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best way of creating a list of jobs
Replies: 7
Views: 1431

Even if you could do a find then you would still have problems with multiple instance jobs.

If you had EtlStats working then it would be easy to select from ETL_JOB_HIST.
by kduke
Wed Jun 14, 2006 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: decompiler
Replies: 10
Views: 2930

Do not think this is easy. Arnd has been using Universe for many years. This is something he has a great deal of knowledge about.
by kduke
Wed Jun 14, 2006 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of the DSLogFatal function
Replies: 4
Views: 1435

katz wrote:Thanks for you replies.
I was thinking that there is perhaps a better method to abort the job, which I was unaware of.

katz


Not really.
by kduke
Tue Jun 13, 2006 6:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Projects on AIX - some work, some don't
Replies: 6
Views: 1342

I would guess it is ACLs. What are the user groups? Make sure and do id at the AIX level to see what is the default group. Make sure the default group is the same as dsadm. I am not sure on AIX if you can force all files in a directory to owned by the same group with chmod -R g+s ProjectDir Permissi...
by kduke
Tue Jun 13, 2006 6:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Performance
Replies: 3
Views: 970

It could also be your source select. It can only update as fast as it is being read.
by kduke
Tue Jun 13, 2006 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of the DSLogFatal function
Replies: 4
Views: 1435

DSLogFatal will log a message before it fails the job. I think it would be cleaner.