AD afteraction issue
Receiving the error below when processing an AD after action. The action calls a VB script that sets up the user's home directory properties and copies their notes id file into the home directory. It looks like an xml parsing issue as all of the special characters are similar to when you import a file into IDM. If I execute the bat file from the command prompt, it runs fine.
The following is the context of the action that is called:
Action received: 'echo cscript c:\homeshare.vbs %WSUSER_ADS% %WSUSER_sAMAccountName% %WSUSER_idFile% >c:\home.bat
c:\home.bat
'
The following is the contents of the home.bat file for the last test I ran:
cscript c:\homeshare.vbs SERVERNAME UID \\servername\data\0892-Notes\Notes\NotesIDs\TestIDs\SOZ1.id
Error=
) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Error 462: Connecting to SERVERNAME
462The remote server machine does not exist or is unavailable
</object></ResultItem>
08/08/2006 15.20.37.051000 [3704] (../../../../src/wps/agent/object/RequestHandler.cpp,68):<ResultItem type='ACTION_STDERR'>
08/08/2006 15.20.37.051000 [3704] (../../../../src/wps/agent/object/RequestHandler.cpp,68): <object class='String'></object></ResultItem>
Message was edited by:
TD_ROC

