viernes, 30 de noviembre de 2012

Virtualization by Davis: “App-V 4.6 systray icon” plus 17 more

Virtualization by Davis: “App-V 4.6 systray icon” plus 17 more


App-V 4.6 systray icon

Posted: 29 Nov 2012 11:03 PM PST

Hi,

I have a strange behavior of the App-V 4.6 client. On some reboots, the App-V icon in the systray is not visible. It is started so everything is working, just that the icon's not visible.

Someone that seen this problem?

Seen this in different versions (4.6 Sp1, sp2). I have Windows 7 x64 Sp1.

/Daniel


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

Technotes: How Web Interface XenApp Services site URL is stored for Online Plugin 12.x

Posted: 29 Nov 2012 06:46 AM PST

Technotes: How Web Interface XenApp Services site URL is stored for Online Plugin 12.x Citrix Systems
Update feed preferences
This article describes how Online Plugin 12.x stores Web Interface XenApp Services site URL and details different methods to set it up.       (more)

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


Technotes: How to Decrypt SSL and TLS Traffic using Wireshark

Posted: 29 Nov 2012 12:10 PM PST

Technotes: How to Decrypt SSL and TLS Traffic using Wireshark Citrix Systems
Update feed preferences
This article describes how to decrypt SSL and TLS traffic using the Wireshark Network Protocol Analyser.       (more)

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


Technotes: Citrix Program Neighborhood Feature Removal Announcement FAQ

Posted: 29 Nov 2012 11:39 AM PST

Technotes: Citrix Program Neighborhood Feature Removal Announcement FAQ Citrix Systems
Update feed preferences
This article contains FAQs on Citrix Program Neighborhood Feature Removal Announcement.       (more)

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


Technotes: Error: The network connection to your application was interrupted

Posted: 29 Nov 2012 08:17 AM PST

Technotes: Error: The network connection to your application was interrupted Citrix Systems
Update feed preferences
Error: The network connection to your application was interrupted       (more)

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


Technotes: Error: 'An error occurred while making the requested connection' when Launching Applications through Citrix Access Gateway / Web Interface

Posted: 29 Nov 2012 08:03 AM PST

Technotes: Error: 'An error occurred while making the requested connection' when Launching Applications through Citrix Access Gateway / Web Interface Citrix Systems
Update feed preferences
This article describes how to resolve application launch issues when Web Interface is pointing to a XenApp 5.0 for Windows 2008 farm.       (more)

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


Technotes: How to Configure an LDAP Monitor

Posted: 29 Nov 2012 01:28 AM PST

Technotes: How to Configure an LDAP Monitor Citrix Systems
Update feed preferences
Best practices for defining an LDAP monitor in NetScaler software release 8.0       (more)

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


To virtualize or not to virtualize vCenter Server

Posted: 29 Nov 2012 10:11 AM PST

VMware admins have a choice when deploying vCenter: virtual or physical. There are pros and cons to each approach, and many admins choose to do both.

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


Tipps für eine erfolgreiche Optimierung von signierten CIFS und verschlüsselten MAPI Datenverkehr

Posted: 29 Nov 2012 12:39 PM PST

Seit der Firmware Version 6.1 des Branch Repeater wird Kerberos unterstützt. Damit ist es möglich signierten CIFS und verschlüsselten MAPI die per Kerberos authentifiziert werden zu optimieren. Aber was ist überhaupt Kerberos? Kerberos ist ein verteilter Authentifizierungsdienst  für offene und unsichere Computernetze. Bei Kerberos sind drei Parteien beteiligt: - Client Principal - Service Principal - Kerberos Dienst Der Kerberos-Dienst authentifiziert sowohl den Server gegenüber dem Client, als auch den Client gegenüber dem Server. Auch der Kerberos-Server selbst authentifiziert sich gegenüber dem…

Read More


Sequencing for Connection Groups

Posted: 29 Nov 2012 12:21 PM PST

written by – Naveed Ahmad, Senior SDE

 

1 Introduction

Connection Group is comprised of two or more individual packages. Which means those packages are Sequenced individually, they are edited individually, and they are upgraded individually. This poses a challenge as how to ensure that individually sequenced packages would work together seamlessly when put together in a Connection Group, and when they don't work seamlessly together how and what to troubleshoot. This blog touches on these challenges and provides a guide to troubleshooting issues that can be taken care of while sequencing these packages.

2 WYSIWYG - What You Sequence Is What You Get

App-V 5.0 Sequencer is the least intrusive Sequencer of all App-V versions. When an application is installed during sequencing, the Sequencer components passively monitor the installation without any intrusion. So application installation during sequencing is as good as an installation without sequencing. When application is launched on a Sequencer machine it works and behaves the same as installed and launched on a machine without the Sequencer. So if the app works fine after installation on the Sequencer machine, it should work the same when launched on the App-V Client in the virtual environment. However if the app doesn't work as expected on the Sequencer machine, the issue is likely with the app or the installer or the app configuration.

While WYSIWYG provides a great ease in troubleshooting applications for individual packages on the Sequencer machine, WYSIWYG is not so true for Connection Groups.

3 WYSIWYG is not so true for Connection Groups

The key for understanding this statement is to understand how Connection Groups work on the client.. The client makes the virtual assets of individual packages in a Connection Group available to each other by merging them together. This way files and registry entries from one package are visible to the apps in the other package. The client, however, doesn't do the same for the root folders of the packages in the Connection Group. Only the VFS folders are merged.

This limitation may cause issues for certain applications to work seamlessly in a Connection Group. How it may affect the Connection Group entirely depends on the internal working of the application.

4 Problems and Workarounds

The nature of Connection Groups in App-V and how App-V works overall poses some issues while grouping applications in a Connection Group. In the following, we discuss those issues and suggest workarounds that may solve the issues.

4.1 Problem: Conflicting files or registry values

The packages being combined in a connection groups may have files with the same file paths but different contents. They may also have registry key and values with the same names but different contents. While only one item among the conflicting items prevails, you may find that you wanted the item from the other package to prevail.

4.1.1 Workaround: Change the order of Packages in the Connection Group

The file/registry item from the Package listed higher in the Connection Group prevails among the Packages with the conflicting items. Changing the order of the packages would work as long as you don't want one item from one package and another item from another package to prevail in the Connection Group.

4.1.2 Workaround: Dummy Package with the prevailing items put at the top position

If the required file/registry item cannot be preserved by mutually changing the order of the Packages in the Connection Groups, you can create a dummy package with just the required file/registry items in it, and put this package at the top location in the Connection Group. Such a dummy package can be created by performing a custom installation as show in Figure 4‑1, and then either creating the required registry entry and copying the required file at the intended path manually while in the Monitoring phase of sequencing, or adding them to the package later through "Virtual Registry" and "Package Files" tabs using the package editor option as shown in Figure 4‑2.

Figure 4‑1 Custom Installation

Figure 4‑2 Package Editor

4.2 Problem: Failure to Load Add-Ins because of Root Folder Dependency

Say, you are sequencing an application and its plug-ins in individual packages to be grouped as a Connection Group. While sequencing, say the plug-in installer installs the plugins to the same root folder as the primary application. The apps and the plugins will work fine on the Sequencer machine, but when published to the client in a Connection Group, since the root folders of the two individual packages are not merged in the Virtual Environment, the app may not find the plugins if its internal working depends on looking up the add-ins in the same folder as the app itself, or if the app depends on a relative path from the same folder as the app itself. This demonstrates that WYSIWYG is not a valid statement for Connection Groups.

4.2.1 Workaround: Fully VFS the Packages

One solution for such case would be to fully VFS the packages, that is, provide incorrect 'Primary Virtual Application Path' (PVAD) while sequencing the packages. This puts all the files of the package under VFS folder and nothing ends up in the root folder. Since VFS folders are merged in the Connection Group, the app would avoid the above mentioned problem.

 

4.3 Problem: INI File Dependency

Some applications may depend on a path in some INI file to know about an add-in or middleware configuration. When add-in or middleware is sequenced in a separate package, the INI file that goes with the primary application package may not have the required info. Even if INI file is updated, some apps may require the full path of the add-in. Though a correct path would be placed in the INI file by the app/add-in installer for the Sequencer machine environment and things would work fine on the Sequencer machine, App-V 5.0 does not tokenize the paths inside the files to decouple the path/configuration from Sequencer machine environment. Hence the app may not work when the Connection Group is deployed on the client machine. Manually tokenizing the paths in the INI file will not help because App-V 5.0 does not have a component supporting INI file virtualization hooking INI file APIs and auto expanding the tokens to the correct paths when configuration is read from the INI file through INI file APIs.

4.3.1 Workaround: Sequence the Apps in a Single Package

Sequencing the app + add-in/middleware together in a single package is a brute force solution that may work for some apps, albeit losing the benefits of Connection Groups. This would solve the problem where add-ins or middleware installation is updating the INI file that goes with the primary application. Having everything in a single package would ensure that the application gets the updated INI file with all the info about add-ins/middleware.

4.3.2 Workaround: Ensure that Sequencer and Client Environment Matches

The lack of INI virtualization subsystem in App-V can be compensated by ensuring that Sequencer and Client machines have the same configuration with matching drive letters. This bypasses the need for tokens whose sole purpose is to accommodate the differences in Sequencer and Client environments.

Note that this will not take care of the user specific paths which contain user login id, like:

C:\Users\<Login ID>\AppData\Roaming\AppName

Paths which are impacted by OS bit-ness are also not going to work, unless if the OS bit-ness is the same for Sequencer and Client. For example:

C:\Program Fiiles\AppInstallFolder vs. C:\Program Files (x86)\AppInstallFolder

Paths like C:\AppInstallationFolder are more likely to be resolved by this workaround.

5 Troubleshooting Connection Group Issues

Identifying why applications in individual packages don't work when combined in a Connection Group often requires understanding how these applications work internally. This may be an easy to know for the devs who developed these applications, but it is certainly not easy for App-V Support and Sustained Engineering teams who do not know the internal working of the application.

5.1 Process Explorer

App-V Engineering team has used Process Explorer from Sysinternals[1] for troubleshooting Connection Groups issues. We usually compare Process Explorer trace from a native installation (installation on Sequencer machine is as native as any other machine) where the apps are working correctly, to the Process Explorer trace on the Client machine where the apps don't work correctly inside the Connection Group.

Note that file/registry I/O operation from the app in the virtual environment will result in multiple calls with the altered paths as virtual file/registry subsystems divert the call to the altered path.

Many applications load the add-ins at the start up, but some may load the add-in on some user action. Process Explorer traces are huge and should be captured when you think the app is loading the add-ins.

Once the traces are captured, try to identify where the two traces (successful and un-successful) deviate from each other, taking into account the I/O call from the app in the Virtual Environment translating to multiple calls with altered paths by virtual subsystems. We acknowledge that this is not a trivial task, but this is what has helped us troubleshooting some Connection Group issues.


[1] http://technet.microsoft.com/en-us/sysinternals


AppV 5 HTTP Streaming Documentation

Posted: 29 Nov 2012 11:16 AM PST

Is there any documentation out somewhere about HTTP Streaming configuration and AppV 5?  I see the 4.6 guide, but the guidelines for IIS configuration greatly from the guidelines for IIS configuration of a Publishing server under App-V 5.0 technet docs.  Thanks!


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

Red Hat Public Sector Chief Technology Strategist Gunnar Hellekson Wins FedScoop 50 Industry Leadership Award

Posted: 28 Nov 2012 09:00 PM PST

Red Hat Public Sector Team


Don’t Miss December’s Netscaler Master Class. Register Now!

Posted: 29 Nov 2012 08:35 AM PST

JOIN US for an exciting Master Class experience Tuesday, December 11th at 10 AM PT/1 PM ET. At this live webinar you will learn about the most critical elements of cloud infrastructures and enterprise datacenter architectures. Get details on latest features of NetScaler, tips and tricks for easy configuration, and get a chance to consult with the experts. Agenda: ⁃    NetScaler 101 – HTTP Callout…

Read More


App-V 5 and scripts

Posted: 29 Nov 2012 03:21 AM PST

Hi,

Anyone who has tried to use scripts in App-V 5?

I have a strange issue. I have tried a simple bat/vbs file and applied this to a package. I have inserted a <UserScripts><Startprocess> or <UserScripts><StartVirtualEnvironment>  between the <UserConfiguration></UserConfiguration> part.

BUT,

Example 1:

appData = sh.ExpandEnvironmentStrings("%AppData%")
WScript.Echo appData

Will return "C:\Windows\system32\config\systemprofile\AppData\Roaming"

Example 2:

UserName = ObjShell.ExpandEnvironmentStrings("%username%")
wscript.echo UserName

Will return my Computers name.

So it seems like the scripts aren't runned as the user. But if I look in the taskmanager, the script seems to run as the user...

Any input?

/Daniel


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

how to apply configuration files in a practical scenario ?

Posted: 29 Nov 2012 02:39 AM PST

Hi there,

I read all technet and the admin and sequencing guides related to App-V 5. It's still not clear for me how could I APPLY configuration files.

My questions:

- If I create config files (Deployment or User), I should store them in the same foder as the .appv file, right ? This is the more logical place, right ?

- The App-V clients are never downloading these files automatically, right ? I need to distribute these files using a distribution software, right ?

- In order to apply these files on the clients, I need to perform a remote Powershell command according to http://technet.microsoft.com/en-us/library/jj713433.aspx, right ?

All this sounds weird to me, I thought it was possible to manage all this using the server console or at least GPOs...

Thanks for any clarification and best regards,

Lionel


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

APP-V 5.0 Self service application Portal?

Posted: 29 Nov 2012 02:04 AM PST

HI,

I'm not really sure, but does APP-V 5 integrate a Self-service application portal where users have the possibility to choose and install applications?

Thanks


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

Snyc-AppVPublishingServer error 070000000D on client 5.0 after removing a package on the server

Posted: 29 Nov 2012 02:06 AM PST

Hi all,

On a fresh brand new install of App-V 5.0 full infrastructure RTM version.

I published an Office 2010, everything was fine both on server and client side, no error anywhere.

Then I deleted the Office 2010 package and recreated it, with exactly the same name but using a different publishing URL (I changed from SMB to HTTP).

Now the App-V client is still working OK but I have the following error when synchonizing with the publishing server:

"Sync-AppvPublishingServer: there were errors encourntered when trying to un-publish packages that have been removed from the server"

"AppV error code: 070000000D"

I suspect I have an issue on the client side not on the server side. I tried to remove the client completely, rebott and reinstalled it but the error message is still there. What could I do ?

THANKS and best regards,

Lionel


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

How to clear App-V 5 client cache ?

Posted: 29 Nov 2012 01:58 AM PST

Hi all,

I did not find any way to clear the App-V 5.0 RTM client cache.

I know about the different ways to do it with 4.x but none of them seems to apply to the 5.0 version.

Thanks for any help

Lionel


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

No hay comentarios:

Publicar un comentario