Any
NOTE: In the following MySql commands, replace <PASSWD> with the root password for your DX NetOps Spectrum version.
Login to the OneClick server with Spectrum Report Manager installed and run the following commands to resolve the issue.
On Windows, please open a bash shell (bash -login).
cd <SPECROOT>/mysql/bin
./mysql --defaults-file=../my-spectrum.cnf -uroot -p<PASSWD> reporting -A
ALTER TABLE sm_resources MODIFY COLUMN resourceName varchar(500);
quit;
Restart Spectrum Tomcat to resolve the issue.