Have side by side MS SSP and Cireson SSP and cannot see service request offerrings in Cireson SSP
"Could not locate a template ID for request offering: [All products] Id: 64b49f0b-d86c-675b-870e-395f721078b3. Was looking for template name: CustomServiceCatalogTemplate. Target template metadata: 1|CustomServiceCatalogMP|1.0.0.0|CustomServiceCatalogTemplate||." - And - "GetRequestOfferingRow failed with error: Unable to determine Template ID."
I would really like to get this fixed, because I do not want to use the MS SSP.
I was working with inherited Service Requests initially and built out a few requests that are working fine, but then I wanted to use a different method published by Andrew Barton to import via PowerShell to save time for larger numbers of requests. The process works fine, but I can only see the request offerings in the Microsoft SSP.
Best Answer
-
Brian_Wiest Customer Super IT Monkey ✭✭✭✭✭That error message is reporting that your management servers are out of sync. Meaning that the management server you have the portal linked to (typically the portal server itself with the SCSM management service running) that the management pack has not replicated into the Health State Store yet. So there for the workflow server has one version but your portal server has another.
You will want to reset the the SCSM cache to clear this error.
Here is a link to a script I wrote that will flush the SCSM cache as well as the portal at the same time.
https://community.cireson.com/discussion/3905/full-scsm-and-cireson-cache-flush-powershell-script
5
Answers
"Could not locate a template ID for request offering: [All products] Id: 64b49f0b-d86c-675b-870e-395f721078b3. Was looking for template name: CustomServiceCatalogTemplate. Target template metadata: 1|CustomServiceCatalogMP|1.0.0.0|CustomServiceCatalogTemplate||." - And - "GetRequestOfferingRow failed with error: Unable to determine Template ID."
You will want to reset the the SCSM cache to clear this error.
Here is a link to a script I wrote that will flush the SCSM cache as well as the portal at the same time.
https://community.cireson.com/discussion/3905/full-scsm-and-cireson-cache-flush-powershell-script
Thanks!