Search found 156 matches

by ravij
Tue Sep 30, 2014 3:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update Oracle table taking long time
Replies: 2
Views: 2665

Update Oracle table taking long time

Hi, I have a job developed in 9.1 Parallel versioin. Job design is Dataset -> Trf -> Ora Connector. Updating target table which contains 11mn records from Dataset(Dataset also contains same no of records as Fact, its a replica). The table has constraints, tablespace and partitions created on it. Its...
by ravij
Mon Mar 17, 2014 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Transformer stage
Replies: 2
Views: 3603

Issue with Transformer stage

Hi All, My job contains three stages OraOCI -> Trf -> OraOCI, when I run the job, it got aborted and throwing a Fatal error as SRC_STG_PRMMYINVOICE_NEW..FLTR: %s Here FLTR is trf stage name. I have searched in the forum but could not find any help on this issue(%s). I am working on DataStage 9.1 ser...
by ravij
Thu Feb 23, 2012 10:16 pm
Forum: General
Topic: Cognos Cube build issue
Replies: 1
Views: 2619

Cognos Cube build issue

Hi, We are building the Cognos cubes(unix script will build the cube) thru Datastage execute command activity. We designed the sequence job to trigger the unix scripts(which will build cube in cognos server) parallelly. But when we run the sequence job, it is triggering the scripts sequentially. Seq...
by ravij
Tue Dec 20, 2011 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job is running very slow
Replies: 9
Views: 7276

Job is running very slow

Hi, I have a simple one to one mapping job is taking long time to run. My job design is OraOci -> Trf -> OraOCI. To Process 4440 records it took 30mins and the other day it took 58 mins to procsess just 125 records in Production. We have a user defined source extract query to pick the data based on ...
by ravij
Fri Sep 02, 2011 6:00 am
Forum: General
Topic: Message Handle Warnings at Sequence Job Level
Replies: 1
Views: 2232

Message Handle Warnings at Sequence Job Level

Hi All, I am using Command Acitivty in Sequence job, in that using ls command to listing the File. If it does not find a file in the mentioned path, its giving one warning message like Command ls -1 did not finish OK, reply = '2' . Because of the warning, sequence job getting aborted. I want to hand...
by ravij
Thu Aug 25, 2011 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comma seperation in the amount value
Replies: 1
Views: 2241

Comma seperation in the amount value

Hi All,

We have the amount value like 1000000.00 and need get the output as 100,000,0.00. Means need to seperate the amt value with Comma(,) after every three digits.

Can anybody help how to achieve this in datastage and my source column is Varchar datatype.

Thanks in advance.
RK
by ravij
Thu Mar 10, 2011 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: preclude direct parallel loading
Replies: 1
Views: 2239

preclude direct parallel loading

Hi, We are loading the data from dataset to Ora db(10g) table with WriteMethod as Upsert. The job got aborted due to the below error. oraDForecastMonthly: Indexes on table xxx.D_FORECAST_MONTHLY_VERSION' preclude direct parallel loading unless an index option is included. Add an index option or drop...
by ravij
Wed Dec 22, 2010 11:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incorrect dboption list
Replies: 4
Views: 5198

Hi Chulett,

we are using Oracle EE Stage as source and target. And we difined a environment variable at Project level and given the password to taht and using that variable as parameter in our job through Parameter Set. The password is defined in Encrypted mode.

Thanks in advance.
by ravij
Wed Dec 22, 2010 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incorrect dboption list
Replies: 4
Views: 5198

Hi Chulett, thanks for your reply.

My source and Target stages are Oracle db.

my job disign is like : Ora db stage->Transformer stg->Ora db stage

Thanks in advance.
by ravij
Wed Dec 22, 2010 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incorrect dboption list
Replies: 4
Views: 5198

Incorrect dboption list

Hi Friends, I got one issue with password seeting in paramter. When I ran the job, i got an error like Incorrect dboption list; it failed on Expected "," or "}", got: "@", line 1 I don't have any special characters in my password, using only characters and number like A...
by ravij
Tue Oct 12, 2010 11:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input Stage
Replies: 3
Views: 3223

Thanks for your reply Eostic.

I tried with one sample xml file, i was able to import through Load->XML Definition, but the metadata is not getting saved into repository. How can I save the metada and load the same into my Columns Tab in Output page.

appreciate your help.
Thanks in advance.
by ravij
Mon Oct 11, 2010 1:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input Stage
Replies: 3
Views: 3223

XML Input Stage

Hi, I am using XML stage first time. Please correct me If am wrong. We are loading xml data which is existing in Oracle table in a single col as LOB, and using XM Input Stage to pick the data from table and load XML data into Oracle table. I am trying to import col definition from XSD file(we have x...
by ravij
Fri Oct 01, 2010 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Stage
Replies: 9
Views: 5274

Thanks alot Ray, Your logic worked out. I implemented this logic and its giving result. As you said, I took JAN_NAME, FEB_NAME and MAR_NAME columns in Transformer stage and populatied constant values like JANUARY, FEBRUARY and MARCH respectively, then used Pivot stage. Once again thanks to all who h...
by ravij
Thu Sep 30, 2010 12:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Stage
Replies: 9
Views: 5274

Thanks for your Reply friends. Ray, i tried with your suggestion, but could not get proper output. will explain what I did exactly. source is : YEAR, JANUARY,FEBRUARY,MARCH 2009,100,200,300 etc.. Output should be : YEAR,MONTH,AMOUNT 2009,JANUARY,100 2009,FEBRUARY,200 2009,MARCH,300 I took col genera...
by ravij
Wed Sep 29, 2010 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Stage
Replies: 9
Views: 5274

Pivot Stage

Hi, I have a different requirement. My input is like Year, JAN,FEB,MARCH 2010,100,200,300 and my Output should be like Year, Month, Amount 2010,JAN,100 2010,FEB,200 2010,MARCH,300 I tried in this forum, but could not find the relevant solution. Please throw some light on this issue. Thanks in advance.