IWAM/computer username or password not exist

A

Andreas

Hello,

I'm getting the following errors when trying to access an
asp website locally.

Event ID: 10004 Source: DCOM
' DCOM got error "Logon failure: unknown user name or
bad password. "
' and was unable to logon .\IWAM_MYSERVER in order to
run the server:
' {1FD7A201-0823-479C-9A4B-2C6128585168}
'
' Event ID: 36 Source: W3SVC
' The server failed to load
application '/LM/W3SVC/1/Root/op'.
' The error was 'The server process could not be started
because
' the configured identity is incorrect. Check the
username and password.



I found in microsoft support that i will need to run a
vbs script located in C:\Inetpub\AdminScripts\
synciwam.vbs

This admin script allows you to update the launching
identity of
' all IIS COM+ application packages that run out of
process.
'
' There are certain operations that may cause the IWAM
account, which
' is the identity under which out of process IIS
applications run, to
' become out of sync between the COM+ data store and IIS
or the SAM.
' On IIS startup the account information stored in the
IIS Metabase
' is synchronized with the local SAM, but the COM+
applications will
' not automatically be updated. The result of this is
that requests
' to out of process applications will fail.

When i run this script by double click on the
synciwam.vbs file i'm getting the following Error:

Error: 1AD: ActiveX Component can't create object

Does anybody knows why is giving me this error?

Thanks
Andreas
 
P

Ph0eniX

"ActiveX Component can't create object" usually indicates a permission
problem. Make sure you're a local administrator.
 
A

Andreas

Thanks for the reply,

I'm login as Administrator, and also i seated to the
actual computer i'mnot trying to run it remotly.

Any idea what is wrong.

Thanks
 
R

Roger Abell

In the IIS mgmt interface locate the /op web and go
into its properties, and then lower its isolation level.
Does it run when not in high isolation ?
Moving it out of high isolation removes the COM+
definition for that web app. Moving it back to high
will redefine the COM+ package using the login info
in the IIS metabase (which therefore should be in sync)

That synciwam.vbs does not run for you is not a good
sign, but I am not sure why it is so.
 
A

Andreas

Anybody can help me?

-----Original Message-----

Hello Roger,

I used to have it in Medium and set this to lower but
still don't work, i'm getting Server application error
when i try to run an .ASP file.
Also when i try to set to hight and hit the apply button
to get the cnages i'm getting server execution failed.

If there was any possibility to run the vbs script that
will be great as i belive will fix al this problem.

Thanks again any suggestions are welcome.

Andreas

access
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top