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 > Problem with sqluvint() implementation in a vendor DLL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-01-06, 07:51
Nav75 Nav75 is offline
Registered User
 
Join Date: Feb 2006
Posts: 1
Problem with sqluvint() implementation in a vendor DLL

We have implemented a Vendor library to perform backup and restore/rollforward operations.

Backup and Restore operations are working fine but when we do a Rollforward its failing.

After investigating we found that for Rollfoward operation, sqluvint() "Init_input" parameter's DB2_session->db2instance is coming as "*" instead of "DB2" (the instance name) received in Restore operation. Due to this we are not able to correctly identify the location to search the log files, as the location name also consists of the instance name.

Is this behaviour normal? If yes, then how can we get the instance name? If no, what can be the reason of we receiving "*" instead of the instance name.

Following are some details about the environment:
Product Id = DB2ESE
DB2 version = v8.1.9.798
Fix Pack = 9
OS = Windows 2000 SP4

Thanks in advance.

Thanks,
Navendu
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