...
Internal IP of the SQL Server
To get the internal IP:
- Launch the Control Panel and open Network and Sharing Center.
- On the Network and Sharing Center, click your Connection.
- When the Wi-Fi Status window appears, click the Properties button.
- Take note of your IPv4 Address.
- Launch the Control Panel and open Network and Sharing Center.
db_datareader permissions
...
- Go to Integrations on the MSPbots app menu.
- Find the SQL Agent and click the Config icon.
- Next, click the download icon for the MSPbots SQL Agent Client to start downloading the installer file.
- Locate and double-click on the downloaded installer.
- During the setup, select Automatic start Start and Create a desktop shortcut, then click Next.
- Follow the prompts. In the last step, tick the Launch MSPbotsAgentService checkbox and click Finish. The window will automatically close when the service starts.
- Launch the MSPbots agent and log in using your MSPbots account. You can Minimize or Close the window after login but do not log out.
...
- Go back to Integrations and click the Add Connector button.
Info Last The last success auth shows the last time when the MSPbots Agent successfully pulled the database configuration information. By default, this process is set to occur every 5 minutes.
- Fill in all of the following required fields. It may take a few moments for the agent to check in after installation.
A. Database Type - Select either SQL Server or MySQL.
B. Agent - The agent will auto-populate with the machine name you installed.
C. IP - Provide the internal IP address or FQDN of the SQL or MySQL server.
D. Database Name
E. Time Zone - Select the time zone used by the connected database.
F. User ID - This is the username of the user with read-only access to the database.
G. Password - This is the password of the user with read-only access to the database.Note If you have installed multiple MSPbots agents with different databases in different network segments, you have to select the device name where you manually installed the MSPbots Agent. You can find the device name in the Agent selection box. Select the one under the corresponding gateway of the database.
- Click Save And Sync.
- Go back to Integrations and click the Add Connector button.
...
- Go to Datasets on the MSPbots app menu and click the New Agent Dataset button.
When the New window appears, click Integration and select SQL Agent. Don't forget to fill in the dataset Name and Description fields.
- Next, go to the Data Cleaning tab to show the Validate SQL section below. Select a database from the DB dropdown list.
The most common SQL statement to use here is “select * from TABLENAME”.
- Scroll down to the Validate SQL section, fill in the SQL field, and input your desired Sync Frequency in minutes.
Sync Frequency is currently limited to 30 minutes and can only be decreased for smaller datasets. For larger datasets, the frequency may be limited due to a large amount of data ingestion and the constraint it would place on both your server and ours. - Click Confirm when done. This will show a preview of the data for your validation. You can customize or use the default character length for string-type fields, and the time field can be set with a timezone.
- Once you confirm the data is correct, click OK to create and save the dataset. The data will be synchronized in 10 minutes.
- Go to Datasets on the MSPbots app menu and click the New Agent Dataset button.
...
Frequently Asked Questions (FAQs)
Issue Description:
The SQL Server encountered an issue of being unable to connect to database.
Solution steps:
- To download DBeaver, simply follow this link: https://dbeaver.io/download/and install it on the computer where you have installed SQL Agent Client.
- Launch DBeaver and connect to SQL Server.
- Please input your account, password, host and port number. Click Test Connectionand check for any errors.
- If an error occurs as shown in the following figure, please perform the following steps.
- Please retrieve the port number of your SQL Server through querying.
- To modify the port number of your SQL Server, please follow these steps:
- Click MSPbots> Integrations.
- Type 'SQL Agent' in the search box.
- Please modify the port number of the SQL Server where the error occurred to match the port number of your SQL Agent.
PS:
The Database IP information configuration rules:
- For SQL Server
- Default instance + Default port (1433): IP
- Default instance + Custom port: IP,XXXX
- Named instance + Default port:IP\ Instance Name
- Named instance + Custom port: IP\ Instance Name,XXXX
- For My SQL
- The Database uses the default port (3306): IP
- The Database uses a custom port number: IP;port=XXXX
- For SQL Server
- Restart SQL Server to ensure the changes made take effect.