If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > GET AUTHORIZATIONS error number -1651

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-01-10, 11:28
BostX BostX is offline
Registered User
 
Join Date: Feb 2010
Posts: 1
GET AUTHORIZATIONS error number -1651

Hi, after successful connect I try to execute:
db2 GET AUTHORIZATIONS

but I get:
SQL2018N The utility encountered an error "-1651" while attempting to verify the user's authorization ID or database authorizations.

and I can't find what the hell the error 1651 means Any ideas? Thx in advance

BostX
Reply With Quote
  #2 (permalink)  
Old 02-01-10, 11:38
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Code:
#db2 "? sql1651"


SQL1651N The request cannot be executed because the DB2 server
          version does not support this functionality.

Explanation:

 Some new functionality is not supported against older DB2 server
versions.  Another possible cause of this error could be the
request referenced objects with qualifiers of length that exceeds
the support of the server version.

User Response:

Execute the request against a DB2 server where the latest DB2
server version has been installed, or upgrade the server to the
latest DB2 server version.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On