When browsing to servername\cyberdocs gettting:
“HTTP Error 404.3 – Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.”
Error Code
0x80070032
Found this error mentioned near the end of one of the release notes. (I wish OpenText would have a single place with install instructions and just add to it for things like this. I tend to have to really look at all release notes and install guides to get the final big picture and even then one misses something.)
It said to go to IIS Manager>Sites>Default Web Site>CyberDOCS>Handler Mappings and add a script mapping
Request path: *.asp
Executable: %windir%\syswow64\inetsrv\asp.dll
Name: ASPClassic
and then restart IIS
While doing this noticed that asp.dll did not exist.
I only remember OpenText’s documentation mentioning IIS needs to be installed. So I just selected IIS and accepted the default modules. I went back to Server Manager | Roles |IIS | add Role Services and added: ASP.NET, .NET Extensibility ASP, ISAPI Extensions, ISAPI filters.
This worked as the script mapping I tried to put in above was now there.
The web page now worked but reported unable to access DM server or unable to logon. I think this is a separate issue and will have OpenText address it.