azure-data-sync

Sql Azure Data Sync Agent invalid key error mesage

萝らか妹 提交于 2020-01-02 12:04:10
问题 Windows 8 64 bit DAta sync agente ver. 4.0.89.0 Error message , I tried reinstall 3 times data sync and 4 tiems new agent and new key also. No prosy or internet fire wall one no other fire wall software also. Please enter a valid agent key to proceed. The key must be generated from SQL DAta Sync web portal agent key 16f25226-2a20-49c3-acfc-062057c42b41:gWpFO0NHm4Xq9bw7fLzo8YS49iSowEDQToYpbMCKqFk= id:LocalAgentUX_Info, rId:, sId:00000000-0000-0000-0000-000000000000, traceLevel:Warning, version

Azure Mobile Services with Existing Database (without Schema changes)

陌路散爱 提交于 2019-12-13 01:58:55
问题 As a disclaimer I warn that there may be malformed understandings going on here, hopefully not, but maybe. The Situation: There is an existing Windows VB Timesheet Application that deploys on customers Windows devices (not RT). This application creates a local SQL express store and synchronises with an Azure SQL DB via SQL data sync. The Azure SQL DB further sychronises with a master DB (also via SQL data sync) that is stored locally where I am contracted, the master data is typically only

InHouse authorization on Azure Easy Tables

故事扮演 提交于 2019-12-11 14:36:26
问题 We are using the sync feature of the Azure Easy tables from our iOS App. We have implemented our own Authentication and Authorization in our system. I have done it for Easy APIs. I want to extend the same logic on Easy Tables sync also. I am not sure how to add this logic to easy tables data changes. Any pointers would be highly appreciated. 回答1: Technically, this is just as easy as Easy APIs. Your authentication / authorization mechanism must produce a JWT with a known audience, issuer and

SQL Azure failover / backup strategy for web app

夙愿已清 提交于 2019-12-11 00:39:35
问题 I'm building a web app using Azure & SQL Azure. I'm setting it up so each organization has their own database. Low to moderate traffic per customer organization. I'm thinking about using SQL Azure Data Sync as part of a failover/backup plan, so that if SQL Azure goes down, my app can switch over to my on-premises SQL Server (read-only mode). I would also be able to do all of my backups on-prem, instead of in the cloud which could incur costs. One issue may be trying to data-sync multiple

Entire local database sync with sql azure

若如初见. 提交于 2019-12-08 01:30:10
问题 I am developing a windows application which is using local database. I want to add a function to sync all local data to the sql azure. Currently I used following code. It enabled me to sync one particular table successfully., here is "Author_Master" string sqlazureConnectionString = "XXXX"; string sqllocalConnectionString = "Server=localhost;Database=Enh_Branchwise_Master_Bookshop;Trusted_Connection=True"; using (SqlConnection serverCon = new SqlConnection(sqlazureConnectionString)) using

Entire local database sync with sql azure

久未见 提交于 2019-12-06 13:29:34
I am developing a windows application which is using local database. I want to add a function to sync all local data to the sql azure. Currently I used following code. It enabled me to sync one particular table successfully., here is "Author_Master" string sqlazureConnectionString = "XXXX"; string sqllocalConnectionString = "Server=localhost;Database=Enh_Branchwise_Master_Bookshop;Trusted_Connection=True"; using (SqlConnection serverCon = new SqlConnection(sqlazureConnectionString)) using (SqlConnection clientCon = new SqlConnection(sqllocalConnectionString)) { var provider1 = new

Sql Azure Data Sync Agent invalid key error mesage

不羁岁月 提交于 2019-12-06 04:22:02
Windows 8 64 bit DAta sync agente ver. 4.0.89.0 Error message , I tried reinstall 3 times data sync and 4 tiems new agent and new key also. No prosy or internet fire wall one no other fire wall software also. Please enter a valid agent key to proceed. The key must be generated from SQL DAta Sync web portal agent key 16f25226-2a20-49c3-acfc-062057c42b41:gWpFO0NHm4Xq9bw7fLzo8YS49iSowEDQToYpbMCKqFk= id:LocalAgentUX_Info, rId:, sId:00000000-0000-0000-0000-000000000000, traceLevel:Warning, version:4.0.0.0, methodName:AgentModel_AgentStatusChanged, message:Agent UI stopped polling for the latest