Error codes you may receive implementing App-V 4.5 Application Source Root (ASR)

Here are a couple tips on some errors you might run into implementing Microsoft Application Virtualization 4.5 in a standalone mode.  These were written up John Behneman, our resident App-V issue documenting machine.  Hope this helps!

========

Two possible error codes you may encounter when implementing the new Application Source Root (ASR) feature on App-V 4.5 clients are:

The Applications Virtualization Client could not load the specified XML file report the following error code to your System Administrator.

Error code: 4504E3-00000C45-00000107 (45-00000107)

And

The operation failed because you do not have sufficient permissions to stream from a file. Report the following error code to your System Administrator.

Error code: 450519-14901D04-0000180B (04-0000180B)

Error (45-00000107) can be caused by a trailing ?Customer=Anonymous parameter when HTTP protocol is used in the HREF statement of the OSD file in conjunction with ASR feature. These parameters will not work in conjunction with ASR. Please reference KB930614 for more information about this setting.

Example:

HREF="https://%SFT_SOFTGRIDSERVER%:554/Softricity/sft_ea70.v1.sft ?Customer=Anonymous

Error (04-0000180B) can be caused by a partial implementation of ASR.  There are 2 registry keys that are required to be set for ASR to function properly:

HKLM\SOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration
AllowIndependentFileStreaming  - This should be set to 1, by default it is set to 0

and

ApplicationSourceRoot - Blank if not in use or the UNC path of the content share root e.g. \\App-VServerName\content when ASR is implemented.

For Error (45-00000107) remove the HREF ?Customer=Anonymous suffix when using the HTTP protocol with ASR and for error (04-0000180B) ensure that BOTH the AllowIndependentFileStreaming & ApplicationSourceRoot are set properly on the client.

========

Thanks John!

J.C. Hornbeck | Manageability Knowledge Engineer