Search found 17 matches

by Nareshkotti
Fri Mar 02, 2012 10:30 am
Forum: General
Topic: Can DataStage read Oracle Spatial Data
Replies: 3
Views: 3238

Can DataStage read Oracle Spatial Data

Hi There,

Can DataStage read Oracle Spatial Data.

I heard that DataStage can call an FME process, how is it done .

Thanks in Advance.
by Nareshkotti
Fri Jan 06, 2012 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error occurred in call to ORPHCallActivePluginInitialize().
Replies: 3
Views: 3866

Thanks guys for the response.

I have asked admin to look into it, he might have missed to add some path.
by Nareshkotti
Wed Jan 04, 2012 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error occurred in call to ORPHCallActivePluginInitialize().
Replies: 3
Views: 3866

Error occurred in call to ORPHCallActivePluginInitialize().

Hi Every one,

I have designed a job to invoke a stored procedure, but i'm facing the below errors while running the job, below is my job design

Row_generator---->Transformer---->SPS


Could not load dsstpora.so

Error occurred in call to ORPHCallActivePluginInitialize().


Please help me out
by Nareshkotti
Mon Dec 12, 2011 11:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem loading the data using odbc connector stage
Replies: 1
Views: 1737

Problem loading the data using odbc connector stage

Hi All,

I am facing problem in updating the data using the odbc stage , getting the below error.

Destination "APT_TRinput0Rec0.WELL_LOG_ID" is already bound.

My job design is

Dataset--->Transformer--->Odbc Stage.

Thanks in Advance!
by Nareshkotti
Sun Nov 20, 2011 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null seed and percent null option in Row generator
Replies: 1
Views: 3109

Null seed and percent null option in Row generator

Hi All,

Can anyone explain me about Null seed and percent null options in Row generator with an example.

Thanks in Advance!
by Nareshkotti
Fri Nov 04, 2011 10:01 am
Forum: General
Topic: Using a plsql function
Replies: 3
Views: 2405

The obvious answer is to use the function within a user-defined SELECT statement. ... Thanks for the reply ray. yes we can call using the select statement, but i want to know how to call it from any of the other stages. And how to invoke the procedures from datastage jobs please help me out if you ...
by Nareshkotti
Thu Nov 03, 2011 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: split a column value and create separate rows for each slit
Replies: 5
Views: 3616

Re: split a column value and create separate rows for each s

Hi Jay, By using Transformer stage along with a pivot stage we can do this. Eg: In the transformer take two more fileds 1. value1=value[1,up to 1st split u want] 2.value2=value[2nd split] -- substr functions. Now in the pivot stage while deriving output columns assign value1,valu2 to the filed value...
by Nareshkotti
Thu Nov 03, 2011 9:27 am
Forum: General
Topic: Using a plsql function
Replies: 3
Views: 2405

Using a plsql function

Hi All,

I need to use a function which will return one value.

for Ex: Sum Function which adds two input values and returns a value.

How can i use this function in datastage job?

Please explain in brief if someone knows this b'coz i never used scripts and functions in datastage.

Thanks in Advance!
by Nareshkotti
Wed Nov 02, 2011 10:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem loading huge data into dataset
Replies: 8
Views: 5911

Hi ray,

The issue got resolved, but i used fileset instead of dataset then the job ran successfully.

The job nearly took 12hrs to complete, can you suggest any other alternative so that it will take less time, again i need to use this data as a reference in other job.
by Nareshkotti
Sat Oct 29, 2011 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem loading huge data into dataset
Replies: 8
Views: 5911

problem loading huge data into dataset

Hi All, I want to write huge amount of data from a table into a dataset. Number of records are almost equal to 17crores. After loading 11crore records job is getting aborted. I'm getting the below errors TGT_RM_IMAGE_LOC: ODBC function "SQLEndTran(SQL_ROLLBACK)" reported: SQLSTATE = 08S01:...
by Nareshkotti
Mon Oct 24, 2011 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using sparse lookup
Replies: 1
Views: 2456

Problem using sparse lookup

Hi All, I'm getting the below error's while using sparse lookup in my job. LKP_AMI_WS_APRGTS,1: Operator terminated abnormally: received signal SIGSEGV LKP_AMI_WS_APRGTS,0: Operator terminated abnormally: received signal SIGSEGV . Job Detail: Source ODBC>lookup on target odbc>dataset. Thanks in Adva...
by Nareshkotti
Mon Sep 26, 2011 9:28 pm
Forum: General
Topic: problem running a job which has a shared container
Replies: 3
Views: 2270

In the shared container we have used to transformers, one for null handling and another to apply the business rules using 10-12 stage variables.....
by Nareshkotti
Mon Sep 26, 2011 1:01 am
Forum: General
Topic: problem running a job which has a shared container
Replies: 3
Views: 2270

problem running a job which has a shared container

Hi , I have a ob which has a shared container in it. The job is running fine when ran directly, but through sequencer it is getting hanged..... In job monitor status it is showing as if it is finished but in director it is still in running state... And also aborting the job using job cleanup resourc...
by Nareshkotti
Mon Sep 26, 2011 12:55 am
Forum: General
Topic: Generating a number incrementally
Replies: 2
Views: 1874

Thanks!
by Nareshkotti
Sun Sep 25, 2011 11:13 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: job is unable to come to finished state
Replies: 5
Views: 20009

job is unable to come to finished state

Hi All, While running a job individually, it's running fine. But when the same job is run through the sequencer it is not coming into finished state but when looked at the performance characteristics and the job monitor it looks like as if it is finished. Fast response would be appreciated. Thanks i...