Sparse Look Up on DB2 UDB on Mainframes in PX

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
vijayk.kumar@target.com
Participant
Posts: 8
Joined: Mon May 15, 2006 6:44 am
Location: bangalore

Sparse Look Up on DB2 UDB on Mainframes in PX

Post by vijayk.kumar@target.com »

Hi All,

We are facing some issues when doing sparse lookups on DB2 DB on Mainframes.

The DB user is unable to Bind the DB.

Can any one please help on this.

Regards
VJ
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Does that mean that the lookup works when it is not defined as sparse?
vijayk.kumar@target.com
Participant
Posts: 8
Joined: Mon May 15, 2006 6:44 am
Location: bangalore

Post by vijayk.kumar@target.com »

Hi,

Yes Normal Look Up, Joiner works fine.Sparse look up is creating a problem.

Regards
VJ
vijayk.kumar@target.com
Participant
Posts: 8
Joined: Mon May 15, 2006 6:44 am
Location: bangalore

Post by vijayk.kumar@target.com »

DB2 Driver Embedded SQL message: SQL0551N "JDBCFFFT" does not have the privilege to perform operation "CREATE
IN" on object "DB2T.DSADM.DB2ESQL". SQLSTATE=42501
sqlcode = -551;
sqlstate = 42501
Program not bound to database

Attempting to bind to the database /apps/Ascential/DataStage/PXEngine/bin/db2esql.bnd ....failed

The file `/opt/udb/psaedi04/sqllib/sqllib/db2nodes.cfg' must exist and be readable by all users!

This is the error which we got
stefanfrost1
Premium Member
Premium Member
Posts: 99
Joined: Mon Sep 03, 2007 7:49 am
Location: Stockholm, Sweden

Post by stefanfrost1 »

Sounds strange to me! As far as I know you can't use sparse lookup using DB2 API stage and you can't use DB2 Enterprise stage to connect to Mainframe DB2 (at least not from Unix)....
Post Reply