User Profile Report
Is there a report in SCCM 2007 SP2 that will show every user profile on a workstation and possibly the last time that user logged in on that machine?
January 15th, 2010 11:34pm
There is no report for that by default... but you could create a report for that.
Free Windows Admin Tool Kit Click here and download it now
January 16th, 2010 1:22am
ThanksCould you point me to where the best place to learn how.
January 16th, 2010 2:48am
Local Profile List could be gathered with a custom MOF edit. Check out mini monster builder, and the ProfileList choice:http://myitforum.com/cs2/blogs/skissinger/archive/2008/10/28/mini-monster-mof-builder.aspxHowever, you might want to look at enabling the default Asset Intelligence classes for "Console Users" reports. There is a pre-requisite of a certain GPO you need to set so that the Console Usage reports have some data on the clients to actually report... Check the built-in Asset Intelligence reports, the ones for Console Use, and see if you already have data being reported. If not, you'll want to look at enabling that specific AI class, and also confirming you have the prerequisite GPO in place.Standardize. Simplify. Automate.
Free Windows Admin Tool Kit Click here and download it now
January 17th, 2010 10:07pm
Thanks I have added the snippets to the mof files. Should they automatically show up as reports?I went to my server in this folder c:\sccmsp2\ConfigMgr07SP2upgrade_RTM_ENU\SMSSETUP\INBOXES\CLIFILES.SRC\HINV\I added this to the bottom of this file SMS_DEF.MOF // <:[-<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Start>>-Local User SID List-<<Start<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>-]:>//`'`*._.*`'`*-// ProfileList Reporting Class//`'`*._.*`'`*-[SMS_Report(TRUE),SMS_Group_Name("Local_SID_List"),SMS_Class_ID("SMSExpert|Local_SID_List|1.0")]Class Local_SID_List : SMS_Class_Template{ [SMS_Report(TRUE),key] string KeyName; [SMS_Report(TRUE) ] string ProfileImagePath;};// <:[-<>>>>>>>>>>>>>>>>>>>>>>>>>>>>END>>-Local User SID List-<<END<<<<<<<<<<<<<<<<<<<<<<<<<<>-]:>and I added this to the bottom of this file CONFIGURATION.MOF// <:[-<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Start>>-Local User SID List-<<Start<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>-]:>//`'`*._.*`'`*-// Contributed by Andy Ray //`'`*._.*`'`*-// Profile List Data Class//`'`*._.*`'`*-[dynamic,provider("RegProv"),ClassContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\ProfileList")]Class Local_SID_List{ [key] string KeyName; [PropertyContext("ProfileImagePath")] String ProfileImagePath;};// <:[-<>>>>>>>>>>>>>>>>>>>>>>>>>>>>END>>-Local User SID List-<<END<<<<<<<<<<<<<<<<<<<<<<<<<<>-]:>
What do I need to do next?I hate being new at stuff but I enjoy learning.
January 19th, 2010 2:34am
Step 1: c:\sccmsp2\ConfigMgr07SP2upgrade_RTM_ENU\SMSSETUP\INBOXES\CLIFILES.SRC\HINV\Almost completely useless that you edited the files there. That might help for the next time you build a primary site from scratch, but for your existing Primary sites that didn't help you at all. Personally, I'd undo that. I like to keep my original installation files pristine. It probably wouldn't hurt in this instance, but I'm a paranoid kind of person....You need to find your Installed Location\inboxes\clifiles.src\hinv, and edit those files. If you did a next/next/finish during installation, it'll likely be in c:\program files somewhere, but you could have chosen to install the application on any drive letter. (Slightly OT: you should know where your inboxes are... it doesn't happen often, but occasionally you'll need to know where they are, to look at the contents of your inboxes for troubleshooting reasons, so I suggest you go find them) I also suggest you follow the bouncing ball here--> http://www.myitforum.com/myitwiki/SCCMINV.ashx, under "monitoring changes", so that you can 'watch' the customization make it successfully as a new policy, which your clients will use and report.Your other question, about reports: No, reports won't be automagically generated in your +Reports node, nor (if you have it installed) SQL Reporting Services. It's a customization, and as such is custom views, and you as an administrator will need to create your own reports.Are you familiar with SQL Management Studio? It's often easier to create a report there first, and then recreate it in the console. Although some people might disagree with me. It depends upon an individual's background, if SQL mgmt studio/Query Analyzer is easier to learn in, or if the Console wizard is easier to learn in. Of course, right now, there's nothing to report on. You edited the wrong .mof files, so no new policy was created, so the clients had nothing new to pick up, and don't know to report on anything new. Nothing has changed for them.Standardize. Simplify. Automate.
Free Windows Admin Tool Kit Click here and download it now
January 19th, 2010 5:07pm
Thank you,I caught that and found the site server inboxes and placed the snippets there and looked at the dataldr.log and got the "returning 0x0". So if I understand it should be gathering the info now and should build tables and such so that when I goto make a new report I will be looking to build a sql statement with something that looks like v_gs_local_sid_list? About how long after I add those snippits in should I see something like v_gs_local_sid? That is if I am on the right track.
January 19th, 2010 5:33pm
Views are created (for custom mof's) based on the groupname, so, for SMS_Group_Name("Local_SID_list"), yes, I would expect the view to be v_gs_local_sid_list, or close to that. It might be v_gs_local_sid_0, or something. It's hard to be 100% positive on what a custom mof edit might do for naming of tables & views.As for how long, follow the wiki, and you'll see how you can encourage a client to report information, and you can watch log files to see the tables/views/stored procedured being triggered.Standardize. Simplify. Automate.
Free Windows Admin Tool Kit Click here and download it now
January 19th, 2010 5:59pm
Thank you for being so patient.
I have been trying to follow the “Monitoring Changes” guide.
Everything seems to go like clockwork until I get to #7 where it says
“7. 3rd log to monitor: the local client's system32\ccm\logs\inventoryagent.log, watching for your modification or addition Select from.”
I don’t see “Processing Inventory for Machine:” or “Defining group class:” for the with the computer name that I am trying to force a “Machine Policy Retrieval” and a Hardware Inventory in the dataldr.log.
I am wondering if I was supposed to tinker abit with the snippets? I just pasted them in as they are at the very bottom.
I did notice that the configuration.mof add-in is the only one that doesn’t have something like “#pragma namespace ("\\\\.\\root\\cimv2")” at the beginning.
So I tried the snippets from the “Mini Monster Builder” and I get the same thing.I have posted what was in my InventoryAgent.log
Inventory: ************************ End of message processing. ************************ InventoryAgent 1/19/2010 10:17:56 PM 2920 (0x0B68)
Inventory: *********************** Start of message processing. *********************** InventoryAgent 1/19/2010 10:39:48 PM 6132 (0x17F4)
Inventory: Message type is InventoryAction InventoryAgent 1/19/2010 10:39:48 PM 6132 (0x17F4)
Inventory: Temp directory = C:\WINDOWS\system32\CCM\Inventory\Temp\ InventoryAgent 1/19/2010 10:39:48 PM 6132 (0x17F4)
Inventory: Clearing old collected files. InventoryAgent 1/19/2010 10:39:48 PM 6132 (0x17F4)
Inventory: Opening store for action {00000000-0000-0000-0000-000000000001} ... InventoryAgent 1/19/2010 10:39:48 PM 6132 (0x17F4)
Inventory: Action=Hardware ReportType=Delta InventoryAgent 1/19/2010 10:40:12 PM 6132 (0x17F4)
Inventory: Initialization completed in 24.016 seconds InventoryAgent 1/19/2010 10:40:12 PM 6132 (0x17F4)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, Drive, Manufacturer, MediaType, Name, SCSITargetId, SystemName, VolumeName FROM Win32_CDROMDrive; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:12 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, ID, Language, ProductID, QNumbers, RevisionNumber, Status, TimeDetected, Title, UpdateID FROM Win32_PatchState_Extended; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:12 PM 2648 (0x0A58)
Collection: Class "Win32_PatchState_Extended" does not exist out. InventoryAgent 1/19/2010 10:40:12 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT __CLASS, __PATH, __RELPATH, Name, SMSID, Domain, SystemRole, SystemType, LocalDateTime FROM CCM_System; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:12 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, ChannelCode, ChannelID, MPC, ProductCode, SoftwareCode FROM SMS_InstalledSoftwareMS; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:13 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, BuildNumber, Description, Manufacturer, Name, ReleaseDate, SerialNumber, SMBIOSBIOSVersion, SoftwareElementID, SoftwareElementState, TargetOperatingSystem, Version FROM Win32_BIOS; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:18 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, DriverName, HardwareVersion, Index, Manufacturer, Name, Status FROM Win32_SCSIController; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:18 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, ChassisTypes, Manufacturer, Model, SerialNumber, SMBIOSAssetTag, Tag FROM Win32_SystemEnclosure; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:18 PM 2648 (0x0A58)
Collection: Namespace = root\SmsDm; Query = SELECT __CLASS, __PATH, __RELPATH, DeviceOEMInfo, DeviceType, InstalledClientID, InstalledClientServer, InstalledClientVersion, LastSyncTime, OS_AdditionalInfo, OS_Build, OS_Major, OS_Minor, OS_Platform, ProcessorArchitecture, ProcessorLevel, ProcessorRevision FROM SMS_ActiveSyncConnectedDevice; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:18 PM 2648 (0x0A58)
Collection: Class "SMS_ActiveSyncConnectedDevice" does not exist out. InventoryAgent 1/19/2010 10:40:18 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, BinFileVersion, BinProductVersion, CLSID, Description, FileName, FilePropertiesHash, FilePropertiesHashEx, FileVersion, Product, ProductVersion, Publisher, Version FROM SMS_BrowserHelperObject; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:18 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Caption, ClassGuid, ConfigManagerErrorCode, ConfigManagerUserConfig, CreationClassName, Description, DeviceID, Manufacturer, Name, PNPDeviceID, Service, Status, SystemCreationClassName, SystemName FROM Win32_USBDevice; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:18 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, AddressWidth, BrandID, CPUHash, CPUKey, DataWidth, DeviceID, Family, Is64Bit, IsMobile, IsMulticore, Manufacturer, MaxClockSpeed, Name, NormSpeed, PCache, ProcessorId, ProcessorType, Revision, SocketDesignation, Status, SystemName, Version FROM SMS_Processor; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:19 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Compressed, Description, DeviceID, DriveType, FileSystem, FreeSpace, Name, Size, SystemName, VolumeName, VolumeSerialNumber FROM SMS_LogicalDisk; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:20 PM 2648 (0x0A58)
Skipping Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, InstanceKey, PhysicalHostName, PhysicalHostNameFullyQualified FROM Win32Reg_SMSGuestVirtualMachine64, we're running on a 32-bit platform and attempting to enumerate 64-bit data. InventoryAgent 1/19/2010 10:40:22 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, CertificateSelectionCriteria, CertificateStore, ClientAlwaysOnInternet, HttpsStateFlags, InstanceKey, InternetMPHostName, SelectFirstCertificate FROM Win32Reg_SMSAdvancedClientSSLConfiguration; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:22 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, Index, InterfaceType, Manufacturer, MediaType, Model, Name, Partitions, PNPDeviceID, SCSIBus, SCSILogicalUnit, SCSIPort, SCSITargetId, Size, SystemName FROM Win32_DiskDrive; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:22 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, ApplicationID, Description, EvaluationEndDate, GracePeriodRemaining, ID, LicenseStatus, MachineURL, Name, OfflineInstallationId, PartialProductKey, ProcessorURL, ProductKeyID, ProductKeyURL, UseLicenseURL FROM SoftwareLicensingProduct; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:22 PM 2648 (0x0A58)
Collection: Class "SoftwareLicensingProduct" does not exist out. InventoryAgent 1/19/2010 10:40:22 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, BinFileVersion, BinProductVersion, Description, ExecutableName, FilePropertiesHash, FilePropertiesHashEx, FileSize, FileVersion, HasPatchAdded, InstalledFilePath, IsSystemFile, IsVitalFile, Language, Product, ProductCode, ProductVersion, Publisher FROM SMS_InstalledExecutable; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:22 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\ccm\VulnerabilityAssessment; Query = SELECT __CLASS, __PATH, __RELPATH, Tool, VulnerabilityID, VulnerabilityScore FROM Win32_Vulnerability; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:47 PM 2648 (0x0A58)
Collection: Class "Win32_Vulnerability" does not exist out. InventoryAgent 1/19/2010 10:40:47 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, ConfigManagerErrorCode, DeviceID, ErrorDescription, LastErrorCode, Name, PNPDeviceID FROM Win32_PnpEntity; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:47 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Name, TotalPageFileSpace, TotalPhysicalMemory, TotalVirtualMemory FROM CCM_LogicalMemoryConfiguration; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:50 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, ExpirationDate, IssueDate, KeyPackId, LicenseId, LicenseStatus, sHardwareId, sIssuedToComputer, sIssuedToUser FROM Win32_TSIssuedLicense; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:50 PM 2648 (0x0A58)
Collection: Class "Win32_TSIssuedLicense" does not exist out. InventoryAgent 1/19/2010 10:40:50 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Description, Manufacturer, Name, Status FROM Win32_NetworkClient; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:50 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, Manufacturer, Name, Status FROM Win32_IDEController; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:50 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Description, DeviceID, DisplayType, MonitorManufacturer, MonitorType, Name, PixelsPerXLogicalInch, PixelsPerYLogicalInch, ScreenHeight, ScreenWidth FROM Win32_DesktopMonitor; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:50 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, Version FROM Win32_WindowsUpdateAgentVersion; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:50 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Access, Bootable, BootPartition, Description, DeviceID, Name, PrimaryPartition, Size, SystemName, Type FROM Win32_DiskPartition; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:50 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, AdapterCompatibility, AdapterDACType, AdapterRAM, CurrentBitsPerPixel, CurrentHorizontalResolution, CurrentNumberOfColumns, CurrentNumberOfRows, CurrentRefreshRate, CurrentScanMode, CurrentVerticalResolution, Description, DeviceID, DriverDate, DriverVersion, InstalledDisplayDrivers, Name, NumberOfColorPlanes, SpecificationVersion, VideoMode, VideoModeDescription, VideoProcessor FROM Win32_VideoController; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:51 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, AuthorizationName, BinPath, DatePosted, DateRevised, ID, InfoPath, Language, LocaleID, Product, QNumbers, RebootType, ScanAgent, Severity, Status, Summary, TimeApplied, TimeAuthorized, TimeDetected, Title, Type, UnattendSyntax FROM Win32_PatchState; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:51 PM 2648 (0x0A58)
Collection: Class "Win32_PatchState" does not exist out. InventoryAgent 1/19/2010 10:40:51 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, AnswerMode, DeviceID, DeviceType, Index, MaxBaudRateToPhone, MaxBaudRateToSerialPort, Model, Name, Properties, Status, StringFormat, SystemName, VoiceSwitchFeature FROM Win32_POTSModem; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:51 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, Name FROM Win32_USBController; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:51 PM 2648 (0x0A58)
Collection: Namespace = \\localhost\root\Microsoft\appvirt\client; Query = SELECT __CLASS, __PATH, __RELPATH, CachedLaunchSize, CachedPercentage, CachedSize, LaunchSize, Name, PackageGUID, TotalSize, Version, VersionGUID FROM Package; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:51 PM 2648 (0x0A58)
Failed to get IWbemService Ptr for \\localhost\root\Microsoft\appvirt\client Namespace: 8004100E InventoryAgent 1/19/2010 10:40:51 PM 2648 (0x0A58)
Failed to enumerate instances of Package: 8004100E InventoryAgent 1/19/2010 10:40:51 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\Nap; Query = SELECT __CLASS, __PATH, __RELPATH, description, fixupState, friendlyName, id, infoClsid, isBound, percentage, registrationDate, vendorName, version FROM NAP_SystemHealthAgent; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:51 PM 2648 (0x0A58)
Skipping Collection: Namespace = \\localhost\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, DisplayName, InstallDate, ProdID, Publisher, Version FROM Win32Reg_AddRemovePrograms64, we're running on a 32-bit platform and attempting to enumerate 64-bit data. InventoryAgent 1/19/2010 10:40:51 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, DisplayName, Name, PathName, ServiceType, StartMode, StartName, Status FROM Win32_Service; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:51 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, CompatibleIDs, DeviceID, HardwareIDs, IsPnP, Name FROM CCM_SystemDevices; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:54 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, SecurityLogStartDate, TopConsoleUser, TotalConsoleTime, TotalConsoleUsers, TotalSecurityLogTime FROM SMS_SystemConsoleUsage; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:56 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Capabilities, DeviceID, Name, Status FROM Win32_ParallelPort; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:56 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, DefaultIPGateway, DHCPEnabled, DHCPServer, DNSDomain, DNSHostName, Index, IPAddress, IPEnabled, IPSubnet, MACAddress, ServiceName FROM Win32_NetworkAdapterConfiguration; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:56 PM 2648 (0x0A58)
Collection: Namespace = root\SmsDm; Query = SELECT __CLASS, __PATH, __RELPATH, LastSyncTime, MajorVersion, MinorVersion FROM SMS_ActiveSyncService; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:56 PM 2648 (0x0A58)
Collection: Class "SMS_ActiveSyncService" does not exist out. InventoryAgent 1/19/2010 10:40:56 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, ID, Name, ParentID FROM Win32_ServerComponent; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:56 PM 2648 (0x0A58)
Collection: Class "Win32_ServerComponent" does not exist out. InventoryAgent 1/19/2010 10:40:56 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\Nap; Query = SELECT __CLASS, __PATH, __RELPATH, description, fixupURL, name, napEnabled, napProtocolVersion, systemIsolationState FROM NAP_Client; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:56 PM 2648 (0x0A58)
Collection: Namespace = root\ccm; Query = SELECT __CLASS, __PATH, __RELPATH, DisplayName, Name, Version FROM CCM_InstalledComponent; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:56 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, AMT, AMTApps, BiosVersion, BuildNumber, DeviceID, Flash, LegacyMode, Netstack, ProvisionMode, ProvisionState, RecoveryBuildNum, RecoveryVersion, Sku, TLSMode, VendorID, ZTCEnabled FROM SMS_AMTObject; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:56 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\ccm\VulnerabilityAssessment; Query = SELECT __CLASS, __PATH, __RELPATH, DetailKey, DetailScore, DetailValue1, DetailValue2, DetailValue3, Tool, VulnerabilityID FROM Win32_Vulnerability_Detail; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:56 PM 2648 (0x0A58)
Collection: Class "Win32_Vulnerability_Detail" does not exist out. InventoryAgent 1/19/2010 10:40:56 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, BootDevice, BuildNumber, Caption, CountryCode, CSDVersion, Description, InstallDate, LastBootUpTime, Locale, Manufacturer, Name, Organization, OSLanguage, RegisteredUser, SystemDirectory, TotalSwapSpaceSize, TotalVirtualMemorySize, TotalVisibleMemorySize, Version, WindowsDirectory FROM Win32_OperatingSystem; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:56 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, InstallDate, Manufacturer, Name, PNPDeviceID, ProductName, Status FROM Win32_SoundDevice; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:56 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, ARPDisplayName, CM_DSLID, EvidenceSource, InstallDate, InstallDirectoryValidation, InstalledLocation, InstallSource, InstallType, Language, LocalPackage, ProductCode, ProductID, ProductName, ProductVersion, Publisher, RegisteredUser, ServicePack, SoftwareCode, SoftwarePropertiesHash, SoftwarePropertiesHashEx, UninstallString, UpgradeCode, VersionMajor, VersionMinor FROM SMS_InstalledSoftware; Timeout = 600 secs. InventoryAgent 1/19/2010 10:40:56 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, BinFileVersion, BinProductVersion, Description, FilePropertiesHash, FilePropertiesHashEx, FileSize, FileVersion, Language, ParentName, Product, ProductCode, ProductVersion, Publisher, ShortcutKey, ShortcutName, ShortcutType, TargetExecutable FROM SMS_SoftwareShortcut; Timeout = 600 secs. InventoryAgent 1/19/2010 10:41:00 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, ClientMachineID, IsKeyManagementServiceMachine, KeyManagementServiceCurrentCount, KeyManagementServiceMachine, KeyManagementServiceProductKeyID, PolicyCacheRefreshRequired, RequiredClientCount, Version, VLActivationInterval, VLRenewalInterval FROM SoftwareLicensingService; Timeout = 600 secs. InventoryAgent 1/19/2010 10:43:35 PM 2648 (0x0A58)
Collection: Class "SoftwareLicensingService" does not exist out. InventoryAgent 1/19/2010 10:43:35 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, BinFileVersion, BinProductVersion, Description, FileName, FilePropertiesHash, FilePropertiesHashEx, FileVersion, Location, Product, ProductVersion, Publisher, StartupType, StartupValue FROM SMS_AutoStartSoftware; Timeout = 600 secs. InventoryAgent 1/19/2010 10:43:35 PM 2648 (0x0A58)
Collection: Namespace = \\localhost\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, DisplayName, InstallDate, ProdID, Publisher, Version FROM Win32Reg_AddRemovePrograms; Timeout = 600 secs. InventoryAgent 1/19/2010 10:43:36 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, InstanceKey, PhysicalHostName, PhysicalHostNameFullyQualified FROM Win32Reg_SMSGuestVirtualMachine; Timeout = 600 secs. InventoryAgent 1/19/2010 10:43:39 PM 2648 (0x0A58)
Update cached IWbemService pointer to namespace: \\.\root\cimv2 InventoryAgent 1/19/2010 10:43:39 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, KeyName, ProfileImagePath FROM Local_SID_List; Timeout = 600 secs. InventoryAgent 1/19/2010 10:43:40 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, MediaType, Name, Status FROM Win32_TapeDrive; Timeout = 600 secs. InventoryAgent 1/19/2010 10:43:40 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, LastUpdateTime, PackageID, PackageVer, Type FROM Win32_ScanPackageVersion; Timeout = 600 secs. InventoryAgent 1/19/2010 10:43:40 PM 2648 (0x0A58)
Collection: Class "Win32_ScanPackageVersion" does not exist out. InventoryAgent 1/19/2010 10:43:40 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, LastConsoleUse, NumberOfConsoleLogons, SystemConsoleUser, TotalUserConsoleMinutes FROM SMS_SystemConsoleUser; Timeout = 600 secs. InventoryAgent 1/19/2010 10:43:40 PM 2648 (0x0A58)
Collection: Namespace = \\localhost\root\vm\VirtualServer; Query = SELECT __CLASS, __PATH, __RELPATH, Name FROM VirtualMachine; Timeout = 600 secs. InventoryAgent 1/19/2010 10:43:40 PM 2648 (0x0A58)
Failed to get IWbemService Ptr for \\localhost\root\vm\VirtualServer Namespace: 8004100E InventoryAgent 1/19/2010 10:43:40 PM 2648 (0x0A58)
Failed to enumerate instances of VirtualMachine: 8004100E InventoryAgent 1/19/2010 10:43:40 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\ccm\SoftwareMeteringAgent; Query = SELECT __CLASS, __PATH, __RELPATH, AdditionalProductCodes, CompanyName, ExplorerFileName, FileDescription, FilePropertiesHash, FileSize, FileVersion, FolderPath, LastUsedTime, LastUserName, msiDisplayName, msiPublisher, msiVersion, OriginalFileName, ProductCode, ProductLanguage, ProductName, ProductVersion, SoftwarePropertiesHash FROM CCM_RecentlyUsedApps; Timeout = 600 secs. InventoryAgent 1/19/2010 10:43:40 PM 2648 (0x0A58)
Collection: Namespace = \\localhost\root\Microsoft\appvirt\client; Query = SELECT __CLASS, __PATH, __RELPATH, LastLaunchOnSystem, Name, PackageGUID, Version FROM Application; Timeout = 600 secs. InventoryAgent 1/19/2010 10:43:44 PM 2648 (0x0A58)
Failed to get IWbemService Ptr for \\localhost\root\Microsoft\appvirt\client Namespace: 8004100E InventoryAgent 1/19/2010 10:43:44 PM 2648 (0x0A58)
Failed to enumerate instances of Application: 8004100E InventoryAgent 1/19/2010 10:43:44 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Description, DeviceID, PrimaryBusType, RevisionNumber, SecondaryBusType, Status, StatusInfo, SystemName FROM Win32_MotherboardDevice; Timeout = 600 secs. InventoryAgent 1/19/2010 10:43:44 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, AdapterType, Description, DeviceID, MACAddress, Manufacturer, Name, ProductName, ServiceName, Status FROM Win32_NetworkAdapter; Timeout = 600 secs. InventoryAgent 1/19/2010 10:43:44 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, CurrentTimeZone, Description, Domain, DomainRole, Manufacturer, Model, Name, NumberOfProcessors, Roles, Status, SystemType, UserName FROM Win32_ComputerSystem; Timeout = 600 secs. InventoryAgent 1/19/2010 10:43:45 PM 2648 (0x0A58)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, AvailableLicenses, Description, IssuedLicenses, KeyPackId, KeyPackType, ProductType, ProductVersion, TotalLicenses FROM Win32_TSLicenseKeyPack; Timeout = 600 secs. InventoryAgent 1/19/2010 10:43:45 PM 2648 (0x0A58)
Collection: Class "Win32_TSLicenseKeyPack" does not exist out. InventoryAgent 1/19/2010 10:43:45 PM 2648 (0x0A58)
Collection: 46/63 inventory data items successfully inventoried. InventoryAgent 1/19/2010 10:43:45 PM 2648 (0x0A58)
Inventory: Collection Task completed in 213.015 seconds InventoryAgent 1/19/2010 10:43:45 PM 2648 (0x0A58)
Inventory: 17 Collection Task(s) failed. InventoryAgent 1/19/2010 10:43:45 PM 2648 (0x0A58)
Inventory: Temp report = C:\WINDOWS\system32\CCM\Inventory\Temp\b9159d54-03fc-4e80-92f1-e08d1d4069f8.xml InventoryAgent 1/19/2010 10:43:45 PM 2648 (0x0A58)
Inventory: Starting reporting task. InventoryAgent 1/19/2010 10:43:45 PM 4284 (0x10BC)
Reporting: 43 report entries created. InventoryAgent 1/19/2010 10:43:48 PM 4284 (0x10BC)
Inventory: Reporting Task completed in 3.157 seconds InventoryAgent 1/19/2010 10:43:48 PM 4284 (0x10BC)
Inventory: Successfully sent report. Destination:mp:MP_HinvEndpoint, ID: {8FF30D2C-1871-4531-A203-F19D55CDDC6D}, Timeout: 80640 minutes MsgMode: Signed, Not Encrypted InventoryAgent 1/19/2010 10:43:48 PM 4284 (0x10BC)
Inventory: Cycle completed in 273.375 seconds InventoryAgent 1/19/2010 10:44:21 PM 4284 (0x10BC)
Inventory: Action completed. InventoryAgent 1/19/2010 10:44:21 PM 4284 (0x10BC)
Inventory: ************************ End of message processing. ************************ InventoryAgent 1/19/2010 10:44:21 PM 4284 (0x10BC)
Inventory: *********************** Start of message processing. *********************** InventoryAgent 1/19/2010 11:17:56 PM 1564 (0x061C)
Inventory: Message type is InventoryAction InventoryAgent 1/19/2010 11:17:56 PM 1564 (0x061C)
Inventory: Temp directory = C:\WINDOWS\system32\CCM\Inventory\Temp\ InventoryAgent 1/19/2010 11:17:56 PM 1564 (0x061C)
Inventory: Clearing old collected files. InventoryAgent 1/19/2010 11:17:56 PM 1564 (0x061C)
Inventory: Opening store for action {00000000-0000-0000-0000-000000000003} ... InventoryAgent 1/19/2010 11:17:56 PM 1564 (0x061C)
Inventory: Action=Discovery ReportType=Full InventoryAgent 1/19/2010 11:17:56 PM 1564 (0x061C)
Inventory: Initialization completed in 0.140 seconds InventoryAgent 1/19/2010 11:17:56 PM 1564 (0x061C)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, IPAddress, IPXAddress, MACAddress FROM Win32_NetworkAdapterConfiguration WHERE IPEnabled=TRUE; Timeout = 600 secs. InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, UserName FROM Win32_ComputerSystem; Timeout = 600 secs. InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT __CLASS, __PATH, __RELPATH, IPv6Address FROM CCM_IPv6NetworkAdapterConfiguration; Timeout = 600 secs. InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT __CLASS, __PATH, __RELPATH, IPSubnet FROM CCM_NetworkAdapterConfiguration; Timeout = 600 secs. InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Collection: Signing turned off. Skipping query SELECT __CLASS, __PATH, __RELPATH, EncodedSigningPublicKey FROM CCM_ClientSecurityInformation; InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT __CLASS, __PATH, __RELPATH, FQDN FROM CCM_ExtNetworkAdapterConfiguration; Timeout = 600 secs. InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Collection: Namespace = \\.\root\ccm; Query = SELECT __CLASS, __PATH, __RELPATH, ClientIdChangeDate, PreviousClientId FROM CCM_Client; Timeout = 600 secs. InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT __CLASS, __PATH, __RELPATH, Domain FROM CCM_ComputerSystem; Timeout = 600 secs. InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT __CLASS, __PATH, __RELPATH, IPv6Prefix FROM CCM_IPv6PrefixNetworkAdapterConfiguration; Timeout = 600 secs. InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, UUID FROM Win32_ComputerSystemProduct; Timeout = 600 secs. InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT __CLASS, __PATH, __RELPATH, ADSiteName FROM CCM_ADSiteInfo; Timeout = 600 secs. InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Collection: Namespace = \\.\root\ccm; Query = SELECT __CLASS, __PATH, __RELPATH, HardwareID1 FROM CCM_ClientIdentificationInformation; Timeout = 600 secs. InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Collection: Namespace = \\.\root\ccm\invagt; Query = SELECT __CLASS, __PATH, __RELPATH, PlatformID FROM CCM_DiscoveryData; Timeout = 600 secs. InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Collection: Namespace = \\.\root\ccm; Query = SELECT __CLASS, __PATH, __RELPATH, Name FROM SMS_Authority; Timeout = 600 secs. InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Collection: 13/14 inventory data items successfully inventoried. InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Inventory: Collection Task completed in 0.531 seconds InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Inventory: 1 Collection Task(s) failed. InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Inventory: Temp report = C:\WINDOWS\system32\CCM\Inventory\Temp\65078635-6fce-4f60-a86e-a45890c905b5.xml InventoryAgent 1/19/2010 11:17:56 PM 2400 (0x0960)
Inventory: Starting reporting task. InventoryAgent 1/19/2010 11:17:56 PM 1564 (0x061C)
Reporting: 11 report entries created. InventoryAgent 1/19/2010 11:17:57 PM 1564 (0x061C)
Inventory: Reporting Task completed in 0.079 seconds InventoryAgent 1/19/2010 11:17:57 PM 1564 (0x061C)
Inventory: Successfully sent report. Destination:mp:MP_DdrEndpoint, ID: {100C2D17-F9A2-454D-8663-6DF21A4E1341}, Timeout: 80640 minutes MsgMode: Signed, Not Encrypted InventoryAgent 1/19/2010 11:17:57 PM 1564 (0x061C)
Inventory: Cycle completed in 0.968 seconds InventoryAgent 1/19/2010 11:17:57 PM 1564 (0x061C)
Inventory: Action completed. InventoryAgent 1/19/2010 11:17:57 PM 1564 (0x061C)
Inventory: ************************ End of message processing. ************************ InventoryAgent 1/19/2010 11:17:57 PM 1564 (0x061C)
and my dataldr.log
Waiting for a MIF... SMS_INVENTORY_DATA_LOADER 1/19/2010 10:16:48 PM 2552 (0x09F8)
SMS_DEF.Mof change detected SMS_INVENTORY_DATA_LOADER 1/19/2010 10:35:30 PM 2352 (0x0930)
Connected to SQL; waiting for Hinv action ID... SMS_INVENTORY_DATA_LOADER 1/19/2010 10:35:42 PM 2352 (0x0930)
Done with wait for Hinv action ID. SMS_INVENTORY_DATA_LOADER 1/19/2010 10:35:42 PM 2352 (0x0930)
Start of cimv2\sms-to-policy conversion SMS_INVENTORY_DATA_LOADER 1/19/2010 10:35:42 PM 2352 (0x0930)
Resetting SMS_Report qualifier to FALSE on all classes and properties in cimv2\sms namespace SMS_INVENTORY_DATA_LOADER 1/19/2010 10:35:42 PM 2352 (0x0930)
Running MOFCOMP on C:\Program Files (x86)\Microsoft Configuration Manager\inboxes\clifiles.src\hinv\configuration.mof SMS_INVENTORY_DATA_LOADER 1/19/2010 10:35:43 PM 2352 (0x0930)
MOF backed up to C:\Program Files (x86)\Microsoft Configuration Manager\data\hinvarchive\configuration.mof.bak SMS_INVENTORY_DATA_LOADER 1/19/2010 10:35:43 PM 2352 (0x0930)
Running MOFCOMP on C:\Program Files (x86)\Microsoft Configuration Manager\inboxes\clifiles.src\hinv\sms_def.mof SMS_INVENTORY_DATA_LOADER 1/19/2010 10:35:43 PM 2352 (0x0930)
MOF backed up to C:\Program Files (x86)\Microsoft Configuration Manager\data\hinvarchive\sms_def.mof.bak SMS_INVENTORY_DATA_LOADER 1/19/2010 10:35:49 PM 2352 (0x0930)
End of cimv2\sms-to-policy conversion; returning 0x0 SMS_INVENTORY_DATA_LOADER 1/19/2010 10:36:29 PM 2352 (0x0930)
Configuratin.Mof change detected SMS_INVENTORY_DATA_LOADER 1/19/2010 10:36:29 PM 2352 (0x0930)
Connected to SQL; waiting for Hinv action ID... SMS_INVENTORY_DATA_LOADER 1/19/2010 10:36:29 PM 2352 (0x0930)
Done with wait for Hinv action ID. SMS_INVENTORY_DATA_LOADER 1/19/2010 10:36:29 PM 2352 (0x0930)
Start of cimv2\sms-to-policy conversion SMS_INVENTORY_DATA_LOADER 1/19/2010 10:36:29 PM 2352 (0x0930)
Resetting SMS_Report qualifier to FALSE on all classes and properties in cimv2\sms namespace SMS_INVENTORY_DATA_LOADER 1/19/2010 10:36:29 PM 2352 (0x0930)
Running MOFCOMP on C:\Program Files (x86)\Microsoft Configuration Manager\inboxes\clifiles.src\hinv\configuration.mof SMS_INVENTORY_DATA_LOADER 1/19/2010 10:36:39 PM 2352 (0x0930)
MOF backed up to C:\Program Files (x86)\Microsoft Configuration Manager\data\hinvarchive\configuration.mof.bak SMS_INVENTORY_DATA_LOADER 1/19/2010 10:36:40 PM 2352 (0x0930)
Running MOFCOMP on C:\Program Files (x86)\Microsoft Configuration Manager\inboxes\clifiles.src\hinv\sms_def.mof SMS_INVENTORY_DATA_LOADER 1/19/2010 10:36:40 PM 2352 (0x0930)
MOF backed up to C:\Program Files (x86)\Microsoft Configuration Manager\data\hinvarchive\sms_def.mof.bak SMS_INVENTORY_DATA_LOADER 1/19/2010 10:36:48 PM 2352 (0x0930)
End of cimv2\sms-to-policy conversion; returning 0x0 SMS_INVENTORY_DATA_LOADER 1/19/2010 10:37:38 PM 2352 (0x0930)
Cleaning aged temp files... SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:48 PM 2552 (0x09F8)
Checking inbox for any MIFs to process... SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:48 PM 2552 (0x09F8)
>> Add 1 files to process directory ... SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:48 PM 2552 (0x09F8)
Moving MIF file C:\Program Files (x86)\Microsoft Configuration Manager\inboxes\auth\dataldr.box\HQ7UHUI6.MIF to C:\Program Files (x86)\Microsoft Configuration Manager\inboxes\auth\dataldr.box\process\HQ7UHUI6.MIF SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:48 PM 2552 (0x09F8)
Started the machine MIF processing thread, thread ID = 2414 SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:48 PM 2552 (0x09F8)
Worker thread 4932 starting execution. SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:48 PM 4932 (0x1344)
Done with job queueing. SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:49 PM 9236 (0x2414)
Blocking until completion. SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:49 PM 9236 (0x2414)
Thread: 0 is using GUID SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:50 PM 4932 (0x1344)
Thread: 4932 will use GUID GUID:BC805721-9CC2-4184-8A93-CD0D6CC1FDD7 SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:50 PM 4932 (0x1344)
Processing Inventory for Machine: BBCARDEV02 Version 1.44 Generated: 01/18/2010 21:57:18 SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:50 PM 4932 (0x1344)
Begin transaction: Machine=BBCARDEV02(GUID:BC805721-9CC2-4184-8A93-CD0D6CC1FDD7) SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:50 PM 4932 (0x1344)
Commit transaction: Machine=BBCARDEV02(GUID:BC805721-9CC2-4184-8A93-CD0D6CC1FDD7) SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:51 PM 4932 (0x1344)
Done: Machine=BBCARDEV02(GUID:BC805721-9CC2-4184-8A93-CD0D6CC1FDD7) code=0 (7 stored procs in XHQ7UHUI6.MIF) SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:51 PM 4932 (0x1344)
Done blocking until completion. SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:51 PM 9236 (0x2414)
No more machine MIFs to be processed, terminating thread SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:51 PM 9236 (0x2414)
Shutting down Machine Writer. SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:51 PM 9236 (0x2414)
Worker thread 4932 halting execution. SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:52 PM 4932 (0x1344)
Finished processing 1 MIFs SMS_INVENTORY_DATA_LOADER 1/19/2010 10:55:56 PM 9236 (0x2414)
Cleaning aged temp files... SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:18 PM 2552 (0x09F8)
Checking inbox for any MIFs to process... SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:18 PM 2552 (0x09F8)
>> Add 1 files to process directory ... SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:18 PM 2552 (0x09F8)
Moving MIF file C:\Program Files (x86)\Microsoft Configuration Manager\inboxes\auth\dataldr.box\HQ7KQKVN.MIF to C:\Program Files (x86)\Microsoft Configuration Manager\inboxes\auth\dataldr.box\process\HQ7KQKVN.MIF SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:18 PM 2552 (0x09F8)
Started the machine MIF processing thread, thread ID = 22D8 SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:18 PM 2552 (0x09F8)
Worker thread 9404 starting execution. SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:18 PM 9404 (0x24BC)
Done with job queueing. SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:19 PM 8920 (0x22D8)
Blocking until completion. SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:19 PM 8920 (0x22D8)
Thread: 0 is using GUID SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:20 PM 9404 (0x24BC)
Thread: 9404 will use GUID GUID:BC805721-9CC2-4184-8A93-CD0D6CC1FDD7 SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:20 PM 9404 (0x24BC)
Processing Inventory for Machine: BBCARDEV02 Version 1.45 Generated: 01/19/2010 21:57:10 SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:20 PM 9404 (0x24BC)
Begin transaction: Machine=BBCARDEV02(GUID:BC805721-9CC2-4184-8A93-CD0D6CC1FDD7) SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:43 PM 9404 (0x24BC)
Commit transaction: Machine=BBCARDEV02(GUID:BC805721-9CC2-4184-8A93-CD0D6CC1FDD7) SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:44 PM 9404 (0x24BC)
Done: Machine=BBCARDEV02(GUID:BC805721-9CC2-4184-8A93-CD0D6CC1FDD7) code=0 (8 stored procs in XHQ7KQKVN.MIF) SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:44 PM 9404 (0x24BC)
Done blocking until completion. SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:44 PM 8920 (0x22D8)
No more machine MIFs to be processed, terminating thread SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:44 PM 8920 (0x22D8)
Shutting down Machine Writer. SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:44 PM 8920 (0x22D8)
Worker thread 9404 halting execution. SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:45 PM 9404 (0x24BC)
Finished processing 1 MIFs SMS_INVENTORY_DATA_LOADER 1/19/2010 10:57:49 PM 8920 (0x22D8)
January 20th, 2010 7:27am
#pragma namespace (\\\\.\\root\\cimv2) in configuration.mof... well... you don't *really*need it. Most of the time. You used to have to have it when sms_def.mof , but with the 2 .mof files now (one for the server policy, one for the client policy), it not strictly necessary, unless you've added a custom mof snippet just prior which switched focus to a different namespace. I'm going to guess it's unlikely that you've done that; it's only a few custom snippets that have that. But if it bothers you that it's not there, it really won't hurt a thing to add it, if it makes you more comfortable.My guess why you don't see it in inventorayagent.log: My personal downfall. Patience. It's been several hours since this post, so just try another Hinv on that client. It sometimes takes a few minutes from Machine Policy refresh to the new policy actually being evaluated & used. Standardize. Simplify. Automate.
Free Windows Admin Tool Kit Click here and download it now
January 20th, 2010 6:14pm
What do you mean by try another hinv?I used Policy Spy to look at Policy ID= "{282384a1-2deb-4e7c-8e73-f9ef29a67d9e}....and the snippet is at the bottom of it. Would this be considered Asset Intelligence report? Is there somewhere else I can look to find if it is gathering the information or some place to look at all the views for the reports? I just am not seeing anything like Local_SID_List under views when I go to make a new report in sccm. I am expexting to see "Defining group class:" and "File Successfuly parsed" in dataldr.log right?Wouldn’t you know that one of the first things my boss wants SCCM to do would be so complicated.
January 20th, 2010 6:35pm
I meant try having a client submit another Hardware Inventory Client Action. In your inventoryagent.log, I didn't see a Select ... from local_sid_list. So either I didn't see it, or the client didn't completely have the policy yet. Try another HINV action, and watch inventoryagent.log.fyi, that is *always* my downfall: waiting long enough between making the changes to sms_def.mof/configuration.mof on the primary sites to the clients picking up the policy, to the client evaluating and applying the new policy, and THEN it'll use th new policy at the next hinv. That's my downfall. Patience. So...just try another hinv. Standardize. Simplify. Automate.
Free Windows Admin Tool Kit Click here and download it now
January 21st, 2010 12:19am
Would a bad MP install affect this?When I looked at the MPSetup.log it was stuck on "Installation was successful, but a reboot is required."even though we have rebooted the server several times.Do we need to uninstall IIS on the server to reinstall the MP and if we do will we lose the SUS folders.
January 21st, 2010 2:01am
There are ways to look at your MP to see if it's replying to Client policy requests before you just uninstall/reinstall.Have you tried the mplist and/or mpcert tests yet? http://YouMPHere:80/SMS_MP/.sms_aut?MPLIST and http://YouMPHere:80/SMS_MP/.sms_aut?MPCERT ?Have you used Roger Zanders Client Center, and tried a Hard Reset Policy, and watched policyagent.log/policyevaluator.log to see if the client will pull down policies?Standardize. Simplify. Automate.
Free Windows Admin Tool Kit Click here and download it now
January 21st, 2010 4:51pm
Ok, Now I have messed up for sure. I uninstalled the MP and it will not reinstall.Is there a way to make sure its totaly uninstalled?And when i try to reinstall it I am gettingIn the MPSetup.log<01-21-2010 12:28:39> Enabling MSI logging. mp.msi will log to C:\Program Files (x86)\Microsoft Configuration Manager\logs\mpMSI.log<01-21-2010 12:28:39> Installing C:\Program Files (x86)\Microsoft Configuration Manager\bin\i386\mp.msi CCMINSTALLDIR="C:\Program Files (x86)\SMS_CCM" CCMSERVERDATAROOT="C:\Program Files (x86)\Microsoft Configuration Manager" USESMSPORTS=TRUE SMSPORTS=80 USESMSSSLPORTS=TRUE SMSSSLPORTS=443 USESMSSSL=TRUE SMSSSLSTATE=0 CCMENABLELOGGING=TRUE CCMLOGLEVEL=1 CCMLOGMAXSIZE=1000000 CCMLOGMAXHISTORY=1 <01-21-2010 12:35:07> mp.msi exited with return code: 1603-----------------mpMsi.logProperty(S): CCMHTTPSSTATE = 0MSI (s) (80:EC) [12:35:06:872]: Note: 1: 1708 MSI (s) (80:EC) [12:35:06:873]: Product: SMS Management Point -- Installation operation failed.
January 21st, 2010 11:03pm
unfortunately, a 1603 error is kind of a generic error. If you look in the mpMSI.log file (not mpsetup.log) you'll get more detail, it might actually say, about oh... 3/4th of the way down, what it's really upset about. Reading MSI log files is never fun. But the failure will be in there. But you might need to know the internal structure of how Windows INstaller itself functions to kind of interpret what it whining about.Otherwise, Um... hm... well... If it were me, short term I'd find another server with IIS + BITS extensions, and make that a temporary management Point while I troubleshoot the other server. Once I had a good MP offering policies (verified via SCCM Client Center, and watching log files on clients, and running the mplist/mpcert tests), then I'd go back to the original server, and troubleshoot it. Probably open a call if I got as stuck as you are.Standardize. Simplify. Automate.
Free Windows Admin Tool Kit Click here and download it now
January 21st, 2010 11:43pm
Thanks Sherry,I have managed to get the MP installed "Successfully" after reinstalling IIS but now I cannot run reports at all. When I try I get the message. "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable"I deleted the reporting point waited an hour and re added it.I saw a post somewhere saying to run "regsvr32 scrrun" I did and it succeeded but still no reports. On a good note i did see v_GS_Local_SID_List0 under views so I should be able to create that report if i can just get them to run. It has been one of those weeks.
January 22nd, 2010 7:07am
Well I finally got both the MP and the reports going again (by the way you do need “asp” as a role in IIS)
And I am using this sql statement to create areport
select @ComputerName = '%' +lower(@ComputerName) + '%'
Select SYS.Name0, USID.ProfileImagePath0 as Pfile, SYS.User_Name0, SYS.Resource_Domain_OR_Workgr0
from v_R_System as SYS
join v_GS_Local_SID_List0 as USID
on SYS.ResourceID = USID.ResourceID
where SYS.User_Name0 is not null
and (lower(SYS.Name0) like @ComputerName or @ComputerName='')
Order by SYS.User_Name0
The report looks like
Name
Pfile
User Name
Computer Domain
BBMO-H3QWQC1
C:\Documents and Settings\techuser
abarragan
Domain
BBMO-H3QWQC1
C:\WINDOWS\system32\config\systemprofile
abarragan
Domain
BBMO-H3QWQC1
C:\Documents and Settings\LocalService
abarragan
Domain
BBMO-H3QWQC1
C:\Documents and Settings\NetworkService
abarragan
Domain
BBMO-H3QWQC1
C:\Documents and Settings\abarragan
abarragan
Domain
BBMO-2B3H7C1
C:\Documents and Settings\LocalService
aboi
Domain
BBMO-2B3H7C1
C:\Documents and Settings\kbarnes
aboi
Domain
BBMO-2B3H7C1
C:\Documents and Settings\emitchell
aboi
Domain
This will do but I would like to strip off the path from the Pfile column.
I have tried “select replace(ProfileImagePath0, 'c:\', '') from v_GS_Local_SID_List0” at the bottom of the statement but it does not seem do anything.If i use it at the top it errors out.Thanks for all your help.
Free Windows Admin Tool Kit Click here and download it now
January 23rd, 2010 8:03pm