Permission Issue

I am having a permission issue when try and run a VBscript. I get the error message: Failed to initialize the ProvideX library. I can get it to work if I go into the cmd prompt and run from a command line but selecting a folder and double clicking the file I receive this error. I am remoting into the server that Sage 100 is on. My account is assigned to the Administrator Group but seems like there are some local permissions that is not allowing me to do this. Sage 100 is running on Windows Server 2008 R2. Any suggestions would be great.

Parents
  • 0

    Are you running Sage and/or the script from a drive other than the c:\ drive?  I had this issue when Sage and my script were on the d:\ drive.  I had to create a .bat file that changes directory to the C:\ drive, then runs wscript.exe and calls the script on the d:\ drive.

Reply
  • 0

    Are you running Sage and/or the script from a drive other than the c:\ drive?  I had this issue when Sage and my script were on the d:\ drive.  I had to create a .bat file that changes directory to the C:\ drive, then runs wscript.exe and calls the script on the d:\ drive.

Children