RE: IIS GetObject
From: Jason M. Murray (a-jamur_at_online.microsoft.com)
Date: 12/27/03
- Next message: Rich Raffenetti: "Re: Best Way to Change Password via the Web?"
- Previous message: Fred Yarbrough: "Re: Best Way to Change Password via the Web?"
- In reply to: Navdeep Bhardwaj: "IIS GetObject"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 27 Dec 2003 03:30:06 GMT
Hi Navdeep,
Probably not the answer your looking for but the "800401e4: invalid
syntax" error is a somewhat generic error when
using GetObject( ).
-2147221020 (800401E4) Invalid syntax
You maybe want to verify that your object exists or that you have
correct permissions to that object. If it helps to point you in the right
direction I don't believe your issue is security related but probably
related to the code or the object being called in the code.
Best regards,
Jason M. Murray [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
--------------------
| Content-Class: urn:content-classes:message
| From: "Navdeep Bhardwaj" <navdeepb@netsoftglobal.com>
| Sender: "Navdeep Bhardwaj" <navdeepb@netsoftglobal.com>
| Subject: IIS GetObject
| Date: Mon, 22 Dec 2003 04:35:04 -0800
| Lines: 8
| Message-ID: <057b01c3c888$0658dba0$a601280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| thread-index: AcPIiAZY4bMrhndUSFyTE8Wxad1IFg==
| Newsgroups: microsoft.public.inetserver.iis.security
| Path: cpmsftngxa07.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.inetserver.iis.security:8067
| NNTP-Posting-Host: tk2msftngxa14.phx.gbl 10.40.1.166
| X-Tomcat-NG: microsoft.public.inetserver.iis.security
|
| I am using a code in ASP that uses a Java class. I am
| using GetObject("java:MyClass") to get the object of that
| class. It was working fine, But now we have shifted to
| Windows 2003 server with IIS 6.0. Here it doesn't works.
| It gives me an error with code '800401e4'. I've read
| somewhere it has been restricted due to some security
| problems. But I still want to enable this on my server.
| Please help me in doing so.
|
- Next message: Rich Raffenetti: "Re: Best Way to Change Password via the Web?"
- Previous message: Fred Yarbrough: "Re: Best Way to Change Password via the Web?"
- In reply to: Navdeep Bhardwaj: "IIS GetObject"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]