NCM Capture Configuration will not work with FTP
search cancel

NCM Capture Configuration will not work with FTP

book

Article ID: 227408

calendar_today

Updated On:

Products

CA Spectrum DX NetOps

Issue/Introduction

After upgrading or installing NetOps version 21.2.4 NCM captures fail when using FTP.

Cause

Typo in NCM class in xml file configuration.

Resolution

  1. Change the Password class from NCMPasswordCellEditor to PasswordCellEditor in the "com.aprisma.spectrum.app.scm.client.FTPPassword" xml tag in the two files.

                /usr/Spectrum/tomcat/webapps/spectrum/WEB-INF/scm/config/view-local-configuration-manager-config.xml:87

                /usr/Spectrum/tomcat/webapps/spectrum/WEB-INF/scm/config/ftp-table-config.xml:72

 

       From

        <editable class="com.aprisma.spectrum.app.scm.client.render.NCMPasswordCellEditor"/>

      To

        <editable class="com.aprisma.spectrum.app.scm.client.render.PasswordCellEditor"/>

 

  1. After making required changes, relaunch OC Console/ Webapp and update the password in Configuration Manager -> FTP Configuration.