Hi Folks,
I am struggling with Excel Service since 25days. Need couple of advices.
Below are few details:
-- Using MOSS, SQl Server 2008
-- MOSS and Database are on same server.
-- My Application pool is running under System Account credentials.
Earlier, When i publish excel workbook - i was able to see PivotTable & PivotChart on Browser (IE 7) which shows excel service was running. But, I was not able to get update in PivotChart whenever Sharepoint List get change. Few days I google and ran
below command on my MOSS server to get updates in PivotChart.
> stsadm -o set-ecssecurity -Ssp <SSP name> -AccessModel Delegation....
Thereafter, whenever i publish workbook i get below error on Browser.
"An
error has occurred. Please contact your system administrator if this problem persists. "
So, i ran all below stsadm command in my Server.
> stsadm -o updatefarmcredentials -userlogin
username -password password
> stsadm -o updatefarmcredentials -userlogin username -password password-local
> stsadm -o updateaccountpassword -userlogin username -password password-noadmin
> stsadm.exe -o spsearch -farmserviceaccount username -farmservicepassword password
> stsadm.exe -o spsearch -farmcontentaccessaccount username -farmcontentaccesspassword password
> stsadm.exe -o editssp -title DevSharedServices -ssplogin username -ssppassword password
> stsadm.exe -o osearch -farmserviceaccount username -farmservicepassword password
> stsadm.exe -o spsearch -farmserviceaccount username -farmservicepassword password
> stsadm.exe -o spsearch -action start -farmserviceaccount username -farmservicepassword password
Still I am getting below error:
An error has occurred. Please contact your system administrator if
this problem persists.
Checking Server event log I got below error:
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. Reason: Failed to open the explicitly specified database. [CLIENT: <local machine>]
I don't understand that my app pool is running under System Account, so why Network Service authenticates to Database. Right?
Please Please advice.
Thanks,
Chintan