01-24-04 06:41 AM
Raising an error is not necessarily the same as raising an exception, and it
is possible that using a debugging (EM was just a wizard to launch cdb, the
command line debugger) tool won't get you anything. Also, I agree with your
analysis. Most likely it is trying to write a temp file or such and the
users lack permissions.
Personally, I would recommend using FileMon and RegMon (both from
www.sysinternals.com) before debugging. You will (hopefully) see the
permission denied on the resource and be able to go from there. You can
also review the Security Event Log (actually, I would try all the event
logs) and see if that helps.
Pat
"John Beschler" <giles@geewhiz.com> wrote in message
news:099a01c3d91a$56885c20$a101280a@phx.gbl...quote:
> We are migrating a website from IIS 5.0 to IIS 6.0. The
> website uses Crystal Reports V8.0 which is no longer
> supported. The site does not allow anonymous access - we
> use Windows authentication. For users with admin
> authority, the web site works fine. For non-admin users
> Crystal reports fails with: An external object raised an
> error. No Error Description available.
>
> I understand there was at one time a tool to monitor IIS
> for exception erros; however, I am having some difficulty
> locating it.
>
> Can anyone point me to the place to download this tool, or
> alternatively help me troubleshoot this error.
>
> Since it works for Admin level users and not for others,
> we assume it is a permissions issue.
>
> Thanks,
> John
>
[ Post a follow-up to this message ]
|