Re: Security Problem With SQLServer and Crystal Reports
From: Tim Burda (timburda_at_hotmail.com)
Date: 11/09/04
- Next message: ares: "Re: [Help]SQLServer Logon Failure ...."
- Previous message: Dejan Sarka: "Re: [Help]SQLServer Logon Failure ...."
- In reply to: Kevin McDonnell [MSFT]: "RE: Security Problem With SQLServer and Crystal Reports"
- Next in thread: Kevin McDonnell [MSFT]: "Re: Security Problem With SQLServer and Crystal Reports"
- Reply: Kevin McDonnell [MSFT]: "Re: Security Problem With SQLServer and Crystal Reports"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 9 Nov 2004 06:54:53 -0800
Kevin -
Thanks for your response. Part of the reason I am so perplexed over
this is that it only seems to happen with Crystal Report "page" (those
pages that have Crystal Report reports on them). Connections via
standard ASP pages are fine. They work as expected with the
credentials passed via the connection string (User ID = 'joeuser';
Password = 'joeuserpassword';). In general, Crystal seems to have
many, many issues - we're really struggling with it in this endeavor.
I found a work around (not a great one but it works), I created a
corresponding Windows user account on the SQL Server for the
IWAM_User. I then queried the metabase on the IIS Server to get the
password and set that on the SQLServer machine, and everything is
great. Many system engineers are rolling over in there graves, but hey
I'm a programmer, not an SE. Hopefully, the article you suggest will
supply me with more information for a better solution.
thanks again -
tim
kevmc@online.microsoft.com (Kevin McDonnell [MSFT]) wrote in message news:<rcyMETfxEHA.3028@cpmsftngxa10.phx.gbl>...
> It sounds like the connection is attempting to impersonate the Web account
> and force a Trusted Connection. Try setting up a simple ASP page on the
> Web server and see if you're able to make a standard SQL connection. If
> the Web server security is set to Windows Auth , then this might explain
> this behavior...
>
> If you goal is to use the web clients credentials, then you'll need to use
> Kerberos authentication and have some more work to do. Here's a good kb
> article to walk you thru the process.
>
> 319723 INF: SQL Server 2000 Kerberos support including SQL Server virtual
> http://support.microsoft.com/?id=319723
>
>
> Thanks,
>
> Kevin McDonnell
> Microsoft Corporation
>
> This posting is provided AS IS with no warranties, and confers no rights.
- Next message: ares: "Re: [Help]SQLServer Logon Failure ...."
- Previous message: Dejan Sarka: "Re: [Help]SQLServer Logon Failure ...."
- In reply to: Kevin McDonnell [MSFT]: "RE: Security Problem With SQLServer and Crystal Reports"
- Next in thread: Kevin McDonnell [MSFT]: "Re: Security Problem With SQLServer and Crystal Reports"
- Reply: Kevin McDonnell [MSFT]: "Re: Security Problem With SQLServer and Crystal Reports"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|