[Bug] Folder unaccessable under connections list
After I created folder to grouping several connections, it content has been unavailable on next application start. Heidy displays this folder as normal connection, but not as folder. And now I cannot access to several real DB connections which stored in this folder.
I'm using single Heidy build, which upgrades with replacement of .exe
First it was 4168 Heidy's build and there were no folders.
Than I upgraded Heidy up to 4172 and created 1 folder and dropped several existing connections to it.
After this, I checked new Heidy version and installed build 4174. When Heidy started, I saw that folder looks as connection. I downgrade Heidy down to 4172, but nothing happened.
First it was 4168 Heidy's build and there were no folders.
Than I upgraded Heidy up to 4172 and created 1 folder and dropped several existing connections to it.
After this, I checked new Heidy version and installed build 4174. When Heidy started, I saw that folder looks as connection. I downgrade Heidy down to 4172, but nothing happened.
I'm sorry, this seems to be a bug in r4172. Please upgrade as soon as you find a newer build via updatecheck.
In the meantime, do the following:
- Exit all heidisql.exe instances
- Start regedit.exe
- Navigate to HKEY_CURRENT_USER\Software\HeidiSQL\Servers\[Your new folder]\
- Verify that there is a numeric value called "Folder" with a "1" in that folder. If not, create it via righclick > New > DWord, 32 Bit.
- start HeidiSQL and watch out for the folders in the session dialog
In the meantime, do the following:
- Exit all heidisql.exe instances
- Start regedit.exe
- Navigate to HKEY_CURRENT_USER\Software\HeidiSQL\Servers\[Your new folder]\
- Verify that there is a numeric value called "Folder" with a "1" in that folder. If not, create it via righclick > New > DWord, 32 Bit.
- start HeidiSQL and watch out for the folders in the session dialog
I've several folders and I could connect perfectly to my servers.
But after upgrading to r4174 I can't use the quick connect any more.
Before when I pressed the arrow I got:
Folder1\Server1
Folder1\Server2
Folder2\Server3
...
But now I'm getting:
Folder1
Folder2
The session manager still displays the folders and underlying servers correctly.
The Folder setting is set to 1 in Windows Registry.
But after upgrading to r4174 I can't use the quick connect any more.
Before when I pressed the arrow I got:
Folder1\Server1
Folder1\Server2
Folder2\Server3
...
But now I'm getting:
Folder1
Folder2
The session manager still displays the folders and underlying servers correctly.
The Folder setting is set to 1 in Windows Registry.
Code modification/commit
675530c
from ansgar.becker,
12 years ago,
revision 7.0.0.4175
TAppSettings.ValueExists respects SessionPath, which is not used in GetSessionNames, so prefer FRegistry.ValueExists here. See http://www.heidisql.com/forum.php?t=11020
Please login to leave a reply, or register at first.