Search found 4605 matches

by kduke
Fri Feb 02, 2007 7:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Get The status of the job
Replies: 9
Views: 3323

Craig

If you call this in an after job routine will it know if the job is going to finish with warnings or abort because the other one always shows running?
by kduke
Fri Feb 02, 2007 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence or Unique identifer across tables in PX ?
Replies: 13
Views: 3674

Why not use JOBNO? This is stored in DS_JOBS. You can easily look it up based on the job name.
by kduke
Fri Feb 02, 2007 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Obtaing Job sequence Info
Replies: 12
Views: 3984

Do an exact search for JobAct and kduke as the poster. One of the posts is http://www.dsxchange.com/viewtopic.php? ... ght=JobAct

You may need to extract this info before you run your sequence into a hashed file and look it up at run time.
by kduke
Fri Feb 02, 2007 6:52 am
Forum: Site/Forum
Topic: Getting logged out during session
Replies: 17
Views: 9495

It happens to me a lot. I thought it was my fault.
by kduke
Thu Feb 01, 2007 7:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Daily DataStage Job Run Reporting
Replies: 6
Views: 2050

There is a link on my tips page on how to install it. A little video. There is really only one job that gets row counts. It does call a couple of routines to clean up timestamps. There are 3 tables you need. The rest of the jobs help report on this metadata and other metadata. There are some jobs wh...
by kduke
Thu Feb 01, 2007 7:05 pm
Forum: General
Topic: document
Replies: 2
Views: 1089

Craig gave the best practices document. It is on my tips page. Thanks Craig.
by kduke
Wed Jan 31, 2007 7:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data problems on test machine
Replies: 3
Views: 814

The AS400 ODBC driver does have the NLS character set defined as well. This could be the issue.

By the way welcome to DSX.
by kduke
Wed Jan 31, 2007 7:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get sequence number in Datastage
Replies: 6
Views: 3255

You need my reseed job that is a part of EtlStats.
by kduke
Tue Jan 30, 2007 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automation of DS JOBS BACKUP
Replies: 7
Views: 1631

It creates a different directory to backup todays data like YYYYMMDD. It can separate server backups because the server name is part of the DSX.
by kduke
Tue Jan 30, 2007 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration & Version Control
Replies: 16
Views: 6198

Routines have to be done manually. Shared container for some reason get exported along with the job.
by kduke
Mon Jan 29, 2007 8:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Renaming and deleting a dataset
Replies: 34
Views: 12192

We had a guy on our team named Lee Smith. He automated with a UNIX script dumping all datasets and archiving them and then deleting them. If you dump them then I think you can reimport them some how. I have not researched any of this but I can if this is critical to you.
by kduke
Mon Jan 29, 2007 8:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration & Version Control
Replies: 16
Views: 6198

We use CVS now and it works fine. We fill out migration forms which list all the jobs we want migrated to TEST from DEV. I scripted a solution which I think I posted recently. If you cannot find it then let me know. It is basically using most of DataStageBackup.bat with DsExport.exe to export one jo...
by kduke
Mon Jan 29, 2007 7:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOW to Delete Job Log via Command?
Replies: 3
Views: 1676

The posts Arnd talks about have \\PURGE.SETTING in them. Do a search. You can do a SQL DELETE to delete the rows without removing your purge settings. It is possible. Maybe not recommended. Ken Bland has a job or routine on his web site to set all the purge settings for every job. Look for that rout...
by kduke
Mon Jan 29, 2007 7:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Scheduler issue - disappearing schedules
Replies: 2
Views: 970

Windows sometimes loses schedules after rebooting. I always go in and double check after a reboot.