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 > "-1371" after a Quiesce

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-03-04, 03:52
110bourgogne 110bourgogne is offline
Registered User
 
Join Date: Sep 2004
Posts: 1
Question ##SOLVED## "-1371" after a Quiesce

Hi everyone,
I've got a problem on a W2K workstation.
There is a Backup script with a Quisce Command in it. There is the same script on 70 worksations (W2K too). But on ONE station the backup crash.

Looking into the db2diag.log there is this weird line :
[I]ADM7508E Database quiesce request has failed. The SQLCODE is "-1371".[/I
Of course I cant backup an unquisce database so I think that why the script crash...

Searching on the Internet I didn't foud what -1371 error is for...

Does anyone can explain me??

P.S. DB2 8.1.0 and I try a DB2dart wich did not change something...

Last edited by 110bourgogne; 09-03-04 at 06:26.
Reply With Quote
  #2 (permalink)  
Old 09-03-04, 05:05
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
SQL1371N Instance or database "<name>" is already quiesced by user "<username>". Quiesce type: "<type>".


Explanation: An attempt was made to quiesce an instance or database which is already quiesced.

Quiesce type "<type>" refers to the instance or database already quiesced and is a '1' for an instance and a '2' for a database.

User Response: Contact the user who currently has the instance or database quiesced to determine when DB2 will no longer be quiesced, and retry the request at that time.
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 09-03-04, 06:26
110bourgogne 110bourgogne is offline
Registered User
 
Join Date: Sep 2004
Posts: 1
That's true a simple unqiesce command has fixed the connexion problem...
There still a table matter but I think that a reorg will fix this other problem (17 min reorganizing so far )


Thanks anyway


Considering this topic solved

Last edited by 110bourgogne; 09-03-04 at 06:28.
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