Previous Topic: Installation of DSM Manager with a Remote SQL Server MDB Over IPV6Next Topic: Installation on Solaris Intel


Installation of Domain Manager Using Remote SQL Server MDB with Named Instance

For successful installation of the domain manager using a remote SQL Server MDB with a named instance, ensure that the SQL Server Browser is running on the remote MDB system. Before you begin the installation, verify that the domain manager is able to connect to the remote MDB and that the Microsoft SQL Browser is functioning correctly by executing the following command on the domain manager system:

sqlcmd -E -d mdb -S MDB server name [\instance name] -q "select * from mdb"