Okay, with the repository set to C:\\OMERO and OMERO.master's Log on as listed as "Local System" in the Services control panel I can log in from a client.
If I change the Log on as to the domain user account and restart the service using the Services control panel I can still log in from a client.
If, at this point, I set the repository to R:\\OMERO the log in fails. If I restart the service in the Services control panel the Log on as user account sticks but it still doesn't work.
If I stop the service in the Services control panel and start it using omero admin start I get:
- Code: Select all
c:\omero_dist\bin>omero admin start
No descriptor given. Using etc\grid\windefault.xml
[SC] CreateService SUCCESS
SERVICE_NAME: OMERO.master
TYPE : 10 WIN32_OWN_PROCESS
STATE : 2 START_PENDING
(NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x7d0
PID : 3944
FLAGS :
Waiting on startup. Use CTRL-C to exit
.............................Failed to startup after 5 minutes
c:\omero_dist\bin>
If I stop the service using omero admin stop it disappears from the services control panel. It reappears there again after using omero admin start and is shown as running but I get the same as above in the command window and Log on as has gone back to Local System despite having set omero.windows.user as per the link you gave. (I just used omero config set omero.windows.user... at a command prompt to do that - is that how it needs to be done?)