|
The problems occurs because of change of Country name of SoftX3000 in N2000 UMS to "ALL" after up-gradation of SoftX3000. How to resolve the problem: 1. First stop SoftX3000 Process and Ums Resource Process around 10 minutes,then start process and check the function, if MML client still can not start, then, 2.Open SQL query analyser and then execute following commands, and from the result find the country name is "ALL". a.use ums b.go c.select * from ums_cfg_baseinfo where DevType=*** d.go 3. Run command LST LOCALLE and find the country name. 4. After execute following command on N2000 by SQL query analyzer to change the country name, problem should been solved. a.use ums b.go c.update ums_cfg_baseinfo set DevCountry=## where DevIP=***.***.***.** d.go |