<event date='Jun 01 15:16:23' severity='1' hostName='machinename'
source='HttpRequest' module='AeXNetComms.dll' process='AeXNSAgent.exe'
pid='1384' thread='1448' tickCount='23607500' >
<![CDATA[GET NTLM: Response to server challenge denied, check
credentials are correct]]> </event>
c:\windows\aexswdinstsvc.exe -u "http:///NS/NSCap/bin/Win32/x86/NS Client Package/AexNSC.exe" -s SERVERNAME -w http://SERVERNAME/FQDN -nostartmenu -accUserName SERVERNAME\USERNAME -accUserPassword Ic56rZ7dILYNJskh0HX6Ozxm8fCa3mzzOi3mWw== (this is the encrypted password).
Once the accUserName and accUserPassword parameter are used, then registry keys are written and the Altiris Agent is able to communicate back to the Notification Server.
Note: There are multiple ways to add the missing values to the affected machines. One way is to create a DS job where you copy over the registrykey locally to the client machines and then run a script like this: net stop "AexNSClient"This is how the registrykey will look like:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Altiris\Communications]
REM Write Package Access info to registry
cmd /c net stop "AexNSClient"
cmd /c reg add HKLM\SOFTWARE\Altiris\Communications /v "Package Access User" /d "domain/username" /t REG_SZ /f
cmd /c reg add HKLM\SOFTWARE\Altiris\Communications /v "Package Access Password" /d "your_password" /t REG_SZ /f cmd /c net start "AexNSClient"
"Package Access User"="yourDomain\yourUsername"
"Package Access Password"="LM50rZrdJrYWJpQhgXW4O3lm"
In order to get the right values for the 'Package Access User' and 'Package Access Password', check for one client machine that is communicating properly and copy them.
Applies To
Notification Server 6.0.6074
Altiris Agent 6.0.23xx