SQL Alias on x64 and 32/64 - cliconfg.exe
If you need to change your preferred network connection settings in MS SQL or add its alias you can do it in several ways.
This can be done from the "SQL Server Configuration Manager" but it requires installation on each computer and making configuration changes
The other way is to use the regmon utility to perform configuration and transfer registry changes to the other client stations.
Another way to do this is to use the cliconfg.exe utility built into the windows.
However, keep in mind that this tool should be configured for 32 and 64 bit applications otherwise you may have problems connecting to an MS SQL server.
You can also check whether the application is a 32 or 64 bit application and make the appropriate configuration.
When changing only one application, the configuration is entered into the corresponding registry key.
Locate the file cliconfg.exe for Windows XP
64-bit (native): HKLM \ SOFTWARE \ Microsoft \ MSSQLServer \ Client \ SuperSocketNetLib
32-bit (WOW): HKLM \ SOFTWARE \ WOW6432Node \ Microsoft \ MSSQLServer \ Client \ SuperSocketNetLib
Starting the cliconfg.exe application from a 64 bit system with START will start the 32bit version of cliconfg.exe which does not allow you to configure the connection properly.
To run a 64 bit version of cliconfg.exe, go to the folder and run the appropriate program - C: \ Windows \ SysWOW64 \ cliconfg.exe.
How to run cliconfg.exe in the appropriate architecture:
32 bit system
1. Start "C: \ windows \ system32 \ cliconfg.exe"
64 bit system
2. Start "C: \ windows \ syswow64 \ cliconfg.exe"
How to copy PuTTY sessions from old HD or crashed computer
How to copy PuTTY sessions from old HD or crashed computer
You can use some registry reading tool.
MiTeC Windows Registry Recovery 1.6.1
Run MiTec Windows Registry Recovery
- Go to File -> Open.
- Locate registry file of your account. It is typically located in
C:\Users\username\ntuser.dat(orC:\Documents and Settings\username\ntuser.datin Windows XP and older). This file is usually hidden and system. - Go to Explore > Raw Data.
- Locate key
Software/SimonTatham/PuTTY/Sessions. - Go to File > Export to REGEDIT4 format.
- On Export to REGEDIT4 dialog, select
HKEY_CURRENT_USERand check both Only selected key and Cut off root key name. - Save export to file of your choice.
- Validate the entries in the key - Check and delete the root entry - example -
REGEDIT4
[HKEY_CURRENT_USER\ROOT\SOFTWARE\SimonTatham]
[HKEY_CURRENT_USER\ROOT\SOFTWARE\SimonTatham\PuTTY]
[HKEY_CURRENT_USER\ROOT\SOFTWARE\SimonTatham\PuTTY\Jumplist]
- Import the registry export by opening it double-click on file .reg.
Finding the paths of Total Commander config files
Finding the paths of Total Commander config files
- Path of main config file (its default name is wincmd.ini) - %APPDATA%\GHISLER\wincmd.ini .
- Path of FTP config file (its default name is wcx_ftp.ini) - %APPDATA%\GHISLER\wcx_ftp.ini.
Information about the path location in the registry
registry key value:
HKEY_LOCAL_MACHINE\Software\Ghisler\Total Commander\InstallDir
AH01630: client denied by server configuration
AH01630: client denied by server configuration - /usr/share/phpMyAdmin
AH01630: client denied by server configuration - /usr/share/roundcubemail
for Apache 2.4 add in /etc/httpd/conf.d/phpMyAdmin.conf
change
Require local to Require all granted
example
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
for Apache 2.4 add in /etc/httpd/conf.d/roundcubeMail
add Require all granted
example
<Directory /usr/share/roundcubemail/
Options none
AllowOverride Limit
Require all granted
</Directory>
------
Change your authorization configuration:
<Directory /usr/share/roundcube>
#...
Order allow,deny
Allow from all
</Directory>
...to the Apache 2.4 version of the same.
<Directory /usr/share/roundcube>
>
#...
Require all granted
</Directory>






