Broadcast Login.asp

Problem

You try to log in to the Broadcast Queue Manager and you get an error message that tells you:

Login.asp, line 207 line 207 in logon.asp is

   Set obj= Server.CreateObject("Scripting.FileSystemObject")

Problem Source

The source of the problem is that Scrrun.dll has not been registered.

This is a Microsoft bug.

The FileSystemObject object model is contained in the Scripting type library, which is located in the Scrrun.dll file.

Therefore, you must have Scrrun.dll in the appropriate system directory on your Web server to use the FileSystemObject object model.

Solution

Register scrrun.dll to solve the problem.

More information

 Broadcast troubleshooting.