Error message saying missing 'oneclick508-sdnmgr-iconbase-config.xml' when clicking on SDN Manager model
search cancel

Error message saying missing 'oneclick508-sdnmgr-iconbase-config.xml' when clicking on SDN Manager model

book

Article ID: 135069

calendar_today

Updated On:

Products

CA Spectrum DX NetOps

Issue/Introduction

missing --> oneclick508-sdnmgr-iconbase-config.xml

SPC-OCC-10243: The XML file: oneclick508-sdnmgr-iconbase-config.xml was not found. Please contact your system administrator to resolve the issue, then restart this client.

Config file oneclick508-sdnmgr-iconbase-config.xml was not found

Environment

Release : 22.2.x

Component : Spectrum OneClick Server

Cause

This is a known bug with the "Accessibility" Icon theme in OneClick and OneClick WebApp

Resolution

The fix is to not use accessibility icons, or do the following to fix it:

Edit the sdn-app-config.xml file ($SPECROOT/tomcat/webapps/spectrum/WEB-INF/sdn/config)

Edit this section:

<theme-config>
    <theme>Accessibility</theme>
    <icon-reg-id>sdnmgr-icon-config</icon-reg-id>
    <on-page idref="oneclick508-sdnmgr-iconbase-config"/>
    <off-page idref="oneclick508-node-oprbase-config"/>
    <enumerated-cellicon idref="sdnmgr-cellicon-config"/>
</theme-config>

Make it look like this:

<theme-config>
    <theme>Accessibility</theme>
    <icon-reg-id>sdnmgr-icon-config</icon-reg-id>
    <on-page idref="oneclick-sdnmgr-iconbase-config"/>
    <off-page idref="oneclick-node-oprbase-config"/>
    <enumerated-cellicon idref="sdnmgr-cellicon-config"/>
</theme-config>

Additional Information

Icon Themes are accessed from the View Menu -> Icon Theme