Search found 331 matches

by mavrick21
Thu Sep 17, 2009 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on Custom Build Stage
Replies: 5
Views: 1971

Sainath/Derek,

I'm a beginner to Custom Build Stage and I'm interested to learn more about it. Can you please tell me how do I go about it?

Thanks for your time.
by mavrick21
Thu Sep 17, 2009 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Curious about IIS Server, WAS Server and others...
Replies: 7
Views: 4728

Ernie, I'm preparing for DataStage upgrade from 8.0.1 to 8.1 and there are steps which involve restarting servers/services like IIS Server, WAS Server, ASB Node agents and other services which I could barely comprehend. Hence I was curious to understand the underlying architecture. Ray, I've few mor...
by mavrick21
Tue Sep 15, 2009 11:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WebSphere Application Server Version?
Replies: 5
Views: 1588

I got it!

Open https://<UNIX host name>:9043/ibm/console/logon.jspin a web browser.

Port number may vary based on your installation settings.
by mavrick21
Tue Sep 15, 2009 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WebSphere Application Server Version?
Replies: 5
Views: 1588

lstsaur,

I know about Console for IBM Information Server login and IBM Information Server web login.

How do I login to WAS admin console? Where can I find it?

Please note that I'm using 8.0.1.

Thanks.
by mavrick21
Mon Sep 14, 2009 6:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WebSphere Application Server Version?
Replies: 5
Views: 1588

WebSphere Application Server Version?

Hi, I'd like to upgrade DataStage 8.0.1 (with Fix Pack 2) to 8.1 and one of the requirements is to upgrade WebSphere Application Server (WAS) to Version 6.0.2.27. But I'm not sure of the current version. Can anyone please let me know how to find out the current version of installed WAS? Thanks for y...
by mavrick21
Mon Sep 14, 2009 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning in SMP
Replies: 8
Views: 4947

@ Everyone,

Thanks for all your inputs.
by mavrick21
Thu Sep 10, 2009 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter set and Job in After Job Sub-Routine
Replies: 7
Views: 1639

Craig,

Parent job has the after job sub routine. Hence I'm using attach.

I've taken care of other things.

Thanks
by mavrick21
Thu Sep 10, 2009 4:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter set and Job in After Job Sub-Routine
Replies: 7
Views: 1639

Think I got it. These are the steps I'll write in After Job Sub-Routine 1) DSAttachJob(Sequence) 2) Var = DSGetParamInfo(Sequence,"PARMSET",DSJ.PARAMVALUE) 3) ErrCode = DSDetachJob (JobHandle_1) 4) DSAttachJob (Child) 5) DSSetParam(Child,"PARMSET",Var) 6) DSRunJob(Child,DSJ.RUNNO...
by mavrick21
Thu Sep 10, 2009 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter set and Job in After Job Sub-Routine
Replies: 7
Views: 1639

Unix Script -> Sequence -> Parent Job -> (Once Parent Job completes successfully) After Job Sub-Routine calls Child Job. I want to pass parameter set value set in UNIX script to Child Job. In other words I want to fetch parameter set = File value that is passed to Sequence from the script? It can't ...
by mavrick21
Thu Sep 10, 2009 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter set and Job in After Job Sub-Routine
Replies: 7
Views: 1639

chulett,

The alternate solution mentioned by you was what I was going to implement if I didn't get a solution to my question.

I'm still wondering if there is a solution to my question.

Thanks
by mavrick21
Thu Sep 10, 2009 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter set and Job in After Job Sub-Routine
Replies: 7
Views: 1639

Parameter set and Job in After Job Sub-Routine

I have a parameter set defined with default values and value files. I'm using UNIX script to call a Sequence and setting Parameter Set = Value File name in the script. The Sequence has only one job in it. Lets call it Parent job. The Parent job calls another Child job in its After Job sub routine. I...
by mavrick21
Thu Sep 10, 2009 1:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning in SMP
Replies: 8
Views: 4947

How many rows come from the lookup to the target? I'm wondering if the answer is 1 or 5.5 million. 5.5 million records get populated in target. Out of curiousity, is that just a testing volume and it will be a great deal larger in reality or is that all it will ever do? It's running in production. ...
by mavrick21
Fri Sep 04, 2009 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning in SMP
Replies: 8
Views: 4947

Ray, Using a 2 node config file would result in more processes spawned but how does that guarantee faster execution since my job, when it runs, consumes 98 to 100% of both the CPUs. Running on a 2 node config would result in slower execution due to context switching time among processes and maybe th...
by mavrick21
Sun Aug 23, 2009 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What's the advantage of Modify stage?
Replies: 5
Views: 2893

Thanks for your replies.

tjr,
Could you please give me an example of parameterized commands?

Again thanks for your time.