Microsoft KB Archive/931814

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Article ID: 931814

Article Last Modified on 3/10/2007



APPLIES TO

  • Microsoft SoftGrid for Terminal Services
  • Microsoft SoftGrid for Windows Desktops



SUMMARY

This article discusses known issues with Microsoft SoftGrid and the Lotus Notes Client. Additionally, this article contains information about how to resolve the issues.


SYMPTOMS

Consider the following scenario. SoftGrid is configured to handle various file types. This includes the file type that has an .nsf extension. This file type is associated with Lotus Notes. When you double-click a Lotus Notes file that has an .nsf extension, you find that the Lotus Notes Client does not start. Additionally, you receive the following error message:

"File does not exist"

CAUSE

When you double-click a Lotus Notes file that has an .nsf extension, the Lotus Notes Client requires that the parameters that are passed to it are not enclosed in quotation marks. By default, the SoftGrid Client passes parameters that are enclosed in quotation marks.

RESOLUTION

Version 4.1 and later versions of the SoftGrid components

To resolve this behavior in version 4.1 and in later versions of the SoftGrid components, use the SoftGrid Management Console to configure the file type association. To do this, follow these steps:

  1. From Administrative Tools, start the SoftGrid Management Console.
  2. Expand SoftGrid Systems <server_name>, and then click Applications.
  3. Right-click the application that has the file association, and then click Properties.
  4. Click the File Associations tab.
  5. Click the appropriate extension, and then click Edit.
  6. Click Open, and then click Edit.
  7. Click the Advanced tab.
  8. Click &Open, and then click Edit.
  9. For Parameters, type %1 %*, and then click OK for all related dialog boxes.
  10. Exit the SoftGrid Management Console.

Version 3.2 and earlier versions of the SoftGrid components

To resolve this behavior in version 3.2 and in earlier versions of the SoftGrid components, add the QUOTEFIRSTARG attribute to the .osd file within the CODEBASE element. Additionally, set the attribute to FALSE. To do this, follow these steps:

  1. Edit the .osd file in a text editor.
  2. Type QUOTEFIRSTARG="FALSE" within the <CODEBASE /> element. The following example shows the correct format:

    <CODEBASE QUOTEFIRSTARG="FALSE" />

  3. Save the .osd file, and exit the text editor.


STATUS

The third-party products that this article discusses are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, about the performance or reliability of these products.

For more information about the terms of use, visit the following Microsoft Web site:

Keywords: kbhowto kbexpertiseinter KB931814