Fwd: Wmi Mapper
KRISHNA priya <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Krishna,
I am not sure but i think you would need to build WMI Mapper if its not
built already. (Try to use mkmapper.bat file found in
%PEGASUS_HOME%/src/WMIMapper folder)
To start the process for WMI Mapper, you would need to start WMIServer.exe
process which would be present in %PEGASUS_HOME%/bin folder.
Also you can install it as a service using WMIServer.exe -install.
Once this process is started you can use simple cimcli commands to enumerate
WMI classes.
Regards,
Sushil
O
> Thanks Sushil
>
When I try to build WMI Mapper :-
G:\pegasus\src\WMIMapper>mkmapper.bat
It shows the result as:-
Building Pegasus...
Setting environment for using Microsoft Visual Studio 2008 x86
tools.
'"E:\Program Files\Microsoft SDKs\setenv.bat"' is not recognized
as an internal
or external command,
operable program or batch file.
"======================================="
"Building the Pegasus core lib's & app's"
"======================================="
process_begin: CreateProcess(NULL, openssl version, ...)
failed.
make: *** [rebuild_msg] Error -1073741502
Error: An error occured during the build.
Also a small popup window appears and it looks like:-
Microsoft Visual C++ Runtime Library
Runtime error!
Program: G:\pegasus\bin\mu.exe
R6034
An application has made an attempt to load the C runtime library
incorrectly.
Please correct the applicatin's support team for more information
When I search the setenv.bat file, I found only E:\Program Files\Microsoft
Visual Studio 9.0\VC\crt\src\setenv.c
what to do?