Search found 4605 matches

by kduke
Tue Oct 11, 2005 11:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data warehouse failures
Replies: 14
Views: 4950

I used to think an accountant knew the most about making a business successful. Because they understand finances therfore they know how to make a business successful. Most accountants think their job is done when debits equal credits. Most ETL developers think their job is done when it loads success...
by kduke
Tue Oct 11, 2005 6:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TOTAL
Replies: 3
Views: 869

Perkin-Elmer, I have not heard that name in 20 years. Progress can easily dump to tab or comma delimited files but you need a programmer. Progress has arrays in columns or multivalues if you will. So good luck.
by kduke
Tue Oct 11, 2005 6:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Source and Target mapping data
Replies: 8
Views: 1995

Thanks Roy. DwNav will allow you to trace from link to link and job to job.
by kduke
Tue Oct 11, 2005 6:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get the job status on UNIX cmd-line ?
Replies: 11
Views: 4112

Okay. This is not totally accurate but close enough for your sake. select EVAL "FIELD(@ID,'.',1)" AS JOB_NAME FMT '35L', EVAL "FIELD(@ID,'.',2)" AS INSTANCE_ID FMT '35L', EVAL "@RECORD<2>" AS STATUS_CODE FMT '3R', EVAL "field('Running-Finished-F...
by kduke
Mon Oct 10, 2005 8:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get the job status on UNIX cmd-line ?
Replies: 11
Views: 4112

You can figure out the category. Change :1 into your job number. select EVAL "FIELD(@ID,'.',1)" AS JOB_NAME FMT '35L', EVAL "FIELD(@ID,'.',2)" AS INSTANCE_ID FMT '35L', EVAL "@RECORD<3>" AS START_TIME FMT '23L', EVAL "@RECORD<4>" AS END_TIME FM...
by kduke
Mon Oct 10, 2005 5:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changes in Job sequencer not taking effect
Replies: 8
Views: 1483

The patch from IBM fixed our problem.
by kduke
Mon Oct 10, 2005 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing a Parameter to a vbs file which is hanging
Replies: 6
Views: 1874

I would wrap your script in a bat file and see if it works. If it does then run it that way in DataStage. Next when you use a command stage then it will not pass parameters. In the batch file echo the parameters passed to it to make sure it is getting them. This should show up in the log. There is a...
by kduke
Mon Oct 10, 2005 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Reader
Replies: 1
Views: 591

The dsjob command can produce a XML file with row counts and parameter values. Both are repeating. So it is a good way to learn how to parse XML. The job DSJobReportDb included with EtlStats does exactly this. It parses the XML from dsjob.exe or dsjob in UNIX. It parses all the repeating groups sepa...
by kduke
Mon Oct 10, 2005 5:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: executing SQL queries that are in a table's column
Replies: 5
Views: 954

This is done in several jobs included in EtlStats. Most of these are used in reports. The QA jobs will calculate one measure and store it in a table. There is one measure for a source table and one for the target table then these are compared in a report to show completeness of the data warehouse lo...
by kduke
Mon Oct 10, 2005 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New EtlStats.zip posted
Replies: 16
Views: 5670

The new EtlStats is Windows based. I not sure exactly what you want to run in Windows. Can you be more specific?
by kduke
Sun Oct 09, 2005 9:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: List jobs referencing table
Replies: 4
Views: 1074

You can see how DwNav works by watching <a href="http://www.duke-consulting.com/DwNav/DwNavDemo.html" target="blank"> this.</a>

DwNav does a lot more than this demo but it will get you started.
by kduke
Sun Oct 09, 2005 9:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data warehouse failures
Replies: 14
Views: 4950

Awesome. Thanks Ken. That is what I was wanting to hear. Hopefully more people will jump in. I think some may disagree with some of your answers. Star schema is there for performance. If you vary a lot from a star schema then your performance may suffer. Users may like the information but a redesign...
by kduke
Sun Oct 09, 2005 7:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data warehouse failures
Replies: 14
Views: 4950

Only me and Ray have observed a data warehouse failure? Don't name the customer just tell us what went wrong. Surely there are some situations where we could all learn from. Share with us your experiences. Maybe you have a great experience. Share that. We would all like to duplicate a great experien...
by kduke
Sat Oct 08, 2005 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing a Parameter to a vbs file which is hanging
Replies: 6
Views: 1874

DataStage has to know when this script is finished and either fails or is successful.

You might want to change it into a exe or put it in a bat file.

I would think another problem is that the script is not releasing the file so DataStage cannot open it.
by kduke
Fri Oct 07, 2005 8:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Please call IBM support when you have errors
Replies: 4
Views: 1345

Nice article. Good job Ray.