Difference between revisions of "Replikwando"

From ISoft Wiki
Jump to navigationJump to search
Line 6: Line 6:


For installation, please see [[Setting Up Replikwando]].
For installation, please see [[Setting Up Replikwando]].
== Technical Support ==
Replikwando is meant to be run full-time (eventually, as a service).  If the external internet connection goes down but your clients can still make changes to your local database, Replikwando will just wait for the connection to go back up before sending changes.  No data is lost from a disconnect.
All normal operations on the database will be transmitted without error.  This includes any changes you make through the ITrack Pro and Enterprise clients.  However, editing the database using a different client (such as SQLyog) may result in errors if incorrect or external tables are referenced.  Also, creating triggers by using a DELIMITER clause is almost guaranteed to fail.  Instead, please escape any semicolons that are within the statement, whilst leaving the one after END.
If your Replikwando starts showing errors on its diagnostic screen, please call us so we can get you back up to speed as soon as possible!

Revision as of 15:30, 27 March 2009

Information

Replikwando is ISoft's database replication program. While active, all changes on your ITrack table will change our locally hosted data. This allows us to make changes to HeavyTruckParts.net as you make changes on site.

Installation

For installation, please see Setting Up Replikwando.

Technical Support

Replikwando is meant to be run full-time (eventually, as a service). If the external internet connection goes down but your clients can still make changes to your local database, Replikwando will just wait for the connection to go back up before sending changes. No data is lost from a disconnect.

All normal operations on the database will be transmitted without error. This includes any changes you make through the ITrack Pro and Enterprise clients. However, editing the database using a different client (such as SQLyog) may result in errors if incorrect or external tables are referenced. Also, creating triggers by using a DELIMITER clause is almost guaranteed to fail. Instead, please escape any semicolons that are within the statement, whilst leaving the one after END.

If your Replikwando starts showing errors on its diagnostic screen, please call us so we can get you back up to speed as soon as possible!