Article ID: 9525
Reviewed: 01/03/2023
Product Version:
AhsayOBM: 9
OS: Windows
When performing a MS SQL database backup, the following warning message is displayed in the backup report:
No. | Type | Timestamp | Log |
* | ... | ... | ... |
* | info | ... | Download valid index files from backup job "Current" to "temp_path\backupset_id\index". |
* | warn | YYYY/MM/DD hh:mm:ss | Microsoft SQL Server not found! |
* | ... | ... | ... |
This issue can occurs if the Windows account running the backup job is not found in the affected MS SQL server's Security Logins, or if the account does not have the sysadmin and public Server Roles.
You can check by looking at the SQL ERRORLOG file at
${database_folder}\MSSQLog
Check if there may be error such as the following (e.g. the log entries around the time of the warning displayed in backup report):
YYYY-MM-DD hh:mm:ss.xx Logon Error: 18456, Severity: 14, State: 5. |
To resolve the issue, perform the following steps: