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
Additional information:
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.
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.
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.