Resolve Common Vault Server Installation Issues
This topic contains solutions for installation problems that sometimes occur if the Autodesk Data Management Server (ADMS) is not properly configured.
Error 404: File Not Found
During the pre-checks of the data management server installation, you receive this message:
This error sometimes occusr if the ASP.NET Web service Extension is not allowed to run in Internet Information Services (IIS).
Solution:
- Open the Internet Information Services Manager.
- Expand the Web Services Extension Folder.
- In the right pane, select ASP .NET v4.0.30319.
- Select the ASP .NET extension in the right pane.
- Click Allow.
- Restart the pre-checks.
Error: ASPX failed to run
During the pre-checks of the data management server installation, you receive the message "Error ASPX failed to run ASP .NET filter is prohibited."
Solution:
- Open the Internet Information Services Manager.
- Expand the Web Services Extension Folder.
- From the right pane, select ASP .NET v4.0.30319.
- Select the ASP .NET extension in the right pane.
- Click Allow.
- Restart the pre-checks.
Error: ASPX file failed to run
During the pre-checks of the data management server installation you receive the message "ASPX failed to run at URL: http:// localhost/TestASPNet.aspx."
The cause of this error can be if .NET 2.0 is installed prior to installing Internet Information Services (IIS) and ASP >NET account does not have the proper permissions on the iis Metabase.
Solution:
- Open a windows command prompt and navigate to the %systemroot%\microsoft.net\framework\v4.0.30319\ directory.
- Enter aspnet_regiis.exe -ga "%computername%\Network Service" for windows Server 2003 operating systems.
- Enter IISRESET
- Restart the pre-checks.
Error 29001 - Performance counter
During the pre-checks of the data management server installation you receive the message "Error 29001. Performance counter installation error. Input string was not a correct format."
This error sometimes occurs when the installation attempts to add performance counters for the data management server.
Solution:
To check the current state of the performance counters:
- Click Start (Windows) ► Run.
- In the Run dialog box, enter Perfmon.
- Verify that you can add performance counters to the list to be monitored.
An inability to add performance counters indicates that system files are corrupted.
To repair these files:
- Using windows Internet Explorer, browse to C:\WINDOWS\system32
- Rename the perfc009.dat and perfh009.dat files to perfc009.dat.OLD and perfh009.dat.OLD, respectively.
- Click Start (Windows) ► Run.
- In the Run dialog box, enter lodctr /r:PerfStringBackup.ini.
- Export a copy of HKEY_LOCAL_MACHINE\Software\Microsoft\windows NT\Current Version\Perflib\009 from the system registry of a working computer and transfer it to your computer.
- Change the Data Values of the Last Counter and Last Help keys so that they are the same as in the system registry of the working computer.
- Restart your computer.
ISAPI Filter error while running
While running the data management server on the 64-bit version of windows server 2003 you notice an Event ID 2274 error in the Event Viewer Application log, indicating a problem with ISAPI filter.
Solution:
Refer to the following Microsoft Knowledge Base article: http://support.microsoft.com/kb/894435/en-us.