SCCM Windows 7 Collection Query 32 bit

I'm trying to get 32-bit Windows 7 collection on SCCM 2007.
Here is my query:
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID
= SMS_R_System.ResourceId where (SMS_R_System.OperatingSystemNameandVersion like "%Workstation 6.1%" or SMS_R_System.OperatingSystemNameandVersion like "%Windows 7%") and SMS_G_System_COMPUTER_SYSTEM.SystemType = "x86-based PC"
However, this query does not pull in all the systems.  Is there anything wrong with this query?
Thank you,

try this
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceID
= SMS_R_System.ResourceId inner join SMS_G_System_SYSTEM on SMS_G_System_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.Caption like "%Microsoft Windows 7%" and SMS_G_System_SYSTEM.SystemType = "X86-based PC"
Blog: http://theinfraguys.com
Follow me at Facebook
The Infra Guys Facebook Page
Join the Singapore System Center Admin Group
SG System Center Admin Group
Please remember to click Mark as Answer on the answer if it helps you in anyway

Similar Messages

  • SCCM 2012 Collection Query

    Hi All,
    I am using SCCM 2012 SP1 with SQL 2008 R2 SP1. I have scenario as below.
    App A is targeted to user based collection as Available (Optional).
    App B needs to be targeted to users who has successfully installed App A as Required(Mandatory).
    Note : As per application behaviour we cannot target App B to machine(Device) based collection, otherwise I would have created a query to pull out all the machines in a collection where App A is successfully installed on base of Add/Remove
    program display name.
    Question : I want to create a user collection query which will pullout last logged on user for all the machines where
    App A is installed successfully, so that I can target App B to this user based collection as Required(Mandatory). In this way if in future any other user is installing App A then that user will also get pulled out automatically to this user
    based collection.
    Its bit urgent for me. Request you please help me to get this query or let me know if there is any other way to achieve this.
    Thanks & Regards Uttam

    Hi Torsten,
    I really have not thought about supersedence but App B is not the upgrade or replacement for App A. If it would then we would have defined the relationship in supersedence. But App A and App B are entirely different applications. Functionality of App B depends
    upon App A, so both has to be there on the machine.
    Only the thing is App B should go to the users who has already installed App A on their machines. For this I would like to create user based collection but confused regarding query. How can we achieve this? I am thinking of to modify the below query
    to pull out last logged on user from the below collection query. I am using SCCM 2012 SP1 with SQL 2008 R2 SP1. How can I modify the below query?
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where ResourceId in  (select ResourceId from SMS_G_System_ADD_REMOVE_PROGRAMS
    where DisplayName="App A ARP name" and Version = "1.0.0")
    Thanks & Regards Uttam

  • SCCM 2012 Collection Query Timings

    I am just wondering about the logistics of the timings. I have most collections updating on 15 minute intervals, all of them on the same clock using Midnight and every 15 minutes after that. This is the basic setup I am using too, All Systems -> SCCM
    Agents -> Software Deployment or other Collections.
    Is the 15 minutes per collection additive, or hit and miss? For instance I load a new computer, it goes into All Systems, then at the 15 minute point moves into SCCM Agents. Will it propagate into the Software Deployment at or around the same time or would
    it likely be in the next window of queries?

    Why wouldn't you use the delta discovery? Update all collection every 15 minutes is a huge hit to your CM12 server.
    http://www.enhansoft.com/

  • Sccm 2012 collection query for software deployment failed PCs

    Hi,
    Let me know how can we create a collection of PCs which a particular advertisement failed.
    SCCM 2012 sp1 infra
    Midhun.PS

    See
    http://myitforum.com/cs2/blogs/gramsey/archive/2006/10/20/How-To_3A00_-Create-a-Collection-Based-on-an-Advertisement-Status.aspx. This will only work for program deployments, not applications.
    Torsten Meringer | http://www.mssccmfaq.de

  • OSD: SCCM 2012 collection which should exclude Windows 7 clients (query not working fine)

    Hi,
    We have an SCCM 2012 collection to which we deploy Windows 7.
    Vista clients get a SCCM 2012 client in SCCM 2007 and once they have it, they get a Windows 7 deployment.
    The group is populated by an AD query and that works fine. However, when we try to exclude Windows 7 machines (query = not Windows NT ... 6.1) the query does not return any result.
    Please advise.
    J.
    Jan Hoedt

    Please check your query. It should be like the following.
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.Version != "6.1.7601"
    Juke Chou
    TechNet Community Support

  • Need to make collection Query statement by sccm 2012 sp1 for Count of Licenses by License Status

    I want to make collection Query statement by sccm 2012 sp1 for all windows activated and all non-activated windows.
    Ahmed Sherif

    Have a look at the Software Licensing Product attribute classes when creating a Query - remember to choose
    System Ressource when creating the Query. You would have to enable this class to be collected during Hardware Inventory. Go to
    Client Settings -> Hardware Inventory ->
    Set Classes -> Select Software Licensing Product.
    This Class is part of the Asset Intelligence classes so you could enable it from there as well.
    Another way to accomplish is to use Compliance Settings to get this information.
    Create a Configuration item that query the Win32_WindowsProductActivation WMI Class, if you are using XP and the
    SoftwareLicensingProduct class for later os´s
    Add this Configuration Item to a Baseline ad deploy it to your Collections as needed.
    When the Baseline has been evaluated you can use this information to create query
    Machines reported as compliant is actived and machines reported as Non-Compliant is not activated.
    You can read about the Win32_WindowsProductActivation WMI Class here:
    http://msdn.microsoft.com/en-us/library/aa394520(v=vs.85).aspx
    and the SoftwareLicensingProduct here:
    http://msdn.microsoft.com/en-us/library/cc534596(v=vs.85).aspx

  • CS3 Master collection installation problem on Windows 7 64 bit

    Hi Guys
    Please can you advise
    I am encountering problems with the installation of CS3 Master Collection on Windows 7 64 bit, initially my hard drive crashed and performed a dump.
    Subsequent attempts to install CS 3 has resulted in failure to install 12 components, essentially the individual software products including photoshop, encore, illustrator etc.
    I have re-performed the installation several times with the same installation error.
    I believe CS3 to be compatible with Windows 7 64 bit
    Any thoughts, guidance on how to rectify the problem and achieve successful installation.
    I do have Adobe Reader X and Flash player X already installed. I assume these should not cause an issue with the CS3 installation
    Thxs in anticipation

    Na, you have it all backwards. CS3 is neithe officially tested nor endorsed, certified or supported on W7. Many users still use it succsfully, but there ae no guarantees whatsoever. Furthermore using Acrobat X ma exactly be the problem due to certain PDF components being shared acoss apps and newer versions not being compatible with the old installer. Therefore removing those parts and reinstlling them later is advisable. Beyond hee's a procedure that should work:
    - use the Creative Suite Cleaner Tool
    - install CS3
    - uninstall CS3 via the Add or Remove Programs system control panel
    - install CS3 again
    This convoluted procedure is necessary due to bugs in the installer which otherwise prevent things from working.
    Mylenium

  • Cannot install CS6 Master Collection on windows 7 - 64 bit

    As the title implies, I have several times tried installing the Master Collection - CS6 on my windows 7 - 64 bit machine at home and after a couple minutes, it simply erros out. I have even downloaded the trials for several of the applications and they too won't install. My download came directly from the Adobe Licensing site.
    Michael
    Below is the latest attempt error log:
    Exit Code: 7
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DF036, DW063 ... WARNING: DS013, DW020 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 114 error(s), 14 warning(s)
    WARNING: DS013: Payload {D5B1535A-FDFC-4B40-B2E2-21DA83D9CB57} Adobe Audition 4.0.0.0 is already installed and the session payload {30FD541D-3C9D-41C4-B240-A994EE4E0231} Adobe Audition 5.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {CCB778B5-25B8-4E57-9F20-72B11B443EF9} AmericanEnglishSpeechAnalysisModels 2.5.0.0 is already installed and the session payload {C5CA53A2-E722-4D76-B5AC-71522CC48AB3} AmericanEnglishSpeechAnalysisModels 3.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {CD693E49-C5EF-4FA6-9037-9B636931C02B} AmericanEnglishSpeechAnalysisModels 1.0.0.0 is already installed and the session payload {C5CA53A2-E722-4D76-B5AC-71522CC48AB3} AmericanEnglishSpeechAnalysisModels 3.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {3BF96AC2-0CA1-11DF-B07B-459956D89593} AdobeHelp 1.0.0.0 is already installed and the session payload {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {7EABC54B-02C3-4DA1-9EB4-974CE7414066} AdobeHelp 3.4.0.0 is already installed and the session payload {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {1A1E5FF9-D0FD-42A3-8E18-E5E7E95E1AB4} DynamiclinkSupport 5.5.0.0 is already installed and the session payload {DE88AA40-6766-43D3-A755-8FC374B3D2C3} DynamiclinkSupport 6.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {A8798E04-96FF-4564-9157-0D4C89CB794C} DynamiclinkSupport 5.0.0.0 is already installed and the session payload {DE88AA40-6766-43D3-A755-8FC374B3D2C3} DynamiclinkSupport 6.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Checking payloads upgrade/conflict relationships : Failed with code 1
    WARNING: DW020: {674E5E7D-A6F8-49B4-A026-EB3922144B24} AIR for Apple iOS support (FB) 3.1.0.0 conflicts with: {067E43CD-3E9C-44BA-89FA-EDE7461BC22B} AIR for Apple iOS support (FB) 2.6.0.0
    Please uninstall these products, restart your computer and then run this installer again.
    WARNING: DW020: NOTE: Cannot set action to the payload {674E5E7D-A6F8-49B4-A026-EB3922144B24} AIR for Apple iOS support (FB) 3.1.0.0 as conflicting payload is installed.
    WARNING: DW017: PayloadPolicyNode.SetAction: IN payload {674E5E7D-A6F8-49B4-A026-EB3922144B24} AIR for Apple iOS support (FB) 3.1.0.0 is required by {59EBB3D9-AA2A-4068-AB48-75ED6879B5F9} AIR for Apple iOS Support Wrapper 3.1.0.0 but isn't free. Reason: This payloads conflicts with something installed
    WARNING: DW020: {1BF6648E-DFC9-4371-98B6-F6AD9358DF4F} Adobe Flash Builder 4.6 4.6.1.0 conflicts with: {45CDBACA-8B52-4DAE-9601-287907A155BF} Adobe Flash Builder 4.5.0.0
    Please uninstall these products, restart your computer and then run this installer again.
    WARNING: DW020: NOTE: Cannot set action to the payload {1BF6648E-DFC9-4371-98B6-F6AD9358DF4F} Adobe Flash Builder 4.6 4.6.1.0 as conflicting payload is installed.
    WARNING: DW017: PayloadPolicyNode.SetAction: IN payload {674E5E7D-A6F8-49B4-A026-EB3922144B24} AIR for Apple iOS support (FB) 3.1.0.0 is required by {59EBB3D9-AA2A-4068-AB48-75ED6879B5F9} AIR for Apple iOS Support Wrapper 3.1.0.0 but isn't free. Reason: This payloads conflicts with something installed
    ----------- Payload: {DE88AA40-6766-43D3-A755-8FC374B3D2C3} DynamiclinkSupport 6.0.0.0 -----------
    ERROR: DF036: File already present at "C:\Program Files (x86)\Common Files\Adobe\dynamiclink\CS6\boost_date_time.dll"(Seq 1)
    ERROR: DW063: Command ARKMoveFileCommand failed.(Seq 1)
    ERROR: DF024: Unable to restore file at "C:\Program Files (x86)\Common Files\Adobe\dynamiclink\CS6\boost_date_time.dll" from backup at "" Error 3 The system cannot find the path specified.(Seq 1)
    ERROR: DW063: Error rolling back command ARKDeleteFileCommand(Seq 1)
    ----------- Payload: {539AEF15-3A2B-4A31-A587-7E90F7D9C700} Camera Profiles Installer 7.0.0.0 -----------
    ERROR: DF036: File already present at "C:\ProgramData\Adobe\CameraRaw\CameraProfiles\Adobe Standard\Canon EOS 10D Adobe Standard.dcp"(Seq 2)
    ERROR: DW063: Command ARKMoveFileCommand failed.(Seq 2)
    ERROR: DF024: Unable to restore file at "C:\ProgramData\Adobe\CameraRaw\CameraProfiles\Adobe Standard\Canon EOS 10D Adobe Standard.dcp" from backup at "" Error 3 The system cannot find the path specified.(Seq 2)
    ERROR: DW063: Error rolling back command ARKDeleteFileCommand(Seq 2)
    ----------- Payload: {8706963D-5F48-47CC-998B-DAB70B089DB8} Suite Shared Configuration CS6 3.0.0.0 -----------
    ERROR: DF036: File already present at "C:\Program Files (x86)\Common Files\Adobe\ssc\CreativeCloud-CS6-Mac-GM\SLConfig.xml"(Seq 2)
    ERROR: DW063: Command ARKMoveFileCommand failed.(Seq 2)
    ERROR: DF024: Unable to restore file at "C:\Program Files (x86)\Common Files\Adobe\ssc\CreativeCloud-CS6-Mac-GM\SLConfig.xml" from backup at "" Error 3 The system cannot find the path specified.(Seq 2)
    ERROR: DW063: Error rolling back command ARKDeleteFileCommand(Seq 2)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Bridge CS6 (64 Bit): Install failed
    ERROR: DW050:  - AdobeColorVideoProfilesAE CS6: Install failed
    ERROR: DW050:  - Dynamic Link Media Server: Install failed
    ERROR: DW050:  - Adobe Fireworks CS6_AdobeFireworks12en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe XMP Panels: Install failed
    ERROR: DW050:  - AdobeColorCommonSetCMYK CS6: Install failed
    ERROR: DW050:  - Adobe Encore CS6_AdobeEncore6en_USLanguagePack: Install failed
    ERROR: DW050:  - SonicWrappers_ph: Install failed
    ERROR: DW050:  - Adobe Flash CS6_AdobeFlash12.0-en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe Toolhints CS6: Install failed
    ERROR: DW050:  - Adobe Prelude CS6 Support: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 Support: Install failed
    ERROR: DW050:  - AdobePDFL x64 CS6: Install failed
    ERROR: DW050:  - AdobeColorJA CS6: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 English Language Pack_x64_AdobePhotoshop13-en_US_x64: Install failed
    ERROR: DW050:  - Adobe Hunspell Linguistics Plugin CS6 x64: Install failed
    ERROR: DW050:  - SonicWrappers_bl: Install failed
    ERROR: DW050:  - Adobe InDesign CS6 Icon Handler x64: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 English Language Pack_AdobePhotoshop13-en_US: Install failed
    ERROR: DW050:  - Adobe Audition: Failed due to Language Pack installation failure
    ERROR: DW050:  - Required Common Fonts Installation: Install failed
    ERROR: DW050:  - AdobeIdeaPluginCS6-loc: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 Core_x64: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Player for Embedding 3.3: Install failed
    ERROR: DW050:  - Adobe CSXS Infrastructure CS6: Install failed
    ERROR: DW050:  - Adobe SpeedGrade CS6: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Premiere Pro CS6: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Prelude CS6_AdobePrelude1en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe Encore CS6: Failed due to Language Pack installation failure
    ERROR: DW050:  - AdobeMotionPicture CS6: Install failed
    ERROR: DW050:  - Adobe After Effects CS6: Failed due to Language Pack installation failure
    ERROR: DW050:  - AdobeColorPhotoshop CS6: Install failed
    ERROR: DW050:  - DPS Desktop Tools CS6: Install failed
    ERROR: DW050:  - Adobe Flash CS6: Failed due to Language Pack installation failure
    ERROR: DW050:  - AdobeColorEU CS6: Install failed
    ERROR: DW050:  - Camera Profiles Installer: Install failed
    ERROR: DW050:  - AdobePDFL CS6: Install failed
    ERROR: DW050:  - Photoshop Camera Raw 7 (64 bit): Install failed
    ERROR: DW050:  - AIR for Apple iOS Support Wrapper: Install failed
    ERROR: DW050:  - Adobe SpeedGrade CS6_AdobeSpeedGrade6.0en_USLanguagePack: Install failed
    ERROR: DW050:  - Required Common Fonts Installation x64: Install failed
    ERROR: DW050:  - Adobe InDesign CS6 Common Language Files_AdobeInDesign8CommonLang-en_US: Install failed
    ERROR: DW050:  - AdobeIdeaPluginCS6 x64: Install failed
    ERROR: DW050:  - Adobe Hunspell Linguistics Plugin CS6: Install failed
    ERROR: DW050:  - AdobeColorVideoProfilesCS CS6: Install failed
    ERROR: DW050:  - Adobe WinSoft Linguistics Plugin CS6 x64: Install failed
    ERROR: DW050:  - Adobe Illustrator CS6 Core: Failed due to Language Pack installation failure
    ERROR: DW050:  - PDF Settings CS6: Install failed
    ERROR: DW050:  - Recommended Common Fonts Installation x64: Install failed
    ERROR: DW050:  - Adobe Extension Manager CS6: Install failed
    ERROR: DW050:  - Adobe NPS Panel: Install failed
    ERROR: DW050:  - Suite Shared Configuration CS6: Install failed
    ERROR: DW050:  - Adobe Illustrator CS6 Core_AdobeIllustrator16en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe Photoshop CS6 Core: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Player for Embedding x64 3.3: Install failed
    ERROR: DW050:  - Adobe WinSoft Linguistics Plugin CS6: Install failed
    ERROR: DW050:  - Adobe Bridge CS6: Install failed
    ERROR: DW050:  - Adobe After Effects CS6 Support: Install failed
    ERROR: DW050:  - AdobeCMaps x64 CS6: Install failed
    ERROR: DW050:  - Microsoft Visual C++ 2005 Redistributable Package (x64): Install failed
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_AdobeIllustrator16en_USLanguagePack_x64: Install failed
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit): Failed due to Language Pack installation failure
    ERROR: DW050:  - AdobeTypeSupport CS6: Install failed
    ERROR: DW050:  - AdobeIdeaPluginCS6: Install failed
    ERROR: DW050:  - Adobe Dreamweaver CS6: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Audition_AdobeAudition5en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe InDesign CS6 Common Base Files: Install failed
    ERROR: DW050:  - Acrobat Professional: Install failed
    ERROR: DW050:  - AdobeTypeSupport x64 CS6: Install failed
    ERROR: DW050:  - Adobe InDesign CS6 Application Feature Set Files: Install failed
    ERROR: DW050:  - Adobe Mini Bridge CS6: Install failed
    ERROR: DW050:  - AdobeColorNA CS6: Install failed
    ERROR: DW050:  - Adobe Dreamweaver Widget Browser: Install failed
    ERROR: DW050:  - Adobe Linguistics CS6 x64: Install failed
    ERROR: DW050:  - AmericanEnglishSpeechAnalysisModels: Install failed
    ERROR: DW050:  - AdobeColorCommonSetRGB CS6: Install failed
    ERROR: DW050:  - Adobe Fireworks CS6: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Illustrator CS6 Support32: Install failed
    ERROR: DW050:  - Adobe Premiere Pro CS6 Support: Install failed
    ERROR: DW050:  - Adobe SwitchBoard 2.0: Install failed
    ERROR: DW050:  - Adobe InDesign CS6 Application Base Files: Failed due to Language Pack installation failure
    ERROR: DW050:  - Photoshop Camera Raw 7: Install failed
    ERROR: DW050:  - Adobe Premiere Pro CS6_AdobePremierePro6.0en_USLanguagePack: Install failed
    ERROR: DW050:  - AIR for Apple iOS support (FP): Install failed
    ERROR: DW050:  - AdobeHelp: Install failed
    ERROR: DW050:  - Adobe After Effects CS6_AdobeAfterEffects11en_USLanguagePack: Install failed
    ERROR: DW050:  - Adobe Encore CS6 Support: Install failed
    ERROR: DW050:  - Adobe Linguistics CS6: Install failed
    ERROR: DW050:  - Recommended Common Fonts Installation: Install failed
    ERROR: DW050:  - DynamiclinkSupport: Install failed
    ERROR: DW050:  - Adobe InDesign CS6 Application Language Files_AdobeInDesign8AppLang-en_US: Install failed
    ERROR: DW050:  - Adobe Prelude CS6: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe After Effects CS6 Presets: Install failed
    ERROR: DW050:  - CS6 Master Collection: Install failed
    ERROR: DW050:  - AdobeCMaps CS6: Install failed
    ERROR: DW050:  - Adobe CSXS Extensions CS6: Install failed
    ERROR: DW050:  - Adobe InDesign CS6 Icon Handler: Install failed
    ERROR: DW050:  - Adobe ExtendScript Toolkit CS6: Install failed
    ERROR: DW050:  - Adobe Media Encoder CS6 X64: Install failed
    ERROR: DW050:  - Adobe InDesign CS6 Application Base Files2: Install failed
    ERROR: DW050:  - Adobe Illustrator CS6 Support: Install failed

    Hey, did you sort it out in the end?
    I have been onto support for 2.5 hours yesterday but it didnt work what they told me to do. CS6 seems to install but the last screen says that only flash builder and acrobat installed and all the others had trouble installling.
    Im gonna try them again today. My error message is below....
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW050 ... WARNING: DF012, DW029 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s), 3 warning(s)
    ----------- Payload: {9E0AF030-AC6B-11E0-8837-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 -----------
    ERROR: Failed to install Microsoft Visual C++ 2010 Redistributable Package (x86). Please try installing it by double clicking on the executable at "E:\Adobe CS6\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe", or download and install the latest Microsoft Visual C++ 2010 Redistributable Package (x86) from Microsoft website - www.microsoft.com
    ----------- Payload: {9D2A060F-AC6B-11E0-8C00-00215AEA26C9} Microsoft Visual C++ 2010 Redistributable Package (x64) 10.0.40219.1 -----------
    ERROR: Failed to install Microsoft Visual C++ 2010 Redistributable Package (x64). Please try installing it by double clicking on the executable at "E:\Adobe CS6\payloads\Microsoft VC 2010 Redist (x64)\vcredist_x64.exe", or download and install the latest Microsoft Visual C++ 2010 Redistributable Package (x64) from Microsoft website - www.microsoft.com
    ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 -----------
    WARNING: DW029: Custom Action for payload {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 wants to skip this payload. Skipping this payload.
    ----------- Payload: {CA7C485C-7A89-11E1-B2C8-CD54B377BC52} Adobe Fireworks CS6 12.0.0.0 -----------
    WARNING: DF012: File/Folder does not exist at E:\Adobe CS6\payloads\AdobeFireworks12-mul\OEM(Seq 2141)
    ----------- Payload: {05E1E278-7A8D-11E1-A0B9-FC0245DB7244} Adobe Fireworks CS6_AdobeFireworks12en_USLanguagePack 12.0.0.0 -----------
    WARNING: DF012: File/Folder does not exist at E:\Adobe CS6\payloads\AdobeFireworks12en_USLanguagePack\OEM(Seq 76)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Microsoft Visual C++ 2010 Redistributable Package (x64): Install failed
    ERROR: DW050:  - Microsoft Visual C++ 2010 Redistributable Package (x86): Install failed

  • Trying to reinstall CS5.5 Master Collection from DVD media on Windows 7 64 bit - setup.exe fails due to msxml3.dll error PDApp message [FATAL] PIM - Failed to Create XML instance : DOMDocument40 ADXML::initWithXMLPath Error:80040154

    If anyone is able to solve this they are a genius (or I am doing something very stupid!)
    I am trying to reinstall CS5.5 Master Collection from DVD media on Windows 7 64 bit PC but setup.exe fails due to a msxml3.dll error.
    Following a big bundle of recent Windows 7 updates, I started getting 'bad image' msxml3.dll error messages when opening any CS5.5 master collection program (Eg Premiere / Photoshop / Illustrator / Dreamweaver). Following advice on some threads here I tried uninstalling and then using the Adobe CC Cleaner Tool to clean up install, then reinstalling from my original DVD media.
    Whenever I try using run setup.exe from installtion disc 1 the installing fails due to 'Missing files'. I have also tried dowloading trial versions and runing setup.exe fro mthe downloaded files but i still get the same message.
    I have searched the forum and others have experienced this error but none of the solutions I have found seem to be working for me - as many seem to relate to download installations whereas I am installing from original DVD media (which worked fine before on the same PC)
    These are the FATAL messages from the PDApp log
    12/11/2014 15:29:27 [FATAL] PIM - Failed to Create XML instance : DOMDocument40 ADXML::initWithXMLPath Error:80040154
    12/11/2014 15:29:27 [FATAL] Setup - Could not initialize ADXML object
    12/11/2014 15:29:27 [FATAL] Setup - Unable to initialize. Error parsing setup.xml file
    The PDApp troubleshooting seems to indicate that this is caused by error in downloads but I am getting it with both original media DVD and downloads.
    I have also tried using my logon (which has admin privileges) and under our main admin account - and I get the same errors.
    Is a clean install of Windows 7 + CS5.5 my only option?
    Any help / info / advice / solutions very much appreciated! I have spent the last 2 days trying to sort this out and seem to be getting nowhere.
    Thanks.

    Thanks for the reply kglad - much appreciated.
    I have already tried that option (along with downloading files) as it was one of the solutions mentioned on other threads, but that also failed.
    Any other ideas?

  • Query is not working properly when statistics are computed (XE 11g Windows 7 32 bits)

    Hi,
    We have an application with a Oracle XE 11.2 database on a Windows 7 32 bits plateform.
    We have a query wich access 4 tables end use a user defined package function.
    When the statistics are computed the query is returning no rows, (with the data in the tables it should return 349 rows).
    When the statistics are deleted (with ANALYZE TABLE xxx DELETE STATISTICS) the query is working fine.
    I tried different statistics calculation methods, and sometimes the query is working, sometimes it is not!
    I don't understand how the statistics caluclation method can change the query results.
    Has anybody already encountered such an issue?
    Regards,
    Yves

    I understand how the statistics are working.
    What i don't undestand is why the number of rows returned is different with or without statistics.
    I tried yesterday to had a hint /*+ RULE */ and with the hint, rows are correctly returned!
    Here is the query:
    SELECT l_activite.copaip, l_activite.nunati, l_activite.numeul, obsoff.dapaul,
                                        obsoff.lai24h / 10 * DECODE (coefat, NULL, 1, 0, 1, coefat / 200) lai24h, obsoff.etfeob, obsoff.tplaco / 10 tplaco,
                                        obsoff.tblaco / 10 tblaco, l_lactoff.nulact, obsoff.dapaul - l_lactoff.dadela + 1 dulact, l_lactoff.dadela,
                                        l_activite.dcenul,
                                        (  obsoff.tblaco
                                         / 10
                                         * (DECODE (obsoff.tblaco, 0, 0, NULL, 0, obsoff.lai24h * DECODE (coefat, NULL, 1, 0, 1, coefat / 200) / 10))
                                        ) mg,
                                        (  obsoff.tplaco
                                         / 10
                                         * (DECODE (obsoff.tplaco, 0, 0, NULL, 0, obsoff.lai24h * DECODE (coefat, NULL, 1, 0, 1, coefat / 200) / 10))
                                        ) mp,
                                        DECODE (obsoff.tblaco, 0, 0, NULL, 0, obsoff.lai24h * DECODE (coefat, NULL, 1, 0, 1, coefat / 200) / 10) lait_mg,
                                        DECODE (obsoff.tplaco, 0, 0, NULL, 0, obsoff.lai24h * DECODE (coefat, NULL, 1, 0, 1, coefat / 200) / 10) lait_mp,
                                        pck_f_valorises.f_present_mul (obsoff.etfeob,
                                                                       obsoff.nulact,
                                                                       (SELECT MAX (l_obsoff.dapaul)
                                                                          FROM l_obsoff
                                                                         WHERE TRIM (l_obsoff.copaip) = TRIM (l_activite.copaip)
                                                                           AND TRIM (l_obsoff.nunati) = TRIM (l_activite.nunati)
                                                                           AND l_obsoff.dapaul < obsoff.dapaul
                                                                           AND l_obsoff.etfeob <> 'T'),
                                                                       obsoff.dapaul,
                                                                       l_lactoff.dadela
                                                                      ) as OK
                                   FROM l_activite, l_obsoff obsoff, l_lactoff, l_passage
                                  WHERE TRIM (l_activite.copaul) = TRIM ('FR')
                                    AND TRIM (l_activite.numeul) = TRIM ('61323017') || '    0'
                                    AND TRIM (l_activite.copaip) = TRIM (obsoff.copaip)
                                    AND TRIM (l_activite.nunati) = TRIM (obsoff.nunati)
                                    AND TRIM (l_activite.copaip) = TRIM (l_lactoff.copaip)
                                    AND TRIM (l_activite.nunati) = TRIM (l_lactoff.nunati)
                                    AND TRIM (l_passage.copaul) = TRIM (l_activite.copaul)
                                    AND TRIM (l_passage.numeul) = TRIM (l_activite.numeul)
                                    AND (   (DECODE (l_activite.dacosu, TO_DATE ('01/01/0001', 'dd/MM/YY'), 'VIDE', NULL, 'VIDE', l_activite.dacosu) = 'VIDE')
                                         OR (l_activite.dacosu >= l_passage.dapaul)
                                    AND l_passage.dapaul = obsoff.dapaul
                                    AND obsoff.nulact = l_lactoff.nulact
                                    AND obsoff.dapaul >= l_activite.dcenul
                                    AND l_passage.dapaul <= to_date('24/04/2013')
                                    AND l_passage.dapaul >= to_date('24/04/2012') - 50
                                    AND pck_f_valorises.f_present_mul (obsoff.etfeob,
                                                                       obsoff.nulact,
                                                                       (SELECT MAX (l_obsoff.dapaul)
                                                                          FROM l_obsoff
                                                                         WHERE TRIM (l_obsoff.copaip) = TRIM (l_activite.copaip)
                                                                           AND TRIM (l_obsoff.nunati) = TRIM (l_activite.nunati)
                                                                           AND l_obsoff.dapaul < obsoff.dapaul
                                                                           AND l_obsoff.etfeob <> 'T'),
                                                                       obsoff.dapaul,
                                                                       l_lactoff.dadela
                                                                      ) = 1
    and the function :
    FUNCTION F_PRESENT_MUL(p_etat IN CHAR,p_nulact IN NUMBER,
    p_derniere_obs_lait IN DATE, p_date_passage IN DATE,p_dadela IN DATE)
    RETURN NUMBER IS
       NAME:       F_PRESENT_MUL
       PURPOSE:    Retourne 1 si présent MUL 0 sinon
       REVISIONS:
       Ver        Date        Author           Description
       1.0        01/12/2006  Mathieu GUIDEL        1. Created this function.
       NOTES:
    BEGIN
       IF p_derniere_obs_lait IS NULL THEN /* vache présente MUL */
        RETURN 1;
       END IF;
       IF p_etat='P' THEN /* vache présente MUL */
       RETURN 1;
       ELSE
        IF p_etat = 'N' THEN /* NC ou FV */
         IF (p_date_passage - p_dadela + 1) <= 7 THEN /* FV */
          IF p_nulact=1 THEN
          RETURN 0;
          ELSE /* considérée comme tarie */
           IF (p_date_passage - p_derniere_obs_lait) < 100 THEN /* derniere obs lait inférieur à 100 jour, présente MUL */
           RETURN 1;
           ELSE /* FV tarie depuis trop longtemps : non présente MUL */
           RETURN 0;
           END IF;
          END IF;
         ELSE /* NC */
         RETURN 1;
         END IF;
        ELSE
         IF p_etat = 'T' THEN /* Tarie */
          IF (p_date_passage - p_derniere_obs_lait) < 100 THEN /* derniere obs lait inférieur à 100 jour, présente MUL */
          RETURN 1;
          ELSE /* tarie depuis trop longtemps : non présente MUL */
          RETURN 0;
          END IF;
          ELSE /* etat différent de P, N, T donc etat = S */
          /*vérification du contrôle précédent non FV*/
          IF (p_derniere_obs_lait - p_dadela + 1) <= 7 THEN /* FV au contrôle précédent*/
          RETURN 0;
          ELSE
            IF (p_date_passage - p_derniere_obs_lait) < 30 THEN /* derniere obs lait ou NC inférieur à 30 jour, présente MUL */
            RETURN 1;
            ELSE /* sortie sans lait depuis trop longtemps : non présente MUL */
            RETURN 0;
            END IF;
          END IF;
         END IF;
        END IF;
       END IF;
    END F_PRESENT_MUL;
    Regards

  • Collection query for computers with windows management framework 3.0

    Hi,
    collection query for computers with windows management framework 3.0, but I cant found a way. I cant see that it is in the inventory data for SMS_G_System_ADD_REMOVE_PROGRAMS_64.DisplayName.
    So any way to get computers with windows management framework 3.0?
    /SaiTech

    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_SoftwareProduct on SMS_G_System_SoftwareProduct.ResourceId
    = SMS_R_System.ResourceId where SMS_G_System_SoftwareProduct.ProductName like "Windows Management Framework 3.0%"
    That won't work because as mentioned, it doesn't appear in ARP.
    Torsten's suggestion will work or you can resort to software/hardware inventory using the info at
    http://serverfault.com/questions/555100/methods-to-detect-version-of-windows-management-framework
    Jason | http://blog.configmgrftw.com

  • SCCM collection Query - Wrong output

    Hi 
    We are working on Creating Dynamic SCCM collection which get populated based on following two condition
    1) Belongs to a Test OU in AD
    2) Doesn't have scom agent installed
    We have been trying to work out why following query doesn't populate collection with correct object instead populate by every object that exist in this OU. Seems like condition after AND is totally ignored. is there anything I am doing wrong here
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_SERVICE on SMS_G_System_SERVICE.ResourceID =
    SMS_R_System.ResourceId where SMS_R_System.SystemOUName = "AD.local/Servers/DEV/Test" and SMS_G_System_SERVICE.DisplayName != "Microsoft Monitoring Agent"
    Where as below query is working and condition after AND is calculated and collection get populated with right objects.
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_SERVICE on SMS_G_System_SERVICE.ResourceID =
    SMS_R_System.ResourceId where SMS_R_System.SystemOUName = "AD.MONASH.EDU/Managed/Servers/DEV/OCIO/SplunkTest" and SMS_G_System_SERVICE.DisplayName = "Microsoft Monitoring Agent"
    We tried with different combination such as "not like", "is null" etc etc. seems to us that as soon as we try have negative criteria after AND that criteria has been ignored.
    To my little knowledge of SQL query, condition after AND is not optional and has to meet, if it doesn't query should return no value.
    is this same with SCCM collection query? will appreciate if some one can shade some light here.
    Thank you in advance. 

    Thank you All for the reply
    Our End Goal is to be able to automate software/configuration deployment based on criteria we set. SCOM is first of the rank if you like and we want this to be hands off approach so when a server move into certain OU based on criteria server get populated
    into SCCM collection and SCCM pushes out software/configuration packages out to the server.
    but having said that if we have to create two collection to satisfy our two criteria than most likely we will need number of collections depending on numbers and types of criteria. This will make managing collection and their relationship more challenging
    and not sure if that is the path we want to take. This will need to be discussed through unless we find better solution.
    Thank you again

  • SCCM collection query to create ESX host machines

    Hello Everyone
    I am looking SCCM collection query to create  ESX host collection. Any one can share the query to create EST host machines collection please

    For the actual ESXi hosts you can't.
    For host machines, that would be a query for all virtual servers, like this one:
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.IsVirtualMachine = "True"
    Make sure you limit the above query to servers collection or you can expand it to include servers, like this:
    select SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceDomainORWorkgroup, SMS_R_System.Client from  SMS_R_System inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId
    = SMS_R_System.ResourceId where SMS_R_System.IsVirtualMachine = "True" and SMS_G_System_OPERATING_SYSTEM.Caption like "%server%"

  • Is there a "SCCM Package For Windows 7 (64-bit)" for an X220?

    Hey all,
    i found the "SCCM package for Windows 7 (32-bit) and (64-bit)" for ThinkPad X230s here...
     http://support.lenovo.com/en_US/downloads/detail.p​age?DocID=DS034785
    ...but is there one for the X220s as well? I only see ones for M82, M92p M92, and X230
    any help would much appreciated. 

    That sounds great - actually based on our early research that is exactly the route we've decided to go.
    I don't see a document linked in your post, would you mind re-linking?
    Specifically, we'll want to include drivers for lots of x210, x220 and x230 varieties - and there are a lot of them that I don't have available for testing - they are many miles away.
    Appreciate the help!
    EDIT - I found the document linked in another thread and we've used it to pull in all the drivers we require for the 4 models in our environment.  thanks!
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mob​iles_pdf/dml_ur_ti_mdt_2.0.pdf

  • SCCM Collection query to get the Linux machines details

    Hi,
    Can I get the SCCM collection query to create list of Linux  machines . Please help me to get 

    Hi,
    Yes, you can.
    You use collections to manage groups of Linux and UNIX servers in the same way you use collections to manage other client types. Collections can be direct membership collections or query based collections that identify client operating systems, hardware
    configurations, or other details about the client that are stored in the site database. 
    For more information, please review the link below:
    How to Manage Linux and UNIX Clients in Configuration Manager
    http://technet.microsoft.com/en-us/library/jj573941.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • ICloud with Windows 7 64 bit Query

    Morning all,
    Can anyone confirm they have got iCloud (either 32bit or 64bit, not fussed) working on Windows 7 64 Bit?
    I've got 2 Windows 7 64 bit machines one with Office 2010 32 bit, the other without Office at all.
    Both machines have issues syncing bookmarks with IE or Safari.
    Has anyone got this working or am I fighting a battle I cannot win?

    Thank you very much mende1
    The truth is, that I have not any Apple device yet in my whole life. Someday maybe I will buy an iPhone S...(some version ).
    New question:
    " If Ι delete the iCloud application from my system, will be affected iTunes and its functions? "

Maybe you are looking for

  • Multiple Users/Logging In Problem

    Using Multiple Users I added a second user to our iMac DV400 (blueberry, slot loading) running OS9.2.1. The problem: now we can only log on to the second user's desktop and can't access the primary user's desktop. Since the second user is set up with

  • I need to point the xmlValue.getParentNode().getNextSibling() node ?

    Hi, I am new to BDB development. Here i am working on node traversal using XmlValue class. I have some of the queries on traversing the nodes using XmlValue class…. Steps followed for the same are as below… 1. Opening the BDB Environment 2. Loading t

  • How do i make a recovery disc for compaq nc 6400

    Just recovering from a major crash and learned my leason about not having a clean recovery disc. How do i make one that will have all my correct drivers and be able to do complete reboot if needed again? I have a compaq nc 6400 using (for now) Window

  • How do i get an ios update?, How do i get an ios update?

    Getting an ios update on my ipad is SO FRUSTRATING.  My ipad is connected to the internet but i can't find the system update button on the system settings.  I TRIED EVERYTHING, talking to apple people, looking on websites, using my computer, but the

  • Track levels suddenly much higher than normal. ?!?!?

    Need some help friends... I have a problem that I can't seem to fix; When I boot up an existing song or project, the levels shown on most of my tracks are peaking but the sound isn't clipping. The faders were all well below zero normally but for some