After a restart or OS patching, a DX NetOps Spectrum landscape fails to fully load. The SpectroSERVER remains stuck at the model activation phase (often showing 0% or a very low percentage) for several hours. The OneClick console status message displays "Waiting for model activation to complete..." despite the primary process appearing to run
25.4.x 24.3.x
The issue is caused by a syntax error in the NCMSERV.idb configuration for the Network Configuration Manager (NCM) service. Specifically, the %SPECROOT%/lib/SDPM/partslist/NCMSERV.idb file contains a malformed Java argument where the -Xmx prefix is duplicated (e.g., -XmxXmx12288M). This prevents the NCM service from initializing, which in turn causes the SpectroSERVER to hang during the model activation sequence
Correct the malformed memory argument in the NCMSERV.idb file :
%SPECROOT%/lib/SDPM/partslist/ARGV.-XmxXmx12288M (or similar).Xmx prefix. It should read: -Xmx12288M (or the specific memory value intended for your environment).