Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Sync error 1065

  • This topic is empty.
Viewing 7 reply threads
  • Author
    Posts
    • #8377
      jbaty
      Member

      I've been synching a database for a few days now with no problems. This morning I ran the same job and received the following:

      Error No. 1065

      Query was empty

      Is there some sort of verbose logging that would better indicate the cause of this?

    • #15596
      Shadow
      Member

      Take a look at the history pane. You may find answer to your question!

    • #15597
      Shadow
      Member

      Hmmm, apparently a string containing only spaces (or nothing at all) was passed to the server for some reason. Can you find such query in the history pane?

    • #15598
      jbaty
      Member

      I was running it from the command line (windows), so there's no history. I tried running it from within SQLyog but there's nothing relevant in the history pane that I can see. In fact there's nothing at all in the history pane that indicates that I ran a synch job.

      Am I looking in the wrong place?

    • #15599
      Shadow
      Member

      No. What about sja.log? Should be located in the same directory where sja.exe is placed.

    • #15600
      jbaty
      Member

      sja.log is where I found the original error message:

      Error No. 1065

      Query was empty

      The thing I have been ignoring is the difference in MySQL versions.

      Warning : Source and Target MySQL versions are not matching.

      Source : 4.0.15-standard, Target : 4.0.18-max-debug-log.

      SJA may not work properly because of the difference in behaviour of concat_ws() across multiple MySQL versions.

      Thought I'd mention that, although I'm synching several databases with the same version differences without any apparent problems.

      Thanks for your help with this.

    • #15601
      Ritesh
      Member

      Can you send us a backup of both the databases?

      The error is not occuring due the difference of MySQL versions.

    • #15602
      Shadow
      Member

      concat_ws() function was changed in the 4.0.14 version, so this cannot be the reason of the failure of the sync. Can you think of any changes made to the dbs in question?

Viewing 7 reply threads
  • You must be logged in to reply to this topic.