all tabs gone after bluescreen [7.3.148]

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

all tabs gone after bluescreen [7.3.148]

Post by michabbb » Tue 06 Mar 2018 13:08

hi alex,

something i cannot reproduce: after a bluescreen all my tabs were gone ;-((
that is super annying because till today i totally trust this feature so i never loose any tabs ;-(
but today, i was a little bit shocked. are there anywhere some temp files where i can restore my selects from ??

thanks

Sławek
Posts: 9
Joined: Tue 06 Mar 2018 14:34

Re: all tabs gone after bluescreen [7.3.148]

Post by Sławek » Tue 06 Mar 2018 14:39

Not sure if it'd be helpful in your case but anyway check the *.cache files in the "<user>\AppData\Local\Temp\dbForge Studio for MySQL\" directory.

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: all tabs gone after bluescreen [7.3.148]

Post by michabbb » Tue 06 Mar 2018 15:12

good 2 know, many thanks for that tip !

alexa

Re: all tabs gone after bluescreen [7.3.148]

Post by alexa » Tue 06 Mar 2018 15:47

The restorable files with corresponding paths are specified in the *.xml file that is located in the following folder:

Code: Select all

%SystemDrive%\Users\%UserName%\AppData\Roaming\Devart\dbForge Studio for MySQL\

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: all tabs gone after bluescreen [7.3.148]

Post by michabbb » Tue 06 Mar 2018 16:42

hi alex,

in that folder i only see these files:

Code: Select all

doccache1332.xml
ExplorerSettings.xml
Layout.xml
which of them is the correct one ?
if it's not listed here, what´s the name of the file ?

thanks!

alexa

Re: all tabs gone after bluescreen [7.3.148]

Post by alexa » Tue 06 Mar 2018 17:03

Please check doccache1332.xml. It should contain something like:

Code: Select all

...
 <Document name="SQL.sql" file="SQL.sql" encCodePage="65001" modified="True" new="True" cachefile="C:\Users\%UserName%\AppData\Local\Temp\dbForge Studio for MySQL\g1bik0tv.ylb.cache" editorFactory="3586cc08-aeb7-47f4-a38f-1700741266f6" imageId="801" tooltip="SQL.sql - db.information_schema (root)" />
  <Document name="SQL1.sql" file="SQL1.sql" encCodePage="65001" modified="True" new="True" cachefile="C:\Users\%UserName%\AppData\Local\Temp\dbForge Studio for MySQL\q535y1uq.ejc.cache" editorFactory="3586cc08-aeb7-47f4-a38f-1700741266f6" imageId="801" active="True" tooltip="SQL1.sql - db.information_schema (root)" />
...

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: all tabs gone after bluescreen [7.3.148]

Post by michabbb » Tue 06 Mar 2018 17:22

thanks

Post Reply