Search found 73 matches

by pkll
Sun Nov 17, 2013 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to reverse data order?
Replies: 1
Views: 1061

How to reverse data order?

Hi,

I have input like:

sno,sname
1,ravi
1,suresh
2,mahesh
3,hari

but I want output like:

sno,sname
1,hari
1,mahesh
2,suresh
3,ravi


my source and target both are text files.I want to reverse second column (sname)

please any one help me?
by pkll
Wed May 01, 2013 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage error?
Replies: 1
Views: 1250

Datastage error?

Hi,

Code: Select all

Oracle_Connector_13,0: Memory allocation failed for 160,000,000 bytes. (CC_OraRecordDataSetConsumer::allocateBindBuffers, file CC_OraRecordDataSetConsumer.cpp, line 1,292)
I am getting above error ...let me know reason?
by pkll
Wed Apr 24, 2013 10:13 pm
Forum: General
Topic: Datastage Installation Error
Replies: 1
Views: 1144

Datastage Installation Error

Hi, After completing a Datastage 9.1 installation I am getting below error. The operation failed because the database manager failed to access either the database manager configuration file or the database configuration file I have tried to open Web console for IBM InfoSphere Information Server, but...
by pkll
Fri Apr 19, 2013 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find First recharge?
Replies: 5
Views: 1539

Hi Ray, I have written query in oracle connector SELECT SUBSCRIBER_ID,RECHARGE_DATE_TIME,SERIAL_NUMBER FROM Recharge_Details ORDER BY RECHARGE_DATE_TIME; After that i have taken remove duplicate stage .In Removeduplicate stage key = SUBSCRIBER_ID Duplicate to Retain = First. Can you suggest me above...
by pkll
Fri Apr 19, 2013 10:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find First recharge?
Replies: 5
Views: 1539

How to find First recharge?

I have two tables Recharge_Details SUBSCRIBER_ID,RECHARGE_DATE_TIME,SERIAL_NUMBER. First_Rechrge SUBSCRIBER_ID,RECHARGE_DATE_TIME,SERIAL_NUMBER. Compare the Recharge_Details SUBSCRIBER_ID with first_recharge table SUBSCRIBER_ID (at initial level First_Recharge table is blank) , if SUBSCRIBER_ID alre...
by pkll
Fri Apr 19, 2013 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find the new value or existing value?
Replies: 1
Views: 699

Find the new value or existing value?

Hi All, I have custno,custname,loc columns are there in Customer table.In this i need to check custno is new value or not? if the custno is new value then insert the custno into another table,if the tcustno is already existed value then ignore the custno.... Can you please let me know how to find ne...
by pkll
Fri Apr 19, 2013 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to allocate communication resources?
Replies: 8
Views: 9113

Hi Ray,

Thanks for ur reply I am unable to read ur entire sentence.
Could you plz explain ?
by pkll
Fri Apr 19, 2013 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to allocate communication resources?
Replies: 8
Views: 9113

Yes I am getting below warnings and errors.. Oracle_Connector_21,0: The OCI function OCIStmtExecute returned status 1. Error code: 1, Error message: ORA-00001: unique constraint (SCOTT.SYS_C005447) violated. Oracle_Connector_21,0: The OCI function OCIStmtExecute returned status -1. Error code: 24,38...
by pkll
Wed Apr 17, 2013 11:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in Transformer Stage?
Replies: 1
Views: 636

Warning in Transformer Stage?

Hi All, I am getting below Warning in Transformer. Transformer_3,1: Conversion error calling conversion routine timestamp_from_string data may have been lost I have not apply any Converions and i have not make any transaction on timestamp column.Just i drag and drop the timestamp coumn. Let me know ...
by pkll
Wed Apr 17, 2013 4:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to allocate communication resources?
Replies: 8
Views: 9113

Hi Ray,

I am unable to read your entire sentence....
by pkll
Wed Apr 17, 2013 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to allocate communication resources?
Replies: 8
Views: 9113

Unable to allocate communication resources?

Hi All,

Code: Select all

Fatal Error: Unable to allocate communication resources
I am getting above Error.

Let me know why this error is comming?
by pkll
Thu Apr 11, 2013 8:13 pm
Forum: General
Topic: How to move file into Archive Directory?
Replies: 1
Views: 1340

How to move file into Archive Directory?

Hi,

Code: Select all

Once my job is complete move that file already processed to some other directory as archive .
Please let me know how to move file into archive directoryr?
by pkll
Wed Apr 10, 2013 10:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR Reading source file
Replies: 5
Views: 6211

Thanks chulett...

It is working 5n... :)
by pkll
Wed Apr 10, 2013 10:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR Reading source file
Replies: 5
Views: 6211

Hi Ray,

My delimeter is '|'. I specified field delimeter as '|' in sequential file format tab.

I am getting same error...