forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Synchronization log
- This topic is empty.
-
AuthorPosts
-
-
October 17, 2003 at 5:11 pm #8204sdpippinMember
I have an error happening in my database synchronization. It says it wrote the problem to the log. Where is this log? Thanks in advance.
Scott Pippin
-
October 17, 2003 at 5:59 pm #15099RiteshMember
It will create sja.log in the installation directory of SQLyog.
-
October 20, 2003 at 9:19 am #15100ShadowMemberQuote:It will create sja.log in the installation directory of SQLyog.
Or in the directory where you saved the xml file describing the sync…
-
October 20, 2003 at 9:21 am #15101RiteshMemberShadow wrote on Oct 20 2003, 09:19 AM:Quote:It will create sja.log in the installation directory of SQLyog.
Or in the directory where you saved the xml file describing the sync…
That was a bug in one of the previous RCs. SQLyog 3.61 fixes it and it will always create the log in the installation directory.
-
October 20, 2003 at 9:41 am #15102ShadowMember
Sure, but there was no indication of the SQLyog version being used…
-
October 25, 2003 at 5:05 pm #15103apmuthuMember
On my Win98 machine with MSIE v6.0SP1 I just tried out SQLyog v3.61 – Tools / Database Synchronisation Wizard and tried to synch a local database with a remote database and in the sja.log file I got the following :-
Sync started at Sat Oct 25 22:18:23 2003
Error No. 1054
Unknown column 'cdrmsg' in 'where clause'
The corresponding XML file is:-
Code:
201.111.33.32
root 3306 gk
localhost
root 3306 gk
`cdrmsg`
Endtime > '20031026'
Also the Job Manager states that my platform is not supported.
Ap.Muthu
-
October 27, 2003 at 9:28 am #15104ShadowMember
It seems that MySql can't find cdrmsg table in the source db or can't create it in the target db (permissions issue).
-
October 27, 2003 at 1:24 pm #15105RiteshMember
SQLyog uses Windows Task Scheduler to schedule synchronization. Task Scheduler is only available in Win2K/XP.
Quote:Unknown column 'cdrmsg' in 'where clause'There is no table called 'cdrmsg' in the source db.
-
October 27, 2003 at 2:59 pm #15106ShadowMember
W98 SE has scheduler as well…
-
-
AuthorPosts
- You must be logged in to reply to this topic.