Skip to content

Error “System.TypeLoadException: Could not load type ‘Microsoft.EnterpriseManagement.Common.DeleteWorkflowComputerNotAllowedException’ ” after upgrading to SCSM 2022

Error “System.TypeLoadException: Could not load type ‘Microsoft.EnterpriseManagement.Common.DeleteWorkflowComputerNotAllowedException’ ” after upgrading to SCSM 2022 published on No Comments on Error “System.TypeLoadException: Could not load type ‘Microsoft.EnterpriseManagement.Common.DeleteWorkflowComputerNotAllowedException’ ” after upgrading to SCSM 2022

I got this error several times after upgrading to SCSM 2022:

Application: Service Manager Console
Application Version: 10.22.1068.0
Severity: Error
Message: An error occurred while saving the settings.

System.TypeLoadException: Could not load type ‘Microsoft.EnterpriseManagement.Common.DeleteWorkflowComputerNotAllowedException’ from assembly ‘Microsoft.EnterpriseManagement.Core, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’.

This error caused by the mistake in the upgrade sequence: the Core assembly was not updated in the GAC (Global Assembly Cache). It can be fixed by installing it manually using gacutil:

gacutil /i "path_to_folder\Microsoft.EnterpriseManagement.Core.dll"

You can take the Core assembly in the SDK Binaries folder of the SCSM. Check the version, it should be 10.22.1313.0.

You must restart SCSM console and all SCSM services after that.

SCSM 2019 UR1 Release

SCSM 2019 UR1 Release published on No Comments on SCSM 2019 UR1 Release

The Update Rollup 1 for System Center Service Manager 2019 was released and contains mostly fixes for Self-Service Portal, but there is one change that may cause big impact on highly-customized environments: SCSM now supports spaces in the Work Items prefixes, so you may have now incident id like “IR 1234”. This may affect some custom development where you count on format of the id.

Link to the update: https://support.microsoft.com/en-us/help/4532891/update-rollup-1-for-system-center-service-manager-2019

How to manage custom user role profile in SCSM

How to manage custom user role profile in SCSM published on No Comments on How to manage custom user role profile in SCSM

The role model in Service Manager is quite complex and contains many levels: a scopes, a user roles and a user role profiles. Although scope and user roles are well documented and available in UI, the user scope profile is very hidden part of the role model, but one of the most powerful feature if you working with custom classes and custom relationships.

Continue reading How to manage custom user role profile in SCSM

Issue with preview and customization form in the SCSM

Issue with preview and customization form in the SCSM published on 2 Comments on Issue with preview and customization form in the SCSM

There are several years already the one issue of SCSM make developers of forms customization really crazy: mixing form customization and preview form is really pain in the ass. There was bug opened in Microsoft, but it was closed without real issue. So I decide to close this question once and for all.

Continue reading Issue with preview and customization form in the SCSM

List of images for SCSM 2012 R2 UR9

List of images for SCSM 2012 R2 UR9 published on 3 Comments on List of images for SCSM 2012 R2 UR9

When you creating your own classes, views or folders then sometime you need to use existing images. To do that you must know ID or Name of the image. But all images located in several management pack so find them is not a easiest work. In this post you will find full list of images available in SCSM 2012 R2 UR9. This table contains image itself, size, id and name grouped by management pack. Enjoy )
WARNING! A lot of images inside!
Continue reading List of images for SCSM 2012 R2 UR9

SMLets at PowerShell Gallery!

SMLets at PowerShell Gallery! published on 7 Comments on SMLets at PowerShell Gallery!

Hi folks! I have a very good news for you. If you never heard about PowerShell Gallery then it great moment to look at and learn about this cool feature because SMLets is now available at PowerShell Gallery.

Continue reading SMLets at PowerShell Gallery!

How to get Guid of management pack element even before import MP to SCSM

How to get Guid of management pack element even before import MP to SCSM published on 2 Comments on How to get Guid of management pack element even before import MP to SCSM

Sometime you need to know the internal ID (Guid) of management pack or management pack element before the MP imported to SCSM. This can be done very easy using some T-SQL magic.

Continue reading How to get Guid of management pack element even before import MP to SCSM

Solution for “This item cannot be updated because it has been changed by another user or process”

Solution for “This item cannot be updated because it has been changed by another user or process” published on 11 Comments on Solution for “This item cannot be updated because it has been changed by another user or process”

If you saw the “This item cannot be updated because it has been changed by another user or process. To update the item, please close the item and open it again” exception then you know all that PAIN what filling engineers who implementing SCSM. But now we have THE SOLUTION.

Continue reading Solution for “This item cannot be updated because it has been changed by another user or process”

Primary Sidebar