I know this is probably an easy fix, but I am new at SharePoint and
this is driving me crazy. I have a SharePoint webpart connecting to a
SQL dbase located on the network. The page shows great when viewed
through IE on the SharePoint machine but it will not show up on any
other machine. Error reads "An error occurred while processing the
data for this request. "

Help

Re: Sharepoint Connection to a Network SQL server by Ian

Ian
Sat Nov 12 23:56:32 CST 2005

Hi,
The SQL server must either
1. be running in mixed mode security and your web part connection string
include the sql login details
or
2. kerberos delegation enabled between the IIS and SQL server (AD
administration task)
or
3. Use Portal Server's single sign-on capability (with SQL auth rather than
windows auth for the connection)

Regards,
Ian
http://www.wssdemo.com

"cbarnhart" <cbarnhart@goelst.com> wrote in message
news:1131838013.434588.13600@g49g2000cwa.googlegroups.com...
>I know this is probably an easy fix, but I am new at SharePoint and
> this is driving me crazy. I have a SharePoint webpart connecting to a
> SQL dbase located on the network. The page shows great when viewed
> through IE on the SharePoint machine but it will not show up on any
> other machine. Error reads "An error occurred while processing the
> data for this request. "
>
> Help
>



Re: Sharepoint Connection to a Network SQL server by cbarnhart

cbarnhart
Mon Nov 14 08:28:38 CST 2005

Number 2 looks like my best option. How do I Enable the kerberos
delegation?


Re: Sharepoint Connection to a Network SQL server by Ian

Ian
Mon Nov 14 12:10:49 CST 2005

Hi,
Yes, 2 is the best (most secure) option. Works best with 2003 native mode AD
but can be done with 2000.
http://support.microsoft.com/default.aspx?kbid=832769

Regards,
Ian
http://www.wssdemo.com

"cbarnhart" <cbarnhart@goelst.com> wrote in message
news:1131978518.631701.7270@g14g2000cwa.googlegroups.com...
> Number 2 looks like my best option. How do I Enable the kerberos
> delegation?
>