Server to Client Content Redirection and Lotus Notes R6
Server to Client Content Redirection and Lotus Notes R6 Server to Client Content Redirection and Lotus Notes R6
Citrix states in their article: CTX101648
CTX101648 - Server to Client Content Redirection and Lotus Notes R6
This document was published at: http://support.citrix.com/kb/entry.jspa?externalID=CTX101648
Document ID: CTX101648, Created on: Mar 24, 2003, Updated: Jun 10, 2003
Products: Citrix MetaFrame XP 1.0 for Microsoft Windows 2000
Symptoms
When Lotus Notes R6 is published from a MetaFrame XP Feature Release 2 server with content redirection enabled from server to client, clicking on a hyperlink within an email launches the Web browser on the MetaFrame server rather than the Web browser on the client device.
Cause
For content redirection from server to client to function, the published application must access the “SHELL/open/command” values for application types. URLs in Lotus Notes are passed as a parameter directly to the Web browser executable, bypassing the “SHELL/open/command” registry entry.
Resolution
Lotus Notes R6 allows users to specify the path to the desired Web browser executable for viewing Web content. To take advantage of this fact, do the following:
1. Create an executable that will accept a URL as a parameter and shell it out to the operating system, forcing a “SHELL/open/command” lookup in the registry. Below is the source code for such an executable using Visual Basic:
Dim strURL As String
strURL = Command
Set objShell = CreateObject("WScript.Shell")
objShell.Run strURL
Set objShell = Nothing
End
2. Configure Lotus Notes R6 to use this custom executable as its Web browser.
3. If content redirection from server to client is configured on the MetaFrame server, the “SHELL/open/command” lookup results in Lotus Notes hyperlinks being opened in the user’s local Web browser. If content redirection from server to client is not configured, the “SHELL/open/command” lookup uses the Web browser on the MetaFrame server as expected.
Additional Information
Contact Lotus support for any inquiries about the installation and configuration of their application or the support of the above resolution.
User login
Who's new
- Rullydery
- eagenorce
- rittaarier
- swasseZex
- gaterfoko