Search found 22 matches

by mathewb
Fri Feb 27, 2009 12:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: retrict the number of process of one stage with in a job
Replies: 9
Views: 3381

dh_Madhu wrote:may be develop a server job ....Database server can be taxed for the extraction process....
the extraction has to be a parallel odbc process and hence I need parallel job.
by mathewb
Fri Feb 27, 2009 12:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: retrict the number of process of one stage with in a job
Replies: 9
Views: 3381

dh_Madhu wrote:may be develop a server job ....Database server can be taxed for the extraction process....
the extraction has to be a parallel odbc process and hence I need parallel job.
by mathewb
Thu Feb 26, 2009 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: retrict the number of process of one stage with in a job
Replies: 9
Views: 3381

No..it is not helping. The NZ stage is invoking the number of nodes specified for the job and not getting restricted by any of these.
by mathewb
Thu Feb 26, 2009 12:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: retrict the number of process of one stage with in a job
Replies: 9
Views: 3381

v2kmadhav wrote:you could change the netezza stage execution properties to sequential. did you try that?
I tried this earlier but used node constraint along with this and it gave me some error. I will try just specifying the sequential.
by mathewb
Thu Feb 26, 2009 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: retrict the number of process of one stage with in a job
Replies: 9
Views: 3381

retrict the number of process of one stage with in a job

I have a job which has to extract the data parallel and then insert the data into Netezza. Since the insert into NZ is fast I want only 1 process to insert. In order to extract, I have an parallel odbc stage for which I need to specify at least 4 nodes to pull data fast. So how do I restrict the one...
by mathewb
Wed Jan 30, 2008 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log extraction in case of multiple instance
Replies: 2
Views: 1226

How do we refilter the returned log rows to just our invocation id??

Did DataStage 8 fixed the bug??
by mathewb
Wed Jan 30, 2008 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log extraction in case of multiple instance
Replies: 2
Views: 1226

Log extraction in case of multiple instance

Hi, We are trying to capture logs of jobs into a file as soon as the job finishes. The logic used is: DSJOBN=Jobname.Instance lastmsgid=$(dsjob -lognewest $DSPROJ $DSJOBN | cut -c13-17) dsjob -logdetail $DSPROJ $DSJOBN 0 $lastmsgid > $DSLOGS/${DSJOBN}-${starttime}.log But "logdetail" is fe...
by mathewb
Tue Jan 22, 2008 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML : Merging repeating attributes into one row
Replies: 2
Views: 1463

XML : Merging repeating attributes into one row

The Problem: I have an input XML in the below format: <ParXML> <Batch> <PR Rpt="101" Dt="2008-01-10"> <Loc ID="00005" Typ="A" /> <Loc ID="40536" Typ="B" /> <Loc ID="00105" Typ="C"> <Subloc ID="6300" Typ="5...
by mathewb
Thu Sep 06, 2007 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 10g to 9i database data migration
Replies: 11
Views: 7599

what is the 9i version...Is it 9.2.0.7 or is it 9.2.0.8?? ... We are having problem with java libs with the 9.2.0.7_64 client and 10g database.
by mathewb
Wed Sep 05, 2007 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 10g to 9i database data migration
Replies: 11
Views: 7599

The dsenv was changed to point to 10g since one project was migrating to 10g. We have now reverted back to 9i since we know that things will work with old setting. Now the work is to test all the 10G ones and find its problems. Have you guys faced any problems for migrating database to 10G where as ...
by mathewb
Tue Sep 04, 2007 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: avoid index rebuild in write mode
Replies: 5
Views: 3177

Hi, Thanks for the proper direction...I was searching the DS manuals for these options. It is there in the SQL Loader manuals... I have completed the task by using the following option APT_ORACLE_LOAD_OPTIONS= OPTIONS(DIRECT=TRUE, PARALLEL=TRUE, SKIP_INDEX_MAINTENANCE=TRUE,SKIP_UNUSABLE_INDEXES =TRU...
by mathewb
Mon Sep 03, 2007 10:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: avoid index rebuild in write mode
Replies: 5
Views: 3177

so is there a way for direct load and not to rebuild the index at end.
by mathewb
Mon Sep 03, 2007 6:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: avoid index rebuild in write mode
Replies: 5
Views: 3177

avoid index rebuild in write mode

Hi, I am writing the data into Oracle table with write method as Load and write mode as Append. The table is empty before loading. In this scenario, I don't want to rebuild the index after loading. How can I achieve this. If I specify the APT_ORACLE_LOAD_OPTIONS as OPTIONS(DIRECT=FALSE, PARALLEL=TRU...
by mathewb
Thu Aug 30, 2007 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 10g to 9i database data migration
Replies: 11
Views: 7599

10g to 9i database data migration

We need to extract data from a 10g database to a 9i database application. We created the datastage job and the write method is Load. Since the env file dsenv has path specified as 10g, the loader is failing after it loads the data. I am thinking the failure is becase the sqlloader is looking some 10...
by mathewb
Fri Jul 27, 2007 9:57 am
Forum: General
Topic: libraries available
Replies: 6
Views: 2218

I was thinking of 'lib' files. Has anyone done any changes to this and enhanced the tool..