forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Synchronization doesn't work (c++ error?)
- This topic is empty.
-
AuthorPosts
-
-
December 2, 2003 at 2:31 pm #15284
Ritesh
MemberWhile executing sja from the command line dont put a space between -l and the log file name.
This means that instead of
Code:sja -l c:log.log c:sync.xmluse
Code:sja -lc:log.log c:sync.xmlWe are going to fix this bug soon.
If you are able to sync two databases from command line when using the correct option please let us know.
-
December 2, 2003 at 3:02 pm #15285
phoenix
MemberToo bad )-:
This doesn't work .. I get the same errors as before, except for the c++ error!
-
December 2, 2003 at 3:58 pm #15286
Ritesh
MemberCan you paste the output from sja when you are running it with correct option i.e. without a space between -l and the log file?
-
December 2, 2003 at 4:19 pm #15287
phoenix
MemberCode:C:Program FilesSQLyog>sja -lc:log.log c:sync.xml
SQLyog Job Agent Version 1.2
Copyright (c) Webyog. All Rights Reserved.Sync started at Tue Dec 02 17:12:02 2003
C:Program FilesSQLyog>
And I get the DrWatson error during execution ..
-
December 2, 2003 at 5:04 pm #15288
Ritesh
MemberDoes the error occur ONLY when the source database is your local server and the target database is your remote server? Does it occur if you interchange the source and the target?
-
December 2, 2003 at 6:35 pm #15289
Ritesh
MemberThis is strange!
Can you send us the XML file at [email protected]. It would be great if you can send some sample data too.
We will setup your environment out here, and try to reproduce the bug.
What are the contents of c:log.log?
-
December 2, 2003 at 7:55 pm #15290
phoenix
MemberQuote:Does the error occur ONLY when the source database is your local server and the target database is your remote server? Does it occur if you interchange the source and the target?I just tried to do server -> local, instead of local -> server. I get the same error as local -> server. I've used a different table though .. but I don't think that has much to do with this problem ..
Quote:This is strange!Can you send us the XML file at [email protected]. It would be great if you can send some sample data too.
We will setup your environment out here, and try to reproduce the bug.
What are the contents of c:log.log?
The log file is empty .. (?)
Anyway, I've sent the xml job files for both synchrisations, along with the contents of the used tables to [email protected]!
-
-
AuthorPosts
- You must be logged in to reply to this topic.