Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a
reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation.
Read full disclaimer for more details.
- Home
- Error message when you connect to the App-V (SoftGrid) Management Web Service from the App-V (SoftGrid) Management Console: "Error code: 0000C800"
Error message when you connect to the App-V (SoftGrid) Management Web Service from the App-V (SoftGrid) Management Console: "Error code: 0000C800"
When you connect to the Microsoft App-V (SoftGrid) Management Web Service from the Application Virtualization (SoftGrid) Management Console, you receive the following error message:
Unexpected error occurred.
Please report the following error code to your system administrator.
Error code: 0000C800
↑ Back to the top
To troubleshoot this problem, follow these steps:
- Verify that the Application Virtualization (SoftGrid) Management Console version and the App-V (SoftGrid) Management Web Service version are the same.For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
931007 How to check the version of the SoftGrid Management Web Service
931009 How to check the version of the SoftGrid Management Console
- Verify that the App-V (SoftGrid) Management Web Service is functioning correctly. To do this, type the following command in a standard Web browser:
http://webserver_name/SoftGridManagement/Authorization.rem?wsdl
If the App-V (SoftGrid) Management Web Service is functioning correctly, text that resembles the following is displayed:System.NullreferenceException: Object reference not set to an instance of an object.
at System.runtime.Remoting. ...
If the App-V (SoftGrid) Management Web Service is not functioning correctly, you receive an error message. - Verify that the port that is specified in the Connect to SoftGrid System dialog box is the App-V (SoftGrid) Management Web Service port.
- Verify that the App-V (SoftGrid) Management Web Service server can connect to the database. To do this, follow these steps on the App-V (SoftGrid) Management Web Service server:
- Locate the following folder:
%ProgramFiles%\Microsoft System Center App Virt Management Server\App Virt Management Service
Note For Softgrid versions, locate the "%ProgramFiles%\Softricity\SoftGrid Management Service" folder. - Right-click SftMgmt.udl, and then click Properties.
- Click the Connection tab.
- Click Test Connection to validate the connection.
-
If the test fails, verify that the following information that is entered on the Connection tab is correct:- Server name
- User name
- Password
- Database name
Note If the password has just been changed, you must open a Command Prompt window, and then run the IISRESET command for the password change to take effect. If you do not do this, you will experience the error that is described earlier in this article.
Change any incorrect information, click OK, and then stop and restart the App-V (SoftGrid) Management Web Service.
- If the information that is entered on the Connection tab is correct, use the PING command to verify that the App-V (SoftGrid) Management Web Service server can communicate with the database server.
- Verify that the database service is started. For example, make sure that the MSSQLSERVER service is started.
- If you are running Microsoft Windows 2000 Server, and if the Microsoft .NET Framework was installed before Internet Information Services (IIS) was installed, follow these steps to register the .NET Framework with IIS:
- At a command prompt, change to the following folder:
%systemroot%\Microsoft.NET\Framework\version_number
- Type aspnet_regiis.exe /i, and then press ENTER.
- Verify that the ASP.NET worker process account has Read permissions for the SftMgmt.udl file and for the SftReporting.udl file. The following table lists the ASP.NET worker process account names for various scenarios.
Operating system | Role | ASP.NET work process account |
---|
Windows 2000 Server | Member server | ASP.NET account (computer_name\ASPNET) |
Windows Server 2003 | Member server | ASP.NET account (computer_name\ASPNET) |
Windows 2000 Server | Domain controller | Account that starts the IIS process (domain_name\IWAM_computer_name) |
Windows Server 2003 | Domain controller | Network Service account |
To verify the permissions for the ASP.NET worker process account, follow these steps on the App-V (SoftGrid) Management Web Service server:- Locate the following folder:
%ProgramFiles%\Softricity\SoftGrid Management Service
- Right-click SftMgmt.udl, and then click Properties.
- Click the Security tab.
- Add the appropriate ASP.NET worker process account, and then assign Read permissions to the account.
- Click OK.
- Locate the following folder
%programfiles%\Softricity\SoftGrid Reporting Service
- Right-click SftReporting.udl, and then click Properties.
- Click the Security tab.
- Add the appropriate ASP.NET worker process account, and then assign Read permissions to the account.
- Click OK.
- Verify that the ASP.NET worker process account on the App-V (SoftGrid) Management Web Service server has the following permissions.
Location | Permission |
---|
%systemroot%\Temp | Full control |
%systemroot%\Microsoft.NET\Framework \version_number\Temporary ASP.NET Files | Full control |
- Verify that the ASP.NET worker process account on the App-V (SoftGrid) Management Web Service server is enabled.For more information about ASP.NET worker process account permissions and about IIS 6.0, click the following article number to view the article in the Microsoft Knowledge Base:
812614 Default permissions and user rights for IIS 6.0
↑ Back to the top
Keywords: kb, kbtshoot, kbexpertiseinter, kbacqcompany
↑ Back to the top