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 > DB2 login error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-08-11, 08:58
jyo1105 jyo1105 is offline
Registered User
 
Join Date: Sep 2011
Posts: 3
DB2 login error

Hi all ,
I am very new to DB2..Actually i am getting data from DB2 soruce and loaging that into SQL tables.
When i am trying to connect to source i am getting an error..until yesterday it was fine.

------------------------------ Commands Entered ------------------------------
connect to AMDPROD user m45575 using ********;
------------------------------------------------------------------------------
connect to AMDPROD user m4557511 using
SQL20157N User "M4557511 " does not have the QUIESCE_CONNECT privilege.
SQLSTATE=08004

SQL20157N User "M4557511 " does not have the QUIESCE_CONNECT privilege.

Explanation:

The specified authorization ID does not have the QUIESCE_CONNECT
privilege to access a database or instance that is currently in a
quiesced mode. The QUIESCE_CONNECT privilege must be granted
before the user can connect to a quiesced database or instance.

User Response:

Wait for the unquiesce to complete or contact the system
administrator or database administrator for the database and
request a GRANT QUIESCE_CONNECT for the authorization ID.
Resubmit the command.

sqlcode :-20157

sqlstate :08004

Plz let me know what does it means.
Reply With Quote
  #2 (permalink)  
Old 09-08-11, 09:00
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
Please follow the directions in the "User Response".
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 09-08-11, 09:33
jyo1105 jyo1105 is offline
Registered User
 
Join Date: Sep 2011
Posts: 3
Thanks...i got it
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