Server Object Error 'ASP 0177 : 80040111' - Support

Server Object Error 'ASP 0177 : 80040111'

From Support

Jump to: navigation, search
If you have a question or seek clarification, please call Technical Support.

Problem:

Customer get the following error when trying to get to the WebDocs for Windows login page:

Server Object Error 'ASP 0177 : 80040111'

Server.CreateObject Failed

Server object error 'ASP 0177 : 80040111'

Server.CreateObject Failed

/includes/util.asp, line 21

ClassFactory cannot supply requested class

Solution:

Run the following command on the web server using the Windows Start/Run command line to unregister the rjsdocman.dll:

Windows XP:

regsvr32 -u c:\windows\system32\rjsdocman.dll

Windows 2000:

regsvr32 -u c:\winnt\system32\rjsdocman.dll

Now that the dll has been unregistered from the system you can re-register it using one of the following commands:

Windows XP:

regsvr32 c:\windows\system32\rjsdocman.dll

Windows 2000:

regsvr32 c:\winnt\system32\rjsdocman.dll
Personal tools