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 > Restore Database to another machine

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-23-07, 04:36
mabeljovan mabeljovan is offline
Registered User
 
Join Date: Jun 2007
Posts: 27
Restore Database to another machine

Hi guys!

Can any one help me with this problem i'm try to restore a database
but i have this message.

[IBM][CLI Driver] SQL5099N The value
"D:\DB2\NODE0000\SQL00005\SQLOGDIR\" indicated by the database
configuration parameter "MIRRORLOGPATH" is not valid, reason
code "9". SQLSTATE=08004

Thanks,
mabeljovan
Reply With Quote
  #2 (permalink)  
Old 08-23-07, 07:23
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
Just look at the explanation for the error message:
Quote:
$ db2 "? sql5099"


SQL5099N The value "<value>" indicated by the database
configuration parameter "<parameter>" is not valid,
reason code "<reason-code>".

Explanation:

The path is not valid for one of the following reasons:


9 The path cannot be accessed.


The requested change is not made.

User Response:

Resubmit the command with a valid value for the path.

sqlcode : -5099

sqlstate : 08004
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #3 (permalink)  
Old 08-28-07, 01:26
Romeo Romeo is offline
Registered User
 
Join Date: Feb 2002
Location: Philippines
Posts: 41
change the value of the MIRRORLOGPATH in the database configuration file to a valid one
__________________
There are 10 kinds of people,
those who know binary and those who don't.

http://www.linkedin.com/in/rtitong
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