Hi Bernard,
Same result:
Code:
C:\>iceserviceinstall.exe --Debug=3 icegridregistry C:\Ice-3.3.0-VC90\config\icegridregistry2.cfg
[ 10/21/08 12:13:45.236 iceserviceinstall.exe: IceServiceInstaller: SID: S-1-5-19; Full name: NT Authority\LocalService ]
Error: Could not retrieve effective rights for NT Authority\LocalService on C:\icegrid: Circular service dependency was specified.
Press any key to continue . . .
C:\sunflower\AutoTest\bin>
Here is the modified cfg file. I also changed the instance name so as not to conflict with the previously installed service (after I accumulate a few I'll delete them and reboot):
Code:
#
# Sample configuration file for the IceGrid registry daemon
#
#
# The IceGrid instance name; must be unique, to distinguish several
# IceGrid deployments
#
IceGrid.InstanceName=SampleIceGrid2
#
# Client object adapter: listens on all interfaces
# (add -h <name | IP address> to listen on just one interface)
# IANA-registered TCP ports for the IceGrid registry:
# - 4061 (insecure)
# - 4062 (secure, using SSL)
#
IceGrid.Registry.Client.Endpoints=tcp -p 4061
#IceGrid.Registry.Client.Endpoints=ssl -p 4062
#IceGrid.Registry.Client.Endpoints=tcp -p 4061:ssl -p 4062
#
# Server and Internal object adapters: listens on all interfaces
# using an OS-assigned port number.
#
IceGrid.Registry.Server.Endpoints=tcp
IceGrid.Registry.Internal.Endpoints=tcp
#
# The registry DB home; must exist when icegridregistry starts
#
# Under Vista we recommend using:
#
# C:\Windows\ServiceProfiles\LocalService\AppData\Local\ZeroC\icegrid\registry
#
IceGrid.Registry.Data=C:\icegrid\registry
#
# Authentication/authorization
# With NullPermissionsVerifier, any password is accepted (not recommended
# for production)
#
IceGrid.Registry.PermissionsVerifier=SampleIceGrid2/NullPermissionsVerifier
IceGrid.Registry.AdminPermissionsVerifier=SampleIceGrid2/NullPermissionsVerifier
#
# Default templates
#
IceGrid.Registry.DefaultTemplates=C:\Ice-3.3.0-VC90\config\templates.xml
#
# Trace properties.
#
IceGrid.Registry.Trace.Node=1
IceGrid.Registry.Trace.Replica=1
Thanks,