Hello,
Server: SCCM 2012 SP1-CU1
Client: Server 2012 with 2012 SP1-CU1 SCCM Client configured as Remote Desktop Gateway (Terminal Server)
Deployed a package / program to the server that runs a VBS with the following
- Only when a user is logged on
- Run with user's rights
- Run once for every user who logs on
Use the same on Win7 with no problem. On Server 2012 via RDP (MSTSC) the program does not run. If I logon to the server console it runs.
When the logon is via RDP there is no entry in execmgr.log (and therefore ccm32bitlauncher.log).
When the logon is via console I see the following
execmgr.log
<![LOG[Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="PR100061",ProgramID="Fix-Java-Security", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l]LOG]!><time="16:50:56.926-600"
date="07-15-2013" component="execmgr" context="" type="1" thread="1004" file="event.cpp:396">
Ccm32BitLauncher.log
Commandline: "C:\Windows\System32\WScript.exe" "C:\Windows\ccmcache\7\Fix-Java-Security.vbs"
Any ideas why the program does not run when the logon is via RDP ?
Thanks in advance
Michael