Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 930640 - Last Review: April 12, 2007 - Revision: 2.0
Error message when you try to open an application in SoftGrid: "Error code: xxxxxx-xxxxxx18-0000013A"
When you try to open an application in Microsoft SoftGrid, the operation is unsuccessful. Additionally, you receive the following error message:
The SoftGrid Client could not launch application_name.
A script failed to return the expected result. Please report the following error code to your System Administrator.
Error code: xxxxxx-xxxxxx18-0000013A
This issue may occur when the script in the .osd file does not return an exit code.
If the SUCCESSRESULT attribute of the SCRIPT element in the .osd file is set, the script must return an exit code. Otherwise, the application will not open, and you will receive the error message that it mentioned in the "Symptoms" section.
For example, if the SCRIPT element opens a command prompt, and if you exit the command prompt by clicking the "X" in the upper-right corner, the script does not successfully finish. Therefore, the script does not return the exit code that the SUCCESSRESULT attribute requires.
To resolve this issue, follow these steps:
- Open the .osd file by using a text editor such as Notepad.
- Review the exit codes in the SUCCESSRESULT="" and ABORTRESULT="" attributes.
- Review the script and exit codes in the <SCRIPTBODY> and </SCRIPTBODY> elements as follows.
<DEPENDENCY>
<SCRIPT TIMING="PRE" EVENT="LAUNCH" PROTECT="TRUE" WAIT="TRUE"
TIMEOUT="10" SUCCESSRESULT="n" ABORTRESULT="n">
<SCRIPTBODY>review the script and exit codes here</SCRIPTBODY>
</SCRIPT>
</DEPENDENCY> - Save and then close the .osd file.
For more information about the SUCCESSRESULT and ABORTRESULT attributes, click the following article number to view the article in the Microsoft Knowledge Base:
930973Â
(http://kbalertz.com/Feedback.aspx?kbNumber=930973/
)
How to fail or abort an application launch on script failure
APPLIES TO
- Microsoft SoftGrid for Terminal Services
- Microsoft SoftGrid for Windows Desktops
| kbtshoot kbexpertiseinter KB930640 |
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