Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 930637 - Last Review: March 12, 2007 - Revision: 2.0
Error message when you try to start an application in Microsoft SoftGrid: "Error code: xxxxxx-xxxxxx44-00000020"
When you try to start an application in Microsoft SoftGrid, you receive the following error message:
The SoftGrid Client could not launch the application you requested.
A SCRIPT element in this OSD file is missing an executable. Please report the following error code to your System Administrator.
Error code: xxxxxx-xxxxxx44-00000020
Additionally, the following error message is logged in the SoftGrid Client log file (Sftlog.txt):
The SoftGrid Client could not parse the OSD file '{path}\{filename}.osd'
Reason: Invalid script in file (rc xxxxxx04-00000020)
The app manager could not create an application from '{path}\{filename}.osd' (rc xxxxxx44-00000020).
This problem may occur when the script tags in the .osd file do not contain data. Specifically, the problem may occur if the
HREF or
SCRIPTBODY child element of the
SCRIPT element does not contain data as shown in the following example.
<SOFTPKG>
<DEPENDENCY>
<SCRIPT>
<HREF></HREF>
</SCRIPT>
</DEPENDENCY>
</SOFTPKG>
<SOFTPKG>
<DEPENDENCY>
<SCRIPT>
<SCRIPTBODY></SCRIPTBODY>
</SCRIPT>
</DEPENDENCY>
</SOFTPKG>To resolve this problem, edit the .OSD file, and then add the appropriate script. Or, remove the script elements completely.
- Use a text editor to open the .osd file.
- Review the <SCRIPT> element for the <HREF> or <SCRIPTBODY> element.
- If a script will be added, type the script in the <HREF> element or in the <SCRIPTBODY> element.
<SOFTPKG>
<DEPENDENCY>
<SCRIPT>
<HREF>type script here</HREF>
</SCRIPT>
</DEPENDENCY>
</SOFTPKG>
<SOFTPKG>
<DEPENDENCY>
<SCRIPT>
<SCRIPTBODY>type script here</SCRIPTBODY>
</SCRIPT>
</DEPENDENCY>
</SOFTPKG> - If a script will not be added, remove everything between the <SCRIPT> tag and the </SCRIPT> tag.
<SOFTPKG>
<DEPENDENCY>
</DEPENDENCY>
</SOFTPKG>
- Save the .osd file, and then exit the text editor.
APPLIES TO
- Microsoft SoftGrid for Terminal Services
- Microsoft SoftGrid for Windows Desktops
| kbexpertiseinter kbtshoot KB930637 |
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate