Unable to obtain DB2 partition information

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
chandra.shekhar@tcs.com
Premium Member
Premium Member
Posts: 353
Joined: Mon Jan 17, 2011 5:03 am
Location: Mumbai, India

Unable to obtain DB2 partition information

Post by chandra.shekhar@tcs.com »

Hi Team ,

We have migrated the db2 database and while pointing ETl to new database we are facing below error

Code: Select all

The connector was not able to obtain partitioning information for the table <TABLE NAME> in the database <DATABASE NAME> The method sqlugtpi returned reason code 0, SQLCODE -551. Ensure that the table exists and that it can be accessed. (CC_DB2Adapter::obtainPartitioningInfoForTable, file CC_DB2Adapter.cpp, line 1,661)
Please Suggest.

Thanks
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

whats the point on re activating a 5 year old post where the answer would still be the same. talk to your DBA to get correct permission granted.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Agreed so off you go to your own post but linked back to the original. Please come back and let us know your resolution.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This may also require SELECT privilege on the system table(s) in which partitioning information is recorded.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chandra.shekhar@tcs.com
Premium Member
Premium Member
Posts: 353
Joined: Mon Jan 17, 2011 5:03 am
Location: Mumbai, India

Post by chandra.shekhar@tcs.com »

Team,
We have resolved the issue after executing below two commands.

db2 bind @db2ubind.lst blocking all grant public
db2 bind @db2cli.lst blocking all grant public

Thanks
Thanx and Regards,
ETL User
Post Reply