Microsoft KB Archive/930749

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 10:25, 21 July 2020 by X010 (talk | contribs) (Text replacement - ">" to ">")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


Article ID: 930749

Article Last Modified on 3/21/2007



APPLIES TO

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



SYMPTOMS

When you try to start an application, you may receive the following error message:

The SoftGrid Client could not launch the application you requested.
The OSD file specified is missing either the NAME or VERSION in the SOFTPKG element. Please report the following error code to your System Administrator.
Error code: xxxxxx-xxxxxx44-00000010

Additionally, an entry that resembles the following may be logged in the SoftGrid Client log file (Sftlog.txt):

The SoftGrid Client could not parse the OSD file 'Path\File_Name.osd'
Reason: SOFTPKG\NAME or VERSION missing or invalid (rc xxxxxx04-00000010)
The app manager could not create an application from 'Path\File_Name.osd' (rc xxxxxx44-00000010).

CAUSE

This problem may occur if the application name or the version name is invalid. The application name and the version name are specified by the NAME and VERSION attributes of the CODEBASE element within the .osd file.

An error code is displayed if one of the following conditions is true:

  • The NAME or VERSION attribute is missing.
  • The NAME or VERSION value is empty.


RESOLUTION

To resolve this problem, update the .osd file by using a text editor or the Sequencer.

Using a text editor

  1. Use a text editor to make the following change to the .osd file:

    Within the <SOFTPKG> element, type the following string:

    NAME="Application_Name" VERSION="Version_Number"

    For example, the changed text may resemble the following:

    <SOFTPKG NAME="Default Application" VERSION="1.0">
    </SOFTPKG>
  2. Save the .osd file, and then exit the text editor.

Using the Sequencer

  1. Copy the sequence to the sequencing station.
  2. Start the SoftGrid Sequencer.
  3. Click File, click Open, and then open the sequence.
  4. Click the OSD tab.
  5. In the list that appears, select the application that you want to update.
  6. Click SOFTPKG.
  7. If NAME does not exist, right-click SOFTPKG, point to Attributes, and then click Add NAME.
  8. In the NAME Value box, type the application name.
  9. If VERSION does not exist, right-click SOFTPKG, point to Attributes, and then click Add VERSION.
  10. In the VERSION Value box, type the application version number.
  11. Click File, and then click Save.
  12. Copy the updated .osd file to the computer that is running SoftGrid Virtual Application Server.


Important Copy only the updated .osd file. Do not copy the .ico, .sft, or .sprj files or any other .osd files.


Keywords: kbtshoot kbexpertiseinter KB930749