You could try using the NT AUTHORITY/SYSTEM account rather than an ordinary member of the Administrators group to initiate the task.
I've seen this done as a bypass to ordinary security restrictions on Windows servers, you execute a script that starts a scheduled task a couple of seconds in the future to be run as NT AUTHORITY/SYSTEM. No password is required. This allows the task to be executed with full system privileges rather than that of the currently logged in user. The rights of NT AUTHORITY/SYSTEM seem to be more permissive than even Administrator. If that doesn't work you know it isn't a system rights issue on Server 2008 and the James gurus might be able to help sort out the config and setup. -----Original Message----- From: Gunter Marstead [mailto:[email protected]] Sent: Sunday, 19 July 2009 5:35 AM To: [email protected] Subject: unable to create the James service in Windows Server 2008 Hi I am using Windows Server 2008 based on Vista and I cant get the service wrapper to run, here is what I get: C:\james-2.3.1\bin>wrapper -i c:\james-2.3.1\conf\wrapper. conf wrapper | OpenSCManager failed - Access is denied. (0x5) I have given the James folder ALL privileges under Security, and I am a user with Administrator rights. Any ideas on how to install James as a service, either through this method or another ?? thank you ! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
