Registering Database with Microsoft SQL Azure Data Sync Agent Preview
it would help if you can post what error you are getting...
please note that the Data Sync Agent is for registering on-premise databases only. SQL Azure databases are registered in the portal.
are you able to connect to your on-premise sql server using SQL Management Studio and using the same credentials?
Oliver Yao - MSFT
Oliver Yao - MSFT
Oliver Yao - MSFT
It seems that Duration column is a computed column which is a known issue, please check Data Sync Known Issue.
Alex Feng | MCTS: SQL Server 2008, Implementation and Maintenance
Hi,
I have problem registering my Azure Data Sync Agent on my on-premise server running: Windows Server 2008 R2 Enterprise x86, Microsoft SQL Server 2008 R2 and Azure Data Sync Agent Preview. I get the message below.
------------------------
Connection failed. Please check database credentials along with permissions for Local Sync Service logon account to connect to database with specified credentials.
Other reasons for failure:
SQL Azure databases have to be added on the Azure Sync Service portal.
SQL Server databases lower than SQL Server 2005 SP2 are not supported on the Azure Sync Service.
---------------------------
1. I can connect to my on-premise sql server database with same specified credentials (SQL and Windows authentication) but can not connect in Azure Data Sync Agent. I tried both authentication - SQL & Windows but same message.
2. I already submit agent key and Ping sync service is also successfully pinged, so Agent is configured successfully.
3. As per above message my database is also higher then SQL Server 2005 SP2 so this is not happen in my case.
SO PLEASE HELP ME TO SOLVE THIS ISSUE.
Hi,
I have problem registering my Azure Data Sync Agent on my on-premise server running: Windows Server 2008 R2 Enterprise x86, Microsoft SQL Server 2008 R2 and Azure Data Sync Agent Preview. I get the message below.
------------------------
Connection failed. Please check database credentials along with permissions for Local Sync Service logon account to connect to database with specified credentials.
Other reasons for failure:
SQL Azure databases have to be added on the Azure Sync Service portal.
SQL Server databases lower than SQL Server 2005 SP2 are not supported on the Azure Sync Service.
---------------------------
1. I can connect to my on-premise sql server database with same specified credentials (SQL and Windows authentication) but can not connect in Azure Data Sync Agent. I tried both authentication - SQL & Windows but same message.
2. I already submit agent key and Ping sync service is also successfully pinged, so Agent is configured successfully.
3. As per above message my database is also higher then SQL Server 2005 SP2 so this is not happen in my case.
SO PLEASE HELP ME TO SOLVE THIS ISSUE.
Hari Das,
Couple of questions:
1) Is the agent installed on a remote machine, i.e. a different machine that the SQL Server machine?
2) When you successfully connected to the SQL Server in question, were you connected to it remotely via SSMS?
Answering those questions will help to tackle your issue. You need to ensure the the SQL Server is allowed to be connected remotely. In addition, please also ensure that there isn't any other firewall policy set locally to prevent the Agent to handshake with the SQL Server in question.
Hi,
I actually have the same problem as Hari Das.
Im using a virtual maschine within Windows Azure where SQL Server 2012 is installed on
(SQL Server 2012 SP1 Standard on Windows Server 2008 R2 SP1).
I already enabled remote connection (as described here: http://blogs.msdn.com/b/walzenbach/archive/2010/04/14/how-to-enable-remote-connections-in-sql-server-2008.aspx
and server authentication for SQL Sever credentials and Windows account.
Is there anything else I can do to solve this issue?
|