Software Inventory - File Types Question / Issue

Hello,
I am having an issue at my site that I hope someone can help me out with.  Basically, my office is currently undergoing a software audit and they have something connected to my SCCM 2012 SP1 environment that is reading software inventory.  To save
the boring details, they told me that I needed to go into the Software Inventory and under the file types, add *.exe with all other settings as default. 
My manager did not want to turn this on for the entire company immediately so he asked that I target the IT department for this change during the afternoon.  So I created a new policy with only Software Inventory withthe settings that the auditor told
me to put and scheduled it to run daily at 2:00 PM with start date of today.  I then deployed this to a preexisting Collection that had all IT computers in it.  I completed this task by 11:00 AM, figuring that has given me plenty of time to allow
for the policy to filter down.  I forced a Machine Policy refresh on a few machines.
So at about 2:30 PM, I checked my InventoryAgent.log and nothing.  It doesn't appear to have run at all.  I began to do some research and found that I had to turn on a series of items in Asset Intelligence > Edit Inventory Class, which I did.
 I then refreshed my policies manually and then triggered the Software Inventory manually.  I watched the log again and got this
Inventory: *********************** Start of message processing. ***********************
InventoryAgent 7/16/2014 2:42:41 PM
6376 (0x18E8)
Inventory: Message type is InventoryAction InventoryAgent
7/16/2014 2:42:41 PM 6376 (0x18E8)
Inventory: Temp directory = C:\Windows\CCM\Inventory\Temp\
InventoryAgent 7/16/2014 2:42:41 PM
6376 (0x18E8)
Inventory: Clearing old collected files. InventoryAgent
7/16/2014 2:42:41 PM 6376 (0x18E8)
Inventory: Opening store for action {00000000-0000-0000-0000-000000000002} ...
InventoryAgent 7/16/2014 2:42:41 PM
6376 (0x18E8)
InventoryVersionNumber for '{00000000-0000-0000-0000-000000000002}' not found.
InventoryAgent 7/16/2014 2:42:41 PM
6376 (0x18E8)
CInvState::VerifyInventoryVersionNumber: Couldn't get version number for '{00000000-0000-0000-0000-000000000002}': 80070490
InventoryAgent 7/16/2014 2:42:41 PM
6376 (0x18E8)
Inventory: Delta report without a previous Full report; will do a Full report.
InventoryAgent 7/16/2014 2:42:41 PM
6376 (0x18E8)
Inventory: Action=Software, ReportType=Full, MajorVersion=1, MinorVersion=0
InventoryAgent 7/16/2014 2:42:41 PM
6376 (0x18E8)
Inventory: Initialization completed in 0.344 seconds
InventoryAgent 7/16/2014 2:42:41 PM
6376 (0x18E8)
After almost 20 minutes and no change, I attempted to start the Software Inventory again manually and got this.
Inventory: Message [Type=InventoryAction, ActionID={00000000-0000-0000-0000-000000000002}, Report=Delta] already in queue. Message ignored.
InventoryAgent 7/16/2014 2:59:47 PM
1032 (0x0408)
No change in about an hour since then.
Did I do something wrong?  Is there something that I am missing?  Any assistance would be helpful.
Thank you in advance.

 I began to do some research and found that I had to turn on a series of items in Asset Intelligence > Edit Inventory Class, which I did.
Software Inventory and Asset intelligence (hardware inv.) are unrelated. Just be patient - it might take some time.
Torsten Meringer | http://www.mssccmfaq.de

Similar Messages

  • File type association issue

    There is a issue with the file type association. In the newest version I couldn't associate .an extension to adobe edge animate. This happend on multiple computers.

    On 13.08.2014 15:16, shesser wrote:
    >
    > Win7prosp1, when trying to open a pdf from an email (double click), I
    > get this message, This file does not have a program associated with it
    > for performing this action. Please install a program or, if one is
    > already installed, create an association in the Default Programs control
    > panel. If I right click on the file and choose open with, it opens fine
    > in adobe. I then log into the same machine with a different user, open
    > an email, double click the pdf and it opens fine. The association is
    > correct under associate a file type. This issue seems to be related to
    > the user on t he machine. Have removed and reinstalled both Adobe and
    > gwclient.
    >
    > Has anyone run into this before?
    This, and countless similar issues all revolving around file types and
    windows... Your best bet is to grab something like process monitor from
    sysinternals and check where exactly in the registry windows is looking
    for the association. Or, of course, the pragmatic approach to just
    create a new profile for this user.
    CU,
    Massimo Rosen
    Novell Knowledge Partner
    No emails please!
    http://www.cfc-it.de

  • IOS 6 File Type Association Issues

    I've run into a problem that appears to be restricted just to iOS 6 devices -- iOS 5 seems to handle this situation well.
    I'm building an application that exports JSON-formatted files with a custom extension via email, and should also be able to open the file attachment from within mobile mail using the "Open with" dialog. Basically just a way to send your app's settings to other users of the app via email. These are small files as well -- less than 200KB.
    The problem I've run into is that even though my application name appears in the list of available applications to open the attachment, iOS 6 devices fail to open my application. In the device logs, the following gets reported:
         LaunchServices: Invalid LSOpenOperation request - No applications found to open document
    I've been looking for anything online about this kind of issue, but haven't found any reference to that console output. I'm also positive that I've set up the Document Type and Exported UTI items correctly -- again this all works fine in iOS 5. I've included the values defined for the Document Type and UTI below:
    Document Type
    ============
    <key>CFBundleDocumentTypes</key>
             <array>
                     <dict>
                             <key>CFBuldlerTypeRole</key>
                             <string>Editor</string>
                             <key>CFBundleTypeExtensions</key>
                             <array>
                                     <string>exportedModel</string>
                             </array>
                             <key>CFBundleTypeIconFiles</key>
                             <array>
                                     <string>icon</string>
                             </array>
                             <key>CFBundleTypeName</key>
                             <string>Exported Model</string>
                             <key>LSHandlerRank</key>
                             <string>Owner</string>
                             <key>LSItemContentTypes</key>
                             <array>
                                     <string>com.company.applicationName.exportedModel</string>
                             </array>
                     </dict>
    </array>
    Exported UTI
    ==========
    <key>UTExportedTypeDeclarations</key>
             <array>
        <dict>
          <key>UTTypeConformsTo</key>
          <array>
            <string>public.text</string>
          </array>
          <key>UTTypeDescription</key>
          <string>Exported Model</string>
          <key>UTTypeIdentifier</key>
          <string>com.company.applicationName.exportedModel</string>
          <key>UTTypeTagSpecification</key>
          <dict>
            <key>public.filename-extension</key>
            <string>exportedModel</string>
            <key>public.mime-type</key>
            <string>application/octet-stream</string>
          </dict>
                     </dict>
    </array>
    Has anyone else seen this kind of behavior in iOS 6? Could there be a cache of file type associations that is messing the "Open with" operation up?

    Hi! You have given me some hope - I have a very similar problem and too have been tearing my hair out. My app has stopped launching in iOS6 from an email attachment containing XML data, but of a user defined type .ftl. My application was launched in iOS 4 without any problems and I get the same:
    LaunchServices: Invalid LSOpenOperation request - No applications found to open document
    Error .... My .info file is also absolutely fine. Mate, how do you establish the MIME type of your email attachment?
    Regards,
    Lee

  • AVCHD in Premiere Pro CS 5 - exporting file type questions

    Firstly, this is my first post on here, so apologies if I'm breaking any kind of etiquette. Also, I'm not a very technical person and would appreciate any comments or advice to be in layman's terms!
    So, I film and edit weddings as part of a small company. I've recently had my camera and editing system upgraded to a Sony NXcam and Premiere Pro CS5 and I'm having a little trouble getting used to the new file types and settings (previously used miniDV tapes in SD with a Canon XL2 in an older version of Premiere).
    My pc handles the AVCHD footage fine but the way that I edit means that I'll want to export a sequence of edited clips as one long clip, and then re-import it. For example, I'm editing the wedding ceremony from footage from two cameras - I'm going to edit the full version of the ceremony and then I'm also going to edit it down into a version that is a highlights montage in slo-motion to music. The way I do this is once I'm happy with the full version of the ceremony I'll export it and then re-import it so it's one long clip I can play with rather than two sets of footage chopped up on a sequence. So I can alter the speed of this new long clip, and then chop it up and stick in some dissolves to put together the montage. Then I use this montage in the middle of my final film, between the preparations and the reception. The full, edited version of the ceremony is used as an extra on the DVD.
    Previously this was fairly straight forward. I was always working with footage in 16:9 and could export it as an avi file, then re-import that avi file with no problems - presto; the exact same-looking footage as I was previously working with.
    Now I'm editing with avchd mts footage (1920x1080 - 25p - square pixels?). Naturally, if I export it as a 16:9 avi and re-import it, the aspect ratio and frame size is all wrong for the project sequence.
    I just want to know what the best file format and settings are to use to export footage that will match up.  There is no option that I can see to export edited footage as mts files. There is a long list of file types, most of which I don't recognise or know anything about and have never needed to use in the past.
    Sorry if this is a silly question, I've tried searching for "working with AVCHD in premiere pro cs5" in google and not been able to find anything that can help me on there, so I thought I'd try a forum like this.
    Cheers
    Adam

    I think we may have a slight miscommunication.  This is the way that I interpreted your original post.
    Lets say you shot the Smith/Jones wedding this past weekend.  You start a new project and have a Service Sequence and a Reception Sequence.  You finish editing both the service and reception and just a standard full length video.  Now you want to create a montage with clips from both the service and reception.  In this montage you will have different effects like Black and white, Slo Mo, blurs, etc.  So what you do is export the service and reception and then import those two files (or one long one) and then cut that apart and add your music and effects to make your montage.  Is that correct?
    The way that I do it works the exact same way except that you skip the export part.
    When I edit a wedding I generally have 4 sequences when I am finished.  I have a Pre Wedding montage, service, reception, and ending highlights.  The Pre Wedding montage is just made up of shots from before the service (bride and bridesmaids getting ready, shots of the venu, groom and groomsmen and so on).  Then I have a full edit of the service and a full edit of the reception.  After I am finished with those 3 sequences I start working on the ending highlight collage.  I make a new sequence for the collage then I go to my bin and drag the "Service Sequence" up into the preview monitor (I know in my previous post I said double click.  That does not work, because that just opens it up as a sequence.  Sorry about that).  In the preview monitor I scrub through the footage until I find a section that I want in the montage.  Then I set in and out points around that clip and drop it into my Montage timline, and what ever effects to it that I want, then move on to the next clip and do the same thing.  To me it seems that we have the same process except that you have to wait for the export (which is always going to give you a quality loss, how much of a loss depends on format and settings).
    Please let me know if I have misread your process.
    Phil

  • Apple Lossless file type question....

    I rip CD's with my preferences set to Apple Lossless. I import from the iTunes store, also supposedly Apple Lossless. However, the music files are labelled as AAC or protected AAC (get info>file type)
    Why is this?
    Fabian

    I thought that all content from the iTunes store was Apple Lossless files (either 128 or 256 for +).
    It isn't. It's AAC content at those bitrates. Apple doesn't sell Apple Lossless songs.
    Shouldn't the file type come up as Apple Lossless rather than AAC?
    See above.
    Isn't AAC a lossy file type, different from Apple Lossless?
    AAC is lossy.
    (40753)

  • A "file type" question: using Terminal?

    Hi all, how do I change the file type of files (as seen in the Get Info box?) Here's an odd thing. Apple's Logic Pro's been stable for a while now for me. Then I install Final Cut Studio as an upgrade from my Soundtrack Pro. Seems to crash a bit now....my Sampletank 2.1 plug-in (audio unit/component) which has been super fine seems to appear in Crashed thread zero, but I must add, I also installed the recent Pro Applications Update (and 10.4.7) too...
    Oddest thing is that since installing Final Cut Studio, most of my Audio Unit plug-ins have had their "file type" which USED to be "Audio Unit/Component" changed to "iDVD2 file" AND, whereas before they'd all say "open with <none>", as they should do, those affected say now "open with DVD Studio Pro 2". Anyone know how to change them back to <none> (guess it involves using the Terminal...) or whether I need to????????? Nobody in the Logic thread as responded....

    Hi, Chris.
    That the specific file types are not being recognized correctly may indicate that the Launch Services database is corrupted.
    See my "Resetting Launch Services" FAQ.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • File type language issue.

    In doing a file search, I notice that my file types are not in English. Document is "Dokument", Plain text is "Alm. tekst" and Safari history item is "Emne i safaris historie". How can I correct this? Curiously how did this happen?

    Downey Drug wrote:
    Thanks a bunch. Now, why would the system do that? Just curious.
    Lots of people have reported similar things.  It's a bug in the localization system that Apple has to fix.

  • FCPX: file type question (MP4 or what?)

    Hi there,
    here's one more.
    I was editing some video from Sony A-55 camera and noticed something odd. When stopping in parts of the film where there is movement, a zigzag-edge appears. Now this would be fine in, say, DV. But the footage is supposed to be MP4, 1440x1080 progressive.
    When I select a clip (in event browser or timeline) the inspector shows that it is interlaced. Also I have a possibility to change something... to either un-modified, upper-, lower- or progressive. I know what they mean, but if fcpx "thinks" it's interlaced, what should I do?
    The camera has two choices when filming: AVCHD and MP4. They aren't comparable, I know... that's what the camera says. The AVCHD (1920x1080) is interlaced and the MP4 (1440x1080) is progressive, again, that's what the specification says. All of my material is MP4.
    Should I change the setting in the box to progressive before I edit? Is there anything I can do if the project is practically finished, ie. should change the setting in every clip in timeline?
    This is very important because the whole project started in "based on first clip"-mode, so pretty much everything is screwed up setting-wise... so can change project settings afterwards?
    Thanks for your help,
    Teemu
    Finland
    Here's a screensave to help understand:
    this is how it looks originally and like I said, this is supposed to be progressive...
    who is wrong, and more importantly, what should I do to have best quality in final version?

    I try to resist saying "all" but many, many, many camera manufacturers (all of whom have slightly variant methods of compilining video into formats like AVC/H.264, etc.) usually have their cameras set to shoot 60 frames per second... and since progressive is not supported at 1920x1080 in AVC, the 1080 is always interlaced (if any camera does 1080/60p, the output file is *not* going to be AVCHD, it will be some other format.) Then, that 1080/60i footage is repackaged * in software *  to be 30p, 25p, and 24p - and  when played at those rates, it will appear to be so. If there is a way for the file format to inform other software how it's supposed to be rendered, somehow that eludes FCPX. [I was looking at some cameras last night and saw that telltale line: "shoots 25p at 60i" ... big tip-off!]
    When you import your footage into FCPX and you see interlacing, you can go into your Settings pane (the same as the image you have in your post) and change the Field Dominance Override (most of the time it should be Lower Field first) in order to remove the interlacing. You might want to create your projects with Custom settings and *set* the 25p and have FCPX "conform" the incoming footage to the storyline (that usually eliminates the problem you are describing).
    If you are using another application to render out ProRes versions for importing into FCPX, we need to know what you're using! It also helps to know if you are importing your footage via Import from Camera.  That's why Tom keeps asking what you are doing to get the footage into FCPX.

  • File type Question

    Sometime ago I downloaded some songs with a .WMA ending.
    Not having much success loading these to iPod.
    Question:
    Is there a way to get these in the pod?
    Thx

    Unless you can convert these files to a supported format, no.
    http://docs.info.apple.com/article.html?artnum=61476
    Sorry
    srb

  • DRM/MDM Import and Export File types - Question

    Hi Guys,
    We have been implementing Hyperion DRM to our existing Oracle Environment for managing the company's sales data which comes from multiple data sources. In my experience and research, I feel DRM is an excellent tool but there are some questions I have in our mind. The following are the few questions that I\we have.
    a) How does the Import and Export of data functionality works in DRM? In this forum, I have found some one saying we can only import the data through flat files, in other words, "text file" with the delimiters [ ] seperated by comma. My question is, Is there any other possible way to import the data, Such as getting the data directly from the database tables? To get the data, Do we need to have any integration points or do we need to use SOAP APIs (& programming)?
    b) While we exporting the data, can we export it directly to the Oracle database tables? What are the integration points needed for this kind of export?
    c) Is there any sample guide or design document available for creating the hierarchy and nodes. I just want to know how the attributes that we have "is transformed" into the hierarchies and nodes in DRM? In the past, I used Essbase, which is integrated with DRM and that process was straight forward since we imported and exported data directly from DRM to Essbase.
    I would appreciate any suggestion offered to me regarding the questions posted above.
    Thanks in advance,
    Leo
    Edited by: user10201910 on Apr 1, 2009 4:58 PM
    Edited by: user10201910 on Apr 1, 2009 5:00 PM

    Hi,
    1.As per my knowledge the Import can be done using Flat files only,we can import the data from Oracle Tables once the structure is ready in DRM.
    2.We have an utility called Export to Table(in the last tab when you performing an Export along with Export to File), which requires the DB mapping to be done properly,
    Thanks!

  • Organizational "Where are my damned files" type question...

    I'm embarrassed to have to ask this......
    I completed a project a month ago.
    Now I want to re-open it and insert an additional clip that we've made into the existing sequence.
    But I can't find it.
    And the saddest thing is that I'm not exactly sure what I should be looking for?
    I'll know it when I see it - it's the one sequence that has the whole project from which I made a DVD.
    But when I open various sequences none of them is the right one - or even close to it - these are all just short bits, none of them are even close to the completed file I had.
    Any help would be much appreciated, because even though I saved religiously and backed up throughout, I am getting a little nervous.
    Thanks.

    I FOUND it!!!
    But I'd still like to make this a learning experience in some valuable lessons on organization and also arrive at some understanding of how this all works. There's something ironic about my inability to get my head around how FCP is organized because other than that, I've always thought of FCP as THE most intuitive program I've ever used. As someone who uses Photoshop and Dreamweaver quite a bit and struggled for years with the learning curves in those programs, I've found FCP to be very intuitive right from the get go.
    But the file locations still baffle me. My brain just can't handle it somehow.
    So, here's what happened - I looked again in the Auto-save vault and couldn't find anything with the correct date for my project. Virtually all of the long list of FCPP files were almost identical in size - about 467kb. But just now, I spotted one that was outside the date range of my project (about 2 weeks after it was completed) that's 26mb.
    When I opened any of the other smaller files, I just get empty sequences and very few things in the bins. However, not surprisingly, when I open the one larger file, I get all the other stuff I've been looking for.
    So, my questions about this:
    1. If this is the AutoSave Vault and all of these files were saved automatically to preserve my project, why do none of them except the last one, have any of the clips, assets, files and bins?
    2. Now that I've successfully opened the project, I opened the Save As window to see where it would be saved. Sure enough, it would save it in the first place I started looking - my FCP Project Files folder, yet when I look through the contents of that folder, there is not another file there with this name, which suggests that it's never been saved to this folder. So, when I've saved it in the past, where was it saving to?
    3. Is there any manual or "For Dummies" book you'd recommend that lays out the file structure and placement of FCP files?
    Thank you so much for your help!

  • EA4500 - USB Media Server media file - folder file type question

    I've read through a lot of the discussions here and I'm wondering if this is an issue with those External USB Drives that are listed as compatible here on the linksys support site? I have a 1.5 TB WD My Book Elite that is exhibiting this issue intermittently. I'm aware of the option to format to FAT32 rather than NTFS, but I'd rather not. I'm specifically looking at the WD Elements 2 TB USB 2.0 Desktop External Hard Drive. I'd also considering trying HFS+ but I don't know if that will work either.

    External HDDs found on this link: http://kb.linksys.com/Linksys/ukp.aspx?vw=1&docid=5f18093aedee4f09a26eae80a33d630e_Tested_HDD_and_Pr... are proven to work with the routers. External HDDs that are not part of the list may not have the possibility to work with the router since they are not yet tested to work with the router.

  • GoPro Camera  (file type question)

    Hi all,
    I'm having difficulty editing the clips after importing them from the GoPro camera. The GoPro camera records in 1080p, and the clips are .mp4 files -- encoded in h.264.
    When attempting to play back the footage in a Timeline Sequence, there is no preset for h.264- which, if I understand correctly, is more of a compression format rather than an editing format. I see the h.264 as a Quicktime Export option, but that's not related to the Timeline, right?
    So, is it necessary to convert these clips (using Compression?) and if so, to what? Thanks!

    Here's a fairly good tutorial on how to to convert gopro hd footage for use in final cut pro using mpeg streamclip.

  • Exporting file type question

    Made a video bio of my mom, used FCP 7, video rather long - about 25-30 minutes... what is the best format to export so that I maintain quality but file size not too big for DVD?

    In FCP, go to File->Export->QuickTime Movie. You can make the movie 'self-contained' or a 'reference movie.' You can include chapter markers (if needed) but do NOT 'recompress all frames.'
    Use the resulting file in Compressor, choosing the DVD preset appropriate for your program's duration. You'll end up with an MP@G-2 video file (.m2v) and a Dolby Digital audio file (.ac3).
    Import those two files into DVD-SP for authoring and burning.
    -DH

  • Custom Client Settings- Need assistance selecting inventoried file types please

    Is this the correct syntax? *msi,*pdf etc wild card and commas included?
    Phil Balderos

    Also, are you sure you really want to do *.exe and *.dll?
    These generally provide limited if any value and bloat your DB as well as suck up client resources.
    Jason | http://blog.configmgrftw.com | @jasonsandys
    I choose those because I saw them on a step by step how to for this. I would be grateful for any recommendation. What do you all suggest?
    Phil Balderos

Maybe you are looking for

  • How do I control Edge symbols from external javascript?

    I have come across about a dozen similar discussions, but most have presented solutions that worked in earlier versions of Edge and no longer work. I am trying to use Edge to build animations that can then be integrated into larger non-Edge projects.

  • Rating filter

    Is Aperture bugged? Sometimes when I filter for 3 stars and above it includes random selections rated below and sometimes just a group of images leaving out other 3 star rated images? Is there a modus operandi I should be following? In Adobe bridge..

  • Middleware: BDoc to IDoc conversion - init and delta

    Hi, First of all let me just say, that I know nothing about CRM (I'm an XI guy), but need to investigate on a matter, so please take that into accound when reading this post and responding to it. Scenario: Business Partners, Business Transaction Mess

  • Adding small image to all shapes

    I have created some oval domes, by making the shape and adding background via swatch. As you can see i have added a small bird image to 1st one, but need to know how to add to all at same time. Can anyone tell me if it is possible to add a small imag

  • Disable cells at runtime

    Hi, I have a JTable with 5 columns. Out of which I have 3 columns with checkboxes. Column1 || Column2 || Column3 || Column4 || Column5 Cell1 (CheckBox) || Cell2 (CheckBox) || Cell3 || Cell4 || Cell5 (CheckBox)I have a checkbox outside this table. And