SharePoint 2010: Excel Services – Part 2
Posted by Kevin Coetzee | Posted in General, SharePoint 2010 | Posted on 22-12-2009
7
In the previous Blog entry, we focused on the introduction to how Excel Services is managed in SharePoint 2010. In this post we’ll look at the a new concept in SharePoint 2010 – Managed Services. These are grouped under Service Applications, which is a farm-level resource that is shared across sites in the farm. It provides an endpoint to one or more services that run on an application server. In Excel Services for SharePoint 2010 installation, the Excel Services Service also requires a service application. The service application provides a run time context for querying and managing Excel Services data in the farm.
Is this post we’ll look at how an Excel Services Service is created and configured. In Later post we’ll look at other details of this Service Application.
-
How an Excel Services service application is created and configured
Excel Services for a SharePoint 2010 installation must have at least one Excel Services service application in the farm. A service application is created automatically if you used the New Standalone Server installation option. Otherwise, if you used the Existing Farm installation option, you must create an Excel Services service application as a post-installation task.
Creating a service application makes the service available and generates the service application database. Depending on options you select when creating the service application, a Excel Services service connection is added to the default service connection group. All SharePoint Web applications that subscribe to the default service connection group will get immediate access to the Excel Services service application automatically.
You can create multiple Excel Services service applications. Although one service application is sufficient for most deployment scenarios.
Creating additional service application introduces new requirements for managing service associations. Namely, it will require that you create and use custom service association lists for each additional service application that you create.
If you do not have a specific reason for creating additional Excel Services service application, you should use a single service application for all of the Web applications in the farm.
To Create a NEW service application, follow the following steps:
- In Central Administration, in Application Management, click Manage Service Applications.
- In the Service Applications ribbon, click New.
-
Select Excel Services Service. If it does not appear in the list, Excel Services for SharePoint 2010 is not installed or was not installed correctly.

- In the Create New Excel Services Service Application page, enter a name for the application. If you are creating multiple Excel Services service applications, a descriptive name will help other administrators understand how the application is used.
- In Application Pool, create a new application pool for the application (recommended). Select or create a managed account for the application pool. Be sure to specify a domain user account. A domain user account is required if you plan to scale out the deployment to include additional service instances that will run under the same identity.
-
Optionally, select the checkbox for Add the proxy for this Service Application to the farm’s default proxy group. This adds the service application connection to the default service connection group.

You must select this checkbox if you are creating your first Excel service application.
Do not add the Excel service application to the default connection group if one already exists. Adding multiple entries of the same service application type is not a supported configuration and might cause errors - Click OK. The service will appear alongside other managed services in the farm’s service application list.
Configuring the NEW service application, follow the following steps:
A Excel Services service application is created using a default configuration. The default settings are recommended for most scenarios. Change them only if you encounter slow response time or dropped connections, or if you are varying Excel Services service configuration for specific SharePoint Web applications.
- In Application Management, click Manage Service Applications. In the list of service applications, you should see the service application you just created and named.
-
Click the Excel Services service application. This opens the Excel Services “Control Panel”.

- The “Global Settings” is where you set most of the the configuration options. (See Part 1 of these Posts)
- In Unattended Account under Global Settings, you can specify a Secure Store Services target application that stores a predefined account for running Excel Services jobs. This account is created automatically if you used the New Standalone Server option in SQL Server Setup to install Excel Services for SharePoint. Otherwise, you must create this account manually.


Fantastic! Just what I was looking for
Hi Kevin,
I am following the same steps. The excel service get create but actually th eexcel proxy remains as stopped. I can’t connect it or start it.
do you have any solution to this?
i would really appriciate any help.
Thanks
If you’re struggling with the Excel Services service applications, try using the “new” button to create a new service applications (proxies will be created automatically). Once you’ve done this, udjust the settings, things should be up and running. If you’ve validated that things look to be running according to the above. Next configure your application to use the “NEW” Excel Services Service, and if you’re still seeing errors let me know and we’ll take a deeper look.
Thanks Kevin for the reply. Actually I have created it using “new” button to create new service. This has created new excel application and proxy for me. The excel service seems to be working fine. Only problem is that the proxy service says stats “Stopped”. I really don’t know what problem this could craete to my web application. I am just worried for the status. Any Suggestions are appriciated.
MAny Thanks Kevin.
Strange – Try the following and Let me know…
Verify that you have the following administrative credentials:
You must be a member of the farm administrators group.
On the Central Administration Home page, in the Application Management section, click Manage service applications.
Select the Excel Service service application proxy you want to delete.
On the ribbon, click Delete.
In the confirmation dialog box, click OK.
Now we are going to make sure Excel services connectivity:
Go to central admin , system settings, manage services on server. You need to start the Excel Services and the Secure Store Service:
Using Powershell, recreate the Proxy
New-SPServiceApplication
Please let me know if this helps
An interesting Blog that might help : http://blogs.msdn.com/russmax/archive/2010/01/20/sharepoint-2010-shared-service-architecture-part-1.aspx
Outstanding stuff Kevin, You just made my day
I was struggling with one error “Unable to process the request. Wait a few minutes and try performing this operation again.” And I was not able to find out the said service.
Thank you very much for your great explanation