Sccm 2012 R2 Software Inventory

Posted on  by
Sccm 2012 R2 Software Inventory 3,4/5 3519 votes

Aug 02, 2018  How to Configure Software Inventory in SCCM. To configure software inventory in SCCM, perform the following steps. In the Configuration Manager console, choose Administration Client Settings Default Client Settings.Right click default client settings and click Properties.Now click on Software Inventory.What you see is options for configuring software inventory.

  1. At times, I have had customers contact me with concerns that their Configuration Manager 2012 environment is very slow or in some cases that the database is running out of space. When assessing the source of this, I have found that these customers are using the Inventory system in Configuration Manager to collect significant amounts.
  2. In this post we will understand what is Software Inventory in SCCM. We will also learn how to Configure Software Inventory in SCCM. You use software inventory to collect information about files on client devices. It can be a specific file, files with specific extension or all files on the computer.

The requirement of the software inventory to function is similar to that of the hardware inventory. The process is also almost similar.

Client Side

The scheduler will send a message to the inventory agent to start the software inventory process.

Scheduler.log:

Sending message for schedule 'Machine/{00000000-0000-0000-0000-000000000002}' (Target: 'direct:InventoryAgent', Name: ')Scheduler4/10/2005 9:39:06 AM3904 (0x0F40)

The agent will determine the type of inventory it has to process (Full, Delta, Resync).The Scan Properties are stored in WMI at the RootCCMPolicyMachine namespace.

If you don’t see this, the issue can be the client unable to download the policies or the server has not been configured for Software Inventory.

Once the Software Inventory Client Agent has determined its Scan type, it must now determine precisely what it needs to inventory. This is accomplished by again pulling configuration data from WMI. Software Inventory Rule information (what an administrator has configured SCCM to inventory) is stored within the same namespace of WMI (RootCCMPolicyMachine) Each rule is stored in an instance of this class.

The inventory agent will scan the machine according to the software inventory rules and will send an XML file to the software inventory endpoint.

Once the properties of the scan have been determined, and the Advanced Client knows what type of scan (Full, Delta or Resync) to perform, as well as what it is scanning for (as defined in the Software Inventory Rules), it is time for it to perform the actual scan.

Inventoryagent.log

Inventory: *********************** Start of message processing. ***********************InventoryAgent4/22/2010 12:07:36 AM2924 (0x0B6C)

Inventory: Message type is InventoryActionInventoryAgent4/22/2010 12:07:36 AM2924 (0x0B6C)

Inventory: Temp directory = C:WINDOWSsystem32CCMInventoryTempInventoryAgent4/22/2010 12:07:36 AM2924 (0x0B6C)

Inventory: Clearing old collected files.InventoryAgent4/22/2010 12:07:36 AM2924 (0x0B6C)

Inventory: Opening store for action {00000000-0000-0000-0000-000000000002} ..InventoryAgent4/22/2010 12:07:37 AM2924 (0x0B6C)

Inventory: Action=Software ReportType=DeltaInventoryAgent4/22/2010 12:07:56 AM2924 (0x0B6C)

Inventory: Initialization completed in 19.849 secondsInventoryAgent4/22/2010 12:07:56 AM2924 (0x0B6C)

Collection: Input context, scan rate in milliseconds = 2InventoryAgent4/22/2010 12:09:57 AM3972 (0x0F84)

Collection: Input context, skip file name = skpswi.datInventoryAgent4/22/2010 12:09:57 AM3972 (0x0F84)

Collection: Namespace = .rootccminvagt; Query = SELECT Name, Path, LastWriteDate, Size, CompanyName, ProductName, ProductVersion, ProductLanguage, FileVersion, FileDescription FROM FileSystemFile WHERE Name = '*.exe' AND Path = '**' AND IsCompressed = FALSE AND IsEncrypted = FALSE; Timeout = 14400 secs.InventoryAgent4/22/2010 12:09:57 AM3972 (0x0F84)

……………………………

……………………………

………………………….

Inventory: Starting reporting task.InventoryAgent4/22/2010 12:16:19 AM2384 (0x0950)

Reporting: 0 report entries created.InventoryAgent4/22/2010 12:16:20 AM2384 (0x0950)

Inventory: Reporting Task completed in 0.931 secondsInventoryAgent4/22/2010 12:16:20 AM2384 (0x0950)

Inventory: Successfully sent report. Destination:mp:MP_SinvEndpoint, ID: {EBC09961-66DD-4C98-9656-FA370C3259BC}, Timeout: 80640 minutes MsgMode: Signed, Not EncryptedInventoryAgent4/22/2010 12:16:20 AM2384 (0x0950)

Inventory: Cycle completed in 541.088 secondsInventoryAgent4/22/2010 12:16:37 AM2384 (0x0950)

Inventory: Action completed.InventoryAgent4/22/2010 12:16:37 AM2384 (0x0950)

Inventory: ************************ End of message processing. ************************InventoryAgent4/22/2010 12:16:37 AM2384 (0x0950)

If there are some failures there then you can check to make sure that the consistency of the WMI and client of the system. Also we have information on

Sccm 2012 R2 Software Inventory Free

FileSystemFile.log

************* Start of File System Query. *************FileSystemFile4/22/2010 12:09:57 AM2384 (0x0950)

Query = SELECT __class, __path, __relpath, name, path, lastwritedate, size, companyname, productname, productversion, productlanguage, fileversion, filedescriptionFROM FileSystemFile WHERE name = '*.exe' and path = '**' and iscompressed = false and isencrypted = false; Timeout = 14400 secs; ScanInterval = 2 msecs; SkipFile = skpswi.datFileSystemFile4/22/2010 12:09:57 AM2384 (0x0950)

Query parsed successfully.. ready to scan for files.FileSystemFile4/22/2010 12:09:57 AM2384 (0x0950)

Folders to skip: c:system volume information.FileSystemFile4/22/2010 12:09:57 AM2384 (0x0950)

Scanning all local drives using input path *FileSystemFile4/22/2010 12:09:57 AM2384 (0x0950)

Skipping A:;GetDriveType indicates it is not a fixed drive pathFileSystemFile4/22/2010 12:09:57 AM2384 (0x0950)

Scanning C: ..FileSystemFile4/22/2010 12:09:57 AM2384 (0x0950)

Skipping directory c:system volume informationFileSystemFile4/22/2010 12:11:49 AM2384 (0x0950)

Skipping directory c:system volume informationFileSystemFile4/22/2010 12:11:49 AM2384 (0x0950)

Excluding C:WINDOWS$NtUninstallKB923845$ (compressed)FileSystemFile4/22/2010 12:11:59 AM2384 (0x0950)

Excluding C:WINDOWS$NtUninstallKB923845$ (compressed)FileSystemFile4/22/2010 12:11:59 AM2384 (0x0950)

Once the scan based on software inventory rules is completed, the results are stored within WMI on the Advanced Client

Server Side

The Management Point receives the message from the Advanced Client via a CCM_POST request. This allows the client to upload the message to the C:SMS_CCMServiceDataMessagingEndpointQueuesMP_SinvEndpoint directory on the Management Point.

Once there, CCMExec on the Management Point processes the message to recreate the XML file. This file is then stored in the <SEREVERDIR>[1]MPOutboxesSinv.box folder. Once the Management Point has properly received the message and converted it into an XML file for processing, the XML file is then parsed and used to create a .SIC or .SID file. If the inventory data in the XML file is a Delta, the XML file is used to generate a .SID file. On the other hand, if the XML file is complete inventory information, a .SIC file is created.

Mp_sinv.log:

3d animation creator no download free. Aug 26, 2016  Aurora 3D Animation Maker can turn texts into eye-popping 3D animations. When video editing or designing web pages, do you need to transform your text to a. Animated Video Story on Mobiles. It is said that 65% of people are visual learners. At this time, your well-designed 3D cartoon video animation can do more to engage people on their mobiles, no matter iPhone, iPad, tablets or smartphones. High-quality, visual stories are extremely resonant, which will make your marketing a rewarding result with. Animation download - Best answers; Animation free download - Best answers; 3d animation software free download full version for windows 7 - Download - Graphics; Bryce animation software free download - Download - 3D; Image animation software free download - Download - Slide show; Movie title maker 3d video title animation software free download. Free Animation Maker. Renderforest is online video maker tool which helps to create explainer animations, promotional videos, character animations, 3D realistic videos, kinetic typography, slideshows and a lot more. Renderforest provides a variety of animations. Clara.io is a full-featured cloud-based 3D modeling, animation and rendering software tool that runs in your web browser. With Clara.io you can make complex 3D models, create beautiful photorealistic renderings, and share them without installing any software programs.

Mp Message Handler: copying attachment to C:Program FilesMicrosoft Configuration Managerinboxesauthsinv.boxSinvAttachment8920FQG5.xmlMP_SinvEndpoint1/31/2010 9:49:55 AM3548 (0x0DDC)

Inv-Sinv Task: processing xml file 'C:Program FilesMicrosoft Configuration Managerinboxesauthsinv.boxSinvAttachment8920FQG5.xml'MP_SinvEndpoint1/31/2010 9:49:55 AM3280 (0x0CD0)

Sinv Sax: loading C:Program FilesMicrosoft Configuration Managerinboxesauthsinv.boxSinvAttachment8920FQG5.xmlMP_SinvEndpoint1/31/2010 9:49:55 AM3280 (0x0CD0)

Full report from client SQL, action description = SoftwareMP_SinvEndpoint1/31/2010 9:49:55 AM3280 (0x0CD0)

Sinv Task: Translate report attachment to file 'C:Program FilesMicrosoft Configuration Managerinboxesauthsinv.box9GY0JSG8.SIC' returned 0MP_SinvEndpoint1/31/2010 9:49:55 AM3280 (0x0CD0)

Mp Message Handler: copying attachment to C:Program FilesMicrosoft Configuration Managerinboxesauthsinv.boxSinvAttachment4L7OW9WF.xmlMP_SinvEndpoint2/19/2010 7:37:16 PM5980 (0x175C)

Inv-Sinv Task: processing xml file 'C:Program FilesMicrosoft Configuration Managerinboxesauthsinv.boxSinvAttachment4L7OW9WF.xml'MP_SinvEndpoint2/19/2010 7:37:16 PM272 (0x0110)

Sinv Sax: loading C:Program FilesMicrosoft Configuration Managerinboxesauthsinv.boxSinvAttachment4L7OW9WF.xmlMP_SinvEndpoint2/19/2010 7:37:16 PM272 (0x0110)

Sinv Task: Translate report attachment to file 'C:Program FilesMicrosoft Configuration Managerinboxesauthsinv.boxAN46DUDY.SIC' returned 0MP_SinvEndpoint1/31/2010 9:36:45 AM4812 (0x12CC)

The management point file dispatch manager copies the file to the site server. There the software inventory processor inserts the data into the database.

Sinvproc.log:

Process Inventory Files..SMS_SOFTWARE_INVENTORY_PROCESSOR1/31/2010 9:27:13 AM5208 (0x1458)

Processing file: C:Program FilesMicrosoft Configuration Managerinboxesauthsinv.boxW06N50OM.SICSMS_SOFTWARE_INVENTORY_PROCESSOR1/31/2010 9:27:13 AM4668 (0x123C)

Processing Inventory for Machine: SCCMResId: 3 [OpCode=17 Sinv=1 FC=0 Resync=1] Generated: 01/31/2010 09:27:02SMS_SOFTWARE_INVENTORY_PROCESSOR1/31/2010 9:27:37 AM4668 (0x123C)

Transactions: Exist=0, Add=1196, Upd=0, Del=0, Total=1196SMS_SOFTWARE_INVENTORY_PROCESSOR1/31/2010 9:27:37 AM4668 (0x123C)

Report for Machine SCCM took 27 secs. for 2290 recs, FP=109, P=985, F=1196, FC=0SMS_SOFTWARE_INVENTORY_PROCESSOR1/31/2010 9:27:40 AM4668 (0x123C)

Successfully Processed file C:Program FilesMicrosoft Configuration Managerinboxesauthsinv.boxW06N50OM.SIC !!!SMS_SOFTWARE_INVENTORY_PROCESSOR1/31/2010 9:27:40 AM4668 (0x123C)

If the files are not getting processed then we need to make sure that the component SMS_SOFTWARE_INVENTORY_PROCESSOR. In certain circumstances a site reset can also help.

Links

How To Install Sccm 2012 R2

http://technet.microsoft.com/en-us/library/bb693889.aspx : Overview of Inventory

http://technet.microsoft.com/en-us/library/bb632359.aspx:Troubleshooting Inventory


Sccm Software Inventory Client

[1] <SERVERDIR> :Program FilesMicrosoft Configuration Manageror <Drive>SMS