Search found 4605 matches

by kduke
Sat Sep 01, 2007 7:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the command to compile the job?
Replies: 10
Views: 2273

Code: Select all

SET DSCompileCmd=C:\Progra~1\Ascential\DataStage7.5.1\dscc.exe

%DSCompileCmd% /h %Host% /u %User% /p %Password% %Project% /j %%i /f >> %LogFileName%


This is straight out our script to compile jobs.
by kduke
Wed Aug 29, 2007 8:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 24753

Does this directory exist /home/staff/tlam/KimD/Jobs? It is trying to create /20070829 below this. The user running the job needs to be able to this directory.
by kduke
Wed Aug 29, 2007 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Repository tables in DataStage
Replies: 4
Views: 1075

Most start with DS_ or RT_. Why do you need this information? What are you trying to do?
by kduke
Sun Aug 26, 2007 7:13 pm
Forum: General
Topic: Creating Recursively Hierarchical XML files using DataStage
Replies: 11
Views: 8267

Follow the link on my signature to my tips page to download the best practices document Ernie was talking about.
by kduke
Fri Aug 24, 2007 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_PM_RemoteShell
Replies: 2
Views: 797

By the way remote shell is how this 2 machines talk to each other. Remote shell is a UNIX term for rsh or rexec commands. There are similar commands for DOS or Windows servers.
by kduke
Fri Aug 24, 2007 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_PM_RemoteShell
Replies: 2
Views: 797

Do you have a config file where nodes are on different servers? If so then you need a way or command to talk to this other machine. You are trying to setup a grid but it is not properly setup.
by kduke
Fri Aug 24, 2007 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence Versus Batch Scripts
Replies: 3
Views: 1320

You can design and build sequences at a lightening rate. So it is not a lot of work to move to sequences. The restartability is better in custom batch jobs if done correctly. The restartability in Control M and some other products is even better but the level of effort to put jobs into a separate pr...
by kduke
Fri Aug 24, 2007 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I automate saving column definitions in saved folder
Replies: 8
Views: 2153

Your ROI is not worth the LOE. The benefit is not worth the work to build this.
by kduke
Fri Aug 24, 2007 7:19 am
Forum: General
Topic: Custom Wrapped Parallel Stage Question
Replies: 2
Views: 1071

I am sure it is possible. I have not done it but I know people who have got it to work.
by kduke
Thu Aug 23, 2007 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I automate saving column definitions in saved folder
Replies: 8
Views: 2153

Ray's routine definitely shows the structure of DS_METADATA. The issue is getting the metadata to match from a PX job in DS_JOBOBJECTS. This will have to be done in job control or a routine in BASIC. There is a string you can search for with FINDSTR to find the start of where columns are stored. You...
by kduke
Wed Aug 22, 2007 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: specifying parameter SET via dsjob?
Replies: 7
Views: 4858

We do all this in a shell script. Works fine.
by kduke
Wed Aug 22, 2007 6:10 am
Forum: General
Topic: DSObjects command sequence (vs Job Control API)
Replies: 4
Views: 2268

What is the reason to not use dsjob? I think source code exists for dsjob.c on the installation CD.
by kduke
Tue Aug 21, 2007 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: migrate development to production
Replies: 0
Views: 501

We took the DataStageBackup.bat on my tips page and modified it. When a team of developers has to migrate jobs then they need to give us a form with the job names, routine names, shared containers and whetever else they need. We cut and paste this list of jobs into a text file called JobList.txt. Th...
by kduke
Mon Aug 20, 2007 7:04 pm
Forum:
Topic: The Metaverse
Replies: 5
Views: 1960

wow.
by kduke
Sun Aug 19, 2007 7:59 am
Forum: General
Topic: Mapping tool
Replies: 7
Views: 1919

Ray, I do not think you are typical. I think you are a lot more organized than most. Even with you the first step is very manual. We as a group should look at our manual steps and try to automate them. I want to see the lovel of effort people go through to do these steps. The LOE to install and main...