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 on another Sever

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-07-11, 16:54
IsaarAhmed IsaarAhmed is offline
Registered User
 
Join Date: Jul 2011
Posts: 5
Restore on another Sever

I am working with DB2 v9.1 windows, I have taken a backup of my database on the test server. I run the restore command below
RESTORE DATABASE <A>
FROM D:\BACKUP
TAKEN AT timestamp
INTO
<B>
WITHOUT ROLLING FROWARD
WITHOUT PROMPTING

this as expected it creates database <B> and loads the data from <A>

I then asked for the backup dataset to be moved to another server "C" with the same environment. But when I run the above command i get the following error

SQL0902C A system error (reason code = "") occurred. Subsequent SQL
statements cannot be processed.


can anyone help?..
Reply With Quote
  #2 (permalink)  
Old 07-07-11, 17:02
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
db2diag.log will contain more information about why restore failed with sql0902c. It could be due to:
https://www-304.ibm.com/support/docv...id=swg21396830
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