SMS Error message
Hello Ed,
Do you only have problems expanding the collections node
or can't you connect to the site server at all now ?
From the error description it seems like your WMI
connection got dropped.
Apart from the service packs what other SMS applications
have you installed on the SMS Administrator console
machine ?
Has your site server always used the same site code or
have you ever uninstalled and reinstalled using a
different site code ?
Try the following.
1) run wbemtest.exe
2) connect to the following namespace
\\<sms site server>\root\sms
(replace <sms site server> with your own site server)
3) execute the following query
select * from SMS_ProviderLocation
4) how many WMI instances do you get back ?
if you get one, take a look at it check the value of
NamespacePath.
5) connect to the namespace specified in NamespacePath
6) execute the following query
select * from SMS_Site
let me know if if you can successfully get through all 6
steps
Sai
This posting is provided "AS IS" with no warranties, and
confers no rights.
|