fiogf49gjkf0d load the sql stmts into administrator execute sql utility and blast it to the remotes. Provided you have the script and its complete (with slx ID's), if not see option 2
option 1
- remove the "dbNamd.sysdba." using a search and replace and append a ";" to start of each line
replace "insert dbname.sysdba." with ";Insert " witll do it.
- Load the script into the administrator execute sql utility (one stmt / line) using load script or load text option.
- uncheck the host
- select the remotes - Do one first to test.
This will insert the sql into the sync system and bypass the checks.
option 2
unsubscribe the accounts in question or set of them and remove then from the remotes, Then push tham back out, note this purges all the data and can cause the sync server to spin for days, but is the correct method and simpler depending on volume and complexity of sync rules. |