Microsoft KB Archive/930836: Difference between revisions

From BetaArchive Wiki
m (Text replacement - "<" to "<")
m (Text replacement - ">" to ">")
 
Line 43: Line 43:
<div class="errormessage">
<div class="errormessage">


The SoftGrid Client could not load <application_name&gt;<br />
The SoftGrid Client could not load <application_name><br />
The application name you specified is ambiguous. Please use the full name and version for the application.<br />
The application name you specified is ambiguous. Please use the full name and version for the application.<br />
Error code: <xxxxxx-xxxxxx&gt;04-00000C15
Error code: <xxxxxx-xxxxxx>04-00000C15


</div>
</div>
Line 64: Line 64:
<div class="indent">
<div class="indent">


'''sftmime.exe /load app:<code>&quot;<SoftGrid Example Application&gt;&quot;</code>'''
'''sftmime.exe /load app:<code>&quot;<SoftGrid Example Application>&quot;</code>'''




</div>
</div>
In this case, Sftmime.exe will check the cache for a matching application name of <code><SoftGrid Example Application&gt;</code>. It will then check for a matching application name plus a version number such as <code><SoftGrid Example Application Version_Number&gt;</code>. If it finds more than one of either name, Sftmime.exe will fail. The following table illustrates the outcomes:
In this case, Sftmime.exe will check the cache for a matching application name of <code><SoftGrid Example Application></code>. It will then check for a matching application name plus a version number such as <code><SoftGrid Example Application Version_Number></code>. If it finds more than one of either name, Sftmime.exe will fail. The following table illustrates the outcomes:
{|
{|
!width="33%"| Application Name
!width="33%"| Application Name
Line 76: Line 76:
| <code>SoftGrid Example Application</code>
| <code>SoftGrid Example Application</code>
| 7.0
| 7.0
| '''Failure:''' sftmim.exe /load app:<code>&quot;<SoftGrid Example Application&gt;&quot;</code><br />
| '''Failure:''' sftmim.exe /load app:<code>&quot;<SoftGrid Example Application>&quot;</code><br />
'''Success:''' sftmim.exe /load app:&quot;<<code>SoftGrid Example Application 7.0</code>&gt;&quot;
'''Success:''' sftmim.exe /load app:&quot;<<code>SoftGrid Example Application 7.0</code>>&quot;
|-
|-
| <code>SoftGrid Example Application</code>
| <code>SoftGrid Example Application</code>
| 8.0
| 8.0
| '''Failure:''' sftmim.exe /load app:<code>&quot;<SoftGrid Example Application&gt;</code>&quot;<br />
| '''Failure:''' sftmim.exe /load app:<code>&quot;<SoftGrid Example Application></code>&quot;<br />
'''Success:''' sftmim.exe /load app:<code>&quot;<SoftGrid Example Application 8.0&gt;</code>&quot;
'''Success:''' sftmim.exe /load app:<code>&quot;<SoftGrid Example Application 8.0></code>&quot;
|}
|}


Line 88: Line 88:
<div class="indent">
<div class="indent">


'''sftmime.exe /load app:<code>&quot;<SoftGrid Example Application 7.0&gt;&quot;</code>'''
'''sftmime.exe /load app:<code>&quot;<SoftGrid Example Application 7.0>&quot;</code>'''




</div>
</div>
In this case, Sftmime.exe will check the cache for a matching application name of <SoftGrid Example Application 7.0&gt;. It will then check for the following matching application name plus a version number, <code>SoftGrid Example Application 7.0</code>. If it finds more than one example of either name, Sftmime.exe will fail. The following table illustrates the outcomes:
In this case, Sftmime.exe will check the cache for a matching application name of <SoftGrid Example Application 7.0>. It will then check for the following matching application name plus a version number, <code>SoftGrid Example Application 7.0</code>. If it finds more than one example of either name, Sftmime.exe will fail. The following table illustrates the outcomes:
{|
{|
!width="33%"| Application Name
!width="33%"| Application Name
Line 100: Line 100:
| SoftGrid Example Application
| SoftGrid Example Application
| 7.0
| 7.0
| '''Failure:''' sftmim.exe /load app:<code>&quot;<SoftGrid Example Application 7.0&gt;</code>&quot;<br />
| '''Failure:''' sftmim.exe /load app:<code>&quot;<SoftGrid Example Application 7.0></code>&quot;<br />
'''Success:''' sftmim.exe /load app:<code>&quot;<SoftGrid Example Application&gt;</code>&quot;
'''Success:''' sftmim.exe /load app:<code>&quot;<SoftGrid Example Application></code>&quot;
|-
|-
| SoftGrid Example Application 7.0
| SoftGrid Example Application 7.0
| for Sales
| for Sales
| '''Failure:''' sftmim.exe /load app:<code>&quot;<SoftGrid Example Application 7.0&gt;</code>&quot;<br />
| '''Failure:''' sftmim.exe /load app:<code>&quot;<SoftGrid Example Application 7.0></code>&quot;<br />
'''Success''': sftmim.exe /load app:<code>&quot;<SoftGrid Example Application 7.0 for Sales&gt;</code>&quot;
'''Success''': sftmim.exe /load app:<code>&quot;<SoftGrid Example Application 7.0 for Sales></code>&quot;
|}
|}



Latest revision as of 10:26, 21 July 2020

Knowledge Base


Error message in Microsoft SoftGrid when you try to load an application: "Error code: xxxxxx-xxxxxx04-00000C15"

Article ID: 930836

Article Last Modified on 5/14/2007



APPLIES TO

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



SYMPTOMS

When you try to load an application by using Microsoft SoftGrid Client, the applications does not load, and you receive an error message that resembles the following:

The SoftGrid Client could not load <application_name>
The application name you specified is ambiguous. Please use the full name and version for the application.
Error code: <xxxxxx-xxxxxx>04-00000C15

CAUSE

This behavior can occur if the following conditions are true:

  • You try to load an application at a command prompt by using Sftmime.exe.
  • The application name that you specify matches the application name of another application in the cache.
  • The application name matches the application name plus the version number of another application in the cache.

When you use Sftmime.exe at a command prompt, it checks for a matching application name in the cache or for an application name plus the version number in the cache. If it finds more than one match, Sftmime.exe will fail.

For example, you run the following command at the command prompt by using Sftmime.exe:

sftmime.exe /load app:"<SoftGrid Example Application>"


In this case, Sftmime.exe will check the cache for a matching application name of <SoftGrid Example Application>. It will then check for a matching application name plus a version number such as <SoftGrid Example Application Version_Number>. If it finds more than one of either name, Sftmime.exe will fail. The following table illustrates the outcomes:

Application Name Application Version Outcome
SoftGrid Example Application 7.0 Failure: sftmim.exe /load app:"<SoftGrid Example Application>"

Success: sftmim.exe /load app:"<SoftGrid Example Application 7.0>"

SoftGrid Example Application 8.0 Failure: sftmim.exe /load app:"<SoftGrid Example Application>"

Success: sftmim.exe /load app:"<SoftGrid Example Application 8.0>"

Additionally, for example, you run the following command at the command prompt by using Sftmime.exe:

sftmime.exe /load app:"<SoftGrid Example Application 7.0>"


In this case, Sftmime.exe will check the cache for a matching application name of <SoftGrid Example Application 7.0>. It will then check for the following matching application name plus a version number, SoftGrid Example Application 7.0. If it finds more than one example of either name, Sftmime.exe will fail. The following table illustrates the outcomes:

Application Name Application Version Outcome
SoftGrid Example Application 7.0 Failure: sftmim.exe /load app:"<SoftGrid Example Application 7.0>"

Success: sftmim.exe /load app:"<SoftGrid Example Application>"

SoftGrid Example Application 7.0 for Sales Failure: sftmim.exe /load app:"<SoftGrid Example Application 7.0>"

Success: sftmim.exe /load app:"<SoftGrid Example Application 7.0 for Sales>"


RESOLUTION

Make sure that duplicate names for applications that fit the examples in the "Cause" section do not exist in the cache. Additionally, make sure that you type the full name and the version of the application to avoid possible name collisions.

Keywords: kbexpertiseinter kbtshoot KB930836