After restoring the netqosportal and em MySQL databases to a new environment or during a migration, the DX NetOps Portal web interface fails to load properly. Users may see a blank page, login redirection loops, or raw renderer strings such as LayoutContainerRenderer. This occurs because the internal Single Sign-On (SSO) settings in the restored database still point to the original source environment's hostname or IP address.
http://<Portal>:<port>/pc/desktop/page
LayoutContainerRenderer
TopBarRenderer
LayoutContainerRenderer
LayoutContainerRenderer
LayoutContainerRenderer
LayoutContainerRenderer
ViewContainerRenderer
GridRenderer
ViewContainerRenderer
GridRenderer
ViewContainerRenderer
GridRenderer
LayoutContainerRenderer
LayoutContainerRenderer
LayoutContainerRenderer
LayoutContainerRenderer
ViewContainerRenderer
GridRenderer
ViewContainerRenderer
GridRenderer
LayoutContainerRenderer
The restored netqosportal database contains "Remote Value" and "Local Override" settings for the Web Site Host and Web Site Port from the source server. The Portal services attempt to redirect traffic to the old environment, resulting in UI failures.
Update the SSO configuration to match the new environment's identity.
1. Launch the SsoConfig Utility
cd /opt/CA/PerformanceCenter./SsoConfig2. Update Remote Values
Web Site HostWeb Service HostWeb Site Port (e.g., 8181 for HTTP or 8182 for HTTPS) and Web Site Scheme match the new environment.3. Clear Local Overrides
4. Restart Portal Services
systemctl restart caperfcenter_sso systemctl restart caperfcenter_console5. Clear Browser Cache