Ich kann dir sagen, dass der Aufruf von "WaitForSingleObject" unter Domino 64 Bit seit 8.5.3 FP3 zu einem Serverabsturz führt.
Wir verwenden statt dessen jetzt
Set vShell = CreateObject("WScript.Shell")
nRet = vShell.Run(sCommand, 3, True)
http://msdn.microsoft.com/en-us/library/d5fk67ky%28v=vs.84%29.aspx
.... If set to true, script execution halts until the program finishes, and Run returns any error code returned by the program....
Gruß
Roland