jueves, 8 de noviembre de 2012

Virtualization by Davis: “Tools: TestWER (Test Windows Error Reporting)” plus 14 more

Virtualization by Davis: “Tools: TestWER (Test Windows Error Reporting)” plus 14 more


Tools: TestWER (Test Windows Error Reporting)

Posted: 07 Nov 2012 02:16 PM PST

Tools: TestWER (Test Windows Error Reporting) Citrix Systems
Update feed preferences
TestWER (former TestDefaultDebugger) forces a crash on itself to test the configuration of a default postmortem debugger or Windows Error Reporting (WER)       (more)

Products & Solutions | Support | Communities | News | Events | My Citrix
(c) 2012 Citrix Systems, Inc. All rights reserved.


How to determine and delete unused roaming profiles which are getting stored on a Fileshare ?

Posted: 07 Nov 2012 02:03 PM PST

Currently my fileshare is growing up heavily and we trying to find a way through which we can  determine and delete unused roaming profiles which are getting stored on a Fileshare.


This posting includes an audio/video/photo media file: Download Now

Error 0A-00002002 Windows 7 domain client

Posted: 07 Nov 2012 12:50 PM PST

Hi

I've got this error 0A-00002002 on a Windows 7 domain joined (via VPN) client. No Windows Live Essentials installed and no livessp in Security Packages.

Other Windows 7 clients at same site, that are not domain joined are working fine.

Streaming via RTSPS / HTTPS. AppV MGMT servers are at another site.

I can telnet to the AppV server just fine.

Any ideas? :)

/Kim


This posting includes an audio/video/photo media file: Download Now

Deploying Connection Groups in Microsoft App-V v5

Posted: 06 Nov 2012 02:30 AM PST

Connection Groups group one or more App-V packages to enable member applications in these packages to interact with one another while maintaining isolation from the rest of the system. This gives sequencing engineers the flexibility to maintain packages independently and removes the redundancy of adding the same application several times onto a machine.

Connection groups can be deployed using the App-V management/publishing servers, or by using the PowerShell Cmdlets on the client machine.

Deploying Connection Groups from the APP-V Management/Publishing Servers

The APP-V Management server's console provides a user friendly UI for defining Connection Groups.

1. Click "Add Connection Group"

2. Rename the Connection Group appropriately.

3. Add Packages to the Connection Group.

Click on "Edit" for "Connected packages" and add packages needed to the Connection Group.

Note: The order of packages in the connection group is important. This determines the order in which the package contents are merged. So, in the following case, if there was a conflict (example: same registry value), the content of the "App1" package would be used.

4. Entitle the Connection Group.

Click on "Edit" for AD (Active Directory) Access and entitle the group appropriately.

5. Publish the Connection Group.

6. On the client machine, sync to the Publishing Server using the Sync-AppvPublishingServer PowerShell Cmdlet. The Publishing Server takes care of adding and publishing packages before the Connection Group is enabled on the client machine.

Deploying Connection Groups using PowerShell Cmdlets on the Client Machine

Deploying Connection groups on the client machine requires authoring the Connection Group Descriptor document. The path to this document is passed as an argument to the PowerShell Cmdlet for enabling the Connection Group.

PowerShell Cmdlets for Deploying Connection Groups

Get-AppvClientConnectionGroup

Lists Connection Groups

Add-AppvClientConnectionGroup

Adds a Connection Group to the machine. Needs admin privileges. Requires the Connection Group Descriptor document as a parameter.

Enable-AppvClientConnectionGroup

Enables the Connection Group to a user or to the machine. Like the Publish-AppvClientPackage Cmdlet, the Connection Group can be enabled for a user or for the machine.

Disable-AppvClientConnectionGroup

Disables the Connection Group for the user or from the machine. Reverses the action of Enable-AppvClientConnectionGroup.

Remove-AppvClientConnectionGroup

Removes a Connection Group to the machine. Needs admin privileges. Reverses the action of Add-AppvClientConnectionGroup

Stop-AppvClientConnectionGroup

Shuts down the Virtual Environment of the Connection Group. This involves shutting down processes running in the Virtual Environment and freeing up resources being utilized by it.

Repair-AppvClientConnectionGroup

Removes user settings: Copy-on-write data

What is a Connection Group Descriptor document?

A Connection Group Descriptor document is an XML document that specifies Connection group information including the packages in the connection group.

Sample Connection Group Descriptor Document

NOTE:

- The order of packages that appear in the Connection Group descriptor document is important as it defines the merge order of package contents.

- The Priority attribute of the "AppConnectionGroup" element determines the Virtual Environment in which an application will be launched in if the package containing the application belongs to more than one Connection Group. So if Package1 belonged to Connection Groups: Group1 (Priority Value: 1) and Group2 (Priority Value: 2), an app from Package1 will be launched in the Virtual environment of Group 1.

Connection Group Descriptor Schema

Connection Group Descriptor schema: VirtualApplicationConnectionGroup_v1.xsd

Connection Group Lifecycle

Before a Connection Group can be enabled for a user or machine, all member packages should be published to the user or machine. It is important to note that the target of Connection Group Enabling should match the target of member package publishing. Therefore, if a Connection Group is to be enabled for a user, all member packages should be published to the user and vice-versa (If the Connection Group is to be enabled for the machine all member packages should be published to the machine).

The Connection Group needs to be disabled before the member packages can be unpublished.

Before a Connection Group is enabled, application launches from member packages will be launched in the Virtual Environment of the member package. Similarly once the Connection Group is disabled, the applications will be launched in the Virtual Environment of the member packages.

Sample Connection Group lifecycle

* Publish Member packages*

Add-AppvClientConnectionGroup .\MyGroup.xml | Enable-AppvClientConnectionGroup

*Launch/Shutdown applications*

Disable-AppvClientConnectionGroup -Name MyConnectionGroup | Remove-AppvClientConnectionGroup

User Settings

User settings from member packages will not be propagated to Connection Groups. Similarly, once the Connection Group is disabled, user settings from the Connection Group will not be propagated to the member packages.

Example: Consider a Connection Group with Firefox, Silverlight and Adobe Flash as member packages. Add/Publish the Firefox package. Start Firefox and set www.bing.com as the homepage. Add/Publish Silverlight and Adobe Flash packages and enable a connection group containing Firefox, Silverlight and Adobe packages. When you start Firefox again, www.bing.com will not be the home page unless it was set during sequencing. Set www.Microsoft.com as the new homepage. After disabling the connection group and re-launching Firefox, the home page will be www.bing.com.

Connection Group Upgrade

Connection Groups, like packages have versions (specified in the Connection Group Descriptor Document). Upgrading a group involves adding and enabling the new connection group with a new Connection Group Descriptor Document.

Connection Group Upgrades are required when:

- Add/Remove packages in the group.

- Upgrade any package in the group. Each group is specific to package versions. Hence a group becomes unusable if a member package was upgraded. Resolve this by upgrading the group.

- Changing fields such as Priority in the Connection Group.

Yash Harsha Kumar | SDET | Microsoft

Get the latest System Center news on Facebook and Twitter:

clip_image001 clip_image002

App-V Team blog: http://blogs.technet.com/appv/
ConfigMgr Support Team blog: http://blogs.technet.com/configurationmgr/
DPM Team blog: http://blogs.technet.com/dpm/
MED-V Team blog: http://blogs.technet.com/medv/
Orchestrator Support Team blog: http://blogs.technet.com/b/orchestrator/
Operations Manager Team blog: http://blogs.technet.com/momteam/
SCVMM Team blog: http://blogs.technet.com/scvmm
Server App-V Team blog: http://blogs.technet.com/b/serverappv
Service Manager Team blog: http://blogs.technet.com/b/servicemanager
System Center Essentials Team blog: http://blogs.technet.com/b/systemcenteressentials
WSUS Support Team blog: http://blogs.technet.com/sus/

The Forefront Server Protection blog: http://blogs.technet.com/b/fss/
The Forefront Endpoint Security blog : http://blogs.technet.com/b/clientsecurity/
The Forefront Identity Manager blog : http://blogs.msdn.com/b/ms-identity-support/
The Forefront TMG blog: http://blogs.technet.com/b/isablog/
The Forefront UAG blog: http://blogs.technet.com/b/edgeaccessblog/


App-V v5: One of the biggest releases in Microsoft Application Virtualization history

Posted: 07 Nov 2012 11:04 AM PST

imageGreetings! Last week, Karri announced the general availability of MDOP 2012, which included the release of two much awaited products: the new Microsoft User Experience Virtualization (UE-V), and one of the biggest releases in Microsoft Application Virtualization's (App-V) history – App-V 5.0. Anthony Smith (A.J.) has already provided an overview of UE-V in his blog, so to build on that foundation, I want to provide a deep dive on the capabilities of App-V 5.0 and the benefits it will provide to our customers. The blog is broken out into three sections: how to use App-V 5.0 for a more flexible virtualization solution, how App-V's integrated platform offers a more consistent experience, and powerful...(read more)

Read the complete post at http://blogs.windows.com/windows/b/springboard/archive/2012/11/07/microsoft-application-virtualization-5-0-is-here.aspx

J.C. Hornbeck | Knowledge Engineer | Management and Security Division

Get the latest System Center news on Facebook and Twitter:

clip_image001 clip_image002

App-V Team blog: http://blogs.technet.com/appv/
ConfigMgr Support Team blog: http://blogs.technet.com/configurationmgr/
DPM Team blog: http://blogs.technet.com/dpm/
MED-V Team blog: http://blogs.technet.com/medv/
Orchestrator Support Team blog: http://blogs.technet.com/b/orchestrator/
Operations Manager Team blog: http://blogs.technet.com/momteam/
SCVMM Team blog: http://blogs.technet.com/scvmm
Server App-V Team blog: http://blogs.technet.com/b/serverappv
Service Manager Team blog: http://blogs.technet.com/b/servicemanager
System Center Essentials Team blog: http://blogs.technet.com/b/systemcenteressentials
WSUS Support Team blog: http://blogs.technet.com/sus/

The Forefront Server Protection blog: http://blogs.technet.com/b/fss/
The Forefront Endpoint Security blog : http://blogs.technet.com/b/clientsecurity/
The Forefront Identity Manager blog : http://blogs.msdn.com/b/ms-identity-support/
The Forefront TMG blog: http://blogs.technet.com/b/isablog/
The Forefront UAG blog: http://blogs.technet.com/b/edgeaccessblog/


MDOP 2012 available for download: Now with more App-V version 5 and UE-V!

Posted: 07 Nov 2012 09:43 AM PST

AnnouncementIn case you missed the announcement on the MDOP blog a couple days ago, MDOP 2012 is now available. MDOP 2012 includes Application Virtualization (App-V) v5, User Experience Virtualization (UE-V), Dart 8 and a slew of other great bits. If you already have MDOP then there's a download link on this page, and if you don't then you can see all the fantastic stuff you're missing out on there as well. What are you waiting for?

J.C. Hornbeck | Knowledge Engineer | Management and Security Division

Get the latest System Center news on Facebook and Twitter:

clip_image001 clip_image002

App-V Team blog: http://blogs.technet.com/appv/
ConfigMgr Support Team blog: http://blogs.technet.com/configurationmgr/
DPM Team blog: http://blogs.technet.com/dpm/
MED-V Team blog: http://blogs.technet.com/medv/
Orchestrator Support Team blog: http://blogs.technet.com/b/orchestrator/
Operations Manager Team blog: http://blogs.technet.com/momteam/
SCVMM Team blog: http://blogs.technet.com/scvmm
Server App-V Team blog: http://blogs.technet.com/b/serverappv
Service Manager Team blog: http://blogs.technet.com/b/servicemanager
System Center Essentials Team blog: http://blogs.technet.com/b/systemcenteressentials
WSUS Support Team blog: http://blogs.technet.com/sus/

The Forefront Server Protection blog: http://blogs.technet.com/b/fss/
The Forefront Endpoint Security blog : http://blogs.technet.com/b/clientsecurity/
The Forefront Identity Manager blog : http://blogs.msdn.com/b/ms-identity-support/
The Forefront TMG blog: http://blogs.technet.com/b/isablog/
The Forefront UAG blog: http://blogs.technet.com/b/edgeaccessblog/


Simplify Data Sharing and Storage with Citrix ShareFile and NetApp

Posted: 07 Nov 2012 10:00 AM PST

"Whatever we possess becomes of double value when we have the opportunity of sharing it with others." — Jean-Nicolas Bouilly Okay, I'll admit I had never heard of Jean-Nicolas Bouilly before I searched for a quote about sharing, but that doesn't make the quote any less fitting for my blog. We are all aware of the value of sharing. We live in a world that's…

Read More


App-V 5.0, User Experience Virtualization hits with MDOP 2012 users

Posted: 07 Nov 2012 08:04 AM PST

The latest Microsoft Desktop Optimization Pack supports Windows 8 and Windows Server 2012, but for IT pros, its virtualization features set it apart.

Add to digg Add to StumbleUpon Add to del.icio.us Add to Google


Citrix Sets Sail as Champion and Value Leader in Cloud Management

Posted: 07 Nov 2012 08:06 AM PST

  I've worked on a lot of products in my career where I would have given my right arm for a little industry recognition.  Heck I've worked on products where we couldn't even make the bottom of the list let alone be recognized as a leader.  Being at Citrix makes it marginally easier because we are automatically on analysts radar, but in fairness we are…

Read More


Deploying App-V 4.6 SP2 via Sccm 2007

Posted: 07 Nov 2012 08:09 AM PST

Hi,

Has anyone attempted to deployed App-V Client 4.6 sp2 via Sccm. 

i need to deploy the client with the prerequisite. "setup_upgrade.exe"

currently on the machines we have 4.6 sp1 hotfix 4 (4.6.1.30101). it needs to be a silent install with no interaction and to keep the current settings.

Setup_upgrade.exe /s /v /qn  doing this still prompts the user to click next.

any help or advice would be appreciated.


This posting includes an audio/video/photo media file: Download Now

App-V 4.6 SP2

Posted: 07 Nov 2012 07:51 AM PST

New version of App-V 4.6 released - namely Service Pack 2!

Support for Win 8 / Win Server 2012

No Dr Watson need anymore!

Co-existance support with App-V 5

Support for Adobe Reader with Sandboxmode!

Unfortunately, Outlook 2010 can not be set as a mailto: protocol handler within Win8 if it is virtualized.

all previous hotfixes are included, apart from App-V 4.6 Sp1 HF7 (http://social.technet.microsoft.com/Forums/en-US/appvclients/thread/3e571e1f-7273-460e-98a5-dc107f0f42d6)

http://support.microsoft.com/kb/2738315

release notes;

http://technet.microsoft.com/library/jj729866.aspx


Nicke Källén | The Knack| Twitter: @Znackattack



This posting includes an audio/video/photo media file: Download Now

App-V doesn't work

Posted: 07 Nov 2012 08:23 AM PST

One of our company' user was able to use app-v on her computer before. However, recently, she doesn't see the shortcuts and the programs in advertisement anymore. I asked her to log into another PC and everything worked just fine. What are the common troubleshooting steps I have to do to resolve this issue? Attached has the log file

[10/17/2012 09:34:36:093 INTF WRN] {tid=CC0}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [10/17/2012 09:34:36:093 SRVC INF] {tid=CC0}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [10/17/2012 09:39:46:565 AMGR INF] {tid=1408}  Delete application (hApp was 2)  [10/17/2012 09:39:54:512 AMGR INF] {tid=1408}  Delete application (hApp was 4)  [10/17/2012 09:39:54:515 AMGR INF] {tid=1408}  Delete application (hApp was 10)  [10/17/2012 09:39:54:517 AMGR INF] {tid=1408}  Delete application (hApp was 12)  [10/17/2012 09:39:54:519 AMGR INF] {tid=1408}  Delete application (hApp was 13)  [10/17/2012 09:39:54:523 AMGR INF] {tid=1408}  Delete application (hApp was 15)  [10/17/2012 09:39:54:586 AMGR INF] {tid=1408}  Delete application (hApp was 19)  [10/17/2012 09:39:54:596 AMGR INF] {tid=1408}  Delete application (hApp was 28)  [10/17/2012 09:39:54:605 AMGR INF] {tid=1408}  Delete application (hApp was 30)  [10/17/2012 11:18:09:376 ???? INF] {tid=CC4:usr=GordonMH}  An error occurred while opening the virtual registry (section: 9), rc: 07B01F0C-0000004A  [10/17/2012 11:18:09:410 ???? INF] {tid=CC4}  An error occurred while opening the virtual registry (section: 9), rc: 07B01F0C-0000004A  [10/17/2012 11:18:09:446 SWAP INF] {hap=20:app=Mozilla Firefox 15.0.1.4631:tid=CC4:usr=GordonMH}  Elapsed time for upload: 0.141 seconds  [10/17/2012 11:18:11:885 SWAP INF] {hap=20:app=Mozilla Firefox 15.0.1.4631:tid=CC4:usr=GordonMH}  Elapsed time for launch: 2.917 seconds  [10/17/2012 12:17:26:832 SWAP INF] {hap=20:app=Mozilla Firefox 15.0.1.4631:tid=CC4:usr=GordonMH}  App shut down  [10/17/2012 12:17:41:283 SRVC WRN] {tid=5AC}  Failed unregistering callback tracking connected process termination (error: 997).  [10/17/2012 14:03:22:855 ???? INF] {tid=18D8}  An error occurred while opening the virtual registry (section: 9), rc: 07B01F0C-0000004A  [10/17/2012 14:03:22:871 ???? INF] {tid=18D8}  An error occurred while opening the virtual registry (section: 9), rc: 07B01F0C-0000004A  [10/17/2012 14:03:22:871 SWAP INF] {hap=21:app=Mozilla Firefox 15.0.1.4631:tid=18D8}  Elapsed time for upload: 0.47 seconds  [10/17/2012 14:03:23:120 SWAP INF] {hap=21:app=Mozilla Firefox 15.0.1.4631:tid=18D8}  Elapsed time for launch: 0.452 seconds  [10/17/2012 14:03:24:415 SWAP INF] {hap=21:app=Mozilla Firefox 15.0.1.4631:tid=18D8}  App shut down  [10/17/2012 14:03:47:557 ???? INF] {tid=1CF0}  An error occurred while opening the virtual registry (section: 9), rc: 07B01F0C-0000004A  [10/17/2012 14:03:47:557 ???? INF] {tid=1CF0}  An error occurred while opening the virtual registry (section: 9), rc: 07B01F0C-0000004A  [10/17/2012 14:03:47:573 SWAP INF] {hap=22:app=Mozilla Firefox 15.0.1.4631:tid=1CF0}  Elapsed time for upload: 0.31 seconds  [10/17/2012 14:03:47:791 SWAP INF] {hap=22:app=Mozilla Firefox 15.0.1.4631:tid=1CF0}  Elapsed time for launch: 0.280 seconds  [10/17/2012 14:03:49:226 SWAP INF] {hap=22:app=Mozilla Firefox 15.0.1.4631:tid=1CF0}  App shut down  [10/17/2012 15:25:42:679 SRVC WRN] {tid=1CD4}  Failed unregistering callback tracking connected process termination (error: 997).  [10/17/2012 15:26:26:013 SRVC INF] {tid=FC8}  The Application Virtualization Client Service received a shutdown request from the Service Control Manager and will now attempt to shut down.  [10/17/2012 15:26:26:653 JGSW INF] {tid=1CD4}  The Application Virtualization file system was shut down cleanly.  [10/17/2012 15:26:26:653 THRD WRN] {tid=1CD4}  The Client detected 0 hanged threads remaining on shutdown that need to be terminated.  [10/18/2012 08:56:08:757 SRVC WRN] {tid=F2C}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [10/18/2012 08:56:08:788 ???? INF] {tid=F2C}  App-V filter loaded.  [10/18/2012 08:56:08:803 VSCM INF] {tid=F2C}  Starting Virtual Service Control Manager.  [10/18/2012 08:56:08:928 JGSW INF] {tid=F2C}  The Application Virtualization file system was initialized successfully.  [10/18/2012 08:56:09:615 INTF WRN] {tid=F2C}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [10/18/2012 08:56:09:615 SRVC INF] {tid=F2C}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [10/18/2012 09:04:15:809 AMGR INF] {tid=F28}  Delete application (hApp was 16)  [10/18/2012 11:11:38:804 SRVC WRN] {tid=1644}  Failed unregistering callback tracking connected process termination (error: 997).  [10/18/2012 15:52:13:066 SRVC WRN] {tid=D94}  Failed unregistering callback tracking connected process termination (error: 997).  [10/18/2012 15:52:48:723 SRVC INF] {tid=F20}  The Application Virtualization Client Service received a shutdown request from the Service Control Manager and will now attempt to shut down.  [10/18/2012 15:52:48:925 JGSW INF] {tid=16D4}  The Application Virtualization file system was shut down cleanly.  [10/18/2012 15:52:48:925 THRD WRN] {tid=16D4}  The Client detected 0 hanged threads remaining on shutdown that need to be terminated.  [10/18/2012 17:03:30:313 SRVC WRN] {tid=FB4}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [10/18/2012 17:03:30:345 ???? INF] {tid=FB4}  App-V filter loaded.  [10/18/2012 17:03:30:360 VSCM INF] {tid=FB4}  Starting Virtual Service Control Manager.  [10/18/2012 17:03:30:485 JGSW INF] {tid=FB4}  The Application Virtualization file system was initialized successfully.  [10/18/2012 17:03:31:218 INTF WRN] {tid=FB4}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [10/18/2012 17:03:31:218 SRVC INF] {tid=FB4}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [10/18/2012 17:47:40:607 SRVC WRN] {tid=5D0}  Failed unregistering callback tracking connected process termination (error: 997).  [10/19/2012 12:42:36:493 SRVC WRN] {tid=159C}  Failed unregistering callback tracking connected process termination (error: 997).  [10/19/2012 15:37:18:509 SRVC WRN] {tid=71C}  Failed unregistering callback tracking connected process termination (error: 997).  [10/22/2012 15:06:33:325 SRVC WRN] {tid=FEC}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [10/22/2012 15:06:33:637 ???? INF] {tid=FEC}  App-V filter loaded.  [10/22/2012 15:06:33:637 VSCM INF] {tid=FEC}  Starting Virtual Service Control Manager.  [10/22/2012 15:06:34:120 JGSW INF] {tid=FEC}  The Application Virtualization file system was initialized successfully.  [10/22/2012 15:06:36:086 INTF WRN] {tid=FEC}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [10/22/2012 15:06:36:086 SRVC INF] {tid=FEC}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [10/22/2012 15:25:35:119 SRVC WRN] {tid=688}  Failed unregistering callback tracking connected process termination (error: 997).  [10/22/2012 15:26:06:113 SRVC INF] {tid=FAC}  The Application Virtualization Client Service received a shutdown request from the Service Control Manager and will now attempt to shut down.  [10/22/2012 15:26:06:285 JGSW INF] {tid=688}  The Application Virtualization file system was shut down cleanly.  [10/22/2012 15:26:06:285 THRD WRN] {tid=688}  The Client detected 0 hanged threads remaining on shutdown that need to be terminated.  [10/23/2012 10:57:37:039 SRVC WRN] {tid=F64}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [10/23/2012 10:57:37:179 ???? INF] {tid=F64}  App-V filter loaded.  [10/23/2012 10:57:37:195 VSCM INF] {tid=F64}  Starting Virtual Service Control Manager.  [10/23/2012 10:57:37:663 JGSW INF] {tid=F64}  The Application Virtualization file system was initialized successfully.  [10/23/2012 10:57:39:083 INTF WRN] {tid=F64}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [10/23/2012 10:57:39:083 SRVC INF] {tid=F64}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [10/24/2012 15:23:47:282 SRVC WRN] {tid=15B4}  Failed unregistering callback tracking connected process termination (error: 997).  [10/24/2012 15:24:30:111 SRVC INF] {tid=ED8}  The Application Virtualization Client Service received a shutdown request from the Service Control Manager and will now attempt to shut down.  [10/24/2012 15:24:32:389 JGSW INF] {tid=15B4}  The Application Virtualization file system was shut down cleanly.  [10/24/2012 15:24:32:389 THRD WRN] {tid=15B4}  The Client detected 0 hanged threads remaining on shutdown that need to be terminated.  [10/25/2012 08:22:00:072 SRVC WRN] {tid=F60}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [10/25/2012 08:22:00:135 ???? INF] {tid=F60}  App-V filter loaded.  [10/25/2012 08:22:00:135 VSCM INF] {tid=F60}  Starting Virtual Service Control Manager.  [10/25/2012 08:22:00:228 JGSW INF] {tid=F60}  The Application Virtualization file system was initialized successfully.  [10/25/2012 08:22:01:585 INTF WRN] {tid=F60}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [10/25/2012 08:22:01:585 SRVC INF] {tid=F60}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [10/25/2012 15:24:49:148 SRVC WRN] {tid=1F14}  Failed unregistering callback tracking connected process termination (error: 997).  [10/25/2012 15:25:15:762 SRVC INF] {tid=EE8}  The Application Virtualization Client Service received a shutdown request from the Service Control Manager and will now attempt to shut down.  [10/25/2012 15:25:16:744 JGSW INF] {tid=1F14}  The Application Virtualization file system was shut down cleanly.  [10/25/2012 15:25:16:744 THRD WRN] {tid=1F14}  The Client detected 0 hanged threads remaining on shutdown that need to be terminated.  [10/31/2012 09:19:45:734 SRVC WRN] {tid=D94}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [10/31/2012 09:19:45:907 ???? INF] {tid=D94}  App-V filter loaded.  [10/31/2012 09:19:45:923 VSCM INF] {tid=D94}  Starting Virtual Service Control Manager.  [10/31/2012 09:19:46:515 JGSW INF] {tid=D94}  The Application Virtualization file system was initialized successfully.  [10/31/2012 09:19:47:795 INTF WRN] {tid=D94}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [10/31/2012 09:19:47:795 SRVC INF] {tid=D94}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [10/31/2012 09:35:13:532 SRVC WRN] {tid=BE4}  Failed unregistering callback tracking connected process termination (error: 997).  [10/31/2012 09:35:45:398 SRVC INF] {tid=C14}  The Application Virtualization Client Service received a shutdown request from the Service Control Manager and will now attempt to shut down.  [10/31/2012 09:35:45:648 JGSW INF] {tid=BE4}  The Application Virtualization file system was shut down cleanly.  [10/31/2012 09:35:45:648 THRD WRN] {tid=BE4}  The Client detected 0 hanged threads remaining on shutdown that need to be terminated.  [10/31/2012 09:39:08:131 SRVC WRN] {tid=EF0}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [10/31/2012 09:39:08:224 ???? INF] {tid=EF0}  App-V filter loaded.  [10/31/2012 09:39:08:224 VSCM INF] {tid=EF0}  Starting Virtual Service Control Manager.  [10/31/2012 09:39:08:443 JGSW INF] {tid=EF0}  The Application Virtualization file system was initialized successfully.  [10/31/2012 09:39:25:556 INTF WRN] {tid=EF0}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [10/31/2012 09:39:25:571 SRVC INF] {tid=EF0}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [10/31/2012 09:47:18:278 SRVC WRN] {tid=D74}  Failed unregistering callback tracking connected process termination (error: 997).  [10/31/2012 09:47:45:666 SRVC INF] {tid=EE0}  The Application Virtualization Client Service received a shutdown request from the Service Control Manager and will now attempt to shut down.  [10/31/2012 09:47:45:775 JGSW INF] {tid=D74}  The Application Virtualization file system was shut down cleanly.  [10/31/2012 09:47:45:775 THRD WRN] {tid=D74}  The Client detected 0 hanged threads remaining on shutdown that need to be terminated.  [10/31/2012 09:50:08:921 SRVC WRN] {tid=C80}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [10/31/2012 09:50:09:011 ???? INF] {tid=C80}  App-V filter loaded.  [10/31/2012 09:50:09:011 VSCM INF] {tid=C80}  Starting Virtual Service Control Manager.  [10/31/2012 09:50:09:221 JGSW INF] {tid=C80}  The Application Virtualization file system was initialized successfully.  [10/31/2012 09:50:10:081 INTF WRN] {tid=C80}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [10/31/2012 09:50:10:091 SRVC INF] {tid=C80}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [10/31/2012 10:10:28:629 SRVC WRN] {tid=C78}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [10/31/2012 10:10:28:819 ???? INF] {tid=C78}  App-V filter loaded.  [10/31/2012 10:10:28:819 VSCM INF] {tid=C78}  Starting Virtual Service Control Manager.  [10/31/2012 10:10:29:079 JGSW INF] {tid=C78}  The Application Virtualization file system was initialized successfully.  [10/31/2012 10:10:29:319 INTF WRN] {tid=C78}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [10/31/2012 10:10:29:319 SRVC INF] {tid=C78}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [10/31/2012 10:12:34:337 SRVC INF] {tid=C60}  The Application Virtualization Client Service received a shutdown request from the Service Control Manager and will now attempt to shut down.  [10/31/2012 10:12:34:462 JGSW INF] {tid=DD0}  The Application Virtualization file system was shut down cleanly.  [10/31/2012 10:12:34:462 THRD WRN] {tid=DD0}  The Client detected 0 hanged threads remaining on shutdown that need to be terminated.  [10/31/2012 10:16:15:486 SRVC WRN] {tid=F84}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [10/31/2012 10:16:15:907 ???? INF] {tid=F84}  App-V filter loaded.  [10/31/2012 10:16:16:453 VSCM INF] {tid=F84}  Starting Virtual Service Control Manager.  [10/31/2012 10:16:18:434 JGSW INF] {tid=F84}  The Application Virtualization file system was initialized successfully.  [10/31/2012 10:16:24:674 INTF WRN] {tid=F84}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [10/31/2012 10:16:24:674 SRVC INF] {tid=F84}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [10/31/2012 11:49:55:231 SRVC WRN] {tid=1128}  Failed unregistering callback tracking connected process termination (error: 997).  [10/31/2012 11:50:08:665 SRVC INF] {tid=FCC}  The Application Virtualization Client Service received a shutdown request from the Service Control Manager and will now attempt to shut down.  [10/31/2012 11:50:08:883 JGSW INF] {tid=1128}  The Application Virtualization file system was shut down cleanly.  [10/31/2012 11:50:08:883 THRD WRN] {tid=1128}  The Client detected 0 hanged threads remaining on shutdown that need to be terminated.  [10/31/2012 13:54:25:569 SRVC WRN] {tid=C30}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [10/31/2012 13:54:26:659 ???? INF] {tid=C30}  App-V filter loaded.  [10/31/2012 13:54:26:659 VSCM INF] {tid=C30}  Starting Virtual Service Control Manager.  [10/31/2012 13:54:27:279 JGSW INF] {tid=C30}  The Application Virtualization file system was initialized successfully.  [10/31/2012 13:54:31:095 INTF WRN] {tid=C30}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [10/31/2012 13:54:31:095 SRVC INF] {tid=C30}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [10/31/2012 15:19:50:435 SRVC WRN] {tid=1BB0}  Failed unregistering callback tracking connected process termination (error: 997).  [11/01/2012 15:22:10:321 SRVC WRN] {tid=12A8}  Failed unregistering callback tracking connected process termination (error: 997).  [11/01/2012 15:22:52:566 SRVC INF] {tid=C20}  The Application Virtualization Client Service received a shutdown request from the Service Control Manager and will now attempt to shut down.  [11/01/2012 15:22:54:500 JGSW INF] {tid=12A8}  The Application Virtualization file system was shut down cleanly.  [11/01/2012 15:22:54:500 THRD WRN] {tid=12A8}  The Client detected 0 hanged threads remaining on shutdown that need to be terminated.  [11/02/2012 06:28:45:224 SRVC WRN] {tid=E10}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [11/02/2012 06:28:45:427 ???? INF] {tid=E10}  App-V filter loaded.  [11/02/2012 06:28:45:443 VSCM INF] {tid=E10}  Starting Virtual Service Control Manager.  [11/02/2012 06:28:46:035 JGSW INF] {tid=E10}  The Application Virtualization file system was initialized successfully.  [11/02/2012 06:28:47:393 INTF WRN] {tid=E10}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [11/02/2012 06:28:47:393 SRVC INF] {tid=E10}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [11/02/2012 07:58:32:811 SRVC WRN] {tid=1868}  Failed unregistering callback tracking connected process termination (error: 997).  [11/02/2012 07:59:06:584 SRVC INF] {tid=D68}  The Application Virtualization Client Service received a shutdown request from the Service Control Manager and will now attempt to shut down.  [11/02/2012 07:59:07:285 JGSW INF] {tid=1868}  The Application Virtualization file system was shut down cleanly.  [11/02/2012 07:59:07:285 THRD WRN] {tid=1868}  The Client detected 0 hanged threads remaining on shutdown that need to be terminated.  [11/02/2012 11:26:18:815 SRVC WRN] {tid=F9C}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [11/02/2012 11:26:19:096 ???? INF] {tid=F9C}  App-V filter loaded.  [11/02/2012 11:26:19:112 VSCM INF] {tid=F9C}  Starting Virtual Service Control Manager.  [11/02/2012 11:26:19:533 JGSW INF] {tid=F9C}  The Application Virtualization file system was initialized successfully.  [11/02/2012 11:26:21:655 INTF WRN] {tid=F9C}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [11/02/2012 11:26:21:655 SRVC INF] {tid=F9C}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [11/02/2012 12:38:13:165 SRVC WRN] {tid=368}  Failed unregistering callback tracking connected process termination (error: 997).  [11/02/2012 12:38:43:203 SRVC INF] {tid=F60}  The Application Virtualization Client Service received a shutdown request from the Service Control Manager and will now attempt to shut down.  [11/02/2012 12:38:43:328 JGSW INF] {tid=368}  The Application Virtualization file system was shut down cleanly.  [11/02/2012 12:38:43:328 THRD WRN] {tid=368}  The Client detected 0 hanged threads remaining on shutdown that need to be terminated.  [11/02/2012 15:10:41:316 SRVC WRN] {tid=CBC}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [11/02/2012 15:10:42:583 ???? INF] {tid=CBC}  App-V filter loaded.  [11/02/2012 15:10:42:599 VSCM INF] {tid=CBC}  Starting Virtual Service Control Manager.  [11/02/2012 15:10:42:724 JGSW INF] {tid=CBC}  The Application Virtualization file system was initialized successfully.  [11/02/2012 15:10:43:161 INTF WRN] {tid=CBC}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [11/02/2012 15:10:43:161 SRVC INF] {tid=CBC}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [11/02/2012 15:36:50:847 SRVC WRN] {tid=7EC}  Failed unregistering callback tracking connected process termination (error: 997).  [11/02/2012 15:37:19:880 SRVC INF] {tid=C90}  The Application Virtualization Client Service received a shutdown request from the Service Control Manager and will now attempt to shut down.  [11/02/2012 15:37:20:035 JGSW INF] {tid=7EC}  The Application Virtualization file system was shut down cleanly.  [11/02/2012 15:37:20:035 THRD WRN] {tid=7EC}  The Client detected 0 hanged threads remaining on shutdown that need to be terminated.  [11/05/2012 08:52:29:165 SRVC WRN] {tid=D8C}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [11/05/2012 08:52:29:195 ???? INF] {tid=D8C}  App-V filter loaded.  [11/05/2012 08:52:29:195 VSCM INF] {tid=D8C}  Starting Virtual Service Control Manager.  [11/05/2012 08:52:29:285 JGSW INF] {tid=D8C}  The Application Virtualization file system was initialized successfully.  [11/05/2012 08:52:29:645 INTF WRN] {tid=D8C}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [11/05/2012 08:52:29:645 SRVC INF] {tid=D8C}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [11/05/2012 15:13:36:120 SRVC WRN] {tid=1F84}  Failed unregistering callback tracking connected process termination (error: 997).  [11/05/2012 15:21:05:876 SRVC INF] {tid=D7C}  The Application Virtualization Client Service received a shutdown request from the Service Control Manager and will now attempt to shut down.  [11/07/2012 08:22:56:380 SRVC WRN] {tid=F38}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [11/07/2012 08:22:56:427 ???? INF] {tid=F38}  App-V filter loaded.  [11/07/2012 08:22:56:427 VSCM INF] {tid=F38}  Starting Virtual Service Control Manager.  [11/07/2012 08:22:56:536 JGSW INF] {tid=F38}  The Application Virtualization file system was initialized successfully.  [11/07/2012 08:22:56:645 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\54fa7854-63df-49e9-b72f-d7e08a7f019a.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:645 AMGR INF] {tid=F38}  The app manager could not create an application from 'ApproveIt Configuration 6.5000.25.1000' (rc 00000A65-00000002).  [11/07/2012 08:22:56:661 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\04e4fc71-0a81-4f83-bf58-5c3d2f9f3919.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:661 AMGR INF] {tid=F38}  The app manager could not create an application from 'DCO XMPP Desktop Client 5.4.0.36' (rc 00000A65-00000002).  [11/07/2012 08:22:56:661 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\868e5ab9-e84b-4c7d-8d4c-b32785974539.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:661 AMGR INF] {tid=F38}  The app manager could not create an application from 'Global 1.0' (rc 00000A65-00000002).  [11/07/2012 08:22:56:661 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\8d83e78d-bb43-4208-93c8-5b8ac4b80755.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:661 AMGR INF] {tid=F38}  The app manager could not create an application from 'Internet Explorer 8.0.7601.17514' (rc 00000A65-00000002).  [11/07/2012 08:22:56:661 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\52d0f71f-312c-4eb6-83fc-8ef50cf66045.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:661 AMGR INF] {tid=F38}  The app manager could not create an application from 'Internet Explorer for QuickTime 8.0.7601.17514' (rc 00000A65-00000002).  [11/07/2012 08:22:56:661 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\d1d4e828-e923-41db-8f16-eca1d06d2a6a.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:661 AMGR INF] {tid=F38}  The app manager could not create an application from 'Lotus Forms Viewer 7.6.1.315' (rc 00000A65-00000002).  [11/07/2012 08:22:56:676 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\2b80fa3f-7be7-4722-9b34-41306cca062c.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:676 AMGR INF] {tid=F38}  The app manager could not create an application from 'Microsoft Access 2010 14.0.6024.1000' (rc 00000A65-00000002).  [11/07/2012 08:22:56:676 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\70469e62-8336-495a-9275-5428d1818944.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:692 AMGR INF] {tid=F38}  The app manager could not create an application from 'Microsoft Office 2010 component 14.0.4730.1010' (rc 00000A65-00000002).  [11/07/2012 08:22:56:692 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\7cc297ad-e3e6-4216-a46f-997f684e7263.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:692 AMGR INF] {tid=F38}  The app manager could not create an application from 'Microsoft Office 2010 Upload Center 14.0.6024.1000' (rc 00000A65-00000002).  [11/07/2012 08:22:56:692 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\9a536d25-2c44-451d-825d-40cd61eca9b3.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:692 AMGR INF] {tid=F38}  The app manager could not create an application from 'Microsoft Project 2010 14.0.6023.1000' (rc 00000A65-00000002).  [11/07/2012 08:22:56:707 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\824f7824-07d2-4326-934a-6bf3bb079de0.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:707 AMGR INF] {tid=F38}  The app manager could not create an application from 'Microsoft Project Server 2010 Accounts 14.0.6023.1000' (rc 00000A65-00000002).  [11/07/2012 08:22:56:707 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\7151fb7d-68b1-4409-91e6-fdec4af07dfa.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:707 AMGR INF] {tid=F38}  The app manager could not create an application from 'Microsoft SharePoint Client Support Manager 14.0.6024.1000' (rc 00000A65-00000002).  [11/07/2012 08:22:56:707 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\1dc1dbb4-46a1-4301-ae07-0676a6b078cf.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:707 AMGR INF] {tid=F38}  The app manager could not create an application from 'Microsoft SharePoint Workspace 14.0.6024.1000' (rc 00000A65-00000002).  [11/07/2012 08:22:56:707 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\231099f6-ff79-4f74-a576-12fe003a7b07.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:723 AMGR INF] {tid=F38}  The app manager could not create an application from 'Microsoft Virtual Office Simple Mapi Proxy Server 14.0.6024.1000' (rc 00000A65-00000002).  [11/07/2012 08:22:56:723 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\bdc18a4a-e740-4964-9141-7d0ee498aef4.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:723 AMGR INF] {tid=F38}  The app manager could not create an application from 'Microsoft Visio 2010 14.0.6111.5000' (rc 00000A65-00000002).  [11/07/2012 08:22:56:723 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\80fd7985-f4af-45b6-885e-52ff8e478592.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:723 AMGR INF] {tid=F38}  The app manager could not create an application from 'QuickTime Player 7.71.80.42' (rc 00000A65-00000002).  [11/07/2012 08:22:56:723 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\051ae914-ed3a-4195-b719-376dcf9572ba.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:723 AMGR INF] {tid=F38}  The app manager could not create an application from 'Search MAPI Protocol Handler Host 14.0.6024.1000' (rc 00000A65-00000002).  [11/07/2012 08:22:56:723 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\d6bb2111-888a-4f0e-a5ec-07a8bc1affaa.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:739 AMGR INF] {tid=F38}  The app manager could not create an application from 'Signature Manager 6.5000.25.1000' (rc 00000A65-00000002).  [11/07/2012 08:22:56:739 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\0afd70d9-d8c2-4fee-9782-5494c801ba07.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:739 AMGR INF] {tid=F38}  The app manager could not create an application from 'Win7 PolicyServer MMC 1.0' (rc 00000A65-00000002).  [11/07/2012 08:22:56:739 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\f74c2add-00ef-4e61-b575-4c580172cbb9.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:739 AMGR INF] {tid=F38}  The app manager could not create an application from 'WinZip 16.0 25.0.9715.0' (rc 00000A65-00000002).  [11/07/2012 08:22:56:739 OSDF ERR] {tid=F38}  The Application Virtualization Client could not parse the OSD file 'C:\ProgramData\Microsoft\Application Virtualization Client\SoftGrid Client\OSD Cache\666611b0-5d35-404e-800c-8c11367dc839.osd'. Reason: XML parsing failure (rc 00000A25-00000002)  [11/07/2012 08:22:56:739 AMGR INF] {tid=F38}  The app manager could not create an application from 'XML Editor 14.0.6024.1000' (rc 00000A65-00000002).  [11/07/2012 08:22:56:754 INTF WRN] {tid=F38}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [11/07/2012 08:22:56:754 SRVC INF] {tid=F38}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [11/07/2012 10:05:00:495 SRVC WRN] {tid=1A10}  Failed unregistering callback tracking connected process termination (error: 997).  [11/07/2012 10:05:33:369 SRVC INF] {tid=F28}  The Application Virtualization Client Service received a shutdown request from the Service Control Manager and will now attempt to shut down.  [11/07/2012 10:05:34:243 JGSW INF] {tid=1A10}  The Application Virtualization file system was shut down cleanly.  [11/07/2012 10:05:34:243 THRD WRN] {tid=1A10}  The Client detected 0 hanged threads remaining on shutdown that need to be terminated.  [11/07/2012 10:07:37:420 SRVC WRN] {tid=C90}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [11/07/2012 10:07:39:510 ???? INF] {tid=C90}  App-V filter loaded.  [11/07/2012 10:07:39:510 VSCM INF] {tid=C90}  Starting Virtual Service Control Manager.  [11/07/2012 10:07:39:666 JGSW INF] {tid=C90}  The Application Virtualization file system was initialized successfully.  [11/07/2012 10:07:42:100 INTF WRN] {tid=C90}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [11/07/2012 10:07:42:116 SRVC INF] {tid=C90}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----  [11/07/2012 10:37:45:650 SRVC INF] {tid=C80}  The Application Virtualization Client Service received a stop request from the Service Control Manager and will now attempt to shut down.  [11/07/2012 10:37:50:660 SRVC WRN] {tid=33C}   process still connected to the listener  [11/07/2012 10:37:50:882 JGSW INF] {tid=33C}  The Application Virtualization file system was shut down cleanly.  [11/07/2012 10:37:50:885 THRD WRN] {tid=33C}  The Client detected 0 hanged threads remaining on shutdown that need to be terminated.  [11/07/2012 10:41:42:609 SRVC WRN] {tid=F18}  --------------------------------------------------------  Initialized client log (C:\ProgramData\Microsoft\Application Virtualization Client\sftlog.txt)  [11/07/2012 10:41:42:641 ???? INF] {tid=F18}  App-V filter loaded.  [11/07/2012 10:41:42:646 VSCM INF] {tid=F18}  Starting Virtual Service Control Manager.  [11/07/2012 10:41:42:820 JGSW INF] {tid=F18}  The Application Virtualization file system was initialized successfully.  [11/07/2012 10:41:42:870 INTF WRN] {tid=F18}  The Application Virtualization Client Core initialized correctly.   Installed Product:  Microsoft Application Virtualization Desktop Client  Version: 4.6.1.30121  Install Path: C:\Program Files (x86)\Microsoft Application Virtualization Client  Global Data Directory: C:\ProgramData\Microsoft\Application Virtualization Client\  Machine Name:  AL115968  Operating System: Windows 7 64-bit Service Pack 1.0 Build 7601  OSD Command:   [11/07/2012 10:41:42:872 SRVC INF] {tid=F18}  ---- The Application Virtualization Client Service version 4.6.1.30121 has started ----


This posting includes an audio/video/photo media file: Download Now

DaaS basics: Why virtual desktop hosting isn't so different from VDI

Posted: 06 Nov 2012 01:35 PM PST

Desktop as a Service comes with the same benefits as VDI. If you think of virtual desktop hosting as a business agreement, it might be up your alley.

Add to digg Add to StumbleUpon Add to del.icio.us Add to Google


Microsoft Application Virtualization 4.6 Service Pack 2 Now Available

Posted: 07 Nov 2012 06:40 AM PST

KBMicrosoft Application Virtualization 4.6 Service Pack 2 (App-V 4.6 SP2) is now available. This service pack provides the latest updates to Microsoft Application Virtualization 4.6. Additionally, this service pack includes some improvements and a hotfix rollup.

For all the details concerning what's been added and improved, as well as a download link, please see the following:

2738315 - Description of Microsoft Application Virtualization 4.6 Service Pack 2 (http://support.microsoft.com/kb/2738315)

J.C. Hornbeck | Knowledge Engineer | Management and Security Division

Get the latest System Center news on Facebook and Twitter:

clip_image001 clip_image002

App-V Team blog: http://blogs.technet.com/appv/
ConfigMgr Support Team blog: http://blogs.technet.com/configurationmgr/
DPM Team blog: http://blogs.technet.com/dpm/
MED-V Team blog: http://blogs.technet.com/medv/
Orchestrator Support Team blog: http://blogs.technet.com/b/orchestrator/
Operations Manager Team blog: http://blogs.technet.com/momteam/
SCVMM Team blog: http://blogs.technet.com/scvmm
Server App-V Team blog: http://blogs.technet.com/b/serverappv
Service Manager Team blog: http://blogs.technet.com/b/servicemanager
System Center Essentials Team blog: http://blogs.technet.com/b/systemcenteressentials
WSUS Support Team blog: http://blogs.technet.com/sus/

The Forefront Server Protection blog: http://blogs.technet.com/b/fss/
The Forefront Endpoint Security blog : http://blogs.technet.com/b/clientsecurity/
The Forefront Identity Manager blog : http://blogs.msdn.com/b/ms-identity-support/
The Forefront TMG blog: http://blogs.technet.com/b/isablog/
The Forefront UAG blog: http://blogs.technet.com/b/edgeaccessblog/


Technotes: How to Disable Session Reliability for a Specific Session

Posted: 07 Nov 2012 01:10 AM PST

Technotes: How to Disable Session Reliability for a Specific Session Citrix Systems
Update feed preferences
This article describes how to disable session reliability for a specific session instead of disabling it at Farm level.       (more)

Products & Solutions | Support | Communities | News | Events | My Citrix
(c) 2012 Citrix Systems, Inc. All rights reserved.


No hay comentarios:

Publicar un comentario