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 yourverylongpathinthexmlfilebeforemyfile.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'