Search found 55 matches

by hi_manoj
Wed May 11, 2016 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector Stage for DB2 Performance issue
Replies: 4
Views: 3479

For one of the table, i tried with modulo partition (enable partition read-column name) , but seems like all the records are going into each partition. as if it doing entire partition. for example -- if my source table has 5 records the output link shows 20 records As I am using a 4 node cofig file....
by hi_manoj
Wed May 11, 2016 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector Stage for DB2 Performance issue
Replies: 4
Views: 3479

ODBC Connector Stage for DB2 Performance issue

Hi, I have a ODBC connector stage with with which i am reading data from a DB2 table. Table has multi million data. When reading data from the table the number of rows is very low, it starts with 1000 and goes up to 7000. Is there a way we can increase the performance of the ODBC connector stage. ? ...
by hi_manoj
Mon May 09, 2016 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Character NEL as a character in a column
Replies: 3
Views: 2869

Hi, Somehow I manage to find a solution to this issue as of now, Looks like it is working now, (not sure how it will work in future). What I did is, I use two convert function one after another, in first convert function I replace all my valid charecter with blank, so after first convert I left with...
by hi_manoj
Thu May 05, 2016 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Character NEL as a character in a column
Replies: 3
Views: 2869

Special Character NEL as a character in a column

Hi My job reads data form a DB2 table and writes to Oracle table. A column in my DB2 table is of character type and NEL (special char) is one of he character in the string for few rows, because of this character the string breaks in to two line and I can write this to my oracle table. Hence my job i...
by hi_manoj
Fri Jan 30, 2015 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing record count for scd2 Insert and Update
Replies: 3
Views: 4045

Thanks Craig I understand..you have suggested a mathematical formula to match the count between record from source to record to target. I my case, as I also have a delete link along with the update and insert, so for me the formula is Insert count+update count+delete count-update count=Insert count+...
by hi_manoj
Fri Jan 30, 2015 1:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing record count for scd2 Insert and Update
Replies: 3
Views: 4045

Capturing record count for scd2 Insert and Update

Hi All, This is a scd2 implementation job and I want capturing number of records inserted and updated to my target. We have two separate links to Oracle connecter stage (one for insert and one for update). In the current audit capturing process we are reading the count from stage_name.link_name from...
by hi_manoj
Tue Aug 19, 2014 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge statement with Oracle stage
Replies: 6
Views: 5163

Hi, I have asked some what similar question to my client, I am looking for a dummy table where i can insert a record (which does not have any business impact) and as you have suggested I will execute the merge in the After SQl part and in the actual SQL i will execute the insert into dummy table. Re...
by hi_manoj
Mon Aug 18, 2014 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge statement with Oracle stage
Replies: 6
Views: 5163

Thanks Craig,

I think I can not add the merge to the after SQL statement, because this my first statement in the procedure.

Regards
by hi_manoj
Mon Aug 18, 2014 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge statement with Oracle stage
Replies: 6
Views: 5163

Merge statement with Oracle stage

Hi, I have to convert a oracle stored procedure to DataStage job. In procedure their is merge statement. I have tried with oracle connector stage (with insert and update mode) but the job failed with error " is of incorrect type. The required statement type is: INSERT .........." Is there ...
by hi_manoj
Mon Nov 18, 2013 1:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help To implement pxEreplace()
Replies: 9
Views: 7841

Dear Guru's, Please share your suggestions.
Please let me know if you need any input from my side.

Regards
Manoj
by hi_manoj
Fri Nov 15, 2013 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help To implement pxEreplace()
Replies: 9
Views: 7841

I have gone through the old post on this error message, I force compile the job, rename the transformer stage but the error is same. Few Input that may help you. command to create the .o file /opt/SUNWspro/bin/CC -dalign -O -PIC -library=iostream -c -xarch=v9 /unit/sys/IS91/IBM/Infoserver/PXEngine/l...
by hi_manoj
Fri Nov 15, 2013 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help To implement pxEreplace()
Replies: 9
Views: 7841

I copied the pxEreplace.o to my PXEngine/lib directory (/unit/sys/IS91/IBM/Infoserver/PXEngine/lib) And after setting the parallel routine properties I have called the rountine from a transformer pxEreplace(lnkReadInvRel.InvestmentID, ".OLD", "", 1,0). The job aborted with below ...
by hi_manoj
Thu Nov 14, 2013 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help To implement pxEreplace()
Replies: 9
Views: 7841

That is not happening. Not able to locate PXEngine/lib. Is there any command that will help me to find path?
by hi_manoj
Thu Nov 14, 2013 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove a substring in a string
Replies: 15
Views: 7612

It was not intention to say, sorry for that.
No the period can happen any where in the string, like I have mention below.

06053FDL7.X.OLD -- period is there in font of X and OLD. And the output should be 06053FDL7.X and it is happening.

Please check my last post
by hi_manoj
Thu Nov 14, 2013 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help To implement pxEreplace()
Replies: 9
Views: 7841

Need Help To implement pxEreplace()

Hi, I am trying to implement something like this for the first time, and need help from you. I have taken the latest code by Phil Hibbs. Then as per below instruction I follow. 1. Copy the source code to a file pxEreplace.cpp into my home directory 2. Run below command /opt/SUNWspro/bin/CC -dalign -...