Search found 151 matches

by tomengers
Thu Jan 22, 2004 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS390: Getting MAX Surrogate value into transform
Replies: 6
Views: 2603

Ken ... ah yes ... consulting in 'Paradise' is as good as it gets (but the downside is that none of my clients are here). Thanks for the tip - looks like you and Mike are on the same page. Mike ... GDG is great idea. That would work for me! But I need a little help here: once I get it, how do I driv...
by tomengers
Thu Jan 22, 2004 9:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS390: Getting MAX Surrogate value into transform
Replies: 6
Views: 2603

DS390: Getting MAX Surrogate value into transform

Hi Folks ... Can anyone suggest an elegant way to get a MAX surrogate value into a DS390 transform (to be used as an assignment start point)? Were this a server job I would use the built-in key management function. I'm presently doing a MAX to obtain the highest value and then using a JOIN to connec...
by tomengers
Tue Jan 20, 2004 2:03 pm
Forum:
Topic: metastage issues
Replies: 12
Views: 6318

Re: metastage issues

I intend to propose a MetaStage solution for a HUGE bank metadata problem. Wanted to offer a follow-on thought ... when you mention HUGE you need to be aware that Ascential recommends that the MetaStage repository be limited to approximately 500 DataStage jobs. This is a performance recommendation,...
by tomengers
Tue Jan 20, 2004 1:51 pm
Forum:
Topic: metastage issues
Replies: 12
Views: 6318

AreiAR ... 1) When you figure out how to automate the CONNECTED TO between DEV and PROD, please let me know. 2) Regarding the importation of thousands of copybooks into DataStage, have you considered using ERwin to reverse engineer models from the copybooks? If so, you could then export from ERwin, ...
by tomengers
Thu Jan 15, 2004 8:50 am
Forum:
Topic: metastage issues
Replies: 12
Views: 6318

The answer to your first question regarding CONNECTED TO is yes, this association, once created, will survive subsequent imports. You must record your actions here since this connectivity must be recreated when you move from Development to Production, i.e., it cannot be exported (I know, I know ... ...
by tomengers
Tue Jan 13, 2004 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Architecture 101: Persistent vs. Rebuild
Replies: 5
Views: 1922

... very comprehensive ... thanks Ken.

... tom
by tomengers
Tue Jan 13, 2004 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Architecture 101: Persistent vs. Rebuild
Replies: 5
Views: 1922

kcbland wrote: ... Your migration path is affected by this design choice.
Thanks for the feedback guys ...

Ken, would appreciate a little more detail on how this approach will affect migration.

... tom
by tomengers
Mon Jan 12, 2004 12:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing to a same sequential file from two transformer stage
Replies: 8
Views: 3940

If you must write to the same file from two transformers, the file cannot be a flat file. I have been successful with multiple sources writing to a hash file.

... tom
by tomengers
Fri Dec 05, 2003 1:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: YOU DON'T NEED TRAINING
Replies: 22
Views: 7257

[Sometimes it's not our choice ... Guess what! Now I, as a M204 DBA, with no experience and no training in DS get to inherit it. ] Glenn ... I have a good bit of empathy for your situation, but you are now in an excellent position to demand training to ensure the integrity of the corporate data. I t...
by tomengers
Wed Dec 03, 2003 1:09 pm
Forum:
Topic: Option 'Find Within'
Replies: 2
Views: 1330

Pey ... (The following assumes you have done an import from DataStage). Open the Explorer and go to Edit => Find. Under Look In choose Ascential DataStage6 and Column Definition (Hidden). Click the Advanced tab and under Attribute choose SQL type, for Consition choose = and for Value enter char and ...
by tomengers
Wed Dec 03, 2003 12:51 pm
Forum:
Topic: Multiple DataStage implementations with MetaStage
Replies: 1
Views: 1384

James ... There are a couple of issues here. There should be no problem with importing DataStage from different projects on different boxes into the MetaStage repository. When you initiate an import, you just log onto the server and identify the DataStage project of interest. However you will need s...
by tomengers
Mon Nov 24, 2003 12:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why landing data is good for warehouse batch ETL
Replies: 14
Views: 8473

Ken ...

Really appreciate the time you put into this ... this is wonderful stuff and your insights are valued ...

... tom
by tomengers
Fri Nov 21, 2003 8:38 am
Forum:
Topic: MetaStage runimport password
Replies: 1
Views: 1211

MetaStage runimport password

It will take care of itself ... when you edit the RunImporter.cfg file, add your password in plain text, i.e., you don't need "encrypted". When the process runs, it will encrypt the password. Take a look at it after the first run.

... tom
by tomengers
Fri Nov 21, 2003 8:35 am
Forum:
Topic: ERwin Table Delta Recognition
Replies: 0
Views: 979

ERwin Table Delta Recognition

ERwin Import: Has anyone come up with a technique for programmatically identifying those ERwin tables which have changed since the last import? This seems to be one of the first questions asked by my clients. I must presently rely on verbal instructions from the Data Architect as to which have chang...
by tomengers
Wed Mar 05, 2003 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Links to Same Sequential File
Replies: 11
Views: 3959

Actually the solution here belongs to ButlerHD: mulitple links to the same sequential file will not work for the reasons already expressed -- but it will work if you write these links to a (keyed) hash file.