Re: Softwareverteilung auf Windows-Terminalserver
Verfasst: 23 Jan 2013, 09:06
Also auf dem Client habe ich folgende Einstellungen in der opsiclientd.conf gesetzt.
Zum einen:
pre_action_processor_command = '%systemroot%\System32\change.exe user /install'
# Action processor command (string)
action_processor_command = %action_processor.command%
# The desktop on which the action processor command will be started on (current/default/winlogon)
action_processor_desktop = current
# Action processor timout in seconds (int)
action_processor_timeout = 10800
# Command which should be executed before after action processor has ended
post_action_processor_command = '%systemroot%\System32\change.exe user /execute'
Zum anderen:
pre_action_processor_command = 'C:\Windows\System32\change.exe user /install'
# Action processor command (string)
action_processor_command = %action_processor.command%
# The desktop on which the action processor command will be started on (current/default/winlogon)
action_processor_desktop = current
# Action processor timout in seconds (int)
action_processor_timeout = 10800
# Command which should be executed before after action processor has ended
post_action_processor_command = 'C:\Windows\System32\change.exe user /execute'
und der letzte Versuch:
pre_action_processor_command = "C:\Windows\System32\change.exe user /install"
# Action processor command (string)
action_processor_command = %action_processor.command%
# The desktop on which the action processor command will be started on (current/default/winlogon)
action_processor_desktop = current
# Action processor timout in seconds (int)
action_processor_timeout = 10800
# Command which should be executed before after action processor has ended
post_action_processor_command = "C:\Windows\System32\change.exe user /execute"
Und anschließend kommt es immer zu der Meldung: "Fehler beim Ausführen der Produkt-Aktionen: (2, 'CreateProcessAsUser', 'Das System kann die angegebene Datei nicht finden.').
Nachdem man eine Sicherung von von der opsiclientd.conf auf den Client zurück kopiert funktioniert der Client-Agent wieder.
Ich befinde mich auf einem Windows 7 Testsystem. Dort gibt es die "change.exe".
Ich hoffe, dass diese Informationen genügen.
Zum einen:
pre_action_processor_command = '%systemroot%\System32\change.exe user /install'
# Action processor command (string)
action_processor_command = %action_processor.command%
# The desktop on which the action processor command will be started on (current/default/winlogon)
action_processor_desktop = current
# Action processor timout in seconds (int)
action_processor_timeout = 10800
# Command which should be executed before after action processor has ended
post_action_processor_command = '%systemroot%\System32\change.exe user /execute'
Zum anderen:
pre_action_processor_command = 'C:\Windows\System32\change.exe user /install'
# Action processor command (string)
action_processor_command = %action_processor.command%
# The desktop on which the action processor command will be started on (current/default/winlogon)
action_processor_desktop = current
# Action processor timout in seconds (int)
action_processor_timeout = 10800
# Command which should be executed before after action processor has ended
post_action_processor_command = 'C:\Windows\System32\change.exe user /execute'
und der letzte Versuch:
pre_action_processor_command = "C:\Windows\System32\change.exe user /install"
# Action processor command (string)
action_processor_command = %action_processor.command%
# The desktop on which the action processor command will be started on (current/default/winlogon)
action_processor_desktop = current
# Action processor timout in seconds (int)
action_processor_timeout = 10800
# Command which should be executed before after action processor has ended
post_action_processor_command = "C:\Windows\System32\change.exe user /execute"
Und anschließend kommt es immer zu der Meldung: "Fehler beim Ausführen der Produkt-Aktionen: (2, 'CreateProcessAsUser', 'Das System kann die angegebene Datei nicht finden.').
Nachdem man eine Sicherung von von der opsiclientd.conf auf den Client zurück kopiert funktioniert der Client-Agent wieder.
Ich befinde mich auf einem Windows 7 Testsystem. Dort gibt es die "change.exe".
Ich hoffe, dass diese Informationen genügen.