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
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:
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:
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.
Collapse this tableExpand this table
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.
Collapse this tableExpand this table
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: