Invalid namespace [WBEM_E_INVALID_NAMESPACE]
I came across this error on a client ... and not finding much information in my blog I decided to write the solution, after much searching on the net. The error is: Citrix Monitoring Script
Event 2 Citrix MetaFrame Compute Event Rate: WMI error
Connecting to Citrix WMI provider:
Received error: 0x8004100e: Invalid namespace [WBEM_E_INVALID_NAMESPACE]
This error appears every 5 to 10minutes in the event viewer in the application module.
This error is caused by the files MOF (Managed Object Format) for Citrix are now corrupt.
This problem is solved by compiling these files, which are found in the path C: \\ Program Files \\ Citrix \\ System32 \\ Citrix \\ WMI, recompilation is performed by running the following command in the path already mentioned: for%
i in (*. mof, *. mfl) do Mofcomp% i
These files are responsible for delivering information to WMI Classes WMI central warehouse (which stores schema and static instances of WMI objects.)
Mofcomp command is simply a MOF file compiler.
Font1 , Article Citrix
0 comments:
Post a Comment