Click to See Complete Forum and Search --> : Exchange OWA


megahurts
February 22nd, 2001, 02:10 PM
Microsoft VBScript runtime error '800a01a8'

Object required: 'Application(...)'

/exchange/logon.asp, line 12


Does this look familiar to anyone. Any ideas on the way to clean up the server so that it runs correctly? Now before I get those "see www.microsoft.com/support/exchange (http://www.microsoft.com/support/exchange) blah blah blah links.... I have been to all of them. Dome the registry thing, done the regsvr32 thing, verified path name of install...

I am hoping you guys know something MSFT doesnt (like tribal knowledge) I ran this OWA before in my last 2 environments and it went over without a hitch. This place is being weird..... Any assistance would be greatly appreciated.

PEACE \/

megahurts

Wavey Davey
February 22nd, 2001, 02:33 PM
Do you get the same error running:
http://www.whatever.com/exchange/usa/logon.asp

and
http://<Default Web Site>/exchange/logon.asp

Does it work with an Admin account?

Check your permissions:

Grant "Access this computer from the network" and "Log on locally" to the users who need access to OWA. Typically this will be Domain Users.

The account used by IIS must have "Log on locally" and "Access this computer from the network" rights specified. IIS must be configured to allow Anonymous logon, and Basic (Clear Text) should be set as the authentication method. Try changing the password for this account within IIS and User Manager for Domains.

Verify that permissions on Exchsrvr/Webdata directory and all of subdirectories are set to READ and Exchsrvr/Webtemp and all subdirectories are set to CHANGE.

therook711
February 22nd, 2001, 03:25 PM
yep exactly what he said.....and i also have a script that will default to the login page when you specify machine name.
This basically allows you to go to the machine name from your browser and prevent you from having to specify the whole path.
Let me know if your interested. I'll just post it here if you do.....