When attempting to access the OData QueryBuilder 4 UI via the DX NetOps Portal, the connection fails with a "Connection Refused" error. This typically occurs when using the default documented URL: http://[Portal_Hostname]:8181/pc/odataquery
Users may also report that trying other common ports (e.g., 8581, 8081) results in the same error.
The default OData Query port 8181 is specifically for HTTP (unencrypted) connections. If the DX NetOps Portal has been configured for HTTPS, the OData service automatically shifts to the secure listener port 8182.
Update the OData QueryBuilder URL to use the HTTPS protocol and the correct port (8182).
[Portal_Hostname] with your server's FQDN: https://[Portal_Hostname]:8182/pc/odataqueryStandard Port Reference:
If you still receive "Connection Refused" on port 8182:
/opt/CA/PerformanceCenter/DM/logs/DMService.log for errors initializing the OData/OpenAPI listeners.