Verify the database server
- Log in toMicrosoft SQL Server Management Studioas the NGAD user.
- Verify that the NGDeliverylog, NGDelivery_<plug-in>, NGDeliveryAccount, and NGDiagnostics exist on the same database server.
- Check the database directory and verify that there are files for the database installed on the server.
- Open the ngdelivery_<plugin_name> database to verify that the Service Broker is enabled:
- Select from the dbo.AsyncSqlQuery table.
- In the query results, check the following values:
- LastRunOnshould be close to the current time
- LastRunOKshould be ‘1’
- If the service broker is not enabled, run the following query:alter database RestoreDBName set enable_broker with rollback immediateIf the Service Broker does not start, run the following script to restore the database:AtHocENS\DeliveryServer\Installations\support\Utils\restore SQL.sql