jkovarik
Posts: 38
Score: 0 Joined: 6/6/2001 From: jarrod_kovarik@hotmail.com Status: offline
|
Hi guys, Cheers for all the support here. I was still having issues after the info that Sherry sent through so have been playing around and found that if I specify the '#pragma namespace' in the MOF I can run the query in WBEMTEST and receive the results that I am after. However, this does not work when running the inventory. In the inventoryagent.log I have the following: Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, AnswerFile, AppNameAndVersion, Loan, Manufacturer, Name, PackageVersion, Version FROM Win32Reg_Company_Software; Timeout = 600 secs. Unknown error encountered processing an instance of class Win32Reg_Company_Software: 80041017 If I just use WBEMTEST and query: SELECT __CLASS, __PATH, __RELPATH, AnswerFile, AppNameAndVersion, Loan, Manufacturer, Name, PackageVersion, Version FROM Win32Reg_Company_Software it returns the full results. Any ideas?
< Message edited by jkovarik -- 9/2/2008 12:55:53 AM >
|