Database Management
Unable to connect to the DPA repository when signing in from the DPA console
This article outlines potential resolutions if you are unable to sign in the DPA Web Client. It specifically refers to repository issues.
First published date
Last published date
Overview
Product section
Cause
This can have multiple causes. However, one thing to check would be if you are using dynamic ports, and that DPA is also configured to connect to a dynamic port.
Typically, dynamic ports are used when monitoring a named SQL instance.
Resolution
- Verify that your server is using dynamic ports by navigating to the server in question and opening SQL Configuration Manager.
- Go to the tab on the left called "SQL Server Network Configuration" and expand it.
- Click "Protocols for MSSQLSERVER", and then right-click the "TCP/IP" and select Properties.
- Click the "IP Addresses" tab, and scroll down to the bottom to see if there is anything set in the "TCP Dynamic Ports" section.
If you are using dynamic ports:
- Go to the following location on your DPA App Server:
{DPA Install Directory}
\DPA\iwc\tomcat\ignite_config\idc\repo.properties - Make sure that the section titled "
repo.port" has no values assigned to it. - If there are values assigned to it, go ahead and clear this out.
- Once you clear this value, save the repo.properties file.
- Restart the Ignite PI Service in services.
Try to access the DPA console after trying the above steps to see if you are now able to access your repository.