IT tutorials
 
Applications Server
 

SharePoint 2010 : Service Applications - Creating a custom service application proxy group

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

Service application proxy groups organize which service applications are consumed by a web application. To make this functionality beneficial, it is recommended to name these groups in a logical manner. In this recipe, we will create a custom name for an application proxy group.

When creating a service application, it will automatically be assigned to the default proxy group. Out of the box, there are two application proxy groups:

  • Default

  • Custom

It is possible to assign a service application to a custom proxy group. The benefit of creating custom proxy groups are:

  • Greater flexibility for creating a set of services for a web application.

  • More efficient use of resources such as hardware.

  • A proxy group creates a service application proxy boundary. Web applications cannot consume service applications associated with a different proxy group. For instance, WebApp A is associated with proxy group #1. This group has a finance-managed metadata service . Proxy group #2 has a product-managed metadata service. In this setup, WebApp A can consume only the finance-managed metadata service and not the product-managed metadata service.

This is done through PowerShell. There is no user interface to create this component.

Getting ready

You must have local administrative permissions to the SharePoint 2010 web front-end (WFE).&; You must be a member of the SharePoint_Shell_Access database role on the configuration database. You also must be a member of the WSS_ADMIN_WPG local group on the chosen server.

How to do it...

  1. Click the Start button on the WFE.

  2. Under All Programs, navigate to the Microsoft SharePoint 2010 Products folder.

  3. Right-click on SharePoint 2010 Management Shell and click Run as Administrator. The PowerShell console will appear. Type in the following command:

    New-spserviceapplicationproxygroup name SAPGFinancial
    
  4. The service application proxy group is created after submitting.

How it works...

Service application proxy groups are the ambassadors of the service application technology. They match web applications to the associated service application proxies. In this way, web applications are consuming only those service applications that they have access to.

An application proxy group can contain multiple service applications, even of the same type (for example, two instances of Excel Services). Refer to the following diagram:

There are two web applications utilizing the same proxy group. The proxy group routes them to their service application proxy group. In this case, there are two managed metadata service applications.

There's more...

It is important to know what application proxy groups are already in the farm. Getting a listing of these groups is done through PowerShell. It may also be necessary to delete service application proxy groups that are no longer necessary. The following two PowerShell commands give you this ability:

  • Listing all Service Application Proxy Groups:

    Gget-SPServiceapplicationproxygroup
    
  • Remove a Service Application Proxy Group:

    Remove-spserviceapplicationproxygroup -identity <serviceappname>
    
 
Others
 
- 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
- InfoPath with SharePoint 2010 : Central Administration - Upload a Form Template
 
 
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