Microsoft KB Archive/931816: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 56: Line 56:
The following example shows a correct '''FILENAME''' attribute and a correct '''PARAMETERS''' attribute:
The following example shows a correct '''FILENAME''' attribute and a correct '''PARAMETERS''' attribute:
<pre class="codesample">FILENAME=&quot;%SystemRoot%\system32\mmc.exe&quot;
<pre class="codesample">FILENAME=&quot;%SystemRoot%\system32\mmc.exe&quot;
PARAMETERS=&quot;&amp;quot;C:\Program Files\Softricity\SoftGrid Management Console\SftMMC.msc&amp;quot;&quot;</pre>
PARAMETERS=&quot;"C:\Program Files\Softricity\SoftGrid Management Console\SftMMC.msc"&quot;</pre>
'''Note''' When a space exists in the '''PARAMETERS''' attribute path, the path must be enclosed in &quot;&amp;quot;&quot; characters. You cannot use only quotation mark characters (&quot;).
'''Note''' When a space exists in the '''PARAMETERS''' attribute path, the path must be enclosed in &quot;"&quot; characters. You cannot use only quotation mark characters (&quot;).


</div>
</div>

Latest revision as of 09:10, 21 July 2020

Knowledge Base


Error code when you start a Microsoft Common Console document: "xxxxxx-xxxxxx2C-800700C1"

Article ID: 931816

Article Last Modified on 3/22/2007



APPLIES TO

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



SYMPTOMS

A Microsoft Common Console document does not open. Additionally, you receive the following error code:

xxxxxx-xxxxxx2C-800700C1

CAUSE

This problem occurs when the .msc file is specified in the FILENAME attribute of the .osd file. The .msc file must be specified in the PARAMETERS attribute. Additionally, the Microsoft Management Console (MMC) executable file must be specified in the FILENAME attribute.

The following example shows a correct FILENAME attribute and a correct PARAMETERS attribute:

FILENAME="%SystemRoot%\system32\mmc.exe"
PARAMETERS=""C:\Program Files\Softricity\SoftGrid Management Console\SftMMC.msc""

Note When a space exists in the PARAMETERS attribute path, the path must be enclosed in """ characters. You cannot use only quotation mark characters (").

MORE INFORMATION

This problem is a known application-specific sequencing issue in MMC.

For more information about this error message, click the following article number to view the article in the Microsoft Knowledge Base:

931151 SoftGrid Client "Error code: xxxxxx-xxxxxx2C-800700C1"


Keywords: kbexpertiseinter kbhowto KB931816