Forum Discussion
Problems Installing New Personal Data Gateway
rjhale Even I was unable to login. But this works in my case.
Try giving your PC name and password while setting up Data Management Gateway.
For eg in my case it was
username: ashish\ACER
password : ******** (Password used for login into windows)
Note: If you do not have a password for your PC then create one and try again. It should work as in my case!
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.