Group:  English: Windows Server ยป microsoft.public.windows.server.clustering
Thread: W2K3 IIS cluster, very weird error

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

W2K3 IIS cluster, very weird error
JesperSoerensen <JesperSoerensen.2td2jf[ at ]DoNotSpam.com> 07.07.2007 17:16:26
I have a W2K3 SP1 cluster. Its 3 servers running among other things IIS.

The IIS resouce (generic script) runs fine on server 1, but fails miserably on server 2 and 3.

w3svc service is running on all servers, the web sites are all running.

For some reason, it cant parse the clusweb.vbs script.

This is from the cluster.log:

INFO Generic Script <IIS Server>: Loaded script engine 'VBScript' successfully.
INFO Generic Script <IIS Server>: Loaded script 'C:\WINDOWS\system32\inetsrv\clusweb.vbs' successfully.
ERR Generic Script <IIS Server>: Script Error: Line=13, Character = 4
ERR Generic Script <IIS Server>: Error: 2147746276 (0x800401e4) - Description: <null> (Source: <null>)
ERR [RM] OnlineResource failed, resource IIS Server, status = 2147614729.

Things I've checked:
- The user running the cluster service has proper permissions - Check (same user for all 3 servers).
- various dll are registered - Check.
- NET 2.0 framework installed and re-installed..twice - Check.
- No differences between server 1,2,3 - Check.
- clusweb.vbs is the exact same script on all servers - Check.
- Synced the IIS servers (via iiscnfg.vbs) - Check.

What am I missing? Why cant these server parse this standard script from microsoft? -- JesperSoerensen ------------------------------------------------------------------------ JesperSoerensen's Profile: http://forums.techarena.in/member.php?userid=27657 View this thread: http://forums.techarena.in/showthread.php?t=779229 http://forums.techarena.in
Re: W2K3 IIS cluster, very weird error
"Chuck [MSFT]" <ctimon[ at ]online.microsoft.com> 07.07.2007 18:43:54
That is strange since that is an LDAP connection error. Are all servers
running the same applications? Site Server is not in the picture here, is
it?

--
Chuck Timon, Jr.
Microsoft Corporation
Windows Server 2008 Readiness Team
This posting is provided 'AS IS" with no warranties, and confers no rights.

"JesperSoerensen" <JesperSoerensen.2td2jf[ at ]DoNotSpam.com> wrote in message
news:JesperSoerensen.2td2jf[ at ]DoNotSpam.com...
[Quoted Text]
>
> I have a W2K3 SP1 cluster. Its 3 servers running among other things
> IIS.
>
> The IIS resouce (generic script) runs fine on server 1, but fails
> miserably on server 2 and 3.
>
> w3svc service is running on all servers, the web sites are all
> running.
>
> For some reason, it cant parse the clusweb.vbs script.
>
> This is from the cluster.log:
>
> INFO Generic Script <IIS Server>: Loaded script engine 'VBScript'
> successfully.
> INFO Generic Script <IIS Server>: Loaded script
> 'C:\WINDOWS\system32\inetsrv\clusweb.vbs' successfully.
> ERR Generic Script <IIS Server>: Script Error: Line=13, Character = 4
> ERR Generic Script <IIS Server>: Error: 2147746276 (0x800401e4) -
> Description: <null> (Source: <null>)
> ERR [RM] OnlineResource failed, resource IIS Server, status =
> 2147614729.
>
> Things I've checked:
> - The user running the cluster service has proper permissions - Check
> (same user for all 3 servers).
> - various dll are registered - Check.
> - NET 2.0 framework installed and re-installed..twice - Check.
> - No differences between server 1,2,3 - Check.
> - clusweb.vbs is the exact same script on all servers - Check.
> - Synced the IIS servers (via iiscnfg.vbs) - Check.
>
> What am I missing? Why cant these server parse this standard script
> from microsoft?
>
>
> --
> JesperSoerensen
> ------------------------------------------------------------------------
> JesperSoerensen's Profile:
> http://forums.techarena.in/member.php?userid=27657
> View this thread: http://forums.techarena.in/showthread.php?t=779229
>
> http://forums.techarena.in
>

Re: W2K3 IIS cluster, very weird error
JesperSoerensen <JesperSoerensen.2te87p[ at ]DoNotSpam.com> 08.07.2007 07:37:43
Yep they all run the same application(s).

Your right Site server is not in the picture.

LDAP Connection error? 0x800401e4 is syntax error - AFAIK this happens when the scripting engine is fubar, or the user running the script does not have sufficient right to run scripts / or run a specific function call (usually an API call). -- JesperSoerensen ------------------------------------------------------------------------ JesperSoerensen's Profile: http://forums.techarena.in/member.php?userid=27657 View this thread: http://forums.techarena.in/showthread.php?t=779229 http://forums.techarena.in
Re: W2K3 IIS cluster, very weird error
JesperSoerensen <JesperSoerensen.2tlk3f[ at ]DoNotSpam.com> 12.07.2007 07:11:47
Nobody has any ideas why this is happening? -- JesperSoerensen ------------------------------------------------------------------------ JesperSoerensen's Profile: http://forums.techarena.in/member.php?userid=27657 View this thread: http://forums.techarena.in/showthread.php?t=779229 http://forums.techarena.in
Re: W2K3 IIS cluster, very weird error
"Chuck [MSFT]" <ctimon[ at ]online.microsoft.com> 12.07.2007 11:13:18
Well, I will ask this then....has this Generic Script been modified?

What does the script look like at the line that is called in the error?


--
Chuck Timon, Jr.
Microsoft Corporation
Windows Server 2008 Readiness Team
This posting is provided 'AS IS" with no warranties, and confers no rights.
"JesperSoerensen" <JesperSoerensen.2tlk3f[ at ]DoNotSpam.com> wrote in message
news:JesperSoerensen.2tlk3f[ at ]DoNotSpam.com...
[Quoted Text]
>
> Nobody has any ideas why this is happening?
>
>
> --
> JesperSoerensen
> ------------------------------------------------------------------------
> JesperSoerensen's Profile:
> http://forums.techarena.in/member.php?userid=27657
> View this thread: http://forums.techarena.in/showthread.php?t=779229
>
> http://forums.techarena.in
>

Re: W2K3 IIS cluster, very weird error
JesperSoerensen <JesperSoerensen.2tmmzh[ at ]DoNotSpam.com> 12.07.2007 20:44:43
No modifications whatsoever.

The script is as-is out of the box.

No idea, depends on how it counts line numbers. Does it count comment lines? Does it count empty lines? But as far as I can see, its the very first code line in the first function. -- JesperSoerensen ------------------------------------------------------------------------ JesperSoerensen's Profile: http://forums.techarena.in/member.php?userid=27657 View this thread: http://forums.techarena.in/showthread.php?t=779229 http://forums.techarena.in

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net