Search found 36 matches

by informdaya@gmail.com
Thu Mar 19, 2015 9:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Transformer Stage adding one extra column in java
Replies: 6
Views: 3048

Hi Chulett,
Normal java programmers not able to help me..

Hi Eostic,
Please provide me that code snippet.
I understand it will after that for loop.
by informdaya@gmail.com
Thu Mar 19, 2015 11:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Transformer Stage adding one extra column in java
Replies: 6
Views: 3048

Hi,
That is not the requirement...
we have to take advantage of java...calculate some result and store in a particular column.

other column will remain as it is.

help me to write that portion of java code and mapped to a extra output column.
by informdaya@gmail.com
Wed Mar 18, 2015 9:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Transformer Stage adding one extra column in java
Replies: 6
Views: 3048

Java Transformer Stage adding one extra column in java

i have a java code like this. Can anyone please let me know how can i add new column in java and then pass it on to output link? below sample code will convert lower case to uppercase. import com.ascentialsoftware.jds.Stage; import com.ascentialsoftware.jds.Row; import com.ascentialsoftware.jds.Colu...
by informdaya@gmail.com
Tue Sep 17, 2013 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector error:EXECUTE or OPEN stat is large
Replies: 11
Views: 6087

Hi Chandra,
I also thinked that way only.
Now the only question remaining if i run this jon manually,it works fine.
If i scheduled it,then only it fails. I tried with different DB2 stages,but no improvement.
by informdaya@gmail.com
Fri Sep 13, 2013 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector error:EXECUTE or OPEN stat is large
Replies: 11
Views: 6087

The surprising fact of that particular subsequencer is if you run it manually,it works fine,
but you schedule it only that sub sequencer it fails also.
by informdaya@gmail.com
Tue Sep 10, 2013 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector error:EXECUTE or OPEN stat is large
Replies: 11
Views: 6087

Hi ArndW, Yes . It is a staging table. I am using before job sub routine and calling a unix script to truncate table . After running the job i am facing this issue. I am following same rule other 30 tables and it is working fine. Same unix script is used for all other jobs. If i run it manully it is...
by informdaya@gmail.com
Mon Sep 09, 2013 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector error:EXECUTE or OPEN stat is large
Replies: 11
Views: 6087

Dear All,
there is no after or before statement and there is no exceute statement also. Its an insert statement on a truncated table. Please note if i ran it manually only this subsequence and its work fine
by informdaya@gmail.com
Mon Sep 09, 2013 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector error:EXECUTE or OPEN stat is large
Replies: 11
Views: 6087

DB2 Connector error:EXECUTE or OPEN stat is large

Hi All, I facing a strange issue in DataStage. My job fails due to following error [IIS-CONN-DB2-000004] DB2 function SQLExecute failed: SQLSTATE = 22001: Native Error Code = -302: Msg = [IBM][CLI Driver][DB2/LINUXX8664] SQL0302N The value of a host variable in the EXECUTE or OPEN statement is too l...
by informdaya@gmail.com
Fri Aug 16, 2013 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs aborting with error code "-911". SQLSTATE=40
Replies: 2
Views: 19312

Jobs aborting with error code "-911". SQLSTATE=40

detail error message from a db2 connector stage: IIS-CONN-DB2-000013] DB2 information: SQLSTATE = 40506: Native Error Code = -1,476: Msg = [IBM][CLI Driver][DB2/LINUXX8664] SQL1476N The current transaction was rolled back because of error "-911". SQLSTATE=40506 see first in target table on...
by informdaya@gmail.com
Wed Aug 07, 2013 10:11 pm
Forum: General
Topic: Losing log in multi instance enabled Job version 8.1 linux
Replies: 4
Views: 3810

Hi,
Auto-purge of job log check box is not clicked in administrator.
so purge option of log is not active.

Thanks
by informdaya@gmail.com
Wed Aug 07, 2013 5:10 pm
Forum: General
Topic: Losing log in multi instance enabled Job version 8.1 linux
Replies: 4
Views: 3810

Losing log in multi instance enabled Job version 8.1 linux

Hi All, we have two source system AUS and UK . Tables are pulled are same structure in both the instance. So we have created one multi instance enabled job that will used for both the instances. Now one separate sequence for each job that is multi instance enabled. Two main sequences has been create...
by informdaya@gmail.com
Wed Jun 12, 2013 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connector is experiencing issue
Replies: 1
Views: 1601

ODBC connector is experiencing issue

Hi All, i am finding difficulty while reading data from DB2 through ODBC connector stage. When i am using DB2 API stage read the table there is no issue. But same table reading by ODBC connector throwing following error. "An exception occured while trying to receive the response from handler:OD...
by informdaya@gmail.com
Wed Jun 12, 2013 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to read SDO_geometry() datatype in DataStage
Replies: 3
Views: 2449

I have tried with
CAST(<string_or_column> AS <DATATYPE>)
TO_CHAR(<string_or_column>, <format>) and
TO_CLOB(right VARCHAR2 CHARACTER SET ANY_CS) RETURN CLOB

If you have different opinion,just let me know.
by informdaya@gmail.com
Mon Jun 10, 2013 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to read SDO_geometry() datatype in DataStage
Replies: 3
Views: 2449

Not able to read SDO_geometry() datatype in DataStage

Hi All, I am not able to read SDO_geometry() datatype[oracle source] in DataStage through ODBC Connector stage. I am getting the following error. "An exception occured while trying to receive the response from handler :An exception received from handler:unknown datatype" when try to view d...
by informdaya@gmail.com
Sat May 25, 2013 6:10 pm
Forum: General
Topic: ROUTINE IS GIVING ISSUE PLEASE HELP
Replies: 15
Views: 6269

Hi All, Thanks for your help.After 3 days of sleepless day/night,issue just resloved. Solution is creating one password environment variable ,with string type[remember not encryption type] and assign it to our password argument in routine. Donot be surprise..I have different kind of experience with ...