Welcome to MSDN Blogs Sign in | Join | Help
Data Refresh failed in Excel Services.

Data refresh Failed when refreshing data in Excel Services & using Windows Authentication mode. The scenario you're looking for is : Show data withing Excel Services & get that data using the current users credentials. The complete explanation can be found here However you probably need to put Excel Services in Delegation mode.


These are the commands to set Excel Services to "Delegation".

  1. Open Command Prompt
  2. Cd C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN
  3. stsadm -o set-ecssecurity -accessmodel delegation -ssp SharedServices1
  4. stsadm -o execadmsvcjobs
  5. iisreset

Have fun.

Posted: Friday, March 16, 2007 9:00 PM by Gunter Staes

Comments

No Comments

New Comments to this post are disabled
Page view tracker