Search found 19 matches

by Rohit_ben
Wed Jan 02, 2013 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SSL Encryption
Replies: 0
Views: 1741

SSL Encryption

We use DataDirect v6.0 SP2 ODBC drivers to connect to an SQL Server 2008 Database. The ODBC v6.0 drivers support SSL encryption. Could you please let me know the process or refer any available online documentation to configure DataStage / ODBC drivers to establish a secure SSL encrypted connection t...
by Rohit_ben
Wed Jan 02, 2013 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB Enterprise Stage issue
Replies: 7
Views: 6580

The issue has been reported to IBM support.
by Rohit_ben
Fri Nov 16, 2012 12:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB Enterprise Stage issue
Replies: 7
Views: 6580

The interesting part is that, when the password is set to an invalid value, the 'view data' almost immediately reports an error saying 'Username and /or password invalid'. Whereas when reset to a valid value, the error is reported as 'Password missing'. !! :(
by Rohit_ben
Thu Nov 15, 2012 12:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB Enterprise Stage issue
Replies: 7
Views: 6580

DB2/UDB Enterprise Stage issue

Hi We connect to a remote DB2 database using DB2 API stage in a server job. While migrating the server jobs to parallel, we are going to replace the DB2 API stages with the DB2/UDB Enterprise Stage. After configuring it, we tried to test the connection using 'view data' from the DB2/UDB Enterprise S...
by Rohit_ben
Sun Jun 03, 2012 11:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job does not abort
Replies: 1
Views: 1345

When I use a DRS stage(configured to ODBC) instead of ODBC EE stage, the DataStage throws the exact error message. This means that the driver is retreiving the errors from SQL server.

Should I use a DRS stage instead of ODBC stage? What should be the decision based on?
by Rohit_ben
Thu May 31, 2012 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job does not abort
Replies: 1
Views: 1345

Job does not abort

We have a simple job that takes data from Oracle Enterprise stage and populates an SQL server table using ODBC enterprise stage. Oracle Enterprise -> Transformer -> ODBC Enterprise We have defined constraints on some of the fields in the SQL Server table. But even if the constraints are not met, the...
by Rohit_ben
Thu May 31, 2012 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC enterprise stage fatal error
Replies: 2
Views: 3048

Raised the issue to IBM. They have asked us to lower the insert array size. We have increased the swap memory from 2 GB to 24 GB. We will be testing the job once again and monitor.
by Rohit_ben
Fri May 04, 2012 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC enterprise stage fatal error
Replies: 2
Views: 3048

ODBC enterprise stage fatal error

One of our ETL jobs on DataStage 8.1 failed in Live environment with the following error - APT_CombinedOperatorController,0: [IBM(DataDirect OEM)][ODBC SQL Server Driver]20157 odbcwrt_EX_POST_RESULTS,0: Failure during execution of operator logic. ... main_program: APT_PMsectionLeader(1, node1), play...
by Rohit_ben
Wed Apr 25, 2012 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upgrading from SQL Server 2005 to SQL Server 2008
Replies: 4
Views: 2541

As advised by IBM, we are upgrading the drivers to DataDirect v6.0
by Rohit_ben
Sun Apr 22, 2012 11:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upgrading from SQL Server 2005 to SQL Server 2008
Replies: 4
Views: 2541

We had raised this issue with IBM. They have responded by saying that the DataDirect v5.3 drivers(default with IS 8.1) does not support SQL Server 2008.

We have to upgrade our ODBC drivers to DataDirect v6.0 and above, which support SQL server 2008.
by Rohit_ben
Tue Apr 17, 2012 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upgrading from SQL Server 2005 to SQL Server 2008
Replies: 4
Views: 2541

Upgrading from SQL Server 2005 to SQL Server 2008

Hi As part of a major overhaul in our project, we are migrating from SQL Server 2005 to SQL Server 2008, as a target database. All our DataStage 8.1 ETL jobs fetch data from Oracle and populate tables in SQL Server. We use ODBC Enterprise stages and have DataDirect Release 5.3 Service Pack 1 drivers...
by Rohit_ben
Fri Oct 21, 2011 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap allocation error - ODBC stage
Replies: 6
Views: 3348

We changed the uvodbc.config file in the project directory to reflect the following: <DPServer32> DBMSTYPE = ODBC MAXFETCHBUFF = 16384 Array size = 1 Row commit interval = 5000 The job still failed. We did not change the MAXFETCHCOLS as it is 400 columns by default. The job is failing at the same re...
by Rohit_ben
Thu Oct 20, 2011 11:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap allocation error - ODBC stage
Replies: 6
Views: 3348

Sorry Ray, I was not able to view the premium content :(

The number of columns is 120. Are these 'configurable maximum number of bytes per row' and 'configurable maximum number of columns per row' set through some environment variables?
by Rohit_ben
Thu Oct 20, 2011 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap allocation error - ODBC stage
Replies: 6
Views: 3348

We have created a server job with the same logic which is working fine.
by Rohit_ben
Thu Oct 20, 2011 3:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap allocation error - ODBC stage
Replies: 6
Views: 3348

Heap allocation error - ODBC stage

Hi One of our parallel jobs fetches data from Oracle 10g and inserts into a SQL server table. The job design is as follows: Oracle Enterprise > Transformer > ODBC Enterprise The job nees to fetch and populate approx 20 million records. The job is failing due to the following error. odbcwrt_EX_POST_R...