Scenario Lets script a custom aws appstream image A customer wanted to setup AWS AppStream 2.0 Image Automation for their AppStream image creation especially as there were situations where two or more images were potentially required including monthly updates (minimum) so they needed a repeatable, consistent solution for this. Solution You can only automate […]
We had an instance where the SQL Server would start but the SQL Server Agent using the same account was unable to start with an Access Denied error. STEPS 1) check that the service account is not locked out in AD 2) check that the ‘log on as a service’ rights are still valid and […]
Situation: When creating a new subscription report in edgesight you may get Error Message: An error occurred creating the subscription: An attempt has been made to use a delivery extension that is not registered for this report server. —> Microsoft.ReportingServices.Diagnostics.Utilities.DeliveryExtensionNotFoundException: An attempt has been made to use a delivery extension that is […]
Problem: Appsense database is growing over time. The EVENTS table is huge. Solution: (at the time of writing this article) Appsense do not have an event management / retention period. It simply records all events indefinitely. Run the following script on the database server. —–Begin SQL script, select and copy into a text file and […]