Sync Frequently Asked Questions

“What database types does Sync support?”

Appenate Sync is compatible with Microsoft SQL Server with plans to support others in the future.

 

 

“Can Sync be white labelled with my own branding?”

Yes! Appenate Sync was designed to be white labelled from the start.
It’s as easy as overriding the default Appenate CSS styling, we even went as far as naming the various installation files in a generic way to avoid Appenate mentions.

Talk to our team about whether or not you are licensed to white-label Sync.

 

 

“What’s the advantage to installing Sync on my server versus putting it on my customer’s server?”

Generally speaking, we would expect your customers will want to run their own reporting and other software tools against the data.

So Sync should be installed locally on whichever network is the closest to the end reporting tools.

 

 

“As a Vendor, can I use this product for all my accounts, or do I need to purchase this product for every one of my clients that want it?”

Each installation of Sync is coded to work against a single Appenate company account, and our pricing works this way too.

So you would need to pay for each company account that is linked to Sync.

 

 

"I'm getting an 500.19 error, with error code of 0x80070021 when trying to access Sync - help?"

This error is because the handlers section of the Sync configuration is being blocked due to this section being specified as locked by the server-level IIS configuration.
To resolve this issue you must manually update this section's setting to allow overrides by the web.config of Sync:

  1. Find the file %windir%\system32\inetsrv\config\applicationHost.config
  2. Open this file in Notepad
  3. Find the XML element below:
    <section name="handlers" overrideModeDefault="Deny" />
  4. Change the "Deny" to "Allow"
    <section name="handlers" overrideModeDefault="Allow" />
  5. Save the change and close the file.
  6. Restart IIS and try to open the Sync web page again.

 

If you get the same error again, follow the process above, updating the applicationHost.config for the section highlighted by the Config Source of the error message received.

 

 

"I'm getting a 500.19 error, with a specific error code when trying to access Sync - help?"

The article linked below may prove useful for tracking down other 500.19 IIS errors.
Just search in the linked webpage for the specific Error Code you receive:

 

https://blogs.msdn.microsoft.com/webtopics/2010/03/08/troubleshooting-http-500-19-errors-in-iis-7/

 

 

"Where to find the following Sync.* keys mentioned in the Sync Installation Guide?"

  • Sync.ProviderId
    This is your unique Company ID found on your Organization Setup page under Integration Settings.
  • Sync.IntegrationKey
    This can be any one of the 4 API (Full Access/Anonymise) Keys found on your Organization Setup page under Integration Settings.
  • Sync.PrivateToken
    This is the Private Token value found on your Organization Setup page under Integration Settings.
  • Sync.Url
    This is your platform's root URL/specific platform node - e.g. https://secure.platform.com.
  • Sync.BillingUrl
    Is normally the same as Sync.Url - i.e. both should be set to your specific platform node.
    We provide the option to have different billing and platform URLs for cases where Appenate Server is running - i.e. they have a different Platform URL (Server install) to the Billing URL (always platform node).
  • Sync.SelfUrl
    This is the internet-accessible URL by which the sync site can be reached – e.g. https://sync.yourdomain.com This would be the host name you have configured in IIS for the sync site.

 

 

 

  • 0 Korisnici koji smatraju članak korisnim
Je li Vam ovaj odgovor pomogao?

Vezani članci

Exposing Tables from your Sync Database as Data Sources

THIS ARTICLE IS EXTRACTED FROM OUR SYNC INSTALLATION GUIDE PDF - PLEASE REFER TO THE...

Filtering Rows By Timestamp (Incremental Row Updates)

If your data set is very large, then instead of having the app download all rows on each...

Filtering Rows by User

THIS ARTICLE IS EXTRACTED FROM OUR SYNC INSTALLATION GUIDE PDF - PLEASE REFER TO THE INSTALLATION...

Introducing Sync

Often the data captured using our platform needs to be made available to other systems and...

Push Form Entry Data to Your Sync Database

The Sync application allows each Form Entry to be saved into a table in the SyncData database,...