Search found 4605 matches

by kduke
Wed Sep 21, 2005 11:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export job image as jpg unattended
Replies: 9
Views: 2860

The stops are in the Designer. By that point dsjob is done. Others have had that problem. It maybe XP. You can get the dsjob.exe off the CD.
by kduke
Wed Sep 21, 2005 7:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export job image as jpg unattended
Replies: 9
Views: 2860

The name is Kim not Ken. It should work unattended. SaveAsBmp.bat is the batch file. The line from this batch file is: %Designer% /H=%Host% /U=%User% /P=%Password% /SaveAsBmp=%BackupDir%%DsxDate%\%%i.bmp %Project% %%i Where %%i is the job name. This uses dsjob.exe to get a list of jobs to feed this ...
by kduke
Fri Sep 16, 2005 3:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Want to know about NEWACC
Replies: 4
Views: 894

NEWACC stands for new account. It is stored in the UV account. The UV account is the system account for Universe. When you or an application like DataStage creates an account then NEWACC is used to create VOC entries based on the flavor of the account. Most of this you never need to know how it works.
by kduke
Thu Sep 15, 2005 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New EtlStats soon
Replies: 34
Views: 13529

Here is an email I got and some answers which may help someone else: Sanjay DateConv is a routine included. If you have an old download then you need to download it again. If this routine conflicts with one you already have then rename it in the job and rename the routine in the DSX file. It needs t...
by kduke
Wed Sep 14, 2005 10:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Expression Evaluation
Replies: 17
Views: 4962

I noticed we have one on Sql Server. Think he was an Oracle fanatic?
by kduke
Wed Sep 14, 2005 6:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New EtlStats soon
Replies: 34
Views: 13529

EtlStats install. You need to create some files at TCL. Probably DataStage Administrator is the easiest. You can also telnet into your DataStage server and get to TCL. In UNIX: export DSHOME=`cat /.dshome` cd $DSHOME export PATH=$PATH:$DSHOME/bin . ./dsenv uv # At this point you should see > the TCL...
by kduke
Wed Sep 14, 2005 5:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't Telnet to D/S server
Replies: 4
Views: 1393

Login in as domain\user.
by kduke
Wed Sep 14, 2005 5:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Parameters From Database directly
Replies: 14
Views: 11795

All you have to is run the job to extract once after you change the table. That is not hard. Doing SQL connects in BASIC is not easy and not recommended.
by kduke
Wed Sep 14, 2005 5:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Expression Evaluation
Replies: 17
Views: 4962

Need to create table dual.
by kduke
Wed Sep 14, 2005 11:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to build Time dimension table
Replies: 11
Views: 5529

Ray is correct. I left off WEOFSEQ.
by kduke
Tue Sep 13, 2005 8:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Parameters From Database directly
Replies: 14
Views: 11795

Write a job that reads your parameter names and values and writes them to a hash file with ParamName as the key. Next use this routine to start your job. I took their routine and cleaned it up so it is easier to understand. If you cannot understand this then give up. This is the way to run a job fro...
by kduke
Tue Sep 13, 2005 8:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find a huge job log
Replies: 14
Views: 4639

Ray

I lost some respect for you. :wink:
by kduke
Tue Sep 13, 2005 6:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing a Time based Routine
Replies: 4
Views: 1232

Here is a routine to calculate time difference. These 2 routines are part of EtlStats. * ------------------------------------------------------------ * ElapsedTimeSecsRtn(StartDateTime,EndDateTime) * Decription: ElapsedSecs between StartDateTime and EndDateTime * Written by: Kim Duke * Notes...
by kduke
Tue Sep 13, 2005 6:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Expression Evaluation
Replies: 17
Views: 4962

Ray

I am not sure that was the requirement but still a very cool idea by Arnd.
by kduke
Tue Sep 13, 2005 6:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find a huge job log
Replies: 14
Views: 4639

:lol: Thanks.