Search found 11 matches

by mfortuna
Wed Mar 09, 2011 11:47 am
Forum: General
Topic: calling multiple scripts in a master sequence
Replies: 3
Views: 2872

Re: calling multiple scripts in a master sequence

use the sequencer stage as your first stage and send a link to each script in parallel. Otherwise, Datastage will execute them in the order they were dropped on the canvas.
by mfortuna
Wed Mar 09, 2011 11:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Px Oracle OCI - User Derfined Query with Subselect
Replies: 0
Views: 1640

Px Oracle OCI - User Derfined Query with Subselect

Here is an interesting issue I found when implementing a User defined select or a select list containing a sub select in the Oracle OCI Px stage in 8.0.1 Datastage incorrectly added the partition information to the where clause in the subselect, not the main query body, such as: where (GBI_LA_DW.P_S...
by mfortuna
Mon Jan 23, 2006 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata error (enterprise stage)
Replies: 3
Views: 4181

Re: Teradata error (enterprise stage)

Apparently, Anything can be an issue with Teradata and EE. The EE engine is required to create tables before it can write the data in a EE job. The work around (if this is not allowed) is to create a tmp DB with full permissions, and set the following env vars accordingly: APT_TERA_SYNC_USER APT_TER...
by mfortuna
Wed Nov 12, 2003 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Congratulations
Replies: 9
Views: 5610

Re: Congratulations

Congratulations Ken and family. That's a tough way to start your own consulting group, but nothing worth while is easy and your growth rate is pretty impressive so far...

tuna
by mfortuna
Fri Nov 07, 2003 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Steps to releasing job locks on DataStage Server for NT
Replies: 6
Views: 5078

I can forward the BP to anyone who requires it.
by mfortuna
Fri Nov 07, 2003 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Steps to releasing job locks on DataStage Server for NT
Replies: 6
Views: 5078

I also recieved a compiled version of DS.UNLOCK from Ascential support. This is an unlock command that lets you release jobs as dsadm if you do not have root access. It was an added feature in 6.x, but you can catalog the BP for earlier Dstage versions. It has been invaluable on our project because ...
by mfortuna
Mon Nov 03, 2003 4:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSExecute
Replies: 8
Views: 5756

on Solaris the rsh syntax is:

rsh -l user hpserv test

I think it is the same on HP. It will error out if you put the user param after the host.
by mfortuna
Mon Nov 03, 2003 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSExecute
Replies: 8
Views: 5756

you will also need a Call before the DSExecute. I typically use the same invocation of DSExecute all the time: First, test your command in unix. Then in your routine, paste the following lines for your invocation, with your tested command in the quotes (use escape chars for embedded quotes): cmd = &...
by mfortuna
Mon Nov 03, 2003 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BASIC routine is not cataloged
Replies: 5
Views: 9885

I think I saw this when I tried to run a Sequence job and the routine was not compiled, for example when you import the design of a set of jobs/routines.

Try compiling the routine and then running the job.
by mfortuna
Mon Nov 03, 2003 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtKeyNextValue transform
Replies: 6
Views: 3547

as ray mentioned, the SEQNAME.NEXTVAL is a great way to replace the IDENTITY function in SQL, keeping the persistence in the DB. you probably only want to use the KeyMgtKeyNextValue if you specifically want to move the persistence out of the database for use by multiple datasources, as Ken describes...
by mfortuna
Mon Nov 03, 2003 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: any Vality feedback?
Replies: 5
Views: 2494

any Vality feedback?

sorry if this is posted to the wrong group - just new to DSXchange. Has anyone had any experiences post Vality Merger ?

I am at a client who may need to buy more product, but I am not sure what the product relationship is with the ETL.

Thanks

mike