App-V apps intermittantly fail to install via SCCM

Hi,
I have a few sequenced apps deployed using SCCM to our work computers.  These apps are deployed to User collections.  When a new computer is brought online they intermittently fail to install, however if you manually 'retry' the installation in
Software Center, after the 4th or 5th attempt of retrying they install successfully.  Some apps fail to automatically install far more than others with one app failing to install consistently.
When the apps fail to install the streaming-transport debug log shows errors for Auto-Proxy detection and failure to send or receive HTTP responses to the distribution point full path to the .appv package file.  Send failures return an HResult of 0x80190193. 
Receive failures return an HResult of 0x80190193 or 0x80072f0c.
The AppEnforce.log file returns an HResult of 80190193 and "The provided URL could not be resolved.  Please check that the URL is valid."  I assumed this to be the FQDN part of the command line that points at the DP package location. 
The bit that puzzles me the most is that if it was a problem with the DP then surely none of the apps would install, and certainly a persisting with a manual 'retry' wouldn't produce a successful install result.
We use a proxy server.  AutoDetect proxy settings in IE is disabled and the FQDN of the Site Server/Distribution Point has been added to the Intranet Zone in IE.  If I tell IE not to use a proxy at all I still get the same errors (including the
auto proxy detection error) in the Streaming-transport debug log for the apps that have failed to install.
The App-V 5 deployment types are all configured to stream rather than download and run.  If I switch them to 'download and run' they all consistently install without errors.
App-V clients are configured to use 'shared cache mode' and 'package scripts' is enabled.
Our environment is as follows: SCCM 2012 SP1 running on Server 2012.  App-V 5 SP1 clients installed on Windows 7 Enterprise with SP1. 
Any ideas as to what is going on would be welcomed as I've been tearing my hair out with this for a week!
Event logs - server and domain names have been changed - Streaming-Transport debug log:
Event ID 85
Log Name:      Microsoft-AppV-Streaming-Transport/Debug
Source:        Microsoft-AppV-Streaming-Transport
Date:          28/08/2013 10:07:42
Event ID:      85
Task Category: Transport request operation
Level:         Error
Keywords:     
User:          SYSTEM
Computer:      SCH-UEVGEN02.webfarm.local
Description:
Auto proxy detection for URL
https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv failed with status Unknown HResult Error code: 0x80072f94
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-AppV-Streaming-Transport" Guid="{15936a6f-bea1-479e-9ab1-1815802d2205}" />
    <EventID>85</EventID>
    <Version>1</Version>
    <Level>2</Level>
    <Task>5</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-08-28T09:07:42.223458300Z" />
    <EventRecordID>472</EventRecordID>
    <Correlation />
    <Execution ProcessID="3948" ThreadID="4012" ProcessorID="0" KernelTime="2" UserTime="1" />
    <Channel>Microsoft-AppV-Streaming-Transport/Debug</Channel>
    <Computer>SCH-UEVGEN02.webfarm.local</Computer>
    <Security UserID="S-1-5-18" />
  </System>
  <EventData>
    <Data Name="StringValue">https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv</Data>
    <Data Name="Status">-2147012716</Data>
  </EventData>
</Event>
Event ID 66
Log Name:      Microsoft-AppV-Streaming-Transport/Debug
Source:        Microsoft-AppV-Streaming-Transport
Date:          28/08/2013 10:07:42
Event ID:      66
Task Category: Transport request operation
Level:         Error
Keywords:     
User:          SYSTEM
Computer:      SCH-UEVGEN02.webfarm.local
Description:
HTTP response receipt from
https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv failed.  Status: Unknown HResult Error code: 0x80072f0c
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-AppV-Streaming-Transport" Guid="{15936a6f-bea1-479e-9ab1-1815802d2205}" />
    <EventID>66</EventID>
    <Version>1</Version>
    <Level>2</Level>
    <Task>5</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-08-28T09:07:42.312531300Z" />
    <EventRecordID>476</EventRecordID>
    <Correlation />
    <Execution ProcessID="3948" ThreadID="4012" ProcessorID="0" KernelTime="2" UserTime="1" />
    <Channel>Microsoft-AppV-Streaming-Transport/Debug</Channel>
    <Computer>SCH-UEVGEN02.webfarm.local</Computer>
    <Security UserID="S-1-5-18" />
  </System>
  <EventData>
    <Data Name="Status">-2147012852</Data>
    <Data Name="URL">https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv</Data>
  </EventData>
</Event>
Event ID 67
Log Name:      Microsoft-AppV-Streaming-Transport/Debug
Source:        Microsoft-AppV-Streaming-Transport
Date:          28/08/2013 10:07:42
Event ID:      67
Task Category: Transport request operation
Level:         Error
Keywords:     
User:          SYSTEM
Computer:      SCH-UEVGEN02.webfarm.local
Description:
HTTP request from
https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv failed.  Status: Unknown HResult Error code: 0x80190193
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-AppV-Streaming-Transport" Guid="{15936a6f-bea1-479e-9ab1-1815802d2205}" />
    <EventID>67</EventID>
    <Version>1</Version>
    <Level>2</Level>
    <Task>5</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-08-28T09:07:42.325397400Z" />
    <EventRecordID>478</EventRecordID>
    <Correlation />
    <Execution ProcessID="3948" ThreadID="4012" ProcessorID="0" KernelTime="2" UserTime="1" />
    <Channel>Microsoft-AppV-Streaming-Transport/Debug</Channel>
    <Computer>SCH-UEVGEN02.webfarm.local</Computer>
    <Security UserID="S-1-5-18" />
  </System>
  <EventData>
    <Data Name="Status">-2145844845</Data>
    <Data Name="URL">https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv</Data>
  </EventData>
</Event>
Event ID 110
Log Name:      Microsoft-AppV-Streaming-Transport/Debug
Source:        Microsoft-AppV-Streaming-Transport
Date:          28/08/2013 10:07:42
Event ID:      110
Task Category: Transport stream request operation
Level:         Error
Keywords:     
User:          SYSTEM
Computer:      SCH-UEVGEN02.webfarm.local
Description:
Http Send request on URI
https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv with header  failed with status Unknown HResult Error code: 0x80190193.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-AppV-Streaming-Transport" Guid="{15936a6f-bea1-479e-9ab1-1815802d2205}" />
    <EventID>110</EventID>
    <Version>1</Version>
    <Level>2</Level>
    <Task>4</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2013-08-28T09:07:42.325397400Z" />
    <EventRecordID>479</EventRecordID>
    <Correlation />
    <Execution ProcessID="3948" ThreadID="4012" ProcessorID="0" KernelTime="2" UserTime="1" />
    <Channel>Microsoft-AppV-Streaming-Transport/Debug</Channel>
    <Computer>SCH-UEVGEN02.webfarm.local</Computer>
    <Security UserID="S-1-5-18" />
  </System>
  <EventData>
    <Data Name="URI">https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv</Data>
    <Data Name="Header">
    </Data>
    <Data Name="Status">-2145844845</Data>
  </EventData>
</Event>
Error in AppEnforce.log
<![LOG[The AppV 5X client is configured for use with ConfigMgr.]LOG]!><time="10:07:38.954-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appvclientconfig5x.cpp:64">
<![LOG[The package with GUID efaa1d42-dc70-4fc0-8976-fb692e83c395 is not installed on this machine yet]LOG]!><time="10:07:38.964-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552"
file="appvpackagequery5x.cpp:177">
<![LOG[Package: WinRAR 4.20 Win7 x64 with version GUID 6d7400fc-169b-4fa1-b292-29fdac24cae4 is not installed. Will install it]LOG]!><time="10:07:38.965-60" date="08-28-2013" component="AppEnforce" context=""
type="1" thread="2552" file="appv5xhandler.cpp:459">
<![LOG[Configure the package WinRAR 4.20 Win7 x64 as streaming. Use content ID Content_5f364464-dd13-4bb2-8142-3c41850f5e49 and content version 1]LOG]!><time="10:07:38.965-60" date="08-28-2013" component="AppEnforce" context=""
type="1" thread="2552" file="appv5xhandler.cpp:475">
<![LOG[Using content path <a href="https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv]LOG]!><time="10:07:39.206-60">https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv]LOG]!><time="10:07:39.206-60"
date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appv5xhandler.cpp:494">
<![LOG[Running App-V command ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -ExecutionPolicy Bypass import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1';  Add-AppvClientPackage
-Path 'https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv'  -DynamicDeploymentConfiguration 'C:\Windows\ccmcache\4\WinRAR_420_Win7x64_DeploymentConfig.xml'] for the  machine]LOG]!><time="10:07:39.211-60"
date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appvcommandutil.cpp:117">
<![LOG[    Executing Command line: "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -ExecutionPolicy Bypass import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1'; 
Add-AppvClientPackage -Path 'https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv'  -DynamicDeploymentConfiguration 'C:\Windows\ccmcache\4\WinRAR_420_Win7x64_DeploymentConfig.xml' with system
context]LOG]!><time="10:07:39.211-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appexcnlib.cpp:345">
<![LOG[    Process 3948 terminated with exitcode: 1]LOG]!><time="10:07:42.823-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appexcnlib.cpp:431">
<![LOG[Here is the error message generated by the process:
Add-AppvClientPackage : The provided URL could not be resolved. Please check
that the URL is valid. HRESULT: 80190193.
At line:1 char:106
+ import-module 'C:\Program Files\Microsoft Application
Virtualization\Client\Appv ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
    + CategoryInfo          : NotSpecified: (:) [Add-AppvClientPackage], COMEx
   ception
    + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Micr
   osoft.AppV.AppvClientPowerShell.AddAppvPackage
]LOG]!><time="10:07:42.823-60" date="08-28-2013" component="AppEnforce" context="" type="3" thread="2552" file="appexcnlib.cpp:441">
<![LOG[AppV command ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -ExecutionPolicy Bypass import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1';  Add-AppvClientPackage -Path
'https://CM01.domain.local:443/SMS_DP_SMSPKG$/Content_5f364464-dd13-4bb2-8142-3c41850f5e49.1/WinRAR_420_Win7x64.appv'  -DynamicDeploymentConfiguration 'C:\Windows\ccmcache\4\WinRAR_420_Win7x64_DeploymentConfig.xml'] failed with return code 1.]LOG]!><time="10:07:42.823-60"
date="08-28-2013" component="AppEnforce" context="" type="3" thread="2552" file="appvcommandutil.cpp:128">
<![LOG[AppVCommandUtil::RunAppVCommand() failed. (0x87d0128f)]LOG]!><time="10:07:42.824-60" date="08-28-2013" component="AppEnforce" context="" type="3" thread="2552" file="appvcommandutil.cpp:154">
<![LOG[AppVManageClient5X::InstallAppVPackage() failed. (0x87d0128f)]LOG]!><time="10:07:42.824-60" date="08-28-2013" component="AppEnforce" context="" type="3" thread="2552" file="appvmanage5x.cpp:86">
<![LOG[    CAppV5XHandler::InstallApp() failed. (0x87d0128f)]LOG]!><time="10:07:42.824-60" date="08-28-2013" component="AppEnforce" context="" type="3" thread="2552" file="appv5xhandler.cpp:646">
<![LOG[++++++ App enforcement completed (4 seconds) for App DT "WinRAR 4.20 Win7 x64" [ScopeId_86A33434-E76B-408D-8910-C2EADC8E3BA0/DeploymentType_93e3e297-e10c-421e-a178-fe43212b1bde], Revision: 2, User SID: S-1-5-21-3578899820-3203048151-3782333795-4928]
++++++]LOG]!><time="10:07:42.826-60" date="08-28-2013" component="AppEnforce" context="" type="1" thread="2552" file="appprovider.cpp:2366">

Hey Tim,
Since we're targeting  vmware view machines in floating pools with roaming profiles we can't really go live with download and execute as the users will stab away at the dead shortcuts and raise calls with service desk until their apps finish downloading.
Going to try and resolve the intermittent Add-AppvClientPackage
and
Publish-AppvClientPackage
and return to the SSL issue later.

Similar Messages

  • Adobe Flash Player 32-bit/64-bit ActiveX 12.0.0.38 for IE - failing to install (via SCCM/SCUP)

    Hi, I've been using SCCM/SCUP to update Adobe Flash for some now, and it's been working great. Much better than pervious custom scripting methods. However, the most recent version for IE, 12.0.0.38, isn't installing properly on some machines in my workplace (all windows 7 sp1 32-bit), and I can't figure out why. I can't see any pattern witht the machines that have the error.
    The FlashInstall.log looks fine, no errors at all. And "Programs & Features" shows that version installed. However, SCCM keeps trying to reinstall and gives this error message: Installation job encountered some failures. Error = 0x80240022. I've read up on this message from previous flash versions, these seem to relate to different issues.
    The few machines with Firefox have all successfully installed that version, which I notice for the first time I can remember, is a slightly different version number? Adobe Flash Player 32-bit/64-bit Plugin 12.0.0.43.
    Has anyone else seen, this issue with 12.0.0.38 for IE, and have any ideas? Thanks

    May be related to issues with logic in detection which Adobe is investigating.
    See http://forums.adobe.com/message/6014720#6014720

  • Apps Fail to install via sync

    Hello,
    Whenever I try to sync a game from my computer, it says "iTunes Sync - AppName Fail to Install".
    And when I download directly from AppStore on my iphone, the game wont downloads, but it stucks on "waiting".
    Model: iPhone 4
    iOS: 6.0 (10A403)
    Two weeks ago, i downloaded few games from appstore succesfully. Please assist me with the problem, thank you!

    The only solution  was upgrading my iphone to the latest version. A clean upgradation by connecting iphone to computer by iTunes.

  • BIOS Update failing to install via HP Support Assistant.

    I have tried four times to install a BIOS update (Rom Family SSID 2AF7; Version 80.20Ap1) provided within the Support Assistant, on each occation the update fails to install. I get no error messages. The computer restarts, but the previous BIOS version (AMI 80.19 (2014-07-18)) remains installed.
    I have tried stopping my antivirus program, but this didn't help. I have noticed that the command screen hangs with a flashing cursor, but no instructions are visible and then my computer restarts.
    Is it possible that the update is corrupt? Any advice on how I should proceed would be welcome.
    This question was solved.
    View Solution.

    I just tried it again.
    Clicked HP Support Assistant
    Selected Updates and Tuneups (! Important update available)
    Checked off box for ! HP Consumer Desktop PC BIOS Update (ROM Family SSID 2AF7)
    Clicked and then removed hands from keyboard and mouse
    Download and install selected updates (1 update(s) 10.74MB)
    Create restore point - check
    Checking available disk space - check
    Connecting to HP server - check
    HP Consumer Desktop PC BIOS Update (ROM Family SSID 2AF7) - check
    Downloading status bar comes on - check
    Installing - check
    A system32/cmd.exe dialog box appears, but I don't see any dialog in it
    Dialog box disappears
    Signing out
    Restarting
    Windows comes up
    Same BIOS version and date as stated above
    When I click HP Support assistand, and box comes up to ask if I want HP Support to make changes to my computer
    I agree
    The same box comes up again and I agree again
    HP Support Assistant tells me that there is and important update - the same one I just installed
    Hope that is a little more detail.  I've tried this about 5 times now and have never interrupted the process.
    Gary

  • Shockwave 12.0.0.112 MSI errors when installing via SCCM 2012

    I am experiencing the same type of issue i have entered a bug report for Flash Player.
    Upon pushing the vendor provided MSI via SCCM 2012, the uninstall of the older version 11.6.8.638 which is pushed enterprise wide, is removed from the machine, but the installation of the new 12.0.0.112 is not actually installing.  The log file that was on the machine from the command line we use shows this error:
    MSI (s) (A8:FC) [08:02:03:374]: Product: Adobe Shockwave Player 11.5 -- Error 2753.The File 'swhelper_1159620.exe' is not marked for installation.
    Anyone else seeing this happening or getting the same issue when installing Shockwave 12.0.0.112 with the vendor provided MSI for distribution?

    JVENGLEY wrote:
    MSI (s) (A8:FC) [08:02:03:374]: Product: Adobe Shockwave Player 11.5 -- Error 2753.The File 'swhelper_1159620.exe' is not marked for installation.
    Anyone else seeing this happening or getting the same issue when installing Shockwave 12.0.0.112 with the vendor provided MSI for distribution?
    I didn't have any installation issue on Windows XP 32 bit and Windows 7 64 bit.
    You didn't say anything about your OS, btw.
    And that swhelper_1159620.exe is a legacy (it's not related to the previous v11.6 or the current v12 installations).
    For future, to get rid of installation issues, use the UNinstaller first of all:
    http://www.adobe.com/shockwave/download/alternates/#sp
    cheers

  • App-V SP3 Sequenced Packages Fail to Install via MSI with Error

    I upgraded my sequencer machine and 2 client machines to App-V SP3 and proceeded to sequence 2 new packages. I then attempted to install the new packages on the client PCs using the automatically created MSI and got the following errors during install. Note
    I am logged into the PC with an Admin user. Screen shot 1 pops up during the install, then screenshot 2 shows up right after. I have also included the event log error. Note that packages sequenced using SP2 install fine via their MSI on the SP3 client machine.
    Both a Win7 and Win81 client with SP3 give this error, and I have tried reinstalling the clients on both PCs. If I add and publish the packages via powershell they work fine. Any assistance is appreciated.
    AppV Error Code: 0300000102
    Event ID:10
    If you found this post helpful, please give it a "Helpful" vote. If it answered your question, remember to mark it as an "Answer".

    OK, fond the issue in the msi file. Do the following steps to fix the issue:
    Download the mst that fixes the issue: http://www.notmyfault.ch/downloads/AppV5_SP3Fix.zip
    Extract the mst file and copy it into the same folder as your msi file
    Run the following command: msiexec /i YourAppvPackage.msi TRANSFORMS=AppV5_SP3Fix.mst
    If you want to run it unattended, add /qb as parameter. Make sure your current directory is the one that contains the msi/mst or just add the full path to your msi and mst. Don't rename your msi, use the original name that has been created by the sequencer.
    Let me know if that fixes your issue.
    Regards, Michael - http://blog.notmyfault.ch -

  • App gets runtime error 429 when deploying via SCCM

    I have an application I'm trying to deploy and it works fine when manually running the app (silently) on my test machine. When deploying it from SCCM and then trying to run the program you get a message saying "Run time error 429 - activex component
    can't create object".
    I can silently run the exe for the app from a command prompt. I can also do the same if I use the programs MSI file instead.
    If I use the exe, msi or batch from SCCM it fails. I've tried deploying when a user is logged in or logged off.
    One of the frustrating issues is I have been able to make it work on some systems, but not all. It fails more often than not. I'm wondering if it has something to do with a windows update (maybe .net framework) that isn't the same on each system.
    I have already checked logs and haven't been able to find anything.
    Any ideas?

    What the command-line does is up to the command-line and really has nothing to with ConfigMgr. You'll have to check with the vendor about what's going on. Error code 429 is not a standard Windows error code. You could add logging to your command-line to
    maybe get more details about what it cannot successfully do (how to do that is specific to your command-line and also has nothing to do with ConfigMgr).
    The only idiosyncrasy with running something in ConfigMgr is that it uses the local System account. This can have implications if the installer is expecting to add things to a normal user profile (which is generally  bad thing for installers to do but
    they sometimes do it anyway). You can simulate this by using psexec with the -I and -is parameters. Given that this is an ActiveX control, which I think may be user specific, this could the source of the issue.
    Another thing possibly at play is that IE is open. Since the installer is running as local System, it doesn't know this and tries to install the ActiveX control but can't because there are instances of IE open.
    There's really no way to know what's failing here with additional information about what the command-line is actually doing and failing to do.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Streaming App-V App to VMware Linked Clone VDI Pool via SCCM 2012 SP1

    I have a few different App-V 5.0 applications that will work when deployed to a regular Windows 7 PC but when deployed to a VMware Linked Clone VDI I get a failure.
    The primary error message appears to be: Windows Error: 0x11A - The mounted file system does not support extended attributes
    Any suggestions are appreciated.
    Here is the full details of this part of the log file:
    <![LOG[+++ Starting Install enforcement for App DT "Adobe Acrobat X Standard - Microsoft Application Virtualization 5" ApplicationDeliveryType - ScopeId_B51FF007-E1D6-47B2-B4FE-656997855C16/DeploymentType_427a1d36-aa7e-4fc0-856c-0495b9214883,
    Revision - 2, ContentPath - C:\Windows\ccmcache\2, Execution Context - Any]LOG]!><time="10:35:25.201+300" date="12-14-2013" component="AppEnforce" context="" type="1" thread="6168" file="appprovider.cpp:1643">
    <![LOG[    A user is logged on to the system.]LOG]!><time="10:35:25.201+300" date="12-14-2013" component="AppEnforce" context="" type="1" thread="6168" file="appprovider.cpp:2014">
    <![LOG[    Performing detection of app deployment type Adobe Acrobat X Standard - Microsoft Application Virtualization 5(ScopeId_B51FF007-E1D6-47B2-B4FE-656997855C16/DeploymentType_427a1d36-aa7e-4fc0-856c-0495b9214883, revision 2) for user.]LOG]!><time="10:35:25.203+300"
    date="12-14-2013" component="AppEnforce" context="" type="1" thread="6168" file="appprovider.cpp:2079">
    <![LOG[    Installing App-V 5.X package Adobe Acrobat X Standard (DTId = ScopeId_B51FF007-E1D6-47B2-B4FE-656997855C16/DeploymentType_427a1d36-aa7e-4fc0-856c-0495b9214883, Revision = 2)]LOG]!><time="10:35:25.294+300" date="12-14-2013"
    component="AppEnforce" context="" type="1" thread="6168" file="appv5xhandler.cpp:422">
    <![LOG[Running App-V command ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -ExecutionPolicy Bypass import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1'; Get-AppVPublishingServer
    | Remove-AppVPublishingServer ] for the  machine]LOG]!><time="10:35:25.295+300" date="12-14-2013" component="AppEnforce" context="" type="1" thread="6168" file="appvcommandutil.cpp:117">
    <![LOG[    Executing Command line: "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -ExecutionPolicy Bypass import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1'; Get-AppVPublishingServer
    | Remove-AppVPublishingServer  with system context]LOG]!><time="10:35:25.295+300" date="12-14-2013" component="AppEnforce" context="" type="1" thread="6168" file="appexcnlib.cpp:345">
    <![LOG[    Process 1820 terminated with exitcode: 0]LOG]!><time="10:35:25.991+300" date="12-14-2013" component="AppEnforce" context="" type="1" thread="6168" file="appexcnlib.cpp:431">
    <![LOG[The AppV 5X client is configured for use with ConfigMgr.]LOG]!><time="10:35:25.991+300" date="12-14-2013" component="AppEnforce" context="" type="1" thread="6168" file="appvclientconfig5x.cpp:64">
    <![LOG[   Opened config file C:\Windows\ccmcache\2\AdobeAcrobat10_UserConfig.xml for package [Id = 6fbce927-29b1-452e-b274-c1b381f7a5ed] [Xml namespace=http://schemas.microsoft.com/appv/2010/userconfiguration].]LOG]!><time="10:35:26.072+300"
    date="12-14-2013" component="AppEnforce" context="" type="1" thread="6168" file="appv5xconfigfile.cpp:76">
    <![LOG[Running App-V command ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -ExecutionPolicy Bypass import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1';  Publish-AppvClientPackage
    -PackageID 6fbce927-29b1-452e-b274-c1b381f7a5ed -VersionID 9fac3712-20e5-42d4-be67-4d3a8c2e19d3  -DynamicUserConfigurationPath 'C:\Windows\CCM\SystemTemp\AppVTempData\6fbce927-29b1-452e-b274-c1b381f7a5ed_UserConfig.xml' -ev err; if(($err -ne $null) -and
    ($error[0].Exception.AppvWarningCode -eq 8589935887)) {$host.SetShouldExit(4736)}] for the  user]LOG]!><time="10:35:26.090+300" date="12-14-2013" component="AppEnforce" context="" type="1" thread="6168"
    file="appvcommandutil.cpp:117">
    <![LOG[    Executing Command line: "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -ExecutionPolicy Bypass import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1';  Publish-AppvClientPackage
    -PackageID 6fbce927-29b1-452e-b274-c1b381f7a5ed -VersionID 9fac3712-20e5-42d4-be67-4d3a8c2e19d3  -DynamicUserConfigurationPath 'C:\Windows\CCM\SystemTemp\AppVTempData\6fbce927-29b1-452e-b274-c1b381f7a5ed_UserConfig.xml' -ev err; if(($err -ne $null) -and
    ($error[0].Exception.AppvWarningCode -eq 8589935887)) {$host.SetShouldExit(4736)} with user context]LOG]!><time="10:35:26.091+300" date="12-14-2013" component="AppEnforce" context="" type="1" thread="6168"
    file="appexcnlib.cpp:345">
    <![LOG[    Process 7052 terminated with exitcode: 1]LOG]!><time="10:35:27.555+300" date="12-14-2013" component="AppEnforce" context="" type="1" thread="6168" file="appexcnlib.cpp:431">
    <![LOG[Here is the error message generated by the process:
    Publish-AppvClientPackage : Application Virtualization Service failed to 
    complete requested operation. 
    Operation attempted: Publish AppV Package. 
    Windows Error: 0x11A - The mounted file system does not support extended 
    attributes
    Error module: Integration Manager. Internal error detail: 9BE013210000011A. 
    Please consult AppV Client Event Log for more details.
    At line:1 char:106
    + import-module 'C:\Program Files\Microsoft Application 
    Virtualization\Client\Appv ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : InvalidResult: (:) [Publish-AppvClientPackage],  
       ClientException
        + FullyQualifiedErrorId : PublishPackageError,Microsoft.AppV.AppvClientPow 
       erShell.PublishAppvPackage
    ]LOG]!><time="10:35:27.555+300" date="12-14-2013" component="AppEnforce" context="" type="3" thread="6168" file="appexcnlib.cpp:441">
    <![LOG[AppV command ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -ExecutionPolicy Bypass import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1';  Publish-AppvClientPackage
    -PackageID 6fbce927-29b1-452e-b274-c1b381f7a5ed -VersionID 9fac3712-20e5-42d4-be67-4d3a8c2e19d3  -DynamicUserConfigurationPath 'C:\Windows\CCM\SystemTemp\AppVTempData\6fbce927-29b1-452e-b274-c1b381f7a5ed_UserConfig.xml' -ev err; if(($err -ne $null) -and
    ($error[0].Exception.AppvWarningCode -eq 8589935887)) {$host.SetShouldExit(4736)}] failed with return code 1.]LOG]!><time="10:35:27.555+300" date="12-14-2013" component="AppEnforce" context="" type="3"
    thread="6168" file="appvcommandutil.cpp:128">
    <![LOG[AppVCommandUtil::RunAppVCommand() failed. (0x87d0128f)]LOG]!><time="10:35:27.555+300" date="12-14-2013" component="AppEnforce" context="" type="3" thread="6168" file="appvcommandutil.cpp:154">
    <![LOG[AppVManageClient5X::PublishAppVPackage() failed for package [6fbce927-29b1-452e-b274-c1b381f7a5ed]. (0x87d0128f)]LOG]!><time="10:35:27.555+300" date="12-14-2013" component="AppEnforce" context="" type="3"
    thread="6168" file="appvmanage5x.cpp:148">
    <![LOG[CAppV5XHandler::PublishSpecifiedAppVComponents() failed. (0x87d0128f)]LOG]!><time="10:35:27.555+300" date="12-14-2013" component="AppEnforce" context="" type="3" thread="6168" file="appv5xhandler.cpp:1810">
    <![LOG[CAppV5XHandler::PublishAppVComponentsForDT() failed. (0x87d0128f)]LOG]!><time="10:35:27.555+300" date="12-14-2013" component="AppEnforce" context="" type="3" thread="6168" file="appv5xhandler.cpp:1745">
    <![LOG[    CAppV5XHandler::InstallApp() failed. (0x87d0128f)]LOG]!><time="10:35:27.555+300" date="12-14-2013" component="AppEnforce" context="" type="3" thread="6168" file="appv5xhandler.cpp:646">
    <![LOG[++++++ App enforcement completed (2 seconds) for App DT "Adobe Acrobat X Standard - Microsoft Application Virtualization 5" [ScopeId_B51FF007-E1D6-47B2-B4FE-656997855C16/DeploymentType_427a1d36-aa7e-4fc0-856c-0495b9214883],
    Revision: 2, User SID: S-1-5-21-2088122422-771453202-631647523-30201] ++++++]LOG]!><time="10:35:27.556+300" date="12-14-2013" component="AppEnforce" context="" type="1" thread="6168"
    file="appprovider.cpp:2366">

    Hello,
    See these topics;
    http://blogs.msdn.com/b/vsnetsetup/archive/2013/05/06/the-mounted-file-system-does-not-support-extended-attributes.aspx
    http://technet.microsoft.com/en-us/library/cc978803.aspx
    I would assume that the file-system you are attempting to place the app is not supported. The above articles could give you a hint on what to verify why that is the case.
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • Reports - Find a specific keyboard [hardware] installed via SCCM

    I just manged to find the hardware ID registry by checking details in device manager after I saw it install.
    So I have HardwareID in hklm\system\controlset01\Enum\HID\VID_
    How can I query 1,000s of devices in a collection for this data.

    In a large environment somebody has inadvertently deployed a
    number of unique keyboards that have a keyboard reader attached. There is
    associated software but users have not [cannot] download that.
    I need to be able to run a report or some sort of query to find
    these puppies. I am not SQL savvy I am a canned report guy.
    I can see it being installed as a human interface device but it
    shows just like a regular keyboard.
    I have the manufacturer and model number.
    I dug through the registry with that info and came up blank.
    Any ideas?
       >
    >
    This topic first appeared in the Spiceworks Community

  • ITunes Sync app name here failed to install

    Hi! I've recently updated to iOS 5 (well, by recently I mean 5 hours ago) and I've encountered issues not fatal but has a big impact on my part.
    I encountered this error message when my iPod's restoring:
    iTunes Sync <app name here> failed to install
    A number of apps weren't successfully installed. I tried restoring for a number of times but the results were the same.
    Though, I tried downloading the app via the Appstore on my iPod and it worked. The app was successfully installed and can be ran again.
    So then, I tried transferring the purchase to my library to copy the IPA to my PC. Then removed the app from my iPod. Then tried to install again the app from iTunes (this time, I'm trying to use the IPA I downloaded via my iPod; the one that finally worked). But to no avail. The IPA that's working on my iPod didn't install successfully from iTunes.
    Can you advise on how to fix this. As much as possible, I'm trying to keep all my downloads via iTunes but this incident is not allowing me to.
    If you need more details, below is the list of the apps that aren't being successfully installed via iTunes: (all IPA's are up to date as of Oct. 14, 2011)
    - Battleheart
    - Castle Empire
    - Death Rally
    - Infinity Blade
    - Chaos Rings
    - Dead Space
    - Dungeon Hunter 2
    - Merriam-Webster Dictionary
    - Words With Friends
    - N.O.V.A. 2
    I'm using iTunes 10.5 / iOS 5. My device is an iPod touch 4th gen black 32 GB

    I am having the same or similar problem, wrote a simple program with xcode and it runs and loads to the iPad but when I creat the .ipa and pass it to iTunes it transfer to iPad. When transferring to iPad I get "iTunes Sync 'app name here' Failed to install. Sent to Apple as Bug # 11060939. Apple has had me update all, which I did and run thru it again and have the same results.
    At this point I am wondering if it could be a setting in xcode which is also at the current level.

  • Company Portal (xap) wp8 Apps failing to install (Can't install)

    Hi, 
    We have set up our company portal on windows mobile devices in order to distribute company apps.
    However we have created some cordova applications to be deployed via the company portal.
    These applications work when we deploy them via  visual studio etc. However when we try to install them via the company portal we get the error "can't install company app"
    we have tried signing the apps but these still doesn't seem to work...
    Is there a step we have missed. Or what is required from an app to be able to be installed via the company app portal.
    Thanks a lot.  

    I know this is old but I’m trying to clean up old posts. Did you ever solve this? If so it would be good if you could post the solution to assist others. If not, at this stage,
    as nobody has answered, I would recommend that you call Intune support.
    You will find your local Intune support number here
    http://technet.microsoft.com/en-US/jj839713.aspx
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Premiere Elements 10 fails to install.

    Premiere Elements 10 fails to install. Message #1: The installation process has encountered an error while installing Shared Technologies Rolling back the installation of Adobe Premiere Elements 10. Message #2: Please wait wkile the shared components for Premiere Elements 10 are being installed. Rolling back installation. Message # 3: InstallShield Wizard completed The Elements 10 install wizard was interrupted while installing Shared Technologies. Message #4: You must restart… for the configuration…. To take place. I rebooted and went throughthe process 3 times… continues to fail to install HELP!

    I have the same error. Kglad, I thought your solution might help, but after removing the
    PDAppFlex.swf
    PDAppFlex-app.xml
    Adobe Elements fails to install the same as before.
    interrupted while installing Shared Technologies... Rolling back the installation of Adobe Premiere Elements 10
    Another solution would be appreciated.
    I am using an Asus UltraBook with Win 8.1
    I have already installed Adobe PSElements 10 successfully.

  • OSD Task Sequence fails to install SCCM client

    Hello,
    Our OSD task sequence fails to install the SCCM client with certain images.
    The TS gets to the "Setup Windows and Configuration" step, during which it downloads all the necessary SCCM client files (silverlight, C++ redistributable, client.msi....etc.). At this point computer restarts and in never loads back into the
    task sequence, instead it enters the minisetup (setup is starting services, setup is installing devices, setup is applying system settings...preparing computer for first use), after which the computer restarts and you are back at the CTR+ALT+Del screen.
    The computer has joined the domain and has run all other steps but it has failed to install SCCM client. I can also see the leftovers of an incomplete TS under c:\_SMSTaskSequence
    If we change the image specified under "Apply Operating System" step, everything works ok.
    It appears there is something wrong with this particular image. Any ideas?
    Logs show no errors. Let me know which logs you'd like me to post (and from which location)
    There is no ccm folder under c:\windows

    Hoping you are using ConfigMgr 2012 R2. If a client machine Join to Domain and doesn't proceed with other steps and not installing the CCM client, then problem seems to be with the Image.Do you have any RunOnce registry setting specified in the Image? You
    can mount the Image and check those settings.
    RunOnce Key Reference :
    https://msdn.microsoft.com/en-us/library/windows/desktop/aa376977(v=vs.85).aspx
    If the above key is present in the Image, TS Engine won't resume after the reboot.
    You need to use a new variable "SMSTSPostAction" at the end of the Task Sequence, to add your custom actions.
    The above variable is applicable in CM 2012 SP1 and R2.
    Thanks, Senthil. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. Click on "vote as Helpful" if you feel this post helpful to you. This
    can be beneficial to other community members reading the thread.

  • Problem deploying Office 2010 via SCCM 2007

    Hello, 
    I have a problem with deploying Office 2010 to Workstations. 
    I did exactly as instructed settings: http://technet.microsoft.com/en-us/library/ff404178(v=office.14).aspx
    When you release it manually (I tested it) everything went fine but when I let you install via SCCM 2007 workstation, just run setup.exe and processes stuck there and nothing happens.I have no idea why setup.exe. What is wrong any ideas?
    (It does not matter who's office: 013,010,07)
    Thanks

    Are you using any silent key like setup.exe/s S  or setup/quite etc.. ??
    Kamala kannan.c| Please remember to click “Mark as Answer” or Vote as Helpful if its helpful for you. |Disclaimer: This posting is provided with no warranties and confers no rights
    No, should i? Microsoft does not say anything like that...  Name field,
    which in this example is named Office 2010 silent installation.
    In the Command line field,
    in this example type setup.exe.
    Of course I'll try but I do not suppose this helped ...

  • TS1702 'App' failed to install

    Hello,
    I have paid for and downloaded the FIFA 12 app for my iPhone 4s however when I attempt to syn it to my phone it says - iTunes Sync 'FIFA 12' failed to install.
    It gives me no other information or any reasons. Does anybody know what I need to do?
    Thanks

    I got a similar problem. I downloaded Mass Effect: Infiltrator and synced it to my iPhone via iTunes but then I got a  pop up saying that installation failed. I tried different ways to install it again but still having the same problem. I am now downloading it again through Wi-Fi but it is stuck on loading.
    I also did a hard reset and tried restoring from backup and then install it again but still having the same problem. Is it happening to EA games only??? I never had such problem with any other apps/games.
    Can anyone help plz.

Maybe you are looking for

  • Help with iTunes 2.0.4 and library on networked Mac

    Hello, I was given an old Powermac G3 (blue and white).  It's running Mac OS 9 and iTunes 2.0.4. I have it hooked up in my garage. I want to listen to my iTunes while I'm out there working on stuff. My iTunes library is on my MacBook Pro in the house

  • IMAGEICON help

    anybody know how to set image icon as a background to put inside a panel..ANybody could give help

  • IPad Air vs iPad Mini Retina

    Ipad Air or Ipad Mini Retina? I am thinking about buying an Ipad, however I'm not sure what one to get. I am currently in sixth form so will be hauling the tablet around everyday. Obviously will be using some kind of Word, probably Apple Pages. Which

  • Update to Fax Number Required in Central Address Management

    We are on 4.6C, also using SRM.  A fax number is incorrect for a specific address in CAM, and needs to be updated.  How do I make this change in CAM?

  • Can't run apps

    Hi everybody I've just started learning and playing around with J2ME, but now I have this problem, and I can't sort it out, which means I can't continue learning. Please help! 1. I'm using J2ME wireless toolkit to build and compile 2. In command prom