Error when archiving databases | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

Error when archiving databases

I’m getting the following error when trying to archive my databases "Either EOF or BOF is true, or the current record has been deleted. Requested operation requires a current record." When I click OK I then get the following message "Could not get the repository type. Unable to extract repository information." How do I solve this problem?
Check the Recordset has the following: If not RS.BOF and not RS.EOF then
response.write "No record(s) found"
END IF Also ensure the server has been patched with latest service pack. Satya SKJ
Microsoft SQL Server MVP
Contributing Editor & Forums Moderator
http://www.SQL-Server-Performance.Com
This posting is provided “AS IS” with no rights for the sake of knowledge sharing.
]]>