Hello Every one..
I need an urgent help as i am knocking my head from a long time to get solution of this:
I have excel services working in sharepoint and I have done Kerberos Configuration for Delegation. Steps are given at the bottom.
I have published one excel in sharepoint to connect to a SQL server data source with windows authentication.
When I open my excel and say to refresh data it coneects to SQL server with Admin account only irrestective of logged in user.
For Example : I have logged in through Domain\abc but excel is showing data for Domain\Admin.
Please help
I have set to use widows authentication for Sharepoint site and Shared services application pool.
My Excel services Service account and C2WTS account are same. Can this cause any issue?
Active Directory Configuration :
Create Excel Services service account(Ex Domain\abc)
Configure SPN on Excel Services service account( SETSPN -S SP\ExcelServices Domain\abc)
Configure Kerberos constrained delegation for servers running Excel Services
Configure Kerberos constrained delegation for the Excel Services service account
SharePoint Server configuration
Start Claims to Windows Token Service on Excel Services Servers
Start the Excel Services service instance on the Excel Services server
Create the Excel Services service application and proxy
Configure Excel services trusted file location and authentication settings
Verify Excel Service Constrained Delegation
Create document library to host test workbook
Create test SQL database and test table
Create test Excel workbook with SQL data connection
Publish workbook to SharePoint Server and refresh dataconnection