Forum Discussion
Problems Installing New Personal Data Gateway
I found a rather unusual workaround for the problem that I was having. It appears that the installer fails out if the virtual service account for the diahostservice is not a member of the security policy "Log on as a Service" prior to running the installer. I was able to add the "NT Service\diahostservice" account to that policy before running the installer by doing the following:
1. Create the data management service manually to begin:
sc create diahostservice binpath= c:\windows\system32\diahostservice.exe
2. Add the nt service\diahostservice account to the "Log on as a service" security policy
3. Delete the service that we setup manually in step one:
sc delete diahostservice
4. Add whichever AD account you're going to use to run the service to the "Access this computer from
the network" security policy
5. Install the data management gateway
I realize this should not be necessary, but I could not find which domain security policy was preventing the service from installing properly.
Hi I am having the same issue on Windows 7 64bit on a corporate domain, we added the rights to my user account to log in as a service, but no success.
Tried to add the NT Service/ diahostservice account to the "Log as a Service" AD policy but not sure how to add such user to my existing domain.
Not sure what other Active Directory policy might be affecting the installation?
Thanks!