SQL Response
Latest version: 1.3
Knowledge Base
How do I use the SQL Response client across domains?
Category: How do I?
Date: 08 Jun 2009
Product: SQL Response
SQL Response 1.2 and 1.3 allow you to place the client application in one domain, whilst the repository exists in another domain.
To be able to use a SQL Response client across domains, the domain based authentication needs to be disabled. Both the client settings and server config files must be modified as follows:
The client Settings - on the machine with the SQL Response client installed:
1. Using the Windows Explorer navigate to the following file:
C:\Documents and Settings\<User_Name>\Application data\Red Gate\SQL Response Client\ClientSettings.dat
2. Edit the file in Notepad.
3. Locate the line that = <SecureRemoting>True</SecureRemoting>
4. Change it so that it reads as <SecureRemoting>False</SecureRemoting>
<User_Name> = equals the user name running the SQL Response Client. If there is more than one user, using the SQL Response Client, repeat the above procedure for each user
The server config - the machine with the Alert Repository installed:
1. Using the Windows Explorer navigate to the following file:
C:\Program Files\Red Gate\SQL Response 1\Alert Repository\Config.xml
2. Edit the file and add the following line:
<SecureRemoting>False</SecureRemoting>
So the existing file may contain the following:
<?xml version="1.0" encoding="utf-8" ?>
<SqlResponseConfig>
<TcpPort>7398</TcpPort>
<DataDirectory>C:\Documents and Settings\All Users\Application Data\Red Gate\SQL Response 1\Alert Repository\</DataDirectory>
<ServiceType>user</ServiceType>
<ServiceStart>1</ServiceStart>
</SqlResponseConfig>
It must be modified to become:
<?xml version="1.0" encoding="utf-8" ?>
- <SqlResponseConfig>
<TcpPort>7398</TcpPort>
<DataDirectory>C:\Documents and Settings\All Users\Application Data\Red Gate\SQL Response 1\Alert Repository\</DataDirectory>
<ServiceType>user</ServiceType>
<ServiceStart>1</ServiceStart>
<SecureRemoting>False</SecureRemoting>
</SqlResponseConfig>
NB. If these settings do not match, it will not be possible to connect to the repository.
By default (ie on a clean install or an old config file) they should both be set to true either explicitly or implicitly.
After changing the configuration, the SQL Response repository service and the client should both be restarted..
Document ID: KB200904000378 Keywords: SQL, Response, client, domains
Was this article helpful?
SQL Response
- Troubleshooting Computer Unreachable and Access Is Denied Error Messages
- SQL Response Security Setup
- Upgrading from Version 1.0 to 1.1 where the SQL Response Client and Alert Repository exist on the same machine
- Moving your Alert Repository Data
- Licensing SQL Response on a clustered SQL Server
- Server licenses may show "trial period has expired"
- How do I use the SQL Response client across domains?
- Where are the SQL Response data files stored?
- SQL Response client not connecting to Alert Repository
- The alert details are not recorded and SQL Response reports "Alert is still being written" when viewing an alert or multiple alerts
- Error when connecting to the Alert Repository using Windows 7
- Alert Repository transferring large amounts of data from the SQL Server
- Log files
all SQL products
- Compatibility of Red Gate tools in 64-bit environments
- Application has encountered an error and needs to close
- Error message after installing SQL Toolbelt - The description for Event ID ( 1 ) in Source ( nview_info ) cannot be found.
- Changing the temporary directory used by the installer
- Toolbelt Installer "hanging" while "scanning volumes"
- Login failing with "trusted SQL Server connection" error when using RunAs
all products
- Some Red Gate products identified as containing a trojan by Anti-Virus software
- Activation may fail with Unknown Error -1
- Product uses web help although a CHM file is available locally
- Argument exception resulting from missing environment variable
- Check for updates may fail when used through proxies
- 'Unidentified Publisher' error when repairing or uninstalling
- Licensing activates product as standard edition
- Moving Red Gate software products to another machine
- Red Gate tools log locations
- The application UI opening slowly when there is no internet access
SQL Response
- Migrating your Alert Repository from Windows 2000
- Tips for configuring SQL Response in your network environment
- SQL Response release notes - version 1.xx
all SQL products
all products
- Red Gate product acknowledgements
- Activating your products
- Activating your products
- Red Gate bundle history
- Check for updates
- Troubleshooting Check for Updates errors
- Current versions
- Deactivating your products
- Installing Red Gate products from the .msi file
- Requesting additional activations
- Serial numbers for bundles
- Reactivating using a different serial number
- Extending your trial
- Finding your serial numbers
- Moving a serial number from one computer to another
- No response received for manual activation
- Licensing and activation resources
- Licensing and activation resources
- Troubleshooting licensing and activation errors
- Licensing and activation FAQs
- Red Gate tools log file locations
- Download old versions of products
- Download product prerequisites & utilities
- Support & upgrades
- Upgrading your software
- Upgrading FAQs

What does SQL Response monitor?