The service-application tag has no wiki summary.
0
votes
3answers
1k views
Trouble loading service application
I am receiving the following error when I enter in the url of my service application.
"Could not load file or assembly '$SharePoint.Project.AssemblyFullName$' or one of its dependencies. The system ...
2
votes
3answers
68 views
Additional Managed Metadata Service
I am deploying a small farm and am going to be using a taxonomy. Should I create a new Managed Metadata service application instance or just use the default? What are the advantages/disadvantages?
0
votes
0answers
64 views
Consuming ILogger into service application
Can you please help me find some way to consume Ilogger into Custom Service Application. I have a custom service application that is working and need to consume logger into it in such a way that the ...
1
vote
5answers
364 views
“There is no default service endpoint for service application” w/Custom Service Application
I'm working on putting together a custom service application and I'm seeing the aforementioned error: "There is no default service endpoint for service application"
The full stack trace is below:
...
0
votes
1answer
871 views
Can't find where to change user on Security Token Service Application
So right now I'm trying to delete a managed user account in my SharePoint Server farm as we try and make him non-existent, using the following code:
$s = get-spmanagedaccount "Account_Name"
...
0
votes
1answer
122 views
SharePoint Service Application contractFilter mismatch exception
This is my first attempt at a ServiceApplication and I am very new with the idea. I was using the WingtipCalc example code found here http://msdn.microsoft.com/en-us/library/gg543112.aspx I had no ...
2
votes
3answers
1k views
User profile is not getting started after SP1 on sharepoint 2010 environment?
We are neither able to start or reprovision the user profile application after installing the SP-1 on the sharepoint 2010 enterprise environment. Is it a known issue?
1
vote
0answers
343 views
How does Membership show in Mysite - SharePoint 2010 - Part-2?
User's membership is not getting populated in the Membership tab on Mysite in our SharePoint 2010 environment. It was working fine until we provisioned a new UPA (used the existing profile and social ...
0
votes
1answer
308 views
Multiple Managed Metadata Service Instances
I am seeing multiple Managed Metadata Web Services in my farm and am not sure what to make of it. I was expecting to see one instance why are there others?
Get-SPServiceInstance | ...
3
votes
2answers
211 views
adding a new server to the farm and run an existing Service Application on it
Event though my question is somewhat development-related, I believe it's more of an IT Pro question, so please keep reading if you're not a developer!
I am developing a custom Service Application. I ...
1
vote
2answers
2k views
Service Application Stuck in “Stopping” State - How to force-stop?
In this case it's (of course) the User Profile Service Application. How can I force it to stop? I've tried:
stsadm -o provisionservice -action stop -servicetype "M
...
0
votes
1answer
163 views
Possible to blacklist certain words/phrases?
I'm wondering if it's possible to have a set of words and phrases that cannot be entered as values for anything.
What would be the best way to implement this functionality? I was exploring creating ...
1
vote
1answer
210 views
SharePoint 3 tier Service Application with EF
I'm looking for some best practices on how to setup a three tier application design with a SharePoint Service Applications.
A case example: suppose I have customers, each customer has a set of ...
0
votes
3answers
1k views
Manager resolution across multiple domains during User Profile sync
When utilizing Active Directory connections across multiple domains (with a two-way trust), is it possible to have resolution (during sync) of the Manager field when the Manager exists in another ...
1
vote
1answer
388 views
Creating partitioned Service Application
I'm looking for best practices on setting up partitioned service applications in SharePoint. Not the default ones, but a custom one.
As I understand, a partitioned service application like the ...
1
vote
2answers
736 views
Good tutorial for my first Custom Service Application in SharePoint 2010?
I found this one, but it has a step that says to "Select the “WCF Service” project template...", which wouldn't make sense for adding a New Item (at least that doesn't sound right to me).
I'm curious ...
1
vote
1answer
52 views
Service App custom groups and multi-instance scenarios
Have you deployed custom Service Application groups and/or deployed multiple instances of a Service Application? If so, I'm looking for specific examples I can use for our OnPrem SharePoint 2010 ...
2
votes
1answer
158 views
Tutorial for implementing a SharePoint Service Application based on a Windows Service
I'm looking for a tutorial or some other information on how to implement a SharePoint Service Application which is based on a Windows Service.
Unfortunately there is not much information to find ...
9
votes
3answers
4k views
Should i have the “Microsoft SharePoint Foundation Web Application” role active on all servers in a large farm?
I've checked the resources at Microsoft TechNet, MSDN and Bing but I’m not aware of any information regarding the best practice about the configuration for the "Microsoft SharePoint Foundation Web ...
1
vote
1answer
604 views
How do you register web.config changes to SharePoint service applications, they way you can for web applications?
The SPWebConfigModification class can be used for updating content web applications and also central administration. This can be applied to the SPWebApplication and also SPWebService classes. ...
3
votes
1answer
7k views
Sharepoint 2010: How to stop and start (restart) a service application?
In central admin, I have a list of services - excellent, and the status of each service - excellent.
Now how to I stop and start them?
1
vote
1answer
600 views
SharePoint 2010: When to provision two Search Service Applications?
I am working in a single farm with two distinct web applications. Each web application's content needs to be isolated from the other. Should I provision two Search Service Applications or use a ...
1
vote
1answer
3k views
Secure Store Service App Error
I am trying to setup Secure Store Server and after successfully creating the Service and the Proxy I am greeted with this error when I attempt to manage it.
Cannot complete this action as the Secure ...
1
vote
1answer
178 views
Publishing Managed Metadata and Using it with UPS
We have a publishing and collaboration Farm, published a Managed Metadata Service and given Full Access to the collabortion Farm.
In the Collaboration Farm, created a User profile Property and ...
0
votes
1answer
86 views
Error when creating service application (search) appears to be the sql account [closed]
I'm logged in as the sp_farm account for all testing. Local admin on the sharepoint server. It also has all the SQL rights up to SA.
IE enhanced security is disabled.
I'm right clicking and ...
2
votes
2answers
159 views
When should I do custom Service Application?
We have a great feature in SharePoint 2010 as possibility to make custom Service Application.
What is the best practise how to anylize then should we make custom service application and when we ...
1
vote
2answers
1k views
FAST Search Crawl DB sizing
Do we follow the standard (5% of content IIRC) sizing metrics for Crawl DBs when using FAST as our search server, within our Content SSA; or are there separate metrics for FAST (ie. is the crawl ...
1
vote
1answer
60 views
SharePoint 2010 Service Applications and Search
I am considering using a custom Service Application to meet a feature requirement of one of my clients. There is also a requirement that the data stored by the Service Application be searchable.
...
0
votes
1answer
252 views
Managed Metadata Service Connection (local workstation) help
On local w7 64 bit system. I am trying to hook up the managed meta data service connection. It is asking for some url or address and not sure what to enter for local workstation..
Example Url: ...
1
vote
2answers
93 views
Information and tutorials about developing a SharePoint Service Application
I'm looking for information and tutorials on how to develop a SharePoint Service Application with the SharePoint Service Application Framework. The Internet seems to be full with information about how ...
1
vote
2answers
1k views
Disable a Specific News Feed Activity Using the Client Object Model
Hello and thanks for reading. I've been working with the out-of-box SharePoint 2010 News Feed portion of My Sites, and I am planning to deploy it to many users.
I am building a console application ...
3
votes
2answers
1k views
Should I have separate application pools for Service Applications?
So I've looked high and low for a best-practice, and a practical practice to this: Should I separate each of my service applications in a SharePoint 2010 installation into different application pools?
...
2
votes
5answers
5k views
Can not create a user profile synchronization connection
I have a new SharePoint 2010 server farm that I'm trying to configure. Installation went fine. But I'm having trouble getting the user profiles to import.
I've created the User Profile service ...
1
vote
4answers
2k views
Why is the Create a new service application button disabled and the link not active in Central Admin?
When I go to manage service applications in Central Administration and try to create a new service application like: New > Create a new service application, the link isn't active.
My issue is I would ...
