Search found 4605 matches

by kduke
Tue Feb 15, 2005 5:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using hash files instead of UV tables for multirow
Replies: 13
Views: 16020

The solution at Bellsouth was a political one and not an ETL one. Our team was still a good team.
by kduke
Tue Feb 15, 2005 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Repository
Replies: 11
Views: 4052

Is there any way to treat the repository as a source in a DS job and pump the data right into DB2? Yes. There are jobs in EtlStats which do this. I had to use UV stages instead of hash file stages. To get row counts on every job then all you need is to do is run the job DSJobReportDbDriver and use ...
by kduke
Tue Feb 15, 2005 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New EtlStats.zip posted
Replies: 16
Views: 5670

Let me know if anyone gets this to work. It is so complex on some of this stuff I was afraid to release it. The results are lots better than I expected though. The web pages with the log files are cool. I like the row counts too. I think I need to add the date to the attachments so when you save the...
by kduke
Tue Feb 15, 2005 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copying Project parameters
Replies: 6
Views: 1316

I have never used those. I have no idea where they are stored. If someone knows then post it. Maybe we can hack a solution.
by kduke
Mon Feb 14, 2005 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Enable Selection tab in Hash Stage for Remote Hash File
Replies: 10
Views: 4068

If I posted all of those then anyone could command the same level of fees that I do. I seriously doubt that. We would just know 47 things Ray knows. How many posts do you have now and how many do you have left in you? You do not need to post them. You have given us enough for one lifetime but pleas...
by kduke
Sun Feb 13, 2005 11:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Enable Selection tab in Hash Stage for Remote Hash File
Replies: 10
Views: 4068

You cannot post #47 without postig the other 46 standards. :wink:
by kduke
Fri Feb 11, 2005 12:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New EtlStats.zip posted
Replies: 16
Views: 5670

I found a bug in the output from dsjob -report XML. If a job passes midnight then it does not calculate ElapsedSecs or ElapsedTime both are zero. I fixed this by calculating it from StartDateTime and EndDateTime. I will post my fix this weekend or next week because I am traveling this weekend. I als...
by kduke
Fri Feb 11, 2005 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: to search which job is using left outer join in Sourc DRS
Replies: 6
Views: 1542

Here is the SQL: SELECT DS_JOBS.NAME AS JOB_NAME, DS_JOBS.CATEGORY, DS_JOBOBJECTS.NAME AS OBJECT_NAME, DS_JOBOBJECTS.OLETYPE, EVAL DS_JOBOBJECTS."if index(upcase(@RECORD),'OUTER',1) > 0 then 'FOUND' else ''" AS FOUND FMT '5L' FROM DS_JOBS, DS_JOBOBJECTS WHERE DS_JOBS.JOBNO ...
by kduke
Thu Feb 10, 2005 12:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract Column name in Trx through a function call
Replies: 10
Views: 3286

If you have a limited number of stage types then you could also do it from DS_JOBOBJECTS. I think it would be easier to hack. If they are all OCI or sequential stages then I think this maybe reasonable amount of hacking. I think RT_BP is harder to figure out. List the stage types and maybe we can he...
by kduke
Wed Feb 09, 2005 10:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New EtlStats.zip posted
Replies: 16
Views: 5670

I added a job to monitor our main sequence and all children sequences. It will email the logs of the failed jobs. I plan on making it page the developer soon. I think this is cool. It requires EtlStats.zip above. * ------------------------------------------------------------ * MonitorSeq * ---------...
by kduke
Wed Feb 09, 2005 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Propagating parameters from Job to Sequence
Replies: 1
Views: 591

I posted a routine and so has Ken Bland which will copy parameters. These are hacks into how DataStage stores this information so use at your own risk. Do a search. If you cannot find them then let me know or Ken. I think these are fairly safe. The parameters are stored in the ROOT record of DS_JOBO...
by kduke
Wed Feb 09, 2005 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UVFIXFILE 64-BIT
Replies: 5
Views: 3533

Nobody is going to tell you but you could probably delete this and recreate it. The VOC entry needs to the same as it is now. I think it has a shared DICT file. So unless you know a lot about Universe then this is not a good solution. You could also copy the 2 files in the directory from another RT_...
by kduke
Tue Feb 08, 2005 9:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Source Code
Replies: 5
Views: 1169

Ray

I know you are correct but he said user source code. So I assumed he meant routines and batch jobs. He also said he wanted the SQL. Some this could be retrieved in Reporting Assistant. Hopefully my assumptions are correct.
by kduke
Tue Feb 08, 2005 6:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Source Code
Replies: 5
Views: 1169

You can download JobReport.dsx from ADN. If you want it for all jobs and all routines then you need to download KgdGenHtml.zip. These generate html pages one per job and one per routine. JobReport.dsx generates the html for jobs. I wrote the one for routines. I wrote the code to run these for more t...
by kduke
Tue Feb 08, 2005 12:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with FTP component
Replies: 2
Views: 974

You could be timing out as well. Some security setups have a limit on how long you can stay connected.

Is is easier to write to a sequential file and execute a script to ftp the file. I think it is at least more stable.