<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The Microsoft Application Virtualization Blog : KB Article</title><link>http://blogs.technet.com/b/appv/archive/tags/KB+Article/</link><description>Tags: KB Article</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>KB: Allowing applications running inside an App-V Virtual Environment (VE) to read from or write to the native registry</title><link>http://blogs.technet.com/b/appv/archive/2012/09/06/kb-allowing-applications-running-inside-an-app-v-virtual-environment-ve-to-read-from-or-write-to-the-native-registry.aspx</link><pubDate>Thu, 06 Sep 2012 17:06:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3518564</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2012/09/06/kb-allowing-applications-running-inside-an-app-v-virtual-environment-ve-to-read-from-or-write-to-the-native-registry.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2750869"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published. This one explains how to allow applications running inside an App-V Virtual Environment to read from or write to the native registry on a client.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Summary&lt;/h5&gt;  &lt;p&gt;The purpose of this document is to describe the support for registry pass-through functionality that exists in Microsoft Application Virtualization (App-V) version 4.6. Registry pass-through functionality is used when applications running inside a Virtual Environment (VE) need to read/write the contents of the native registry on a client.&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;The problem registry pass-through functionality addresses is when an application needs to write values to the native, non-virtual registry such that those values are created on the client system and are then visible to programs that have access to the native registry (e.g. natively installed applications).&lt;/p&gt;  &lt;p&gt;While the isolation provided by the VE is normally desired and is a cornerstone of the functionality delivered by App-V, there are cases where an application needs to have read/write access to the native system and update its state. Registry pass-through functionality provides the ability to write-through, or pass-through, registry operations from applications running inside the VE. Values that are written to pass-through locations from inside the VE can subsequently be used by other applications. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Declaring a pass-through&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Pass-through keys are defined in the following location on the client system:&lt;/p&gt;  &lt;p&gt;HKLM\Software\[Wow6432Node\]Microsoft\Softgrid\4.5\SystemGuard\Overrides\VirtualRegistryPassThroughEx&lt;/p&gt;  &lt;p&gt;The VirtualRegistryPassThroughEx key should contain REG_MULTI_SZ type values identifying the registry keys on the client that should be accessed natively by an application in the VE.&lt;/p&gt;  &lt;p&gt;Examples:&lt;/p&gt;  &lt;p&gt;HKEY_LOCAL_MACHINE\Software\Microsoft\DirectDraw    &lt;br /&gt;HKEY_CURRENT_USER\Software\Microsoft\ActiveMovie\devenum&lt;/p&gt;  &lt;p&gt;All registry values read or written at these levels, or anywhere in the tree underneath, will go to the native registry on the system on which the VE is running.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Collisions&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Package overlaps with pass-through&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;In all cases, the registry values in the package take precedence over the pass-through locations. This means that locations that are defined in both locations – pass-through location and virtual registry – will create a runtime environment that ignores the pass-through location. For example, if a package has HKEY_LOCAL_MACHINE\Software\Microsoft\DirectDraw\KeyName\VRegValue=5 and a registry pass-through is defined for HKEY_LOCAL_MACHINE\Software\Microsoft\DirectDraw then VRegValue will have value 5 inside the VE regardless of its value on the target machine.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;DSC packages overlap with pass-through&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;DSC packages (i.e. packages using Dynamic Suite Composition), either primary or secondary, will have the same behavior as with the non-DSC case for which there is overlap between pass-through and native.&lt;/p&gt;  &lt;p&gt;For more information on DSC see &lt;em&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc843662.aspx"&gt;&lt;em&gt;How To Use Dynamic Suite Composition&lt;/em&gt;&lt;/a&gt;&lt;/em&gt; (&lt;a href="http://technet.microsoft.com/en-us/library/cc843662.aspx"&gt;http://technet.microsoft.com/en-us/library/cc843662.aspx&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;u&gt;64-bit Considerations&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;Strings defined as pass-through registry keys are not modified via 32-on-64 Operating System functions such as redirection. The strings will be processed verbatim.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Existence of key on local system&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;In order for this functionality to operate predictably, the key that is specified in the pass-through must also exist on the local system. &lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2750869"&gt;2750869 - Allowing applications running inside an App-V Virtual Environment (VE) to read from or write to the native registry&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Get the latest System Center news on &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; and &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3518564" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6/">App-V 4.6</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-5/">App-V 4.5</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Sequencer/">Sequencer</category></item><item><title>KB: Expanding an App-V 4.6 SP1 package fails with error: Failed to expand package to disk</title><link>http://blogs.technet.com/b/appv/archive/2012/09/04/kb-expanding-an-app-v-4-6-sp1-package-fails-with-error-failed-to-expand-package-to-disk.aspx</link><pubDate>Tue, 04 Sep 2012 18:52:08 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3517995</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2012/09/04/kb-expanding-an-app-v-4-6-sp1-package-fails-with-error-failed-to-expand-package-to-disk.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2513357"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published. This one talks about an issue you might run into where expanding an App-V 4.6 SP1 package fails with an error saying “Failed to expand package to disk.”&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;To successfully sequence a plug-in with the 4.6 SP1 Sequencer, the package for the primary application should be expanded to the local system drive. If the package (SFT, ICO, SPRJ, OSD, etc.) is on a local drive of the Sequencer, but not the C: drive, the expansion will fail.&lt;/p&gt;  &lt;p&gt;&lt;img alt="" src="http://bemis/15/PublishingImages/appv_support_articles/Expand%20to%20local%20system.png" /&gt;&lt;/p&gt;  &lt;p&gt;Using &lt;b&gt;TOOLS&amp;gt;Expand to Local System&lt;/b&gt; expands the package back to the original file structure on the Q: drive. When the package to be expanded is not on the C: drive, this error occurs:&lt;/p&gt;  &lt;p&gt;&lt;img alt="" src="http://bemis/15/PublishingImages/appv_support_articles/Expand%20Error.png" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;quot;Failed to expand package to disk - check the sequencer log for error details. Revert the machine to clean state and retry.&amp;quot;&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This is a known issue in this 4.6 SP1 release.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;Revert the Sequencer and copy the package to a folder on the C:\ drive before expanding. Expanding from a UNC path share will also work.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2513357"&gt;2513357 - Expanding an App-V 4.6 SP1 package fails with error: Failed to expand package to disk&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3517995" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6/">App-V 4.6</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Package/">Package</category></item><item><title>KB: Changes to an App-V application are not included when deployed using System Center 2012 Configuration Manager</title><link>http://blogs.technet.com/b/appv/archive/2012/08/07/kb-changes-to-an-app-v-application-are-not-included-when-deployed-using-system-center-2012-configuration-manager.aspx</link><pubDate>Tue, 07 Aug 2012 17:50:54 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3512990</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2012/08/07/kb-changes-to-an-app-v-application-are-not-included-when-deployed-using-system-center-2012-configuration-manager.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2683934"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published. This one talks about an issue where changes to an App-V package may not get delivered when the app is deployed using ConfigMgr 2012.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;Consider the following scenario: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;You create a Microsoft Application Virtualization (App-V) application. &lt;/li&gt;    &lt;li&gt;You deploy the source for the application to a System Center 2012 Configuration Manager distribution point. &lt;/li&gt;    &lt;li&gt;You change the application by using the App-V Sequencer. &lt;/li&gt;    &lt;li&gt;You deploy the content for the updated application to the distribution point. &lt;/li&gt; &lt;/ul&gt;  &lt;br /&gt;In this scenario, when users run the application, your changes are not included in the application.   &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This problem occurs because the App-V Sequencer saves the virtual application's SFT file (.sft) using a different name when changes are saved for the application. For example, if your virtual application is named MyApp.sft, the App-V Sequencer will save the changed application as MyApp_2.sft. Without manual adjustment, the Deployment Type for the App-V application will still refer to the original .sft file name.&lt;/p&gt;  &lt;h5&gt;Workaround&lt;/h5&gt;  &lt;p&gt;To work around this problem, change the Deployment Type to refer to the current .sft file manually.&lt;/p&gt;  &lt;h5&gt;Status&lt;/h5&gt;  &lt;p&gt;Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the &amp;quot;Applies to&amp;quot; section.&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;Because the file name changes when you update an App-V application, Binary Delta Replication is not used to download the updated content to the clients. Binary Delta Replication is possible only when you work with two versions of a file that have the same name.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2683934"&gt;2683934 - Changes to an App-V application are not included when deployed using System Center 2012 Configuration Manager&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity- support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3512990" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V/">App-V</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Deployment/">Deployment</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Sequencer/">Sequencer</category><category domain="http://blogs.technet.com/b/appv/archive/tags/ConfigMgr+2012/">ConfigMgr 2012</category></item><item><title>Hotfix Package 6 for Microsoft Application Virtualization 4.6 SP1: April 2012 Now Available</title><link>http://blogs.technet.com/b/appv/archive/2012/05/22/hotfix-package-6-for-microsoft-application-virtualization-4-6-sp1-april-2012-now-available.aspx</link><pubDate>Tue, 22 May 2012 20:47:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3499366</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2012/05/22/hotfix-package-6-for-microsoft-application-virtualization-4-6-sp1-april-2012-now-available.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2693779"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="KB" border="0" alt="KB" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/8105.KB_5F00_0E109C31.jpg" width="80" height="80" /&gt;&lt;/a&gt;This article describes a hotfix package that contains the latest fixes for Microsoft Application Virtualization (App-V) 4.6 Service Pack 1 (SP1). This hotfix package is dated April 2012.&lt;/p&gt;  &lt;p&gt;This hotfix package fixes the following issue: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;On a server that is running Windows Server 2008 R2, the Microsoft Application Virtualization service receives an exception and then crashes. After the crash, the service cannot be started because of the lost file system, and the server must be restarted. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For all the details and a download link please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2693779"&gt;KB2693779 - Hotfix Package 6 for Microsoft Application Virtualization 4.6 SP1: April 2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3499366" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/Hotfix/">Hotfix</category><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Download/">Download</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6+SP1/">App-V 4.6 SP1</category></item><item><title>KB: How to sequence the Microsoft System Center Configuration Manager 2007 R3 Admin Console using Microsoft App-V</title><link>http://blogs.technet.com/b/appv/archive/2012/04/19/kb-how-to-sequence-the-microsoft-system-center-configuration-manager-2007-r3-admin-console-using-microsoft-app-v.aspx</link><pubDate>Thu, 19 Apr 2012 20:16:48 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3493259</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2012/04/19/kb-how-to-sequence-the-microsoft-system-center-configuration-manager-2007-r3-admin-console-using-microsoft-app-v.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2685079"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s one more Knowledge Base article we published today. This one shows you how to sequence (virtualize) the ConfigMgr admin console in App-V.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;When trying to Sequence (virtualize) the System Center Configuration Manager 2007 (ConfigMgr) administrator’s console, the resulting package will generate the following error and fail to run: &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;MMC cannot initialize the snap-in&lt;/strong&gt; &lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;Using the steps below, you can virtualize the admin console and have it run successfully. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt;&lt;em&gt; &lt;/em&gt;In the example below, it is assumed that we are sequencing the Microsoft System Center Configuration Manager 2007 R3 admin console for the 64-bit version of Windows 7 Service Pack 1. &lt;/p&gt;  &lt;p&gt;1. Follow Best Practices for the Microsoft Application Virtualization Sequencer : &lt;a href="http://technet.microsoft.com/en-us/library/dd351420.aspx"&gt;http://technet.microsoft.com/en-us/library/dd351420.aspx&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;2. Build the clean system with 64-bit version of Windows 7 SP1 and join it to the domain. &lt;/p&gt;  &lt;p&gt;3. Install the APPV 4.6 SP1 Sequencer with Hotfix 3 (&lt;a href="http://support.microsoft.com/kb/2571168"&gt;http://support.microsoft.com/kb/2571168&lt;/a&gt;). Launch the Microsoft Application Virtualization Sequencer and select &lt;em&gt;Create New Virtual Application Package.&lt;/em&gt; &lt;/p&gt;  &lt;p&gt;4. Select Create Package (Default) option and Click Next. Note that &lt;em&gt;Prepare the Computer for Creating a Virtual Package&lt;/em&gt; may give the Warning “Windows Defender is active”. If so, launch the Services.msc snap-in and stop the Windows Defender service. After doing so, click refresh and then click Next. &lt;/p&gt;  &lt;p&gt;5. Select the Standard Application (default) option and click Next. &lt;/p&gt;  &lt;p&gt;6. On the Select Installer Screen, browse to “SPLASH.HTA” on the Configuration Manager (ConfigMgr) installation media and click Next. &lt;/p&gt;  &lt;p&gt;7. Name the Package SCCMConsole.001 and leave other options as the defaults and click Next. &lt;/p&gt;  &lt;p&gt;8. Once the ConfigMgr installation screen appears, click Install Configuration Manager 2007 SP2 and click Next. &lt;/p&gt;  &lt;p&gt;9. Select Install or Upgrade an Administrator Console and click Next. &lt;/p&gt;  &lt;p&gt;10. Accept license agreement and Click Next. &lt;/p&gt;  &lt;p&gt;11. Select &lt;em&gt;No, I do not want to participate right now&lt;/em&gt; and click Next. &lt;/p&gt;  &lt;p&gt;12. Leave the Destination Folder to the default (i.e. C:\Program Files(x86)\Microsoft Configuration Manager Console\) and click Next. &lt;/p&gt;  &lt;p&gt;13. Provide your site Server Name and Click Next, then Next again. &lt;/p&gt;  &lt;p&gt;14. Ensure the Pre-check passes then click on Begin Install. &lt;/p&gt;  &lt;p&gt;15. Once the installation finishes click Next and then click Finish. &lt;/p&gt;  &lt;p&gt;16. Back on the Installation screen on the Sequencer, click on the “Run” option to install the ConfigMgr R3 prerequisite hotfix &lt;a href="http://support.microsoft.com/kb/977384"&gt;http://support.microsoft.com/kb/977384&lt;/a&gt;) and R3. &lt;/p&gt;  &lt;p&gt;17. Provide the path to the 977384 hotfix and choose Install. &lt;/p&gt;  &lt;p&gt;18. When complete and back at the Installation screen on the Sequencer, click on the “Run” option to install R3. &lt;/p&gt;  &lt;p&gt;19. Click on Run and provide the path to R3’s “SPLASH.HTA” and click Next and install R3. &lt;/p&gt;  &lt;p&gt;20. When complete, click on &lt;b&gt;I am Finished installing&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;21. Select the ConfigMgr console and run it. After launching the console close it. Click Next to review the installation report and click Next when you’re done. &lt;/p&gt;  &lt;p&gt;22. Select the Customize option and click Next &lt;/p&gt;  &lt;p&gt;23. Now under Edit Short Cut screen, right Click and edit the ConfigMgr Console. &lt;/p&gt;  &lt;p&gt;24 Click on “Change Icon…” and browse to “C:\Program Files\Microsoft Configuration Manager Console\bin\i386\” and select “SETUP.EXE” &lt;/p&gt;  &lt;p&gt;25.&lt;strong&gt; &lt;/strong&gt;Select the proper icon and provide the version No: &lt;strong&gt;4.00.6487.2157&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;26. Click “Save” &lt;/p&gt;  &lt;p&gt;27. Right click “ConfigMgr Documentation” and click “Edit” &lt;/p&gt;  &lt;p&gt;28. Click on “Change Icon…” and browse to “C:\Windows” and select “hh” &lt;/p&gt;  &lt;p&gt;29. Select the proper icon and click “Save” &lt;/p&gt;  &lt;p&gt;30. Right click on ConfigMgr setup and select Remove. &lt;/p&gt;  &lt;p&gt;31. Right click on ConfigMgr Setup Repair Wizard and select Remove. &lt;/p&gt;  &lt;p&gt;32. Click next and then Run ALL. &lt;/p&gt;  &lt;p&gt;33. Select the Target OS, click Next and then select Create the Package. The Package will be saved as SCMMConsole.001. &lt;/p&gt;  &lt;p&gt;34. Copy the Package to the App-V management content share. &lt;/p&gt;  &lt;p&gt;35. Edit the OSD file of ConfigMgr Console.OSD in Notepad. Change the VALUE of &amp;lt;SUBSYSTEM VALUE= &amp;quot;windows&amp;quot;/&amp;gt; to &amp;lt;SUBSYSTEM VALUE= &amp;quot;console&amp;quot;/&amp;gt; and save the OSD file. &lt;/p&gt;  &lt;p&gt;36. Now follow the normal procedure to import the Package in to your APPV Management server and verify that the console is published to the APPV users. &lt;/p&gt;  &lt;p&gt;When you double click ConfigMgr Console on an App-V client you may see the error “MMC cannot initialize the snap-in.” If so, hold the Shift Key and right-click on ConfigMgr Console and select Run as different user. Provide whichever user credentials that have access to the ConfigMgr site server. &lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;This is published on the Microsoft App-V blog here: &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/appv/archive/2012/03/20/how-to-sequence-the-system-center-configuration-manager-2007-r3-admin-console-with-microsoft-app-v.aspx"&gt;http://blogs.technet.com/b/appv/archive/2012/03/20/how-to-sequence-the-system-center-configuration-manager-2007-r3-admin-console-with-microsoft-app-v.aspx&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Also see the following Knowledge Base article: &lt;/p&gt;  &lt;p&gt;2559075 - Elevation and Run-As Considerations in Microsoft App-V Environments (&lt;a href="http://support.microsoft.com/kb/2559075"&gt;http://support.microsoft.com/kb/2559075&lt;/a&gt;) &lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2685079"&gt;2685079 : How to sequence the Microsoft System Center Configuration Manager 2007 R3 Admin Console using Microsoft App-V&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3493259" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Sequencing/">Sequencing</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V/">App-V</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Recipe/">Recipe</category><category domain="http://blogs.technet.com/b/appv/archive/tags/ConfigMgr+2007/">ConfigMgr 2007</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Admin+Console/">Admin Console</category></item><item><title>KB: Launching an App-V application fails with "Unable to initialize package information (0x00000000)" error</title><link>http://blogs.technet.com/b/appv/archive/2012/04/19/kb-launching-an-app-v-application-fails-with-quot-unable-to-initialize-package-information-0x00000000-quot-error.aspx</link><pubDate>Thu, 19 Apr 2012 18:02:58 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3493224</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2012/04/19/kb-launching-an-app-v-application-fails-with-quot-unable-to-initialize-package-information-0x00000000-quot-error.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2694295"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published this morning. This one talks about a couple work arounds for an App-V issue where launching an App-V application fails with &amp;quot;Unable to initialize package information (0x00000000)&amp;quot;: &lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;When launching an application virtualized with Microsoft Application Virtualization (App-V), the application fails to start and generates the following error message:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Unable to initialize package information (0x00000000)&lt;/strong&gt;&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This can occur when App-V is set to work in Full Infrastructure Mode (&lt;a href="http://technet.microsoft.com/en-us/magazine/2008.10.appv.aspx#id0110023"&gt;http://technet.microsoft.com/en-us/magazine/2008.10.appv.aspx#id0110023)&lt;/a&gt; and the Configuration Manager (ConfigMgr) client agent is installed on the same machine where the App-V client is already installed. When the Configuration Manager client agent is installed, it assumes that it should handle the virtualized applications. During the Configuration Manager client agent installation, the App-V client cache is flushed and App-V registry keys are modified, causing the error described above.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;There are 3 potential work arounds for this issue:&lt;/p&gt;  &lt;p&gt;1. The ConfigMgr client agent takes managing virtualized applications when “Allow virtual application package advertisement&amp;quot; in the Advertised Programs Client Agent properties in the ConfigMgr console is checked. If this box is unchecked, it is then possible to run both ConfigMgr and App-V client agents at the same time. To modify this setting, open the ConfigMgr Console, expand Site Database, Site Management, &amp;lt;Site Name&amp;gt;, Site Settings, Client Agents; then open the properties for Advertised Programs Client Agent. The next time the client agents refresh (or if you kick off a Machine Policy Retrieval &amp;amp; Evaluation Cycle), the App-V client will become the default handler again.&lt;/p&gt;  &lt;p&gt;2. The second option is to manually modify the registry keys on the client back to the original values. Thus, we can make the following modifications: &lt;/p&gt;  &lt;p&gt;&lt;b&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Client\UserInterface&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Change to the following:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;LaunchCommand &amp;quot;C:\Program Files\Microsoft Application Virtualization Client\sfttray.exe&amp;quot; /launch &amp;quot;&amp;lt;APP&amp;gt;&amp;quot;      &lt;br /&gt;DDELaunchCommand&amp;quot;C:\Program Files\Microsoft Application Virtualization Client\sftdde.exe&amp;quot; &amp;quot;&amp;lt;APP&amp;gt;&amp;quot; &amp;lt;DDE&amp;gt;&amp;quot;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;However, keep in mind that if “Allow virtual application package advertisement&amp;quot; in the Advertised Programs Client Agent properties in the ConfigMgr console remains checked, it is possible that it will reset the registries to their previous values and the issue will reoccur.&lt;/p&gt;  &lt;p&gt;3. The third option is to use ConfigMgr to manage the virtual applications instead of using the App-V management server. More info on this can be found here:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://download.microsoft.com/download/f/7/8/f784a197-73be-48ff-83da-4102c05a6d44/APP-V/App-V_and_ConfigMgr_Whitepaper_Final.docx"&gt;http://download.microsoft.com/download/f/7/8/f784a197-73be-48ff-83da-4102c05a6d44/APP-V/App-V_and_ConfigMgr_Whitepaper_Final.docx&lt;/a&gt;&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;Below are the App-V registry keys that are changed during the SCCM client agent installation:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Client\UserInterface&lt;/b&gt;&lt;b&gt;      &lt;br /&gt;&lt;/b&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;&lt;b&gt;LaunchCommand &lt;/b&gt;&lt;b&gt;&amp;quot;C:\Windows\system32\CCM\VappLauncher.exe&amp;quot; /launch &amp;quot;&amp;lt;APP&amp;gt;&amp;quot;&lt;/b&gt;&lt;b&gt;      &lt;br /&gt;&lt;/b&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;&lt;b&gt;DDELaunchCommand&lt;/b&gt;&lt;b&gt;&amp;quot;C:\Windows\system32\CCM\VappLauncher.exe&amp;quot; /launch &amp;quot;&amp;lt;APP&amp;gt;&amp;quot;&lt;/b&gt;     &lt;br /&gt;Instead of the original values shown below:     &lt;br /&gt;&lt;b&gt;LaunchCommand &lt;/b&gt;&lt;b&gt;&amp;quot;C:\Program Files\Microsoft Application Virtualization Client\sfttray.exe&amp;quot; /launch &amp;quot;&amp;lt;APP&amp;gt;&amp;quot;&lt;/b&gt;&lt;b&gt;      &lt;br /&gt;&lt;/b&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;&lt;b&gt;DDELaunchCommand&lt;/b&gt;&lt;b&gt;&amp;quot;C:\Program Files\Microsoft Application Virtualization Client\sftdde.exe&amp;quot; &amp;quot;&amp;lt;APP&amp;gt;&amp;quot; &amp;lt;DDE&amp;gt;&amp;quot;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2694295"&gt;2694295 : Launching an App-V application fails with &amp;quot;Unable to initialize package information (0x00000000)&amp;quot; error&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3493224" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/ConfigMgr+2007/">ConfigMgr 2007</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6/">App-V 4.6</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-5/">App-V 4.5</category></item><item><title>HOTFIX: OSD tasks stop responding in System Center Configuration Manager 2007 SP2</title><link>http://blogs.technet.com/b/appv/archive/2012/04/03/hotfix-osd-tasks-stop-responding-in-system-center-configuration-manager-2007-sp2.aspx</link><pubDate>Tue, 03 Apr 2012 20:31:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3490146</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2012/04/03/hotfix-osd-tasks-stop-responding-in-system-center-configuration-manager-2007-sp2.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2678547"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Capture" border="0" alt="Capture" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/7077.Capture_5F00_3EA15927.jpg" width="85" height="89" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published recently. This one is a hotfix for an issue where a ConfigMgr 2007 SP2 task to install a virtual application that is located on an App-V distribution point that has streaming enabled hangs (stops responding):&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;&lt;em&gt;&lt;font color="#004080"&gt;Symptoms&lt;/font&gt;&lt;/em&gt;&lt;/h5&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#004080"&gt;Consider the following scenario. You create an operating system deployment (OSD) task on a site server that has Microsoft System Center Configuration Manager 2007 Service Pack 2 (SP2) installed. You configure the task to install a virtual application that is located on a Microsoft Application Virtualization (App-V) distribution point that has streaming enabled. In this scenario, the OSD task stops responding….&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article and a download link for the hotfix itself please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2678547"&gt;2678547 : OSD tasks stop responding in System Center Configuration Manager 2007 SP2&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3490146" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/Hotfix/">Hotfix</category><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V/">App-V</category><category domain="http://blogs.technet.com/b/appv/archive/tags/SP2/">SP2</category><category domain="http://blogs.technet.com/b/appv/archive/tags/ConfigMgr+2007/">ConfigMgr 2007</category></item><item><title>Troubleshooting 04-0000180C / 6156 Errors in Microsoft Application Virtualization</title><link>http://blogs.technet.com/b/appv/archive/2012/03/27/troubleshooting-04-0000180c-6156-errors-in-microsoft-application-virtualization.aspx</link><pubDate>Tue, 27 Mar 2012 18:44:17 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3488862</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2012/03/27/troubleshooting-04-0000180c-6156-errors-in-microsoft-application-virtualization.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2688524"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6052.image_5F00_05282D91.png" width="85" height="84" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published today. This one talks about troubleshooting an issue where attempting to upgrade a package in Microsoft Application Virtualization (App-V) fails with error 04-0000180C:&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;Attempting to upgrade a package in Microsoft Application Virtualization (App-V) fails with error 04-0000180C:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;dl&gt;&lt;dd&gt;&lt;em&gt;C:\Program Files (x86)\Microsoft Application Virtualization Client&amp;gt;sftmime.com add package:&amp;quot; &lt;b&gt;APP_V1.1&lt;/b&gt;&amp;quot; /manifest &amp;quot;C:\\Program Files (x86)\\SMS_CCM\\Cache\\ABC00076.2.S-1-5-21-1111111111-1111111111-1111111111-500\\&lt;b&gt;APP_V1.1&lt;/b&gt;&lt;b&gt;_manifest.xml&lt;/b&gt;&amp;quot; /overrideUrl &amp;quot;FILE://C:\\Program Files (x86)\\SMS_CCM\\Cache\\ABC00076.2.S-1-5-21-1111111111-1111111111-1111111111-500\\ABC00076.sft&amp;quot;&lt;/em&gt;&lt;/dd&gt;&lt;dd&gt;&lt;b&gt;&lt;em&gt;The Application Virtualization Client could not complete&lt;/em&gt;&lt;/b&gt;&lt;/dd&gt;&lt;dd&gt;&lt;b&gt;&lt;em&gt;the operation.&lt;/em&gt;&lt;/b&gt;&lt;/dd&gt;&lt;dd&gt;&lt;em&gt;&lt;/em&gt;&lt;/dd&gt;&lt;dd&gt;&lt;b&gt;&lt;em&gt;The operation failed because the GUID in the package&lt;/em&gt;&lt;/b&gt;&lt;/dd&gt;&lt;dd&gt;&lt;b&gt;&lt;em&gt;manifest matches a package name other than the one&lt;/em&gt;&lt;/b&gt;&lt;/dd&gt;&lt;dd&gt;&lt;b&gt;&lt;em&gt;specified. Verify the package name, and then try again.&lt;/em&gt;&lt;/b&gt;&lt;/dd&gt;&lt;dd&gt;&lt;b&gt;&lt;/b&gt;&lt;/dd&gt;&lt;dd&gt;&lt;strong&gt;Error code: &lt;/strong&gt;4605F3-183051&lt;strong&gt;04-0000180C&lt;/strong&gt;&lt;/dd&gt;&lt;/dl&gt;  &lt;p&gt;For System Center Configuration Manager (CfgMgr) clients, the VirtualApp.log will show entries similar to the following, exiting with error code 6156 (SWRC_PKG_NAMEDOESNOTMATCH):&lt;/p&gt; &lt;dl&gt;&lt;dd&gt;&lt;em&gt;&amp;lt;![LOG[Executing command line: &amp;quot;C:\Program Files\Microsoft SoftGrid\Microsoft SoftGrid Application Virtualization for Desktops\SFTMIME.COM&amp;quot; ADD PACKAGE:&amp;quot;Package1&amp;quot; /MANIFEST &amp;quot;C:\\WINDOWS\\system32\\CCM\\Cache\\ABC00500.3.S-1-5-21-1111111111-1111111111-1111111111-2672\\Package1.xml&amp;quot; /OverrideUrl &amp;quot;FILE://C:\\WINDOWS\\system32\\CCM\\Cache\\ABC00500.3.S-1-5-21-1111111111-1111111111-1111111111-2672\\ABC00500.sft&amp;quot;]LOG]!&amp;gt;&amp;lt;time=&amp;quot;16:37:46.837+-120&amp;quot; date=&amp;quot;08-08-2008&amp;quot; component=&amp;quot;VAppRegistration&amp;quot; context=&amp;quot;&amp;quot; type=&amp;quot;1&amp;quot; thread=&amp;quot;3120&amp;quot; file=&amp;quot;registrationhandler.cpp:1031&amp;quot;&amp;gt; &lt;/em&gt;      &lt;br /&gt;&lt;em&gt;&amp;lt;![LOG[The command completed with exit code &lt;strong&gt;6156&lt;/strong&gt;.]LOG]!&amp;gt;&amp;lt;time=&amp;quot;16:37:47.368+-120&amp;quot; date=&amp;quot;08-08-2008&amp;quot; component=&amp;quot;VAppRegistration&amp;quot; context=&amp;quot;&amp;quot; type=&amp;quot;1&amp;quot; thread=&amp;quot;3120&amp;quot; file=&amp;quot;registrationhandler.cpp:1140&amp;quot;&amp;gt; &lt;/em&gt;&lt;/dd&gt;&lt;/dl&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This error indicates that there is a mismatch between the package name of the original package and that of the upgraded package. This results in the App-V client incorrectly determining that there is a duplicate GUID, since the package GUID in both manifests will be the same. To successfully upgrade a package, both of the following conditions must be true:&lt;/p&gt;  &lt;p&gt;1. The package GUID must be the same (the Version tag and VERSIONGUID tag will change).&lt;/p&gt;  &lt;p&gt;2. The package name must be exactly the same. This can be verified by opening the original and upgrade package's manifest XML in a text editor to compare the NAME and GUID tags.&lt;/p&gt;  &lt;p&gt;The NAME tag is derived from the &lt;strong&gt;Package Name&lt;/strong&gt; field on the General Properties tab of the package. The App-V Sequencer allows this field to be changed after sequencing a package but before saving the files. To avoid this error, do not edit this field.&lt;/p&gt;  &lt;p&gt;In a second variation, the Microsoft System Center Configuration Manager (ConfigMgr) Virtual Application Package Update Wizard allows for the &lt;u&gt;Name:&lt;/u&gt; field to be changed on its General page. Editing the &lt;u&gt;Name:&lt;/u&gt; or &lt;u&gt;Version:&lt;/u&gt; fields of the New Package's values will result in the errors above.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;To avoid the &lt;strong&gt;04-0000180C&lt;/strong&gt; and &lt;strong&gt;6156&lt;/strong&gt; errors listed above, do not change the package name in either the App-V Sequencer or the ConfigMgr Virtual Application Package Update Wizard. If the package manifest file is correct, simply re-run the Virtual Application Package Update Wizard without changing any values. If the package name has been changed in the Sequencer, re-sequence the application and do not change this value.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2688524"&gt;2688524 : Troubleshooting 04-0000180C / 6156 Errors in Microsoft Application Virtualization&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3488862" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Troubleshoot/">Troubleshoot</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6/">App-V 4.6</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-5/">App-V 4.5</category><category domain="http://blogs.technet.com/b/appv/archive/tags/6156/">6156</category><category domain="http://blogs.technet.com/b/appv/archive/tags/04_2D00_0000180C/">04-0000180C</category></item><item><title>KB: How to Enable Automatic Crash Dump Generation in Microsoft Application Virtualization</title><link>http://blogs.technet.com/b/appv/archive/2012/03/26/kb-how-to-enable-automatic-crash-dump-generation-in-microsoft-application-virtualization.aspx</link><pubDate>Mon, 26 Mar 2012 18:00:07 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3488646</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2012/03/26/kb-how-to-enable-automatic-crash-dump-generation-in-microsoft-application-virtualization.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2690495"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5224.hotfix_5F00_37B90D94.jpg" width="80" height="89" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published today. This one walks you through how to create a crash dump in Microsoft Application Virtualization should you ever need to do so as guided by a Microsoft support engineer:&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;This article describes how to enable automatic crash dump generation for Microsoft Application Virtualization (App-V) 4.5 and 4.6 clients. This method has the advantage of using functionality already built in to the product, so no additional software is required to be installed. Note that enabling the registry keys below will potentially generate a number of large files in the Dumps folder; carefully monitor servers or desktops where this option has been set for disk usage. This should normally be done under the guidance of a Microsoft Support professional.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;To enable automatic crash dump generation, create the following registry value:&lt;/p&gt; &lt;dl&gt;&lt;dd&gt;32-bit systems: &lt;/dd&gt;&lt;dd&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Shared\exceptions &lt;/dd&gt;&lt;dd&gt;64-bit systems: &lt;/dd&gt;&lt;dd&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\SoftGrid\4.5\Shared\exceptions &lt;/dd&gt;&lt;dd&gt;Value: &lt;strong&gt;GenerateDumps&lt;/strong&gt;&lt;/dd&gt;&lt;dd&gt;Type: &lt;strong&gt;REG_DWORD&lt;/strong&gt;&lt;/dd&gt;&lt;dd&gt;Data: &lt;strong&gt;1&lt;/strong&gt; to enable mini-dumps, 0 to disable (default value; uses WER or Dr. Watson)&lt;/dd&gt;&lt;/dl&gt;  &lt;p&gt;Restart the Application Virtualization Client service (sftlist) to enable the setting.&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;Other values under this key:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/7711.image_5F00_67AD6109.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/2844.image_5F00_thumb_5F00_12199227.png" width="550" height="89" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2690495"&gt;2690495 : How to Enable Automatic Crash Dump Generation in Microsoft Application Virtualization&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3488646" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6/">App-V 4.6</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-5/">App-V 4.5</category><category domain="http://blogs.technet.com/b/appv/archive/tags/How+To/">How To</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Crash/">Crash</category></item><item><title>KB: Error 0000B00F when attempting to delete a server from the Default Server Group in Microsoft Application Virtualization</title><link>http://blogs.technet.com/b/appv/archive/2012/03/01/kb-error-0000b00f-when-attempting-to-delete-a-server-from-the-default-server-group-in-microsoft-application-virtualization.aspx</link><pubDate>Thu, 01 Mar 2012 16:02:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3484100</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2012/03/01/kb-error-0000b00f-when-attempting-to-delete-a-server-from-the-default-server-group-in-microsoft-application-virtualization.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2679610"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5224.hotfix_5F00_37B90D94.jpg" width="80" height="89" /&gt;&lt;/a&gt;Here’s a new Knowledge Base article we published today. This one talks about how to fix an issue where you get error 0000B00F attempting to delete a server from the Default Server Group in Microsoft App-V:&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;When attempting to delete a Server from the Default Server Group in the Microsoft Application Virtualization (App-V) Virtualization Management Console, the following error code is received:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;0000B00F&lt;/strong&gt;&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This occurs because there are licenses assigned to the server that have to be removed before it can be deleted from the Default Server Group. If these licenses have not been automatically removed, it is typically due to the SoftGrid Close Orphaned Sessions Job failing to run or erroring out when it attempted to run. If the App-V database was migrated from another server, it's also possible that the four SoftGrid jobs were not be migrated over along with the database, meaning that these Orphaned Session entries never get cleared from the dbo.LICENSE_ASSIGNMENTS table.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;Manually run the SoftGrid Close Orphaned Sessions SQL Job to clear out the licenses or manually delete them from the dbo.LICENSE_ASSIGNMENTS table.&lt;/p&gt;  &lt;p&gt;First, to determine the server_id of the server that cannot be deleted from the Default Server Group, look at the dbo.SERVERS table which will have the name and hostname fields to identify it (e.g. Server1 has a server_id of 1). Run the following SQL query against the App-V database to determine how many licenses are assigned to Server1:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Select * from License_assignments where server_id = 1&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;To delete these records directly from the App-V database, run the following SQL query against the App-V database:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Delete from License_assignments where server_id = 1&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt; Please make a backup of the App-V database prior to running any command or making any modification.&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;If the App-V (or SoftGrid) Jobs are not present or not running correctly, eventually the App-V database will grow too large and cause related issues. Please see the following blog posts for more information:&lt;/p&gt;  &lt;p&gt;Troubleshooting SoftGrid Database Growth Issues : &lt;a href="http://blogs.technet.com/b/appv/archive/2008/08/04/troubleshooting-softgrid-database-growth-issues.aspx"&gt;http://blogs.technet.com/b/appv/archive/2008/08/04/troubleshooting-softgrid-database-growth-issues.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Use the following blog to learn how to create the missing App-V SQL Jobs (Step 7), test and troubleshoot the App-V SQL Jobs (Step 9):&lt;/p&gt;  &lt;p&gt;A Complete Guide to SQL 2008 App-V Database Migration : &lt;a href="http://blogs.technet.com/b/appv/archive/2012/02/08/a-complete-guide-to-sql-2008-app-v-database-migration.aspx"&gt;http://blogs.technet.com/b/appv/archive/2012/02/08/a-complete-guide-to-sql-2008-app-v-database-migration.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2679610"&gt;2679610 : Error 0000B00F when attempting to delete a server from the Default Server Group in Microsoft Application Virtualization&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3484100" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6/">App-V 4.6</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-5/">App-V 4.5</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6+SP1/">App-V 4.6 SP1</category><category domain="http://blogs.technet.com/b/appv/archive/tags/0000B00F/">0000B00F</category></item><item><title>Now available: Hotfix Package 5 for Microsoft Application Virtualization 4.6 SP1: December 2011</title><link>http://blogs.technet.com/b/appv/archive/2012/02/13/now-available-hotfix-package-5-for-microsoft-application-virtualization-4-6-sp1-december-2011.aspx</link><pubDate>Mon, 13 Feb 2012 18:31:32 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3480670</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2012/02/13/now-available-hotfix-package-5-for-microsoft-application-virtualization-4-6-sp1-december-2011.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2645225"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/8666.image_5F00_604025AB.png" width="85" height="89" /&gt;&lt;/a&gt;Just a quick FYI that we recently released Hotfix Package 5 for Microsoft Application Virtualization 4.6 SP1 dated December 2011.&amp;#160; I don’t think I mentioned this one before so if you haven’t seen it you’ll want to check it out:&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#004080"&gt;This article describes a hotfix package that contains the latest fixes for Microsoft Application Virtualization (App-V) 4.6 Service Pack 1 (SP1). This hotfix package is dated December 2011.&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#004080"&gt;This hotfix package addresses the following issues: &lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#004080"&gt;- Assume that you have a virtualized application that is managed by System Center Configuration Manager or by Asset Intelligence. If you run this application by using the System account, the SoftGrid Client folder is moved into the system profile. However, this behavior causes the loss of user settings or of nested SoftGrid Client folders. To resolve this issue, you must create the following registry entry after you apply this hotfix package: &lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#004080"&gt;Location: HKEY_LOCAL_MACHINE\Software\Microsoft\Softgrid\4.5\Client\Configuration        &lt;br /&gt;Entry: ExpandUserDataDirectoryAsUser         &lt;br /&gt;Type: REG_DWORD         &lt;br /&gt;Value: 1&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#004080"&gt;- The Application Virtualization client does not start a virtualized application even if the application package is fully loaded in the App-V cache. When this issue occurs, you receive the following error message: &lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#004080"&gt;The system cannot find the path specified&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#004080"&gt;If you are not assigned administrative permissions, HTTPS streaming fails when mutual certificate authentication is applied between the client and the server.&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#004080"&gt;&lt;b&gt;Note&lt;/b&gt; We recommend that you test hotfixes before you deploy them in a production environment. Because these builds are cumulative, each new hotfix release contains all hotfixes that were included with the previous hotfix package. We recommend that you apply the most recent hotfix release that contains the hotfixes that you want.&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;For all the details and a download link please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2645225"&gt;2645225&lt;/a&gt; : Hotfix Package 5 for Microsoft Application Virtualization 4.6 SP1: December 2011 (&lt;a title="http://support.microsoft.com/kb/2645225" href="http://support.microsoft.com/kb/2645225"&gt;http://support.microsoft.com/kb/2645225&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;     &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;     &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3480670" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/Hotfix/">Hotfix</category><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Download/">Download</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6+SP1/">App-V 4.6 SP1</category></item><item><title>Fix: Error Code 0000C800 is generated when connecting to the App-V Management Console</title><link>http://blogs.technet.com/b/appv/archive/2012/01/16/fix-error-code-0000c800-is-generated-when-connecting-to-the-app-v-management-console.aspx</link><pubDate>Mon, 16 Jan 2012 18:54:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3475670</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2012/01/16/fix-error-code-0000c800-is-generated-when-connecting-to-the-app-v-management-console.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2663873"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5224.hotfix_5F00_37B90D94.jpg" width="80" height="89" /&gt;&lt;/a&gt;Here’s a new KB article we published today. This one tells you how to fix an issue where error code 0000C800 is generated when connecting to the App-V Management Console:&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;When connecting to the Microsoft Application Virtualization (App-V or SoftGrid) Management Web Service from the App-V Management Console, you receive the following error message:&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Unexpected error occurred.&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;Please report the following error code to your system administrator.&lt;/i&gt;&lt;i&gt;&lt;b&gt;        &lt;br /&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;Error code: 0000C800 &lt;/i&gt;&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This can occur if TCP/IP is disabled in &lt;b&gt;SQL Server Configuration Manager&lt;/b&gt; under &lt;b&gt;SQL Server Network Configuration&lt;/b&gt;&lt;b&gt; &lt;/b&gt;on the App-V Database SQL Server.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;On the SQL Server where the App-V Database resides, launch &lt;b&gt;SQL Server Configuration Manager&lt;/b&gt;, navigate and expand the &lt;b&gt;SQL Server Network Configuration&lt;/b&gt; node and enable the TCP/IP protocol on the SQL instance that hosts the App-V Database.&lt;/p&gt;  &lt;p&gt;Example:&lt;/p&gt;  &lt;p&gt;On a default install of SQL there will be a &lt;b&gt;Protocols for MSSQLSERVER&lt;/b&gt; listed under &lt;b&gt;SQL Server Network Configuration&lt;/b&gt;. Highlight &lt;b&gt;Protocols for MSSQLSERVER&lt;/b&gt;, right click on &lt;b&gt;TCP/IP&lt;/b&gt; in the right hand pane and choose &lt;b&gt;Enable&lt;/b&gt; from the Context Menu.&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;Other articles related to this specific App-V SQL Server connectivity error are below:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;930565"&gt;930565&lt;/a&gt; Error message when you connect to the App-V (SoftGrid) Management Web Service from the App-V (SoftGrid) Management Console: &amp;quot;Error code: 0000C800&amp;quot; - &lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;930565"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;930565&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;SoftGrid Management Console Intermittently Crashes With 0000C800 or 0000C81D Errors - &lt;a href="http://blogs.technet.com/b/appv/archive/2007/09/13/softgrid-management-console-intermittently-crashes-with-0000c800-or-0000c81d-errors.aspx"&gt;http://blogs.technet.com/b/appv/archive/2007/09/13/softgrid-management-console-intermittently-crashes-with-0000c800-or-0000c81d-errors.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V 4.5 Remote Console Configuration Guide - &lt;a href="http://blogs.technet.com/b/appv/archive/2009/04/21/app-v-4-5-remote-console-configuration-guide.aspx"&gt;http://blogs.technet.com/b/appv/archive/2009/04/21/app-v-4-5-remote-console-configuration-guide.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2663873"&gt;2663873: Error Code 0000C800 is generated when connecting to the App-V Management Console&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;     &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;     &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3475670" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V/">App-V</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Console/">Console</category><category domain="http://blogs.technet.com/b/appv/archive/tags/0000C800/">0000C800</category></item><item><title>Launching an App-V virtualized application on a Remote Desktop Web Access server launches the wrong virtualized application</title><link>http://blogs.technet.com/b/appv/archive/2011/11/28/launching-an-app-v-virtualized-application-on-a-remote-desktop-web-access-server-launches-the-wrong-virtualized-application.aspx</link><pubDate>Mon, 28 Nov 2011 22:19:28 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3467740</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2011/11/28/launching-an-app-v-virtualized-application-on-a-remote-desktop-web-access-server-launches-the-wrong-virtualized-application.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2638539"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5224.hotfix_5F00_37B90D94.jpg" width="80" height="89" /&gt;&lt;/a&gt;Here’s another KB article we published today. This one tells you how to fix an issue where trying to launch a virtualized application on a Remote Desktop Web Access server ends up launching a different one:&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;When users login to a Remote Desktop Session Host server using a Remote Desktop Connection, all of the Microsoft Application Virtualization (App-V) applications work properly, however when users launch the same App-V applications on a Remote Desktop Web Access server the wrong virtualized app is launched. For example, the users receive App-V application B when App-V application A is selected even though the icon and the application names are displayed correctly.&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;When the RemoteApps are configured using the RemoteApp configuration wizard, an Alias parameter is configured automatically. Since sfttray.exe is the application for all App-V virtualized apps, once the 2nd App-V application is added, the Alias parameter cannot be same name as another application therefore the Wizard increments the file name with a (1), (2) etc. An example of this is below:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/6724.image_5F00_343ACB35.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/0042.image_5F00_thumb_5F00_73987EC5.png" width="550" height="95" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You will notice that the Alias is different for each one of the applications on each server. For example, the Alias for App1 on Server 1 is Sfttray, on Server 2 it is Sfttray1, and on Server 3 it is Sftray3. This is the source of the problem as the Aliases need to be identical for each application on each server.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;To resolve this issue, edit the RemoteApp parameters for the App-V application so that the Alias parameters are the same for each application across all Remote Desktop Session Host servers. It is recommended that the application name referenced after the /launch switch of the sfttray command be used for the Alias. &lt;/p&gt;  &lt;p&gt;Example where the App-V launch commands are:&lt;/p&gt;  &lt;p&gt;App1 -sfttray.exe /launch &amp;quot;App1 1.1.1.1&amp;quot;    &lt;br /&gt;App2 -sfttray.exe /launch &amp;quot;App2 1.1.1.1&amp;quot;     &lt;br /&gt;App3 -sfttray.exe /launch &amp;quot;App3 1.1.1.1&amp;quot;     &lt;br /&gt;App4 -sfttray.exe /launch &amp;quot;App4 1.1.1.1&amp;quot;&lt;/p&gt;  &lt;p&gt;Change the App1,2,3,4 RemoteApp configurations as follows:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/1033.image_5F00_59C44896.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5241.image_5F00_thumb_5F00_7253E5E6.png" width="176" height="211" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Make this change on all Remote Desktop Session Host servers.&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;The most common scenario in which this can happen is when you have multiple Remote Desktop Session Host servers and Remote Desktop Web Access servers that are load balanced. When the App-V applications are manually installed on each Remote Desktop Session Host server, they may or may not have not been installed in exactly the same order. Also, the Applications configured in the RemoteApp Program wizard may or may not have not been configured in exactly the same order on the 3 Remote Desktop Session Host servers, thus the Alias names may not be in sync and in the same order on each server.&lt;/p&gt;  &lt;p&gt;Application Virtualization 4.6 for Windows Server 2008 R2 Remote Desktop Services - whitepaper -    &lt;br /&gt;&lt;a href="http://blogs.technet.com/b/appv/archive/2010/05/27/the-app-v-4-6-for-rds-whitepaper-is-now-available.aspx"&gt;http://blogs.technet.com/b/appv/archive/2010/05/27/the-app-v-4-6-for-rds-whitepaper-is-now-available.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2638538"&gt;2638538: Launching an App-V virtualized application on a Remote Desktop Web Access server launches the wrong virtualized application&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;     &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;     &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3467740" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6/">App-V 4.6</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-5/">App-V 4.5</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Remote+Desktop/">Remote Desktop</category></item><item><title>App-V database jobs fail with error - “Executed as user dbo. The server principal “sa” is not able to access the database under the current security context. [SQL State 08004] error 916”.</title><link>http://blogs.technet.com/b/appv/archive/2011/11/17/app-v-database-jobs-fail-with-error-executed-as-user-dbo-the-server-principal-sa-is-not-able-to-access-the-database-under-the-current-security-context-sql-state-08004-error-916.aspx</link><pubDate>Thu, 17 Nov 2011 14:44:46 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3465864</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2011/11/17/app-v-database-jobs-fail-with-error-executed-as-user-dbo-the-server-principal-sa-is-not-able-to-access-the-database-under-the-current-security-context-sql-state-08004-error-916.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2597203"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5224.hotfix_5F00_37B90D94.jpg" width="80" height="89" /&gt;&lt;/a&gt;Here’s one more KB article we just published today. This one talks about an issue where App-V database jobs fail if you have the wrong DB selected I the SQL Server Jobs configuration:&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;The App-V Management Server installation creates database jobs in the SQL jobs section. When one of the database jobs&lt;b&gt;&lt;i&gt; &lt;/i&gt;&lt;/b&gt;is executed, the job fails with the error message:     &lt;br /&gt;&lt;b&gt;“Executed as user dbo. The server principal “sa” is not able to access the database under the current security context. [SQL State 08004] error 916”.&lt;/b&gt;&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;The correct database is not selected in the SQL Server jobs configuration.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;1. Open SQL Management Studio.    &lt;br /&gt;2. Navigate to the SQL Server Agent\Jobs node in Object Explorer.     &lt;br /&gt;3. Open “Properties” for the Job.     &lt;br /&gt;4. Select the Page for “Steps” in the left pane.     &lt;br /&gt;5. Select “Edit” and change the database name to the App-V Database being used. (e.g. APPVIRT).&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2597203"&gt;2597203: App-V database jobs fail with error - “Executed as user dbo. The server principal “sa” is not able to access the database under the current security context. [SQL State 08004] error 916”.&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;     &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;     &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3465864" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/SQL+Server/">SQL Server</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6/">App-V 4.6</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Database/">Database</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-5/">App-V 4.5</category></item><item><title>Error Codes XXXXXX2A-00000003 or XXXXXX0A-0000000A when attempting to stream an application from a Microsoft Application Virtualization Management Server</title><link>http://blogs.technet.com/b/appv/archive/2011/11/16/error-codes-xxxxxx2a-00000003-or-xxxxxx0a-0000000a-when-attempting-to-stream-an-application-from-a-microsoft-application-virtualization-management-server.aspx</link><pubDate>Wed, 16 Nov 2011 19:00:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3465624</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2011/11/16/error-codes-xxxxxx2a-00000003-or-xxxxxx0a-0000000a-when-attempting-to-stream-an-application-from-a-microsoft-application-virtualization-management-server.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2641546"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5224.hotfix_5F00_37B90D94.jpg" width="80" height="89" /&gt;&lt;/a&gt;Here’s another good KB article we just published today. This one talks about an issue where you get a 00000003 or 0000000A error when trying to launch a virtualized application from an App-V client:&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;You receive the following error when trying to launch or stream an application using the App-V client:&lt;/p&gt;  &lt;p&gt;&lt;i&gt;The Application Virtualization Client could not Launch &amp;lt;APPLICATION NAME&amp;gt;&lt;/i&gt;    &lt;br /&gt;&lt;i&gt;The System Cannot Find the File Specified&lt;/i&gt;    &lt;br /&gt;&lt;i&gt;Error Code: XXXXXX-XXXXXX2A-00000003 &lt;/i&gt;&lt;/p&gt;  &lt;p&gt;You may also see the following error:&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Unexpected Error&lt;/i&gt;    &lt;br /&gt;&lt;i&gt;Error Code: XXXXXX-XXXXXX0A-0000000A&lt;/i&gt;&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This can easily happen if you use the wrong convention for specifying a UNC path as an HREF for the SFT file in the application’s OSD file.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;If you use the traditional format and not the proper HREF format for specifying a UNC path, the App-V client will error out. You will need to specify the &lt;u&gt;FILE://&lt;/u&gt; HREF prefix in front of the UNC path. For example, if the SFT file located in \\server\share\directory\application.sft path, you will need to specify the format as follows:&lt;/p&gt;  &lt;p&gt;&lt;a href="file://\\server\share\directory\application.sft"&gt;FILE://\\server\share\directory\application.sft&lt;/a&gt;&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;Please note: Specifying a UNC path using the traditional format (\\server\sharename\directory) for the ASR (ApplicationSourceRoot) OSR (OSDSourceRoot) and ISR (IconSourceRoot) is required for those three values per the documentation here:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc843817.aspx"&gt;http://technet.microsoft.com/en-us/library/cc843817.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2641546"&gt;2641546: Error Codes XXXXXX2A-00000003 or XXXXXX0A-0000000A when attempting to stream an application from a Microsoft Application Virtualization Management Server&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;    &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;    &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3465624" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6/">App-V 4.6</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-5/">App-V 4.5</category><category domain="http://blogs.technet.com/b/appv/archive/tags/00000003/">00000003</category><category domain="http://blogs.technet.com/b/appv/archive/tags/0000000A/">0000000A</category></item><item><title>Error when loading the Application Virtualization Client Management snap-in on a Windows Server computer running the App-V Client for Remote Desktop Services</title><link>http://blogs.technet.com/b/appv/archive/2011/11/09/error-when-loading-the-application-virtualization-client-management-snap-in-on-a-windows-server-computer-running-the-app-v-client-for-remote-desktop-services.aspx</link><pubDate>Wed, 09 Nov 2011 16:16:33 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3464210</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2011/11/09/error-when-loading-the-application-virtualization-client-management-snap-in-on-a-windows-server-computer-running-the-app-v-client-for-remote-desktop-services.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2641268"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5224.hotfix_5F00_37B90D94.jpg" width="80" height="89" /&gt;&lt;/a&gt;Here’s another good KB article we just published.&amp;#160; This one talks about an issue that may occur if you attempt to maintain multiple connections to the App-V client through the client administrative snap-in/console under the same administrative account when accessed from multiple RDP sessions:&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;When you open the Application Virtualization (App-V) Client Management snap-in on a Windows Server Computer running the App-V Client for Remote Desktop Services, you get the following error:&lt;/p&gt;  &lt;p&gt;&lt;i&gt;MMC could not create the snap-in.&lt;/i&gt;    &lt;br /&gt;&lt;i&gt;MMC could not create the snap-in. The snap-in might not have installed correctly.&lt;/i&gt;    &lt;br /&gt;&lt;i&gt;Name: Application Virtualization Client&lt;/i&gt;&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This may happen if you attempt to maintain multiple connections to the App-V client through the client administrative snap-in/console under the same administrative account when accessed from multiple RDP sessions.&lt;/p&gt;  &lt;p&gt;You can have one console connection alongside a single RDP connection – even under the same user account. The issue only arises when you are attempting a second instance of the MMC snap-in from a second RDP session under the same user account.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;This issue is known and considered by design.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2641268"&gt;2641268: Error when loading the Application Virtualization Client Management snap-in on a Windows Server computer running the App-V Client for Remote Desktop Services&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;    &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;    &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3464210" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6/">App-V 4.6</category><category domain="http://blogs.technet.com/b/appv/archive/tags/RDS/">RDS</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-5/">App-V 4.5</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Management+Console/">Management Console</category><category domain="http://blogs.technet.com/b/appv/archive/tags/RDP/">RDP</category></item><item><title>Error 268480357 starting an App-V Management Server with dynamic SQL ports</title><link>http://blogs.technet.com/b/appv/archive/2011/10/26/error-268480357-starting-an-app-v-management-server-with-dynamic-sql-ports.aspx</link><pubDate>Wed, 26 Oct 2011 15:34:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3461563</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2011/10/26/error-268480357-starting-an-app-v-management-server-with-dynamic-sql-ports.aspx#comments</comments><description>  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2633835"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5224.hotfix_5F00_37B90D94.jpg" width="80" height="89" /&gt;&lt;/a&gt;Here’s another good KB article we published today. If you’re seeing error 268480357 on your App-V server then you’ll want to check this one out.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;The Application Virtualization Management Server service may fail to start on a Microsoft Application Virtualization 4.5 (App-V 4.5) server with the following error:&lt;/p&gt; &lt;dl&gt;&lt;dd&gt;&lt;em&gt;---------------------------       &lt;br /&gt;Services        &lt;br /&gt;---------------------------        &lt;br /&gt;Windows could not start the Application Virtualization Management Server on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 268480357.        &lt;br /&gt;---------------------------        &lt;br /&gt;OK         &lt;br /&gt;---------------------------&lt;/em&gt;&lt;/dd&gt;&lt;/dl&gt;  &lt;p&gt;A corresponding event will be recorded in the System Event Log:&lt;/p&gt; &lt;dl&gt;&lt;dd&gt;&lt;em&gt;Log Name: System       &lt;br /&gt;Source: Service Control Manager        &lt;br /&gt;Event ID: 7024        &lt;br /&gt;Task Category: None        &lt;br /&gt;Level: Error        &lt;br /&gt;Keywords: Classic        &lt;br /&gt;Description:        &lt;br /&gt;The Application Virtualization Management Server service terminated with service-specific error %%268480357.        &lt;br /&gt;&lt;/em&gt;&lt;/dd&gt;&lt;/dl&gt;  &lt;p&gt;The Sft-server.log will show entries similar to the following:&lt;/p&gt; &lt;dl&gt;&lt;dd&gt;&lt;em&gt;[2011-10-18 14:48:33.578] APPVSRV 3020 1512 SW_SQLDataConnection::Open - - - - 2 41494 &amp;quot;Failed to establish a connection to the data source: (Server: sql01\appvirt, Database: APPVIRT).       &lt;br /&gt;&amp;quot;        &lt;br /&gt;[2011-10-18 14:48:33.578] APPVSRV 3020 1512 SW_SystemDispatcher::init - - - - 1 44901 &amp;quot;System dispatcher initialization error [-1]. System dispatcher startup will stop.        &lt;br /&gt;&amp;quot;        &lt;br /&gt;[2011-10-18 14:48:33.578] APPVSRV 3020 1512 SW_SystemDispatcher::fini - - - - 0 44952 &amp;quot;Successfully shut down Microsoft System Center Application Virtualization Management Server Version 4.5.2.17140 (3020)        &lt;br /&gt;&amp;quot;&lt;/em&gt;&lt;/dd&gt;&lt;/dl&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This error may occur if the App-V Management Server was installed to a named SQL instance that is configured to use dynamic ports. If the Application Virtualization Management Server service is unable to connect to this database at startup, the 268480357 error will be generated. This can occur if either A) the port was hard-coded during setup and the port number has changed or B) if the SPN is not correctly registered for the service.&lt;/p&gt;  &lt;p&gt;There are 2 registry keys under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\SoftGrid\4.5\Server that control which SQL instance the server connects to: &lt;b&gt;SQLServerName&lt;/b&gt; and &lt;b&gt;SQLServerPort&lt;/b&gt;. SQLServerName will be either the server name or server_name\instance_name, depending on what was chosen during installation. If SQLServerPort is set to 0, App-V queries the SPN of the SQL server instance to determine the port number to connect to. If a port was manually entered during setup, SQLServerPort will be hard-coded to use that port number. In the event that the port number of the SQL instances changes, App-V will not be able to connect to the SQL server.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;To resolve this issue and allow the App-V Management Server service to start, use either of the following methods:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Method 1 - Use static ports&lt;/strong&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Record the value of HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\SoftGrid\4.5\Server\SQLServerPort (      &lt;ol&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Server\SQLServerPort on a 32-bit server)&lt;/ol&gt;   &lt;/li&gt;    &lt;li&gt;Log on to the SQL server and open the &lt;strong&gt;SQL Server Configuration Manager&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Navigate to SQL Server Network Configuration\Protocols for &amp;lt;SQL_instance_name&amp;gt; (where &amp;lt;SQL_instance_name&amp;gt; is your App-V SQL instance). Double-click on TCP/IP and then click on the IP Addresses tab&lt;/li&gt;    &lt;li&gt;For each IP address, remove any value listed for TCP Dynamic Ports. Change &lt;strong&gt;TCP Port&lt;/strong&gt; to the number you recorded in step 1. Repeat for all IP addresses.&lt;/li&gt;    &lt;li&gt;Restart the SQL server instance's service (for example, &lt;strong&gt;SQL Server (APPV)&lt;/strong&gt;).&lt;/li&gt;    &lt;li&gt;Start the Application Virtualization Management Server service &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;strong&gt;Method 2 - Continue using dynamic port assignment&lt;/strong&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Verify that the SPNs for the SQL server instance is correctly configured using the steps outlined in this article: &lt;a href="http://blogs.technet.com/b/appv/archive/2009/04/21/app-v-4-5-remote-console-configuration-guide.aspx"&gt;http://blogs.technet.com/b/appv/archive/2009/04/21/app-v-4-5-remote-console-configuration-guide.aspx&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Open Regedit and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\SoftGrid\4.5\Server. Edit SQLServerPort to change the value to 0. Verify that SQLServerName reflects the instanace name of your SQL server instance in the format &amp;lt;ServerName&amp;gt;\&amp;lt;InstanceName&amp;gt; (for example, SQLServer01\AppV).&lt;/li&gt;    &lt;li&gt;Double-click C:\Program Files (x86)\Microsoft System Center App Virt Management Server\App Virt Management Service\SftMgmt.udl and change the instance name to match the value entered in step 2.&lt;/li&gt;    &lt;li&gt;Start the Application Virtualization Management Server service &lt;/li&gt; &lt;/ol&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;The 268480357 error can indicate a general failure to connect. This article addresses the specific scenario of a dynamic port changing its value. Always verify basic connectivity, make sure services are started, firewall rules are in place, etc.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2633835"&gt;2633835: Error 268480357 starting an App-V Management Server with dynamic SQL ports&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;    &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;    &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;    &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;    &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;    &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;    &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;    &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;    &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;    &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;    &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;    &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;    &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;    &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;    &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3461563" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Server/">Server</category><category domain="http://blogs.technet.com/b/appv/archive/tags/SQL+Server/">SQL Server</category><category domain="http://blogs.technet.com/b/appv/archive/tags/268480357/">268480357</category></item><item><title>A known good App-V virtual application package may fail with error 19-00001003 after adding a pre-launch script</title><link>http://blogs.technet.com/b/appv/archive/2011/10/20/a-known-good-app-v-virtual-application-package-may-fail-with-error-19-00001003-after-adding-a-pre-launch-script.aspx</link><pubDate>Thu, 20 Oct 2011 20:52:11 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3460565</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2011/10/20/a-known-good-app-v-virtual-application-package-may-fail-with-error-19-00001003-after-adding-a-pre-launch-script.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2628029"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5224.hotfix_5F00_37B90D94.jpg" width="80" height="89" /&gt;&lt;/a&gt;Here’s a great new KB article we published today.&amp;#160; If you’re seeing errors after adding a pre-launch script to one of your App-V packages then you’ll want to check this one out:&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;A known good Microsoft Application Virtualization (App-V) package may fail with the following error after adding a pre-launch script:    &lt;br /&gt;&lt;i&gt;Application Virtualization Error&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;The Application Virtualization Client could not launch &amp;lt;Package Name&amp;gt;.&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;     &lt;br /&gt;&lt;/i&gt;&lt;i&gt;The Application Virtualization Client encountered a problem while waiting for the application to be ready to interact with the user. Report the following error code to your System Administrator.&lt;/i&gt;&lt;i&gt;      &lt;br /&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;       &lt;br /&gt;&lt;/b&gt;&lt;/i&gt;&lt;i&gt;Error code: 4505CD-1F702A19-00001003&lt;/i&gt;&lt;b&gt;      &lt;br /&gt;&lt;/b&gt;&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This is typically caused by a timing issue between the App-V client and the Windows Message Pump due to the pre-launch script.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;To resolve this issue, change the &lt;b&gt;&amp;lt;SUBSYSTEM VALUE=&amp;quot;windows&amp;quot;/&amp;gt;&lt;/b&gt; XML tag in the .OSD file from &lt;b&gt;windows&lt;/b&gt; to &lt;b&gt;console&lt;/b&gt;. This change will need to be implemented in each OSD file in the package.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Example:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Change: &lt;/p&gt;  &lt;p&gt;&amp;lt;VM VALUE=&amp;quot;Win32&amp;quot;&amp;gt;    &lt;br /&gt;&amp;lt;SUBSYSTEM VALUE=&amp;quot;&lt;b&gt;windows&lt;/b&gt;&amp;quot;/&amp;gt;     &lt;br /&gt;&amp;lt;/VM&amp;gt;&lt;/p&gt;  &lt;p&gt;To:&lt;/p&gt;  &lt;p&gt;&amp;lt;VM VALUE=&amp;quot;Win32&amp;quot;&amp;gt;    &lt;br /&gt;&amp;lt;SUBSYSTEM VALUE=&amp;quot;&lt;b&gt;console&lt;/b&gt;&amp;quot;/&amp;gt;     &lt;br /&gt;&amp;lt;/VM&amp;gt;&lt;/p&gt;  &lt;p&gt;If you are deploying packages using a Application Virtualization Server you will need to initiate a DC refresh on the App-V client to update the OSD cache. Once complete this issue should be resolved. If using Configuration Manager 2007 or an MSI package to deploy App-V applications, the package will need to be updated using the sequencer and redeployed.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;To continue reading this article please see the link below: &lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2628029"&gt;2628029: A known good App-V virtual application package may fail with error 19-00001003 after adding a pre-launch script&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;     &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;     &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3460565" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6/">App-V 4.6</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-5/">App-V 4.5</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6+SP1/">App-V 4.6 SP1</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Pre_2D00_Launch+Script/">Pre-Launch Script</category><category domain="http://blogs.technet.com/b/appv/archive/tags/00001003/">00001003</category></item><item><title>VAppCollector launches even if System Center Configuration Manager/App-V integration is not enabled</title><link>http://blogs.technet.com/b/appv/archive/2011/10/20/vappcollector-launches-even-if-system-center-configuration-manager-app-v-integration-is-not-enabled.aspx</link><pubDate>Thu, 20 Oct 2011 13:52:40 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3460457</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2011/10/20/vappcollector-launches-even-if-system-center-configuration-manager-app-v-integration-is-not-enabled.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2590590"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5224.hotfix_5F00_37B90D94.jpg" width="80" height="89" /&gt;&lt;/a&gt;Here’s a great new KB article we published today. This one talks about a potential issue you might see one your App-V/ConfigMgr 2007 clients.&amp;#160; If you’re running these now or have plans to do so in the future you’ll probably want to give this one a read:&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;The VAppCollector component of System Center Configuration Manager 2007 (ConfigMgr 2007) will be launched on a client even if ConfigMgr 2007/Microsoft Application Virtualization (App-V) integration is disabled. This can potentially generate multiple errors in the event log such as Event IDs 2012, 3008, 3210 and 5009.&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This can occur if the Asset Intelligence component is enabled in System Center Configuration Manager 2007. Regardless of whether ConfigMgr 2007 is managing App-V clients or not, it will trigger the launch of VAppCollector. This is by design.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;There is no supported way to prevent VAppCollector from launching other than by disabling Asset Intelligence, although in most cases this is not a viable solution as it stops all licensing information for the System Center Configuration Manager site. &lt;/p&gt;  &lt;p&gt;If you are unable to disable Asset Intelligence, the only other known workarounds are below:&lt;/p&gt;  &lt;p&gt;1) Include the computer account as part of the App-V user group assigned in the App-V server. This will allow the system account to launch the applications and thus no errors will be reported in the application event log.&lt;/p&gt;  &lt;p&gt;2) Use System Center Configuration Manager 2007 to deploy your virtual packages or to deploy your virtual applications using MSI.&lt;/p&gt;  &lt;p&gt;3) Ignore the errors in the event logs as they will not affect the App-V operations.&lt;/p&gt;  &lt;p&gt;4) Set the &lt;strong&gt;HKLM\software\Microsoft\Softgrid\4.5\Client\Configuration\RequireAuthorizationIfCached&lt;/strong&gt; registry key to 0. Keep in mind that this affects security because any user can create a shortcut and launch the applications even when they are not authorized. Be sure you fully understand all the implications of this before modifying this registry key. See below definition of this key:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;RequireAuthorizationIfCached&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Indicates that authorization is always required, whether or not an application is already in cache. Possible values:&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;0=False: Always try to connect to the server. If a connection to the server cannot be established, the client still allows the user to launch an application that has previously been loaded into cache.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;1=True (default): Application always must be authorized at startup. For RTSP streamed applications, the user authorization token is sent to the server for authorization. For file-based applications, file ACLs control whether a user may access the application.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Restart the sftlist service for the change to take effect. See &lt;a href="http://technet.microsoft.com/en-us/library/dd464849.aspx"&gt;http://technet.microsoft.com/en-us/library/dd464849.aspx&lt;/a&gt; for more details.&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;VAppCollector is a component developed by the System Center Configuration Manager team to collect information about virtual applications using the App-V client. Besides Asset Intelligence it is used to populate the information in the virtual applications reports in System Center Configuration Manager to gather errors, last launched, etc. It is also used to collect information for virtual applications for metering purposes. VAppCollector does not have its own log as do other components in System Center Configuration Manager 2007.&lt;/p&gt;  &lt;p&gt;It is normal behavior to collect all this information during an Hardware inventory cycle and launch of each application. You can gather more information about Asset intelligence by looking at the following log:&lt;/p&gt;  &lt;p&gt;Assetadvisor.log &lt;/p&gt;  &lt;p&gt;You will see entries similar to these:&lt;/p&gt; &lt;dl&gt;&lt;dd&gt;&lt;em&gt;Executing &amp;quot;C:\Program Files\Microsoft Application Virtualization Client\sfttray.exe&amp;quot; /exe &amp;quot;C:\Windows\system32\CCM\VAppCollector.exe&amp;quot; /quiet /launch &amp;quot;Microsoft Office Document Cache&amp;quot; AssetAdvisor 8/4/2011 9:34:31 AM 236 (0x00EC)        &lt;br /&gt;Timed-out running &amp;quot;C:\Program Files\Microsoft Application Virtualization Client\sfttray.exe&amp;quot; /exe &amp;quot;C:\Windows\system32\CCM\VAppCollector.exe&amp;quot; /quiet /launch &amp;quot;Microsoft Office Document Cache&amp;quot; AssetAdvisor 8/4/2011 9:34:30 AM 236 (0x00EC)&lt;/em&gt;&lt;/dd&gt;&lt;/dl&gt;  &lt;p&gt;If VAppCollector ran successfully you will see consecutive executing lines otherwise you will receive time-out entries among the executing lines.&lt;/p&gt;  &lt;p&gt;Another way to determine if VAppCollector ran is to look into the sftlog.txt and find the lines that do not have usr values in them. Below is an example.&lt;/p&gt;  &lt;p&gt;Launched by a user:&lt;/p&gt; &lt;dl&gt;&lt;dd&gt;&lt;em&gt;[08/04/2011 17:35:57:594 SWAP INF] {hap=C8:app=Microsoft Office Document Cache 14.0.4763.1000:tid=11C8:usr=administrator}        &lt;br /&gt;Elapsed time for launch: 6.219 seconds         &lt;br /&gt;[08/04/2011 17:36:18:958 SWAP INF] {hap=C8:app=Microsoft Office Document Cache 14.0.4763.1000:tid=11C8:usr=administrator}         &lt;br /&gt;App shut down&lt;/em&gt;&lt;/dd&gt;&lt;/dl&gt;  &lt;p&gt;Launched by VAppCollector (note the lack of a &amp;quot;usr=&amp;quot; entry in the log lines):&lt;/p&gt; &lt;dl&gt;&lt;dd&gt;&lt;em&gt;[08/04/2011 17:30:21:501 SWAP INF] {hap=C3:app=Microsoft Office Document Cache 14.0.4763.1000:tid=1300}        &lt;br /&gt;Elapsed time for launch: 3.422 seconds&lt;/em&gt;&lt;/dd&gt;&lt;dd&gt;&lt;em&gt;[08/04/2011 17:30:29:986 SWAP INF] {hap=C3:app=Microsoft Office Document Cache 14.0.4763.1000:tid=1300}        &lt;br /&gt;App shut down&lt;/em&gt;&lt;/dd&gt;&lt;/dl&gt;  &lt;p&gt;Although VAppCollector will run on clients that have received applications through App-V server, the virtual applications reports in System Center Configuration Manager will not populate as there are no virtual packages to correlate the data. Asset Intelligence reports will have information about virtual packages but due to the lack of permissions to launch the virtual applications it cannot collect information such as software company, version, etc. These columns will show as unidentified or unknown on these reports.&lt;/p&gt;  &lt;p&gt;Other things to consider:&lt;/p&gt;  &lt;p&gt;Any prelaunch scripts that are set in the OSD files of these virtual applications will be launched during the hardware inventory cycle. If for example you are using a prelaunch script to map a drive, there will be an attempt to map the drive using the system account and if the computer doesn't have rights to map the drive it will show as disconnected. To work around this issue and similar issues consider the use of Post shutdown scripts to gracefully disconnect drives and terminate any instance that is triggered during the prelaunch phase.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;To continue reading this article please see the link below: &lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2590590"&gt;2590590: VAppCollector launches even if System Center Configuration Manager/App-V integration is not enabled&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;     &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;     &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3460457" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V/">App-V</category><category domain="http://blogs.technet.com/b/appv/archive/tags/ConfigMgr+2007/">ConfigMgr 2007</category><category domain="http://blogs.technet.com/b/appv/archive/tags/VAppCollector/">VAppCollector</category></item><item><title>Prescriptive Guidance for Sequencing Office 2010 in App-V 4.6 SP1</title><link>http://blogs.technet.com/b/appv/archive/2011/10/17/prescriptive-guidance-for-sequencing-office-2010-in-app-v-4-6-sp1.aspx</link><pubDate>Mon, 17 Oct 2011 14:08:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3459670</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2011/10/17/prescriptive-guidance-for-sequencing-office-2010-in-app-v-4-6-sp1.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2627274"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5224.hotfix_5F00_37B90D94.jpg" width="80" height="89" /&gt;&lt;/a&gt;Here&amp;rsquo;s a great new guide we published on how to sequence Office 2010 using Microsoft Application Virtualization 4.6 SP1.&amp;nbsp; I didn&amp;rsquo;t want to post the article in it&amp;rsquo;s entirety here but there&amp;rsquo;s a brief intro below as well as a link to the KB itself at the bottom.&amp;nbsp; And don't forget - we also have the App-V Package Accelerator for Microsoft Office Professional Plus 2010 available here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://gallery.technet.microsoft.com/App-V-Package-Accelerator-62415d39"&gt;http://gallery.technet.microsoft.com/App-V-Package-Accelerator-62415d39&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;=====&lt;/p&gt;
&lt;h3&gt;Summary&lt;/h3&gt;
&lt;p&gt;Virtualizing Microsoft Office 2010 using Microsoft Application Virtualization (App-V) is a common task in many App-V environments. This document describes a well-defined series of steps designed to aid customers in successfully sequencing Microsoft Office 2010.&lt;/p&gt;
&lt;p&gt;This document guides you through the process of sequencing Office 2010 using the &lt;b&gt;App-V 4.6 SP1&lt;/b&gt; sequencer. If you are using the App-V 4.6 sequencer (i.e App-V 4.6 with no service pack), please follow this document instead: &lt;a href="http://support.microsoft.com/kb/983462"&gt;Prescriptive guidance for sequencing Office 2010 in Microsoft App-V.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;IMPORTANT:&lt;/b&gt; Before starting to sequence, we strongly suggest to read this guide completely in order to understand the configuration options available.&lt;/p&gt;
&lt;h3&gt;Prerequisites&lt;/h3&gt;
&lt;p&gt;You will need the following software to use this guide:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Microsoft Application Virtualization version 4.6 SP1: &lt;/b&gt;The &lt;a href="http://www.microsoft.com/download/en/details.aspx?id=14552"&gt;App-V 4.6 SP1&lt;/a&gt; Sequencer is installed on the Sequencing workstation. It is recommended to apply the latest App-V updates as well.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Microsoft Office 2010 volume SKU (32-bit). &lt;/b&gt;Only the 32-bit version of Office 2010 is supported. This may be deployed to either 32 or 64-bit operating systems. We recommend sequencing on the same operating system as that of the operating system to which you will deploy the package.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Microsoft Office 2010 Deployment Kit for App-V:&lt;/b&gt; The &lt;a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;amp;id=10386"&gt;Deployment Kit&lt;/a&gt; installs the Office 2010 licensing service and optionally installs proxies to enable integration features.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Introduction&lt;/h3&gt;
&lt;p&gt;The Microsoft Office 2010 Deployment Kit for App-V is a required component to sequence and deploy Microsoft Office 2010. The deployment kit provides two main functions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Installation and configuration of the Office Software Protection Platform service.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Optional configuration of virtualized components to allow for seamless interaction with the operating system.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The Deployment Kit is first installed on the sequencing workstation. The Deployment Kit must also be installed on all App-V clients where your Office 2010 package will be deployed&amp;hellip;..&lt;/p&gt;
&lt;p&gt;=====&lt;/p&gt;
&lt;p&gt;To continue reading this article please see the link below:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2627274"&gt;2627274: Prescriptive Guidance for Sequencing Office 2010 in App-V 4.6 SP1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt; &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt; &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt; &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt; &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt; &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt; &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt; &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt; &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt; &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt; &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt; &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt; &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt; &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt; &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3459670" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Sequencing/">Sequencing</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Office+2010/">Office 2010</category><category domain="http://blogs.technet.com/b/appv/archive/tags/How+To/">How To</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6+SP1/">App-V 4.6 SP1</category></item><item><title>A VDI solution deployed using the Application Virtualization 4.6 SP1 client appears slow to login</title><link>http://blogs.technet.com/b/appv/archive/2011/10/12/a-vdi-solution-deployed-using-the-application-virtualization-4-6-sp1-client-appears-slow-to-login.aspx</link><pubDate>Wed, 12 Oct 2011 22:47:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3458951</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2011/10/12/a-vdi-solution-deployed-using-the-application-virtualization-4-6-sp1-client-appears-slow-to-login.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2626771"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5224.hotfix_5F00_37B90D94.jpg" width="80" height="89" /&gt;&lt;/a&gt;Here’s another new KB article we published today. This one talks about some of the causes and solutions to an issue where a VDI solution deployed using the App-V 4.6 SP1 client appears slow to login:&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;Consider the following scenario:&lt;/p&gt;  &lt;p&gt;1. A VDI solution is deployed using the Microsoft Application Virtualization (App-V) 4.6 Service Pack 1 client with the latest updates.    &lt;br /&gt;2. The solution is using Read-only Cache and is part of a branch office scenario with a local Streaming server and a home office Virtual Management Server.     &lt;br /&gt;In this scenario, logins for users can take between 60 and 120 seconds depending on the branch office location of the VDI servers. If the App-V client is disabled you may notice that the client login time is reduced to as short as 20 seconds although times may vary depending on the unique environment.&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This can occur due to one or both of the following:&lt;/p&gt;  &lt;p&gt;1. AutoLoadTriggers and AutoLoadTarget are enabled (default).    &lt;br /&gt;2. The App-V package icons and OSD file assets are being copied over the network and depending on how the solution is engineered, these assets could be copied over a slow WAN connection from the home office.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;To work around this issue, complete the following steps:&lt;/p&gt;  &lt;p&gt;1. Set AutoLoadTriggers and AutoLoadTarget registry values on the App-V client computer to a value of 0. AutoLoadTriggers and AutoLoadTarget are stored in the following registry locations: &lt;/p&gt;  &lt;p&gt;HKLM\SOFTWARE\Microsoft\SoftGrid\Client\CurrentVersion\Configuration\AutoLoadTriggers (REG_DWORD)    &lt;br /&gt;0 = Never     &lt;br /&gt;1 = OnLaunch     &lt;br /&gt;2 = OnRefresh     &lt;br /&gt;4 = OnLogin     &lt;br /&gt;5 = On Launch &amp;amp; Login (DEFAULT)&lt;/p&gt;  &lt;p&gt;HKLM\SOFTWARE\Microsoft\SoftGrid\Client\CurrentVersion\Configuration\AutoLoadTarget (REG_DWORD)    &lt;br /&gt;0 = None     &lt;br /&gt;1 = PreviouslyUsed (Default)     &lt;br /&gt;2 = All&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Note&lt;/b&gt; These can also be adjusted directly, however it will require a restart of the App-V client to take effect.&lt;/p&gt;  &lt;p&gt;Should this issue continue to take place then proceed to step 2:&lt;/p&gt;  &lt;p&gt;2. Create an OS start-up script to copy the icon and OSD files to a local folder on the VDI server and configure the &lt;b&gt;OSDSourceRoot&lt;/b&gt; and &lt;b&gt;IconSourceRoot&lt;/b&gt; App-V client registry values to point to this local folder. Please see the TechNet reference below for more information regarding these registry values. In the scenario above this reduced the login time to as little as 30 seconds although individual results may vary.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Example&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;1. Create a directory on the local drive called sr (c:\sr)    &lt;br /&gt;2. From an elevated command prompt execute the following commands:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Xcopy /S /Y &lt;/b&gt;&lt;b&gt;&lt;a href="file://server/content/*.ico"&gt;\\server\content\*.ico&lt;/a&gt;&lt;/b&gt;&lt;b&gt; c:\sr&lt;/b&gt;&lt;b&gt;      &lt;br /&gt;&lt;/b&gt;&lt;b&gt;Xcopy /S /Y &lt;/b&gt;&lt;b&gt;&lt;a href="file://server/content/*.osd"&gt;\\server\content\*.osd&lt;/a&gt;&lt;/b&gt;&lt;b&gt; c:\sr&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;3. Change the &lt;b&gt;IconSourceRoot&lt;/b&gt; and &lt;b&gt;OSDSourceRoot&lt;/b&gt; values in the registry to &lt;b&gt;c:\sr&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;App-V Client Registry Values : &lt;a href="http://technet.microsoft.com/en-us/library/dd464849.aspx"&gt;http://technet.microsoft.com/en-us/library/dd464849.aspx&lt;/a&gt;&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;If using DFS to replicate an App-V content share across remote sites, be sure not to disable the IPv6 protocol in the Network Properties of clients and servers involved. This breaks the DFS referral process. If the IPv6 protocol is disabled, remote clients could unintentionally access content on DFS shares across WAN connections.&lt;/p&gt;  &lt;p&gt;For information on how the IPv6 protocol is used in the DFS referral process, see the blog article below:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/b/askds/archive/2009/10/28/dfs-referrals-and-ipv6-outta-site.aspx"&gt;http://blogs.technet.com/b/askds/archive/2009/10/28/dfs-referrals-and-ipv6-outta-site.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following: &lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2626771"&gt;2626771: A VDI solution deployed using the Application Virtualization 4.6 SP1 client appears slow to login&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center Knowledge Engineer&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;     &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;     &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3458951" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6+SP1/">App-V 4.6 SP1</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Slow/">Slow</category><category domain="http://blogs.technet.com/b/appv/archive/tags/VDI/">VDI</category></item><item><title>Applications fail to launch with error 04-00000A04 after App-V 4.6 SP1 upgrade</title><link>http://blogs.technet.com/b/appv/archive/2011/10/03/applications-fail-to-launch-with-error-04-00000a04-after-app-v-4-6-sp1-upgrade.aspx</link><pubDate>Mon, 03 Oct 2011 18:26:21 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3456950</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2011/10/03/applications-fail-to-launch-with-error-04-00000a04-after-app-v-4-6-sp1-upgrade.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2622617"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5224.hotfix_5F00_37B90D94.jpg" width="80" height="89" /&gt;&lt;/a&gt;Just a quick heads up on a new KB article we published today:&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptom&lt;/h5&gt;  &lt;p&gt;After upgrading a Microsoft Application Virtualization (App-V) 4.6 client to App-V 4.6 Service Pack 1 (SP1), applications may fail to launch with the following error:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#0000ff"&gt;The Application Virtualization Client could not launch the application you requested.&lt;/font&gt;&lt;/em&gt;&lt;/p&gt; &lt;dl&gt;   &lt;p&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/p&gt; &lt;/dl&gt;  &lt;p&gt;&lt;font color="#0000ff"&gt;&lt;em&gt;An unexpected error occurred. Report the following error code to your&lt;/em&gt; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#0000ff"&gt;System Administrator.Error code 461758B-0F801904-00000A04&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;The SFTLog.txt may also have entries similar to the following:&lt;/p&gt;  &lt;p&gt;&lt;font color="#0000ff"&gt;&lt;em&gt;[09/22/2011 13:11:42:814 TRAY ERR] {tid=101:usr=administrator}        &lt;br /&gt;The Application Virtualization Client could not launch the application you requested.&lt;/em&gt; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#0000ff"&gt;&lt;em&gt;An unexpected error occurred. Report the following error code to your System Administrator.&lt;/em&gt; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#0000ff"&gt;Error code: 461758B-0F801904-00000A04&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This may happen if the DDELaunchMSICommand or LaunchMSICommand registry values under the following keys are incorrect:&lt;/p&gt;  &lt;p&gt;For 32-bit systems: &lt;strong&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Client\UserInterface&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;For 64-bit systems: &lt;strong&gt;HKEY_LOCAL_MACHINE\SOFTWARE\wow64node\Microsoft\SoftGrid\4.5\Client\UserInterface&lt;/strong&gt;&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;To resolve this issue, edit the registry key to reflect the correct execution string. &lt;/p&gt;  &lt;p&gt;For 32-bit clients, edit HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Client\UserInterface. For 64-bit clients, use HKEY_LOCAL_MACHINE\SOFTWARE\wow64node\Microsoft\SoftGrid\4.5\Client\UserInterface.&lt;/p&gt;  &lt;p&gt;Note that Configuration Manager clients use a different string than App-V clients. If in doubt, check the value of DDELaunchCommand. If it references VappLauncher.exe, Configuration Manager integration is enabled. If it references sfttray.exe, the client is an App-V VAS client.&lt;/p&gt;  &lt;p&gt;The correct values are:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Configuration Manager 2007 clients with virtualization support enabled:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt; &lt;dl&gt;&lt;dd&gt;Value: DDELaunchMSICommand &lt;/dd&gt;&lt;dd&gt;Type: REG_SZ&lt;/dd&gt;&lt;dd&gt;Data: @GcbJDuU`8Dt4ql_+RSRVirtualApp&amp;gt;=T+i$+PP-9,9v}Si8@4X /launch &amp;quot;&amp;lt;APP&amp;gt;&amp;quot; &lt;/dd&gt;&lt;dd&gt;&lt;/dd&gt;&lt;dd&gt;Value: LaunchMSICommand&lt;/dd&gt;&lt;dd&gt;Type: REG_SZ&lt;/dd&gt;&lt;dd&gt;Data: @GcbJDuU`8Dt4ql_+RSRVirtualApp&amp;gt;=T+i$+PP-9,9v}Si8@4X /launch &amp;quot;&amp;lt;APP&amp;gt;&amp;quot;&lt;/dd&gt;&lt;dd&gt;&lt;/dd&gt;&lt;/dl&gt;  &lt;p&gt;&lt;strong&gt;App-V VAS clients:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt; &lt;dl&gt;&lt;dd&gt;Value: DDELaunchMSICommand &lt;/dd&gt;&lt;dd&gt;Type: REG_SZ&lt;/dd&gt;&lt;dd&gt;Data: 3OqYobt01?4VH[gf8qiBRelease_Merge_Modules&amp;gt;OO5hSGuIH?xoVn&amp;amp;wQ(Ex &amp;quot;&amp;lt;APP&amp;gt;&amp;quot; &amp;lt;DDE&amp;gt;&lt;/dd&gt;&lt;dd&gt;&lt;/dd&gt;&lt;dd&gt;Value: LaunchMSICommand&lt;/dd&gt;&lt;dd&gt;Type: REG_SZ&lt;/dd&gt;&lt;dd&gt;Data: 3OqYobt01?4VH[gf8qiBRelease_Windows_Desktops&amp;gt;gNkKPt-'NA05f@sdSnKH /launch &amp;quot;&amp;lt;APP&amp;gt;&amp;quot;&lt;/dd&gt;&lt;/dl&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;This is a .reg file exported from an ConfigMgr client:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;dl&gt;&lt;dd&gt;Windows Registry Editor Version 5.00 &lt;/dd&gt;&lt;dd&gt;&lt;/dd&gt;&lt;dd&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\SoftGrid\4.5\Client\UserInterface]      &lt;br /&gt;&amp;quot;AppIcon&amp;quot;=&amp;quot;C:\\Program Files (x86)\\Microsoft Application Virtualization Client\\sftcmcres.dll,-484&amp;quot;       &lt;br /&gt;&amp;quot;TypeIcon&amp;quot;=&amp;quot;C:\\Program Files (x86)\\Microsoft Application Virtualization Client\\sftcmcres.dll,-483&amp;quot;       &lt;br /&gt;&amp;quot;DDELaunchMSICommand&amp;quot;=&amp;quot;@GcbJDuU`8Dt4ql_+RSRVirtualApp&amp;gt;=T+i$+PP-9,9v}Si8@4X /launch \&amp;quot;&amp;lt;APP&amp;gt;\&amp;quot;&amp;quot;       &lt;br /&gt;&amp;quot;DDELaunchCommand&amp;quot;=&amp;quot;\&amp;quot;C:\\Windows\\CCM\\VappLauncher.exe\&amp;quot; /launch \&amp;quot;&amp;lt;APP&amp;gt;\&amp;quot;&amp;quot;       &lt;br /&gt;&amp;quot;LaunchCommand&amp;quot;=&amp;quot;\&amp;quot;C:\\Windows\\CCM\\VappLauncher.exe\&amp;quot; /launch \&amp;quot;&amp;lt;APP&amp;gt;\&amp;quot;&amp;quot;       &lt;br /&gt;&amp;quot;LaunchMSICommand&amp;quot;=&amp;quot;@GcbJDuU`8Dt4ql_+RSRVirtualApp&amp;gt;=T+i$+PP-9,9v}Si8@4X /launch \&amp;quot;&amp;lt;APP&amp;gt;\&amp;quot;&amp;quot; &lt;/dd&gt;&lt;/dl&gt;  &lt;p&gt;This is a .reg file exported from a 32-bit 4.6 SP1 VAS client:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;dl&gt;&lt;dd&gt;Windows Registry Editor Version 5.00&lt;/dd&gt;&lt;dd&gt;&lt;/dd&gt;&lt;dd&gt;&lt;/dd&gt;&lt;dd&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SoftGrid\4.5\Client\UserInterface]&lt;/dd&gt;&lt;dd&gt;&amp;quot;AppIcon&amp;quot;=&amp;quot;C:\\Program Files\\Microsoft Application Virtualization Client\\sftcmcres.dll,-484&amp;quot;&lt;/dd&gt;&lt;dd&gt;&amp;quot;TypeIcon&amp;quot;=&amp;quot;C:\\Program Files\\Microsoft Application Virtualization Client\\sftcmcres.dll,-483&amp;quot;&lt;/dd&gt;&lt;dd&gt;&amp;quot;DDELaunchMSICommand&amp;quot;=&amp;quot;3OqYobt01?4VH[gf8qiBRelease_Merge_Modules&amp;gt;OO5hSGuIH?xoVn&amp;amp;wQ(Ex \&amp;quot;&amp;lt;APP&amp;gt;\&amp;quot; &amp;lt;DDE&amp;gt;&amp;quot;&lt;/dd&gt;&lt;dd&gt;&amp;quot;DDELaunchCommand&amp;quot;=&amp;quot;\&amp;quot;C:\\Program Files\\Microsoft Application Virtualization Client\\sftdde.exe\&amp;quot; \&amp;quot;&amp;lt;APP&amp;gt;\&amp;quot; &amp;lt;DDE&amp;gt;&amp;quot;&lt;/dd&gt;&lt;dd&gt;&amp;quot;LaunchCommand&amp;quot;=&amp;quot;\&amp;quot;C:\\Program Files\\Microsoft Application Virtualization Client\\sfttray.exe\&amp;quot; /launch \&amp;quot;&amp;lt;APP&amp;gt;\&amp;quot;&amp;quot;&lt;/dd&gt;&lt;dd&gt;&amp;quot;LaunchMSICommand&amp;quot;=&amp;quot;3OqYobt01?4VH[gf8qiBRelease_Windows_Desktops&amp;gt;gNkKPt-'NA05f@sdSnKH /launch \&amp;quot;&amp;lt;APP&amp;gt;\&amp;quot;&amp;quot;&lt;/dd&gt;&lt;/dl&gt;  &lt;p&gt;Note the difference in syntax due to the escape characters. Note also that the paths to various executables may be different in your environment.&lt;/p&gt;  &lt;h5&gt;=====&lt;/h5&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2622617"&gt;2622617: Applications fail to launch with error 04-00000A04 after App-V 4.6 SP1 upgrade&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;     &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;     &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3456950" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Upgrade/">Upgrade</category><category domain="http://blogs.technet.com/b/appv/archive/tags/SP1/">SP1</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6/">App-V 4.6</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6+SP1/">App-V 4.6 SP1</category><category domain="http://blogs.technet.com/b/appv/archive/tags/00000A04/">00000A04</category></item><item><title>Microsoft Compiled HTML Help files (*.CHM) accessed within App-V packages fail to display correctly after Internet Explorer 8 is upgraded to Internet Explorer 9</title><link>http://blogs.technet.com/b/appv/archive/2011/09/27/microsoft-compiled-html-help-files-chm-accessed-within-app-v-packages-fail-to-display-correctly-after-internet-explorer-8-is-upgraded-to-internet-explorer-9.aspx</link><pubDate>Tue, 27 Sep 2011 18:27:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3455880</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2011/09/27/microsoft-compiled-html-help-files-chm-accessed-within-app-v-packages-fail-to-display-correctly-after-internet-explorer-8-is-upgraded-to-internet-explorer-9.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2619927"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5224.hotfix_5F00_37B90D94.jpg" width="80" height="89" /&gt;&lt;/a&gt;Here’s one more KB article we published today. Enjoy!&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;On a Windows Server 2008 R2 RDS server running the App-V Client version 4.6.0.20200, after Internet Explorer 8 is upgraded to Internet Explorer 9, the Microsoft Compiled HTML Help files (*.chm) in some App-V packages may stop working and the help panel will display a blank white screen. If Internet Explorer 9 is uninstalled and reverted back to Internet Explorer 8 the help content will render properly.&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This is a known issue with App-V client 4.6.0.20200.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;To resolve this issue, install App-V 4.6 SP1 with the latest hotfix rollup. To obtain the latest hotfix rollup please contact Microsoft Support.    &lt;br /&gt;Service Pack 1 for Microsoft App-V 4.6 can be downloaded from the following location:&lt;/p&gt;  &lt;p&gt;Microsoft Application Virtualization 4.6 Service Pack 1 - &lt;a href="http://www.microsoft.com/download/en/details.aspx?id=14552"&gt;http://www.microsoft.com/download/en/details.aspx?id=14552&lt;/a&gt;&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;The latest Version of the App-V 4.6 client is 4.6 SP1 Hotfix Rollup 4 (as of 9/19/2011). To keep track of the latest App-V updates, please follow the Microsoft Application Virtualization blog at &lt;a href="http://blogs.technet.com/b/appv/."&gt;http://blogs.technet.com/b/appv/.&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Note&lt;/b&gt; Be sure to test these updates against all your App-V packages to insure compatibility in your test environment prior to updating your production environment.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2619927"&gt;2619927: Microsoft Compiled HTML Help files (*.CHM) accessed within App-V packages fail to display correctly after Internet Explorer 8 is upgraded to Internet Explorer 9&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;     &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;     &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3455880" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6/">App-V 4.6</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-5/">App-V 4.5</category><category domain="http://blogs.technet.com/b/appv/archive/tags/CHM/">CHM</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Help/">Help</category></item><item><title>Considerations when Updating an App-V Read-only (Shared) Cache</title><link>http://blogs.technet.com/b/appv/archive/2011/09/27/considerations-when-updating-an-app-v-read-only-shared-cache.aspx</link><pubDate>Tue, 27 Sep 2011 15:06:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3455818</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2011/09/27/considerations-when-updating-an-app-v-read-only-shared-cache.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2618921"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5224.hotfix_5F00_37B90D94.jpg" width="80" height="89" /&gt;&lt;/a&gt;Here’s another KB article we published today.&amp;#160; It’s a regular fountain of new content!&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Summary&lt;/h5&gt;  &lt;p&gt;The concept of a shared, or read-only cache was introduced in version 4.6 of the Microsoft Application Virtualization client. When using App-V in a Shared Cache environment, it is recommended to use a UNC path to a symbolic link (see &lt;a href="http://technet.microsoft.com/en-us/library/ee956915.aspx"&gt;http://technet.microsoft.com/en-us/library/ee956915.aspx&lt;/a&gt; for more information).&lt;/p&gt;  &lt;p&gt;That way, when you change or adjust the shared/read-only cache, you do not have to change the FileName registry value in all of the client’s registries or the master VDI image. There is a possibility that random startup failures may exist for some App-V clients on VDI virtual machines during a App-V FSD (file system device) upgrade or modification (e.g. when applications are being provisioned and added to the read-only cache). This is caused by the App-V client attempting to start during the window where the symbolic link is being updated (a process that involves removal and re-adding the link to initiate the new location). During this window the App-V client engine find that the FSD does not exist and the client will fail to start. You will see the following error in the Windows System Event Log.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Could not start the Application Virtualization Client service on Local Computer.&lt;/i&gt;     &lt;br /&gt;&lt;i&gt;Error 1068: The dependency service or group failed to start.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;In addition, additional dependency errors calling out “sftfs” specifically will also be referenced.&lt;/p&gt;  &lt;p&gt;Also note that this is only a problem during the App-V client startup. Restarting the AppV client a few minutes after initial failure will resolve the issue. If the issue persists, there is likely a problem with accessing the shared cache access.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2618921"&gt;2618921: Considerations when Updating an App-V Read-only (Shared) Cache&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;     &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;     &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3455818" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Update/">Update</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Cache/">Cache</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6/">App-V 4.6</category></item><item><title>New KB: Common dialogs fail to open in applications sequenced with Microsoft App-V</title><link>http://blogs.technet.com/b/appv/archive/2011/09/12/new-kb-common-dialogs-fail-to-open-in-applications-sequenced-with-microsoft-app-v.aspx</link><pubDate>Mon, 12 Sep 2011 15:42:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3452582</guid><dc:creator>J.C. Hornbeck</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/b/appv/archive/2011/09/12/new-kb-common-dialogs-fail-to-open-in-applications-sequenced-with-microsoft-app-v.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2591554"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/1731.hotfix_5F00_473C22F1.jpg" width="80" height="89" /&gt;&lt;/a&gt;Here’s a new App-V Knowledge Base article we published this morning. If you’re seeing an issue where dialog boxes fail to open with a virtualized app then you’ll want to check this one out:&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;Common dialogs such as File \ Open, Save, or Save-As... fail to open in applications sequenced in App-V 4.5 or 4.6. No errors are reported, but clicking on the menu appears to have no effect.&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This is caused if Entrust Group Share (Entrust Entelligence Group Share for Windows Folders 2.30) is installed on a client that is also running App-V 4.6 SP1. Previous versions of App-V do not exhibit this behavior.&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;This behavior is resolved in Microsoft Application Virtualization (App-V) 4.6 SP1 Hotfix 4 (HF04). You can request this update by contacting &lt;a href="http://support.microsoft.com/gethelp/default.aspx?content=ph;en-us;12357"&gt;Microsoft Support&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;As a workaround, you can edit the OSD for affected applications to set the SXS_32_ENABLED tag to true. This has the side-effect of bypassing side-by-side assemblies located in the package itself and using only locally installed binaries. This may result in missing files unless the assemblies are installed on the client computer.&lt;/p&gt;  &lt;p&gt;To change this setting, open the OSD file for the application and modify the policies section to include the SXS_32_ENABLED tag set to true (the default value is false). This should generally be avoided, as it necessitates that all side-by-side assemblies be installed locally on the machine. For example:&lt;/p&gt; &lt;dl&gt;&lt;dt&gt;&amp;lt;POLICIES&amp;gt; &lt;/dt&gt;&lt;dt&gt;&amp;lt;LOCAL_INTERACTION_ALLOWED&amp;gt;FALSE&amp;lt;/LOCAL_INTERACTION_ALLOWED&amp;gt; &lt;/dt&gt;&lt;dt&gt;&amp;lt;SXS_32_ENABLED&amp;gt;TRUE&amp;lt;/SXS_32_ENABLED&amp;gt; &lt;/dt&gt;&lt;dt&gt;&amp;lt;/POLICIES&amp;gt;&lt;/dt&gt;&lt;/dl&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;A Procmon will reveal entries like this where the volume name is prepended twice to the path:&lt;/p&gt;  &lt;p&gt;4:05:26.2364763 PM notepad.exe 3264 CreateFile &lt;strong&gt;\Device\eedmk{3378b50c-cda0-11e0-b722-806e6f6e6963}\Device\eedmk{3378b50c-cda0-11e0-b722-806e6f6e6963}\Windows\System32\uxtheme.dll &lt;/strong&gt;SUCCESS Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read, Delete, AllocationSize: n/a, OpenResult: Opened&lt;/p&gt; &lt;dl&gt;&lt;dt&gt;Other, generic errors may also be seen as a result of trying to locate Side-By-Side assemblies (SxS assemblies) in the wrong path. For example, Notepad will fail on file\open... with: &lt;/dt&gt;&lt;dt&gt;&lt;/dt&gt;&lt;dd&gt;Not enough memory available to complete this operation. Quit one or more applications to increase available memory, and then try again.&lt;/dd&gt;&lt;/dl&gt;  &lt;p&gt;The presence of the 'double path' is diagnostic.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2591554"&gt;2591554: Common dialogs fail to open in applications sequenced with Microsoft App-V&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;     &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;     &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3452582" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/appv/archive/tags/KB+Article/">KB Article</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-6/">App-V 4.6</category><category domain="http://blogs.technet.com/b/appv/archive/tags/App_2D00_V+4-5/">App-V 4.5</category><category domain="http://blogs.technet.com/b/appv/archive/tags/Dialog+Box/">Dialog Box</category></item></channel></rss>