Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Primary Site Server 4951 error SMS_NOTIFICATION_SERVER

Status
Not open for further replies.

chrisj76

Active Member
Messages
25
Solutions
1
Reaction score
1
Points
3
Windows Server 2019
Config Mgr Version: 2503

After installing hotfix KB35958849 has started with the 4951 error SMS_NOTIFICATION_SERVER
I've check the below post
and tried following

but unable to update the InstallUtil.exe .config file as no matter what I tried I get access denied

any suggestion on how to resolve this?
 
Solution
And what was the solution?
Had to change the file owner to system and add myself as full admin
also the runtime has to be exact with the indents

<?xml version ="1.0"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0.30319"/>
</startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>
And what was the solution?
Had to change the file owner to system and add myself as full admin
also the runtime has to be exact with the indents

<?xml version ="1.0"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0.30319"/>
</startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>
 
Solution
Status
Not open for further replies.

Forum statistics

Threads
7,207
Messages
28,117
Members
18,391
Latest member
joita

Latest posts

Back
Top