SparkleFlow is the acclaimed packaging solution that combines all aspects of a software packaging project into a single interface. Preparing an application migration? Need to reduce your TCO? Need to manage lots of applications? Want to setup your applications right now and not waste to much of your value time? SparkleFlow Package Management offers the complete solution for creating structure in your packaging project.
SUMMARY:
(KB931111) When you try to start a Microsoft SoftGrid application, you receive the following error message:
The SoftGrid Client could not launch application name.
The SoftGrid Client received an invalid response from the Server. Please try again in a few minutes. If the problem persists, please report the following error code to your System Administrator.
Error code: xxxxxx-xxxxxx0A-00008009
CAUSE:
This problem occurs if the HREF attribute of the CODEBASE element in the .osd fi...This problem occurs if the HREF attribute of the CODEBASE element in the .osd file contains a space.
RESOLUTION:
To resolve this problem, use a text editor to modify the .osd file. Replace the...To resolve this problem, use a text editor to modify the .osd file. Replace the space with %20.
Examples
* If the .sft file that is specified in the .osd file exists in the Softricity SFTs subdirectory of the Content directory, edit the .osd file as follows:
Original
HREF="rtsp://server name:554/Softricity SFTs/DefaultApp.sft"
Revised
HREF="rtsp://server name:554/Softricity%20SFTs/DefaultApp.sft"
* If the .osd file for the application that you try to start contains the ?Customer value and the Anonymous Users Provider Policy name, edit the .osd file as follows:
Original
HREF="rtsp://server name:554/DefaultApp.sft?Customer=Anonymous Users"
Revised
HREF="rtsp://server name:554/DefaultApp.sft?Customer=Anonymous%20Users"
» Back to article overview