Search found 6 matches

by tanumoy2017
Mon Oct 16, 2017 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 11.5 to Impala ODBC Socket closed error
Replies: 3
Views: 3879

We enabled trace and got the below errors while testing the ODBC DSN : Have replaced the username with XXXXX ENTER SQLAllocConnect HENV 0x0000000104a270 HDBC * 0x007ffe790a6998 EXIT SQLAllocConnect with return code 0 (SQL_SUCCESS) HENV 0x0000000104a270 HDBC * 0x007ffe790a6998 ( 0x000000010595d0) ENT...
by tanumoy2017
Mon Oct 16, 2017 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 11.5 to Impala ODBC Socket closed error
Replies: 3
Views: 3879

Datastage 11.5 to Impala ODBC Socket closed error

Hi Team We are trying to implement a job which reads from Hadoop using Impala and write to a seq file using simple username & password authentication For this we have edited the odbc.ini file as below [Impala_Test] Driver=/opt/IBM/InformationServer/Server/branded_odbc/lib/VMimpala00.so Descripti...
by tanumoy2017
Wed Oct 11, 2017 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Throttle a DS Parallel job which invokes a Rest Service
Replies: 3
Views: 3414

Hi @PaulVL Thanks for your reply. So from our rest service end it is performance tested to take only 100 transaction per minute and we do not want to process concurrent request since we can update the same customer data coming from the source for different attributes which touches some core common u...
by tanumoy2017
Wed Oct 11, 2017 9:53 am
Forum: General
Topic: Difficulty with Nested Conditions using row count
Replies: 9
Views: 4742

We had a similar requirement in our project when at the end of our job processing if there were any error records which came due to a reject we needed to sent a error notication or else success. Steps : 1. After the job load is done and errors are put in the reject table, another job reads the table...
by tanumoy2017
Tue Oct 10, 2017 10:54 pm
Forum: General
Topic: Datastage to Hadoop Question
Replies: 1
Views: 2204

Datastage to Hadoop Question

Hi We are doing a POC on reading and writing data to Hadoop using File Connector Stage but we are getting an error like "Cannot find KDC for realm" Full Error : Caused by: java.lang.RuntimeException: java.lang.RuntimeException: javax.security.auth.login.FailedLoginException: Login error: c...
by tanumoy2017
Tue Oct 10, 2017 10:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Throttle a DS Parallel job which invokes a Rest Service
Replies: 3
Views: 3414

Throttle a DS Parallel job which invokes a Rest Service

Hi Team In our project we have to requirement as stated below. Please share your views on how to achieve the required behavior. We are reading data from an Oracle Source and forming the request payload in a json format using the hierarchical stage json composer and keeping in a oracle table. Then fr...