Search found 4605 matches

by kduke
Fri Dec 15, 2006 8:55 pm
Forum: General
Topic: Getting Job Names from Sequences
Replies: 11
Views: 4585

If you cannot get it done then I will add it to EtlStats soon.
by kduke
Fri Dec 15, 2006 8:54 pm
Forum: General
Topic: Getting Job Names from Sequences
Replies: 11
Views: 4585

You need to create UV stage and use the dictionary items in this thread http://www.dsxchange.com/viewtopic.php? ... ght=JobAct
by kduke
Fri Dec 15, 2006 7:20 am
Forum: General
Topic: How to use Stage XML
Replies: 11
Views: 5044

This file has been in my downloads directory for a while now but there was no link on my tips page until yesterday. Sorry Craig. Craig, let me know if there are other links needed.
by kduke
Fri Dec 15, 2006 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating email id field
Replies: 13
Views: 3643

Sorry but wouldn't it be better if you knew these emails are real? Maybe someone has done this. If you email then you should get a return saying undeliverable. Has anybody figured out how to process this? This is taking this issue to the next level. If you have an email address that is kim@hotmail.c...
by kduke
Fri Dec 15, 2006 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is separete ceritifcation for server and parellel?
Replies: 4
Views: 1479

Passing is 75% of the points allowed. The questions do not all have the same point value.
by kduke
Fri Dec 15, 2006 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get rid of warning trigger
Replies: 10
Views: 3074

Ray is correct. I think if you have warnings because the database complained about an insert or update. I do not care about metadata mismatches because of some shared container being setup wrong. I won't the database issue to finish with warnings and the sequence to stop but I do not want the sequen...
by kduke
Fri Dec 15, 2006 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating email id field
Replies: 13
Views: 3643

Can anybody validate this further or if you email these then tell me which ones failed?
by kduke
Thu Dec 14, 2006 8:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get rid of warning trigger
Replies: 10
Views: 3074

Ray, isn't there a parameter you can set at the project level which can tell DataStage to ignore these types of warnings?
by kduke
Thu Dec 14, 2006 8:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP APO
Replies: 6
Views: 1768

Ray has gone from Full Wurlods to Full Groaners.
by kduke
Thu Dec 14, 2006 8:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear Log of Multiple Instance jobs
Replies: 8
Views: 2290

Geez, Craig they were in my downloads folder but there was no link on my tips page. There is now. I hope nobody minds me giving these out. They look pretty valuable.
by kduke
Thu Dec 14, 2006 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear Log of Multiple Instance jobs
Replies: 8
Views: 2290

Okay it is a hack. How else can you do this? The only other way is to recompile this job.
by kduke
Thu Dec 14, 2006 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tool to export jobs without their related shared container
Replies: 15
Views: 5667

There is also a Perl script which someone posted to split a full export into one per job. I think it is called DsxParse.pl.
by kduke
Thu Dec 14, 2006 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tool to export jobs without their related shared container
Replies: 15
Views: 5667

I posted some new scripts on the 2 links below my sig. The new script was DataStageExport.bat. Do a search for this. Basically it requires a JobList.txt file to be setup in a folder with the project name. This list of jobs will get exported one at a time. There is a similar command for importing the...
by kduke
Wed Dec 13, 2006 8:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL Job Statistics
Replies: 8
Views: 4119

To integrate this information into EtlStats then you would need to read fields these directly. That would be difficult plus it will break on version 8 but it might be useful in the mean time. I extracted a lot of this information because of Parameter Navigator or PNav for short. When you take a proj...
by kduke
Wed Dec 13, 2006 8:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL Job Statistics
Replies: 8
Views: 4119

I forgot. You asked about instance ids. INSERT INTO DICT DS_JOBOBJECTS ( FIELD, CODE, EXP, NAME, FORMAT, SM ) VALUES ( 'JobAct2JobAct2InstanceIdsCount', 'I', 'field(@RECORD<14>, "/", 2)', 'JobAct2JobAct2InstanceIdsCount', '3R', 'S' ) ; INSERT INTO DICT DS_JOBOBJECTS...