I have a vb script that updates a filezilla configuration file on another server given a username and password. Universe 10.2 is running on a Windows 2003 Server. The Universe Server has administrator permissions on the other server. If I run the script from the windows command line of the Universe server, it works perfectly. If I run the script from TCL or execute it from Unibasic it throws up a permissions error pointing to the write line of the vbscript.
When running from the windows command line, I'm running: cscript.exe d:\newage\createftp.vbs "Username" "Password" >From UV, I'm running dos /c cscript.exe createftp.vbs "UserName" "Password" Windows messages are: Microsoft (R) Windows Script Host Version 5.6 Copyright (C) Microsoft Corporation 1996-2001. All rights reserved. [Create FTP v2005.2.0] D:\NEWAGE\CREATEFTP.VBS(542, 3) Microsoft VBScript runtime error: Permission denied
_______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
