Search found 4605 matches

by kduke
Sat Oct 27, 2007 9:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob command to get sequencer job activity
Replies: 6
Views: 1717

I forgot, all stages are where OLETYPE LIKE '%Stage'. This may not be perfect but it is close.
by kduke
Sat Oct 27, 2007 9:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob command to get sequencer job activity
Replies: 6
Views: 1717

You can get this from DS_JOBOBJECTS using SQL. The NAME field is either a stage name or a link name. You need to join back to DS_JOBS using OBJIDNO = JOBNO. OLETYPE is the stage type except on PX jobs, they all are custom stages with the PX type in field 8. Do a search this has been posted.
by kduke
Tue Oct 23, 2007 6:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mapping a DataStage session to a user and project
Replies: 10
Views: 2446

To qoute Craig, "hack cough hack".
by kduke
Tue Oct 23, 2007 6:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -run -param file
Replies: 14
Views: 9460

It takes a lot of code to translate a file into parmeter values. Trust me. It is not that easy.
by kduke
Tue Oct 23, 2007 6:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Verification Advice
Replies: 3
Views: 1133

I would count rows and bytes from both servers to validate.
by kduke
Tue Oct 23, 2007 6:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can any one look into this????
Replies: 13
Views: 3388

Sounds like a job interview question to me.
by kduke
Mon Oct 22, 2007 4:21 pm
Forum: General
Topic: The Information on Demand conference thread
Replies: 6
Views: 1782

Thanks Craig. I had fun hanging out with you and the guys.
by kduke
Fri Oct 12, 2007 8:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSExport
Replies: 8
Views: 2142

We have so many versions of this script now. I need to post all of these. We can export the jobs from one project and import into a second. This is our migrate script. It compiles with dscc.exe afterwards. I may post it soon.
by kduke
Fri Oct 12, 2007 8:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSExport
Replies: 8
Views: 2142

The read only items is not a problem. These are items supplied with DataStage. It is easier to export all and cut the full export into one per job. There is a Perl script to do that. I have 2 more ways to do this. We create a file with a list of jobs we want to export called JobList.txt. We just loo...
by kduke
Wed Oct 10, 2007 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSExport
Replies: 8
Views: 2142

Code: Select all

SET DSExportCmd=C:\Progra~1\Ascential\DataStage7.5.1\DsExport.exe

%DSExportCmd% /H=%Host% /U=%User% /P=%Password% /JOB=%%i %Project% %%i.dsx


Should get you close.
by kduke
Tue Oct 09, 2007 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running a SQL from dos command
Replies: 11
Views: 5171

I give a lot of code and jobs away now. Dennis wants to hold back on some of this as an incentive to become a member. Depends on the demand. We may give away all my tools if you become a member. Need to make this site at least break even.
by kduke
Mon Oct 08, 2007 8:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running a SQL from dos command
Replies: 11
Views: 5171

It is a little program written by me in VB. They may post source code for something like this in a members only area. If that would be something you might want then ask Dennis the Editor.
by kduke
Fri Oct 05, 2007 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running a SQL from dos command
Replies: 11
Views: 5171

Do a search for Dwn_ExecTCL.exe.
by kduke
Fri Oct 05, 2007 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tool to export jobs without their related shared container
Replies: 15
Views: 5667

Preston took one of these and cut out the dependent objects so now our migration script can run unattended. Very cool. We do not need to click on No to not overwrite the shared containers.