Unable to install MS SQL Azure Data Sync (Preview)

Hi,

I am Unable to install MS SQL Azure Data Sync (Preview).
I have Win 7 Ultimate - I am logged in with Administrator account.
During Installation it asks for User ID with proper network access - so I tried this admin account by entering its ID and pwd and also tried by left the text boxes blank - but it failed. I then also created another User ID on my machine made it Admin and also give it various privileges by NTRights utility (http://support.microsoft.com/kb/315276) and by GPEdit - (we do not have Domain but workgroup) - And it still fails.

I got this error message: 
Service 'SQL Azure Data Sync Preview' could not be installed. Verify that you have sufficient privileges to install system services.
And when I did not type any ID - I got this error message:
failed to grant 'logont as service' rights to user -2147023564 account with network access

Any assistance?

-Thanks

 

October 17th, 2011 4:12pm

Checkout the troubleshooting section here.

http://social.technet.microsoft.com/wiki/contents/articles/2655.aspx#InsufficientPrivileges

Free Windows Admin Tool Kit Click here and download it now
October 17th, 2011 4:31pm

Thanks for the quick response, I tried but with same errors - and tried 3 ways to install - all fail.
-entering Admin ID during installation (Running setup as admin)
-entering another Admin ID (with lot of other privileges) during installation (Running setup as admin) 
-enter no ID during installation (Running setup as admin)  
October 17th, 2011 4:49pm

Hi

Are you installing as Local Administrator or Domain Administrator ?

If you are installing as Local Administrator, you have to specify the username as .\Administrator

Hope this helps !!!

Free Windows Admin Tool Kit Click here and download it now
October 17th, 2011 5:58pm

Hello Habibcs

As Arunraj suggested, try using the local administrator as .\Administrator or I would recommend using the domain account which has sufficient Privileges to install local agent.

You can also enable detailed logging for local agent to see more information.

Open LocalAgentHost.exe.config in notepad. This file should be present in your installation directory.

a) Uncomment the section that is currently commented
<!--
<switches>
<add name="SyncAgentTracer" value="4" />
</switches>
<trace autoflush="true" indentsize="4">
<listeners>
<add name="myListener" type="Microsoft.SqlAzureDataSync.ClientLogging.DSSClientTraceListener, Microsoft.SqlAzureDataSync.ClientLogging, Version=2.0.0.0" initializeData="DSSAgentOutput.log" />
<remove name="Default" />
</listeners>
</trace>
-->

b) Stop and restart SQL Azure Data Sync Preview Windows Service.
Now you would find the detailed logs in files named DSSAgentOutput*.log. Logs in this file are more detailed than log entries in the Event Viewer.

October 17th, 2011 7:58pm

Hello Habibcs

As Arunraj suggested, try using the local administrator as .\Administrator or I would recommend using the domain account which has sufficient Privileges to install local agent.

You can also enable detailed logging for local agent to see more information.

Open LocalAgentHost.exe.config in notepad. This file should be present in your installation directory.

a) Uncomment the section that is currently commented
<!--
<switches>
<add name="SyncAgentTracer" value="4" />
</switches>
<trace autoflush="true" indentsize="4">
<listeners>
<add name="myListener" type="Microsoft.SqlAzureDataSync.ClientLogging.DSSClientTraceListener, Microsoft.SqlAzureDataSync.ClientLogging, Version=2.0.0.0" initializeData="DSSAgentOutput.log" />
<remove name="Default" />
</listeners>
</trace>
-->

b) Stop and restart SQL Azure Data Sync Preview Windows Service.
Now you would find the detailed logs in files named DSSAgentOutput*.log. Logs in this file are more detailed than log entries in the Event Viewer.

Free Windows Admin Tool Kit Click here and download it now
October 17th, 2011 7:58pm

had the same problem.

if its a local user account you're entering in the User Id, try using MACHINENAME\UserName format (e.g., MyPC\AdminUser)

October 18th, 2011 2:18am

had the same problem.

if its a local user account you're entering in the User Id, try using MACHINENAME\UserName format (e.g., MyPC\AdminUser)

Free Windows Admin Tool Kit Click here and download it now
October 18th, 2011 2:18am

Thank you very much!
This thing worked: 
MACHINENAME\UserName  Plus I gave AdminUser the rights to LogOnAsService from the LPC (not Group Policy)
This file was not there: 
LocalAgentHost.exe.config 
October 18th, 2011 7:32am

the LocalAgentHost.exe.config  isn't there because you havent successfully installed the agent yet.

Once you've successfully installed the agent, you can find the config file in the directory where you installed the agent.

Free Windows Admin Tool Kit Click here and download it now
October 18th, 2011 7:49am

had the same problem.

if its a local user account you're entering in the User Id, try using MACHINENAME\UserName format (e.g., MyPC\AdminUser)


That turned out to be my problem as well.  The installer claims that you can use "DOMAIN\domainuser" or ".\localuser", but for the local user case it fails unless you specify "MACHINENAME\localuser".

I would have filed a bug report on Connect, but SQL Azure Data Sync is not listed there yet from what I could find.

October 19th, 2011 4:30am

they're already aware of this issue and is tracking it already.

Sql Azure Data Sync is in Sql Server's connect site.

To log a bug in this release, use the following steps:

  1. Navigate to https://connect.microsoft.com/SQLServer/Feedback.
  2. You will be prompted to search our existing feedback to verify your issue has not already been submitted.
  3. Once you verify that your issue has not been submitted, scroll down the page and click on the orange Submit Feedback button in the left-hand navigation bar.
  4. On the Select Feedback form, click SQL Server Bug Form.
  5. On the bug form, select Version = SQL Azure Data Sync Preview
  6. On the bug form, select Category = SQL Azure Data Sync
  7. Complete your request.
  8. Click Submit to send the form to Microsoft.
Free Windows Admin Tool Kit Click here and download it now
October 19th, 2011 5:07am

.\userId causes the agent install to fail.

See the warning below figure 10 at http://social.technet.microsoft.com/wiki/contents/articles/5018.aspx#NewAgent - it describes the problem and solution.

October 19th, 2011 6:16pm

please use your machinename\Administrator for successfull installation.
Free Windows Admin Tool Kit Click here and download it now
January 23rd, 2012 11:36pm

I had exactly this problem. It turned out that my machine name was longer than 15 characters (Nicks-Big-Laptop\DataSynUser).

When I used 'Nicks-Big-Lapto\DataSyncUser' it all worked.

By that stage I had already granted 'LogOnAsService' rights to that account, but the installer should do that for you if you haven't.

May 31st, 2012 2:40pm

Thank you, this resolved my problem. I tried a hundred times using .\Username instead of using the full PC name like MYPC\Username

Thanks @JuneT

Free Windows Admin Tool Kit Click here and download it now
August 19th, 2015 6:57am

Thank you, this resolved my problem. I tried a hundred times using .\Username instead of using the full PC name like MYPC\Username

Thanks @JuneT

August 19th, 2015 6:58am

Thank you, this resolved my problem. I tried a hundred times using .\Username instead of using the full PC name like MYPC\Username

Thanks @JuneT

Free Windows Admin Tool Kit Click here and download it now
August 19th, 2015 10:56am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics