After SoftX3000 up-gradation, MML client is failed to run

pintu.sadhu
pintu.sadhu  Platinum  (1)
7 years 10 months ago  View: 926  Reply: 2
1F

The problems occurs because of change of Country name of SoftX3000 in N2000 UMS to "ALLafter 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 

Armetta
Armetta  Diamond 
7 years 10 months ago
2F
Excellent resolution of the problem and Useful commands

nsiddique
nsiddique  Silver 
7 years 10 months ago
3F
nice one. Tnx