Help - Search - Members - Calendar
Full Version: Backup File Type Missing The 'ql'
Webyog Forums > SQLyog > SQLyog: Bugs / Feature Requests
valk97_goose
When using the Schedule backup routine, the resulting file name should be backup.sql but what I get is backup.s there is 'ql' missing. Anyone else getting this problem?

Thanks...
Bruce
peterlaursen
Not here. I get exactly "backup.sql" if that is what I request!
What does the <script> -tag in the XML-file specify ?

is it a very-looooooooong path ?
valk97_goose
The .xml file does have the extension .sql

I will try installing the software again and see if it works...

Thanks
valk97_goose
Found the problem...

The save file path was just too long for the application to handle, not sure why?

I Setup the save file path to a folder under c:\ rather than a My Documents folder and all worked fine. Looks like there is a limit in the size of the path statement...

Bruce...
peterlaursen
QUOTE
The .xml file does have the extension .sql
The save file path was just too long for the application to handle, not sure why?


I would like to test if it is a bug with sja.exe, or a character buffer limitation on your system (or windows as such). BTW: which windows version are you running?

Can you reconstruct how many characters you had before? 128? 256?
Since exactly two characters were thrown away you must have been very close at the limit. Actually limit + 2!

Could you try a copy statement from commandline like
"Copy myfile.sql \yourverylongpathinthexmlfilebefore\myfile.sql

It also could be a possibility that there was an end of string encoding character sequence or just an unprintable character (illegal in filenames) between 's' and 'q'
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.