Search found 4605 matches

by kduke
Mon Sep 26, 2005 5:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job Abort...Unknown reason
Replies: 7
Views: 4666

Your umask needs to go in 2 places. It should be 002 in dsenv and uv.rc. In older version uv.rc is copied to /etc/rc2.d. In newer versions it is a link to DSEngine/samples/uv.rc. umask 002 Is the line you need to add if it is not there. you need to stop and start DataStage for the dsenv file to be r...
by kduke
Mon Sep 26, 2005 5:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: command line functins that import and export the DS jobs
Replies: 23
Views: 9944

Download SaveAsBmp.bat from my tips page. It runs dsjob.exe to get a list of jobs in a project and then runs the Designer.exe with each job name with a /SaveAsBmp= option. So you should be able to modify this to run this command to export each job as XML. Make the first step to remove the output fil...
by kduke
Sun Sep 25, 2005 9:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row locking problem in Hash File
Replies: 9
Views: 3556

I just looked at KeyMgtGetNextValue. It only writes to one key value. It does not need to write this record until the end of the job. It writes this record more times than it needs to. It should be rewritten but this version is much safer to distribute. The faster version would always need to reseed...
by kduke
Sun Sep 25, 2005 9:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row locking problem in Hash File
Replies: 9
Views: 3556

Who is Ken?

You had to update the same hash file key twice otherwise it would not have to wait. You have to have duplicates or you are using up all the locks available. How many rows we talking about?
by kduke
Sun Sep 25, 2005 8:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row locking problem in Hash File
Replies: 9
Views: 3556

No. You need the readu. You do not need the writeu.
by kduke
Sun Sep 25, 2005 8:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CAN WE PASS INTEGER COLUMN TO DECIMAL COLUMN IN TRANSFORMATI
Replies: 6
Views: 1512

Panic DO NOT TYPE IN ALL CAPS. If you do not respect our wishes then leave the web site. I think your attitude is rude. Craig politely asked you not to post in CAPS. You asked questions posting urgent in the topic. We do not make any money answering your questions. When you are rude then it is no lo...
by kduke
Sun Sep 25, 2005 8:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row locking problem in Hash File
Replies: 9
Views: 3556

Change writeu to write. The writeu leaves the record locked.
by kduke
Sun Sep 25, 2005 7:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DO JOB SEQUENCES COULD BE RUN THROUGH DIRECTOR ORNEEDS SCRIP
Replies: 4
Views: 1530

Do a search there are lots of shell scripts posted already if you want to go that route.
by kduke
Sat Sep 24, 2005 8:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using parameters within an e-mail test message
Replies: 10
Views: 3806

Here is a routine which can be used in a routine activity which can be sent parameters. I will add this to my tips page soon. * ----------------------------------------------------------------- * EtlSendMail(EmailTo, EmailFrom, EmailServer, EmailSubject, EmailMsg) * -------------------------...
by kduke
Sat Sep 24, 2005 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Source records equal to trailer records
Replies: 10
Views: 3894

If it is not too big then post it in this thread with alt-c code tags around it.
by kduke
Sat Sep 24, 2005 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed to define transformer derivations
Replies: 8
Views: 1767

Here is another tip. Do an "exact" search to find words like "iconv" and "oconv".
by kduke
Fri Sep 23, 2005 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: More than one XML Repetition path
Replies: 3
Views: 1128

Build a stage variable. Add a CrLf or just Cr for each entry.

svRow = ""
svRow = svRow : "<city name='" : Link.City: "'" : CrLf
... next col

CrLf should be a stage variable set it to char(13):char(10).
by kduke
Thu Sep 22, 2005 7:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control promote wrong job
Replies: 7
Views: 1576

We think it is because you have the job up in Designer.
by kduke
Thu Sep 22, 2005 7:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: More than one XML Repetition path
Replies: 3
Views: 1128

You cannot read these 2 repeating groups in a server job in one link. It will give you an error. I had this issue in EtlStats. The dsjob.exe will export row counts as XML. There are repeating groups for parameters and links names. I would process this a sequential file with one column and build the ...
by kduke
Wed Sep 21, 2005 11:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cant delete component in Version Control
Replies: 5
Views: 2405

VC has a copy of the job. It is a project so you can delete within the VC project.