IT tutorials
 
Applications Server
 

SharePoint 2010 : Service Applications - Managing service application associations

1/25/2013 11:27:47 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

Web applications obtain access to the content through a tiered infrastructure. The tiers are depicted in the following diagram:

There can be multiple service application proxy groups. You can logically associate your web applications in these proxy groups. In this recipe, we will show how to modify the proxy group membership.

Getting ready

You must have Farm Administrator privileges to Central Administration.

Create an application proxy group as outlined in the preceding recipe. In our example, we have created a group called SAPGFinancial.

How to do it...

  1. Open Central Administration and click Application Management.

  2. The third section is Service Applications. Click the Configure service application associations option. You will see a screenshot similar to the following:

  3. Click on the SAPGFinancial group option&;. A pop up will appear that will enable you to choose the service applications you want to associate with this application proxy group.

  4. Choose the service applications proxies you wish to enable/disable and click OK.

How it works...

We created a service application proxy group. Then when the web application was created, we associated it with the service application proxy group; in this case, it was SAPGFinancial. Initially, there were no service application proxies in this group.

Now that the web application is associated with the proxy group, it may consume the service application resources. As you can see from the preceding figures, service applications can exist in multiple application proxy groups.

However, it is important to note that a web application can be associated with only one application proxy group.

There's more...

You can use PowerShell to modify service applications that are associated with application proxy groups. This is powerful when scripting your environments for a seamless installation.

  • Creating Service Application Association:

    Add-spserviceapplicationproxygroupmember -identity <serviceappproxygroup> -member <members>
    
    
    					  
  • Creating Service Application Association:

    remove-spserviceapplicationproxygroupmember -identity <serviceappproxygroup> -member <members>			  
 
Others
 
- SharePoint 2010 : Service Applications - Creating a custom service application proxy group
- SharePoint 2010 : Service Applications - Creating custom security for a service
- Microsoft Dynamic GP 2010 : Dynamics GP System - Additional setup considerations
- Microsoft Dynamic GP 2010 : Dynamics GP System - Users and security, Sales and purchase taxes
- Microsoft Dynamic GP 2010 : Dynamics GP System - Fiscal periods and years
- Microsoft Dynamic CRM 2011 : Categorizing a Report
- Microsoft Dynamic CRM 2011 : Sharing a Report, Scheduling a Report
- Microsoft Lync Server 2010 : Using Operating System Firewalls with Lync Server
- Microsoft Lync Server 2010 : Using Network Layer Firewalls with Lync Server
- InfoPath with SharePoint 2010 : Central Administration - Manage Form Templates
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us