Validation of Ms Sql Server Login - Documentation for Bmc Patrol for Microsoft Sql Server 9.6
Validation of Ms Sql Server Login for Bmc Patrol for Microsoft Sql Server Version 9.6.11 and Before. Click Here to Expand. the Ms Sql Server Login Can Be...
The MS SQL Server login can be either standard or integrated user.
Important
If the MS SQL Server login field is left blank, then the Windows user will serve to connect the MS SQL Server. In this case Windows user must pass all validation steps as described in Validation for integrated user section.
Validation for standard user
- Open the command prompt from the <PATROL_HOME>\mssql\x64 directory.
- Type the following command:
SQLCollector.exe -diag check_sql_conn Enter the properties of the SQL Server instance that you want to check.
- The SQL Server connection status and query execution status displayed.
- Success scenario output
In the above example,
Connection to SQL instance vw-tlv-ngp-dv13\A2 is openindicates that the connection is established successfully.Query execution successindicates that the entered query is executed successfully. - Failed scenario output
- Success scenario output
Must Read
Validation for integrated user
- Open the command prompt from the <PATROL_HOME>\mssql\x64 directory
- Type the following command
Runas /user:<domain_name>\<user_name> "SQLCollector.exe -diag check_sql_conn" - Enter the password
- The following message is displayed in case of a failure:
This message indicates that PATROL will fail to start external collector to collect data from SQL Server instance with this integrated user. Reslove this issue, before using integrated user for monitoring. - A window with the RUNAS user opens in case of a successful login
In the above example, a window with the BMC-6YS58W1 (RUNAS user) can be seen.
Enter the properties of the SQL Server instance that you want to check.
Important
Use the same username and password combination that was used for the RUNAS command.
The SQL Server connection status and query execution status displayed.
Success scenario output
In the above example,Connection to SQL instance BMC-6YS58W1 is openindicates that the connection is established successfully.Query execution successindicates that the entered query is executed successfully.- Failed scenario output