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

Sqlyog Is Getting Terminated

forums forums SQLyog SQLyog: Bugs / Feature Requests Sqlyog Is Getting Terminated

  • This topic is empty.
Viewing 4 reply threads
  • Author
    Posts
    • #12214
      Kenston
      Member

      Hi Sqlyog!

      I'm encountering an error “Sqlyog is getting terminated” dialog box whenever I tried to backup a database as dump. The dump will never be produced. Execution of SQL statements is fine in general. I only encounter this when I try to export my database.

      This error does not occur for normal installation of SQLYog, but it occurs in the portable setup. I followed the instructions stated here. This does not happen in previous versions, although I forgot which version number was the last successful portable execution, but I believe it's 8.x where the dir argument is allowed.

      I'm using the Community Edition 8.7.1.

      Thank you very much

    • #31767
      nithin
      Member

      We are not able to reproduce this case at our end. In order to nail the issue please elaborate on the following questions.

      -Have you got this “SQLyog getting terminated” message while starting the back up dialog/in between export/at the end ?

      -Please elaborate more on how you are using SQLyog as a “portable version”.(Are you using an external drive like pen-drive?)

      BTW We also have an option to go for screen sharing session. Please send a mail with your timezone to [email protected].

    • #31768
      Kenston
      Member
      'nithin' wrote:

      We are not able to reproduce this case at our end. In order to nail the issue please elaborate on the following questions.

      -Have you got this “SQLyog getting terminated” message while starting the back up dialog/in between export/at the end ?

      -Please elaborate more on how you are using SQLyog as a “portable version”.(Are you using an external drive like pen-drive?)

      BTW We also have an option to go for screen sharing session. Please send a mail with your timezone to [email protected].

      Thanks for the response. Upon clicking the export button, the dialog box appears. The portable version is in the local drive. D:APPApplicationsSQLyogSQLyogCommunity.exe -dir “data” is the shortcut I made to launch the application. I hope there is some sort of log information or dump to send for this one.

    • #31769
      nithin
      Member

      Thanks for quick response.

      We have reproduced this at our end. We are looking into this.

      This happened because the 'current directory'(the installation path) has got changed to the 'path of back up file' you selected' and there were no SQLyog configuration file(SQLyog.ini) which the application is looking into to continue the back up process. Since it cannot locate the Configuration file there the application gets terminated without completing the back up.

      As a workaround for the time being you can give the absolute path, like

      D:APPApplicationsSQLyogSQLyogCommunity.exe -dir”D:APPApplicationsSQLyogdata”.

    • #31770
      Kenston
      Member
      'nithin' wrote:

      Thanks for quick response.

      We have reproduced this at our end. We are looking into this.

      This happened because the 'current directory'(the installation path) has got changed to the 'path of back up file' you selected' and there were no SQLyog configuration file(SQLyog.ini) which the application is looking into to continue the back up process. Since it cannot locate the Configuration file there the application gets terminated without completing the back up.

      As a workaround for the time being you can give the absolute path, like

      D:APPApplicationsSQLyogSQLyogCommunity.exe -dir”D:APPApplicationsSQLyogdata”.

      Thank you very much. The workaround works.

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