Error when create workitem from template
We have a problem when trying to create a workitem from a template.
Its stuck on loading and when i check with f12 in Chrome im getting
http://support/api/V3/Template/GetTemplates?classId=a604b942-4c7b-2fb2-28dc-61dc6f465c68 500 (Internal Server Error)
If i restart the server it starts running again.
Best Answer
-
john_doyle Cireson Support Ninja IT Monkey ✭✭✭✭If you run, Get-SCSMObjectTemplate in PowerShell on the server, does it throw the same error? It sounds like you may need to stop the Microsoft Monitoring Agent service on the server along with the SCSM services, delete the contents of the C:\Program Files\Microsoft System Center 2012 R2\Service Manager\Health Service State folder and then restart the services.
5
Answers
getting this, dont know if its any help
If you click on that call in dev tools, you should be able to see the Response Body from the server. You may need to click Details to see the response, depending on the browser. The response body usually contains the fault reported by the code. Most of our code expects the response to be JSON and will throw an error if it is something else.
But as it sais "not found" i cant find it either.
running Get-SCSMManagementPack|select name, id|sort id
i cant find that ID
we recently imported a bunch of MPs from SCOM into service manager.