Comments
3 comments
-
Take a look manually first at the SQL Server log to see if you see any of the integration entries there. To do that, on the target machine, run:
EXEC sys.sp_readerrorlog 0, 1, 'Redgate'​.
If there are no entries then the logging simply isn't happening.
If there are entries, then it looks like SQL Monitor is failing to pick them up. If you look in the alert.Annotation​ table within the SQL Monitor repository, you'd expect to see entries for this -
I'm not sure what the initial problem was, but I have had another go and have it working now.
The error log messages weren't being recorded, so must have been something with the DLM Automation side (or permissions) rather than the SQL Monitor side.
I updated the TFS plugins and DLM Automation 2 to the latest versions, and it is working nicely now :simple smile: -
Good to hear, thanks for updating the thread.
Add comment
Please sign in to leave a comment.
The release is working, with the schema updates deploying successfully, artifacts created etc. So far so good.
I was hoping that this information would get picked up by our SQL Monitor install as per this hub article: https://www.red-gate.com/hub/product-learning/sql-monitor/unearthing-bad-deployments-sql-monitor-redgates-database-devops-tools
But it doesn't show up in SQL Monitor...
I can confirm the following things:
I am not sure what else to check / update. Any advice would be greatly received