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!

PENDING Primary Site Server 4951 error SMS_NOTIFICATION_SERVER

chrisj76

Active Member
Messages
25
Reaction score
0
Points
1
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?
 
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>
 

Forum statistics

Threads
7,200
Messages
28,096
Members
18,372
Latest member
Jelsantos

Trending content

Back
Top