Backup-SPFarm for PowerPivot Service Application

Hi 
I am using Backup-SPFarm PowerShell cmdlet to take a backup of my service applications.
I am able to take the backup of all my services applications except PowerPivot Service Application.
Below is my command:
Backup-SPFarm -Directory $backupSAFolder -BackupMethod Full -Item "Farm\Shared Services\Shared Services Applications\SQL Server PowerPivot Service Application"
Error:  Item Farm\Shared Services\Shared Services Applications\SQL Server PowerPivot Service Application not found. 
I also cross checked with the correct Application service name (to check if i am not doing any typo mistake) using 
Get-SPServiceApplication cmdlet. see the screenshot below.
Could somebody help me please.
My name is yogendra

You just need to take backup of service application databases from SQL server
http://msdn.microsoft.com/en-us/library/jj218793.aspx
op
2) Backup, Copy, Restore the Databases
The “SharePoint database-attach upgrade” process is a sequence of steps to back up, copy, and restore PowerPivot related content and service application databases to the SharePoint 2013 farm.
Set Database to read-only: In SQL Server Management Studio, right-click the database name and click
Properties. On the Options page, set the
Database read-Only property to
True.
Back up: Back up each content database and service application database that you want to migrate to the SharePoint 2013 farm. In SQL Server Management Studio, right-click the database name, click
Tasks, and click Back up.
File copy the database backup files (.bak) to the desired destination server.
Restore: Restore the databases to the destination SQL Server Database Engine. This step can be completed using SQL Server Management Studio.
Set Database to read-write: Set the
Database read-Only to False.
Migrate Schedules option1: SharePoint farm administrator
In the SharePoint 2013 Management Run the Set-PowerPivotServiceApplication cmdlet with the
-StartMigratingRefreshSchedules switch to enable automatic on demand schedule migration
. The following Windows PowerShell script assumes that there is only one PowerPivot service application.
$app=Get-PowerPivotServiceApplication
Set-PowerPivotServiceApplication $app -StartMigratingRefreshSchedules
After the Windows PowerShell script is run, the schedules are active and the schedules will run at the next appropriate time. However, the status one the schedule refresh page is not enabled. When the schedule runs the first time it will be migrated and
on the schedule refresh page, Enabled will be true.
If you want to check the current value of the StartMigratingRefreshSchedules property, run the following PowerShell script. The Script loops through all PowerPivot service application objects and display the name and property values:
$apps = Get-PowerPivotServiceApplication
foreach ($app in $apps){}
Get-PowerPivotServiceApplication $appp | format-table -property displayname,id,StartMigratingRefreshSchedules
http://msdn.microsoft.com/en-us/library/ee210616.aspx
If this helped you resolve your issue, please mark it Answered

Similar Messages

  • Unable to Create PowerPivot Service Application

    I'm trying to get PowerPivot installed on my new SharePoint 2010 environment. This is using SQL Server 2012.
    I've got 3 instances
    Default - SharePoint 2010 installed here
    POWERPIVOT - Installing PowerPivot defaults to this instance
    TAB - A tabular installation of Analysis Services
    I've got the PowerPivot WSPs deployed to the SharePoint farm but I'm pretty sure something is wrong with the installation because I get the following error when I try to provision the Service Application via PowerShell.
    Command I'm Using
    New-PowerPivotServiceApplication -ServiceApplicationName "PowerPivot Service Application" -DatabaseServerName SP2010 -DatabaseName SP2010_Service_PowerPivot -AddToDefaultProxyGroup:$true
    Error I receive
    New-PowerPivotServiceApplication : The PowerPivot System Service does not exist in the farm.
    At line:1 char:33
    + New-PowerPivotServiceApplication <<<<  -ServiceApplicationName "PowerPivot Service Application" -DatabaseServerName sp2010 -DatabaseName SP2010_Service_PowerPivot -AddToDefaultProxyGroup:$true
        + CategoryInfo          : InvalidData: (Microsoft.Analy...viceApplication:
      NewSPGeminiServiceApplication) [New-PowerPivotServiceApplication], GeminiException
       + FullyQualifiedErrorId : Microsoft.AnalysisServices.SharePoint.Integratio   n.PowerShell.NewSPGeminiServiceApplication
    The PowerPivot service does not appear in Windows services or in the SharePoint Services Running on this server. I've read that there are some issues apparently with the DLL deployment when having SharePoint installed on a separate instance as the POWERPIVOT
    named instance. I've followed the guidance here: http://blogs.msdn.com/b/ahmad_adainat/archive/2011/01/02/sps2010-powerpivot-system-service-is-invalid-or-does-not-exist.aspx but that did not seem to help.
    certifications MCITP, MCTS, MCPD | blog
    http://corypeters.net | twitter
    @cory_peters

    I've gotten a bit further.
    I was updated to April 2012 which left me with a SharePoint version number of 14.0.4763.1000. Apparently the PowerPivot Configuration Tool only wants to see SP1 and no CU's, specifically 14.0.6029.1000.
    (The follow steps are a terrible idea but worked for me. Note that this is not a production environment).
    I modified the registry key HKLM\Software\Microsoft\Office Server\14.0\BuildVersion
    I changed the build version from whatever I was on to 14.0.6029.1000.
    (save your existing value)
    I then launched the PowerPivot Configuration Wizard (which worked!, before it was failing claiming that I wasn't on SP1)
    I think changed the key back immediately to what was there originally
    Ok, so the above I think will work until Microsoft patches the Configuration Wizard so that it is not so specific to a single build. However, this is not the best way to go about this. I think the best way is to instead run everything via PowerShell. I think
    the following script will configure PowerPivot correctly regardless of version and without the usage of the PowerPivot Configuration Wizard. Note: The PowerPivot Configuration Wizard runs through a number of prechecks such as confirming that the Secure Store
    is working correctly, etc. So without those prechecks there could still be some missing steps.
    cd 'C:\Program Files\Microsoft SQL Server\110\Tools\PowerPivotTools\ConfigurationTool\Resources\'
    . .\ConfigurePowerPivot.ps1
    $password = ConvertTo-SecureString "pass@word1" -AsPlainText -Force
    SetEngineServiceCredentials 'DOMAIN\SQLService' $password
    New-PowerPivotEngineServiceInstance -Provision:$true
    New-PowerPivotSystemServiceInstance -Provision:$true
    New-PowerPivotServiceApplication -ServiceApplicationName 'PowerPivot Service Application' -DatabaseServerName 'DBSERVERNAME' -DatabaseName 'PowerPivotServiceDB' -AddToDefaultProxyGroup:$true
    Set-PowerPivotSystemService -WorkbookUpgradeOnDataRefresh:$False -Confirm:$false
    EnableSiteFeatures 'http://webappurl' $true
    $password2 = ConvertTo-SecureString "pass@word1" -AsPlainText -Force
    CreateUnattendedAccountForDataRefresh 'http://webappurl' 'PowerPivotUnattendedAccount' 'PowerPivot Unattended Account for Data Refresh' 'DOMAIN\UnattendedAccount' $password2
    AddMSOLAP5AsECSTrustedProvider 'Excel Services Application'
    certifications MCITP, MCTS, MCPD | blog
    http://corypeters.net | twitter
    @cory_peters

  • 'SQL Server PowerPivot Service Application' not in the list

    Hi Guys,
    I'm wondering why "SQL Server PowerPivot Service Application" is not in my service
    application list when I'm trying to create a new one.. Did I miss something? Any ideas please? Thank you!
    Regards, Glenn

    It will be on the SharePoint server where you have installed the PowerPivot System Instance or if you are using a separate box for the PowerPivot instance that does not run SharePoint, the spPowerPivot.msi tools.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • "The PowerPivot service application could not connect to the Analysis Services instance"

    Hi
    I am baffled by this one.  I have a PowerShell script I have built up to install PowerPivot, which I have put together by reading various blogs and by picking apart the scripts that come with the PowerPivot installer.
    However, once I have built the service app and installed/activated the solutions and features, I get the error "The PowerPivot service application could not connect to the Analysis Services instance" when trying to use it.  I can't find any
    more detailed messages, even with verbose logging turned on.  SSAS\PowerPivot is of course installed and connected to Excel as it should be.
    I have tried running the PowerPivot for SharePoint validation tool and it doesn't find anything.
    If I install PowerPivot using the PowerPivot for SharePoint installer, then delete the service app and rerun my scripts, everything then works fine.
    So there is something the installer is doing that I am not, but I cannot for the life of me figure out what it is.  I though it might be permission related, but the official installer installs the service under the farm account, not my BI service account. 
    Ahaa, I thought, but when I then reinstall the service myself with my scripts, using my BI service account, the service app then works, so I don't think it can be permission related.
    Doing a Google search on that message pulls up only one old post (repeated a few times), which talks about using a domain account for the SSAS instance instead of a Local System account - I am using the same domain service account for SSAS, Excel and
    PowerPivot already, so that doesn't help me much.
    Does anyone have any ideas for me or suggestions on how I might proceed?
    Andrew vR

    Did you run the "Run PowerPivot for SharePoint Configuration Tool" after installing PowerPivot and did that work okay?
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • High Availibity solution for Sharepoint Service Applications

    I have a scenario with the three nodes SP1 , SP2 and DR-SP with server 2012 standard, each running SharePoint 2013 enterprise, All of three nodes are members of single SharePoint farm that spans two data centers.Primary Data Center have two nodes SP1 , SP2
    and DR data center have one node DR-SP of share point 2013.
    For MS SQL i have three nodes DB1, DB2 and DR-DB3 with server 2012 standard, each running an instance of SQL Server 2012 enterprise, participate in a
    single Windows Server Fail-over Cluster (WSFC) that spans two data centers.Primary Data Center have two nodes DB1 ,DB2 and DR data center have one node DR-DB of SQL Server 2012 enterprise.
    Currently i have configured these service applications on  primary data center nodes SP1 .How i can enable high availability for different service Applications  of SharePoint 2013  like Profile service application, search service application,
    managed meta data application in case of primary data center outage.

    stretched farms are not supported unless the WAN provides sub-millisecond ping times.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Where are settings saved for WCF Service Applications?

    Default Settings for a WCF Service Application are stored in the web.config file and are Read Only because only Application settings are allowed i.e. you cannot change the Scope from "Application" to "User" in the settings designer like
    with other components.  So, in order to save changes to settings the WCF Service Application will need to create a setting property at runtime like this:
    System.Configuration.SettingsProperty newProperty;
    newProperty = new System.Configuration.SettingsProperty("NewSetting");
    newProperty.IsReadOnly = false;
    newProperty.DefaultValue = "New Setting";
    Properties.Settings.Default.Properties.Add(newProperty);
    Properties.Settings.Default.Save();
    OK...this works, but I've looked everywhere and I can't find where the new setting property is being saved.  I have already looked in the C:\Users\[username]\AppData\[Local or Roaming]\[Company Name]\[AppName...etc.]\[version]\user.config and although
    a user.config file was created it does not contain the new property.  Anyone have a clue?
    Actually, this doesn't work...the settings are not saved to the file system.  I located some other posts and modified my code as follows, but the settings are still not saved to the file system.
    System.Configuration.SettingsProperty newProperty;
    newProperty = new System.Configuration.SettingsProperty("NewSetting");
    newProperty.Provider = Properties.Settings.Default.Providers["LocalFileSettingsProvider"];
    newProperty.Attributes.Add(typeof(System.Configuration.UserScopedSettingAttribute), new System.Configuration.UserScopedSettingAttribute());
    newProperty.PropertyType = typeof(string);
    newProperty.IsReadOnly = false;
    newProperty.DefaultValue = "New Setting";
    try
    Properties.Settings.Default.Properties.Add(newProperty);
    catch
    //Just ignore it for now.
    Properties.Settings.Default.Save();
    The new setting appears to be saved only in memory.  If I close Visual Studio then the setting is lost.  Also, I deleted the C:\Users\[username]\AppData\[Local or Roaming]\[Company Name]\[AppName...etc.]\[version]\user.config files and the file
    is no longer being created.
    Looks like I will need to explicitly load/save a text file or use the registry to persist changes to settings.

    Hello Steven,
    >>The new setting appears to be saved only in memory. 
    It seems that the Save() method only saves these runtime added in memory, I suggest you could check the Save method source code since now the .NET is source opened:http://referencesource.microsoft.com/#System/sys/system/configuration/ApplicationSettingsBase.cs,9664b0111a35af52
    >>Looks like I will need to explicitly load/save a text file or use the registry to persist changes to settings.
    Someone provides an implementation about this approach, you could check it:
    http://stackoverflow.com/a/1075318
    Or you could set it in a register entry:
    http://stackoverflow.com/a/26518724
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • RAC RMAN BACKUP Recovery FOR  Oracle APPS Application

    Hi,
    We have an Application which is similar to Oracle APPs application and We have a RAC Database at Backend.
    As I am a Oracle RAC DBA and never worked as an Oracle apps DBA.
    Each Week or month We have to deploy a patch on Our Database which are kind of sql changes to Database and before we applying we need to backup our Database.
    I am very comfortable while applying patches on Single instance Database:-
    I Usually shutdown my database and backing up My Database(Conistent\cold Backup) before applying patch.
    and I have a Flash back on both option I am having for my Database.
    Problem:-
    But in Production I have RAC Database, on which I already configured Hot Backup.
    FlashBackup Feature is there with me, but Not reliable.
    I want cold backup along with my existing hot backup, and want to restore same if something goes wrong.
    Since ASM is configured so we have only option RMAN backup.
    IF possible kindly Share your knowledge and Experience of your to handle Such Problem.

    Sir,
    RMAN is already configured for backing up database online.
    My only intention is to have cold or consistent backup before applying application patch, So that at the time of crisis I will resotre my Cold/Conistent backup.
    Because I am using 11gr2 RAC with ASM, so only option is there for me to use rman as backup tool.
    But I never tried to Have Cold backup in RAC environment in my previous jobs, and I am new to this Oracle APPS DBA technology. So Here I am looking for a Strategy that Normally oracle apps dba use while applying patch to Oracle Database and kind of backup strategy they use.
    Regards
    Gaurav

  • Ports required for communication between Web servers and service applications (the default is HTTP)

    We're using SharePoint 2010, I'm the system admin for a SharePoint farm. We enabled SharePoint Search by adding a Search Service APplication. One of the crawl report timer job is failing every 5 minte with the error "Cannot connect to remote server".
    After digging around, we found that the server running the timer job tries to connect to the SearchAdmin.svc on the index server, over HTTPS / port 32844 However, communication over SSL via a non default port is blocked by our firewall.
    According to this article: https://technet.microsoft.com/en-us/library/cc262849.aspx the default is HTTP for communication
    between web servers. How is it possible that it's trying to connect over SSL?

    Hi,
    Quoted from
    https://technet.microsoft.com/en-us/library/cc262849.aspx#ServiceApp :
    You can change the protocol and port binding for each service application. On the Service Applications page in Central Administration, select the service application, and then click
    Publish.
    Here is an article for configuring Windows firewall port rules for SharePoint using PowerShell in case you need:
    http://www.xylos.com/default.aspx?id=1050
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • IIS Recycle times for Service Application App pool / Reporting Services 2012 memory

    Hello,
    On our SharePoint application servers we run the Reporting Services 2012 in SharePoint integrated mode. For the Reporting Services SharePoint sets up a own App Pool.
    Now we found, that this App Pool for Reporting Services takes all the memory of the server. Usually the SharePoint Web Application App Pool are recycled at night. The Service Application App Pools are not ? I'm confused.
    Of course, if an App Pool does not recylce it takes all memory it gets.
    >> But why is the recycling option in IIS not set for SharePoint Service Application pools? Does any know if we can just set recycle times, like for the Web Application app pools?
    Thanks in advance community.
    Benjamin

    You may want to consider limiting the amount of memory to be allocated to SSRS by editing C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting\rsreportserver.config and changing the value of <MemoryThreshold>.
    This value is in percent. SSRS evaluates the amount of memory on service startup and will allocate up to this percentage of memory to SSRS.
    You also may want to consider increasing the amount of memory available on that SharePoint server.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Service application pool recycling in SharePoint 2013

    When to recycle service application pool in SharePoint 2013? is it necessary to do so?.
    When I look at worker process section in inetmanager i see 25 GB is for reporting service application pool as used memory and for excel services application pool it is 11 GB
    what does it mean? it is consuming this much amount of RAM? if so how we need to plan...do i need to recycle once in day? currently we are seeing slow performance. is it because of this? Please help.
    Thanks, Ram Ch

    Thanks for the response to both of you.
    Trevor, I did all that you specified, result of that is the following forum questions raised by me.(it is same issue performance).
    Private memory is used memory right? I am confused with unused memory you mentioned, can you please clarify.
    and also please go through below questions raised by me for the same issue. Kindly help.
    https://social.technet.microsoft.com/Forums/office/en-US/7de40349-4a31-4d7a-aced-0b80cc69c5b4/powerpivot-reports-are-getting-loaded-very-slow-very-often-in-sharepoint-2013?forum=sharepointadmin
    https://social.technet.microsoft.com/Forums/office/en-US/68636329-4f48-4458-8645-31acca7f6d1c/sql-services-2012-reporting-services-performance-issue-powerview?forum=sqlreportingservices
    https://social.technet.microsoft.com/Forums/office/en-US/9e558c89-0311-42c1-95dd-540f70914e00/powerpivot-reports-are-getting-loaded-very-slow-very-often-in-sharepoint-2013-sql-server-2012?forum=sqlkjpowerpivotforexcel
    Thanks, Ram Ch

  • Topology question for PowerPivot for SharePoint engine

    We currently have a SP2013 farm with two web front end servers, two application servers and a SQL 2012SP1 SQL Cluster.  We plan to expand the farm with all BI functionalities by adding another application server to SP2013 farm, which will be dedicated
    to all BI services, such as Excel service, PowerPivot, SSRS integrated mode, PerformancePoint, etc. and two Database servers (belong to DBA team): one of which will be used for Data Warehouse, another one for SSAS instances, including Multidemensional Cube
    instance, Tabular mode instance. My question is where is the best place for PowerPivot for SharePoint engine.
    1. On the server that holds all SSAS engine (DBA team's server)
    2. On the new dedicated SharePoint BI application server
    Theoratically, PowerPivot for SharePoint engine is only used by SharePoint, so it is better not mixed with those SSAS instance that needs DBA to assign permission. Of couse it'd be better if we can have a dedicated server for PowerPivot engine,
    but we don't. If it is mixed with MD Cube engine and Tabular Mode engine, it might compete resource more than put it on dedicated SharePoint BI application server. In addition, will separating PowerPivot service application with its engine cause more network
    traffic and affect performance. Will it be better if we just put it on SP2013 dedicated BI Application server?
    Like to hear your opinion.
    Ming

    Here's a way that I've seen implemented to switch sources amongst workbooks:
    Create a "master file" Excel workbook that contains only the PowerPivot data model, and a blank Excel worksheet.  Upload this to SharePoint and create a BISM connection in the PowerPivot Gallery that points at this workbook url.  Here's a link
    describing a BISM connection: 
    http://technet.microsoft.com/en-us/library/gg471575.aspx
    If SharePoint is configured correctly, you can click on the icon for an Excel workbook from the BISM connection in the gallery.  This will open a thin client Excel workbook that has a data connection to the BISM.
    Develop your reports in the thin client Excel workbooks.  The reports will be smaller files since the entire data model is not in them.  Also, all reports will be pointing to the same data model hosted on SharePoint (via the BISM connection) to
    keep things maintainable.
    Treat the "master file" Excel workbook containing the PowerPivot data model in the same way that you would treat an OLAP cube.  Keep Dev, UAT, and Prod versions in each environment.
    When migrating a new report from Dev to UAT, just modify the data connection to point at the UAT BISM instead of the Dev BISM.
    Long term, if a decision is made to make the solution an SSAS Tabular instance, the BISM connection can be "re-pointed" at the SSAS instance and the reports will still work.  In this way, your reports can have Dev/UAT/Prod environments, the ability
    to promote the solution to SSAS, and there should not be a need for rework if the design of the underlying model is maintained.

  • SPServiceApplication.Properties.count is always 0 while accessing service applications in sharepoint2013

    i am trying to get database name and server details of service application(SPServiceApplication)
    Basically i need to get properties of Service applications pro-grammatically.
    Which we can find on selecting service and properties in the ribbon in central admin.
    i am getting services in the farm,when i check for properties always it shows count 0
    below is code snippet
    var farmServices = SPFarm.Local.Services;
    foreach (SPService service in farmServices)
    SPServiceApplicationCollection serviceApplicationColl = service.Applications;
    foreach (SPServiceApplication serviceApp in serviceApplicationColl)
    servicepp.properties.count //always 0
    i need to fetch all properties which we can see in centraladmin - ServiceApplications- Serviceapplication - properties
    Please do let me know if any way to get serviceapplication properties programmatically.

    The best way of course is know which type of service you are wanting information on. This enables you to use the GetValue method of the SPServices collection of the SPFarm. The code below uses that method to get the database for the BDC service. You must
    cast the object to that particular class since only certain types of service applications expose a database.
    public static void GetDatabaseForService()
    Microsoft.SharePoint.BusinessData.SharedService.BdcService service =
    SPFarm.Local.Services.GetValue<Microsoft.SharePoint.BusinessData.SharedService.BdcService>() as Microsoft.SharePoint.BusinessData.SharedService.BdcService;
    foreach (SPServiceApplication app in service.Applications)
    Microsoft.SharePoint.BusinessData.SharedService.BdcServiceApplication bdcApp = app as Microsoft.SharePoint.BusinessData.SharedService.BdcServiceApplication;
    string dbName = bdcApp.Database.Name;
    Unfortunately the Microsoft.SharePoint.AppManagement.AppManagementService and AppManagementServiceApplication classes are marked as internal so you cannot use the code above. So you will not be able to do this programmatically. It is easy to identify the associated
    database for a service application from Service Application Management in Central Administration. Just click on the service application and then click on the Properties button in the ribbon. The dialog will show you the associated database name.
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • Event 5244, Excel Services Application :( on SharePoint Foundation

    I am getting below error on SharePoint 2010 Foundation server which will not support Excel Service.
    Unexpected error when trying to access service settings in the configuration database. Make sure the proxy for this service application is a member of the default proxy group for the active web application. Error = ExcelServerWebServiceApplication.Local:
    Could not get the web application associated with this context. This indicates that the Excel Server service is not properly registered or provisioned.. Help me get rid of it..

    Excel Services is not available for SharePoint 2010 Foundation.
    Dimitri Ayrapetov (MCSE: SharePoint)

  • The server farm account should not be used for other services

    I have created a new SharePoint Foundation 2013 Farm. I only used the Farm Configuration Wizard to create the Search Service Application, all other aspects of the Farm was created using PowerShell.
    The SharePoint Health Analyzer is reporting the following error:
    Title: The server farm account should not be used for other services.
    Severity: 1 - Error
    Category: Security
    Explanation: DOMAIN\FARM_ACCOUNT, the account used for the SharePoint timer service and the central administration site, is highly privileged and should not be used for any other services on any machines in the server farm.  The following services were
    found to use this account: Distributed Cache Service(Windows Service)
    Remedy: Browse to
    http://centraladminsite:port/_admin/FarmCredentialManagement.aspx and change the account used for the services listed in the explanation. For more information about this rule, see "http://go.microsoft.com/fwlink/?LinkID=142685".
    Now I understand how to change the account used to run the Distributed Cache Service, but my query is what account should I use in the least privelage model? I have setup the following 6 accounts as per TechNet guidelines (Link)
    and am not sure if one of these accounts should be used or if another account is required:
    SQL Server service account
    Setup user account
    Server farm account
    SharePoint Server Search service account
    Default content access account
    Application pool identity
    After reviewing the TechNet article again, I don't fully understand the section titled "Service application accounts". Is the article advising me to create a seperate account for each row in the table? e.g. 1 account for Business Data Connectivity
    Service, a different account for "Application Discovery and Load Balancer Service", another account for "App management" and another account for "Distributed Cache", so 4 extra accounts if I choose to install all of these services
    within the Farm?
    Also, what does the article mean when it says "Plan one set of an application pool and proxy group for each service application that you plan to implement."? How do I go about doing this?
    Kevin Evans

    After reviewing the TechNet article again, I don't fully understand the section titled "Service application accounts". Is the article advising me to create a seperate account for each row in the table? e.g. 1 account for Business Data Connectivity Service,
    a different account for "Application Discovery and Load Balancer Service", another account for "App management" and another account for "Distributed Cache", so 4 extra accounts if I choose to install all of these services within the Farm?
    Inder: Yes, It is suggested to have multiple service account for each service application. This increases security and dependencyof 1 account on multiple Service applications. Like below
    SQL Server service
    Local System account (default)
    Setup user
    Member of the Administrators group on the local computer
    Server farm
    Network Service (default)
    No manual configuration is necessary.
    SharePoint Server Search Service
    By default, this account runs as the Local System account.
    If you want to crawl remote content by changing the default content access account or by using crawl rules, change this to a domain user account. If you do not change this account to a domain user account, you cannot change the default content access account
    to a domain user account or add crawl rules to crawl this content. This restriction is designed to prevent elevation of privilege for any other process running as the Local System account.
    Default Content Access
    No manual configuration is necessary if this account is only crawling local farm content. If you want to crawl remote content by using crawl rules, change this to a domain user account, and apply the requirements listed for a server farm.
    Content Access
    Same requirement as the default content access account.
    Profile import Default Access
    Same requirements as server farm.
    Excel Services Unattended Service
    Must be a domain user account.
    http://technet.microsoft.com/en-us/library/cc263445%28v=office.15%29.aspx
    Also, what does the article mean when it says "Plan one set of an application pool and proxy group for each service application that you plan to implement."? How do I go about doing this?
    Inder: Each service account has a application pool and you can plan to use same application pool for multiple
    service accounts if required. These application pool are then consumed by proxy connection
    of each service application. On service application pool, you can see all the service applications and its proxy connection.
    If this helped you resolve your issue, please mark it Answered

  • Question regarding the powershell creation of service applications in SharePoint 2010/2013

    Hi
    I create all my service applications in SharePoint 2010/2013 using Powershell.
    Is there a "best practice" when to start the service Instance for a service application? Is it better to start the service instance prior to creating a service application or after the service application has been create?
    I'm curious.
    best regards
    Bjorn

    Not that i'm aware of. If it works then go for it.
    I would tend to build the service application and only then activate the instances on servers, however that is going to depend heavily on the application in question. The real heavyweights like Search are a special case in any event.

Maybe you are looking for

  • Get back to previously submitted job in OEM

    Hi all, From Advisor Central I clicked "implement" button to shrink a table segment. I strayed away to look for something else but I don't know how to get back to the job to check the job status. I searched in the Jobs tab and Reports tab based on th

  • Where can I find original drivers for GV PowerPort Platinum Pro card?

    I know this is going back to the dark ages for some Mac users, but I was trying to install a Global Village PowerPort Platinum Pro modem/ethernet PCMCIA card in my old PB1400 and I keep running into the same problem: I get an immediate error message

  • Frameworks - How valuable are they

    When I was looking at my course on Java EE, there was a mention of using "frameworks" like Struts or JSF and they mentioned others. 1. What is the value of using a framework for a web application? 2. If I was to use a framework, which one does Sun su

  • Image not appearing in the Web Parameter Form

    Hello Folks, I have image in the Parameter form, which is not showing up in the Web Parameter Form. I had set up the "REPORTS_PATH" also and still not appearing. Any clue greatly appreciated.. Thanks, Senthil

  • Sync, restore, and issue with Google Calendar

    I have several problems: I somehow lost my data prior to Jan1, 08 on my BB 8703 sometime after syncing with Google Calendar (may be completely coincidental). Now I have a dilemma I have a backup from a couple of weeks ago but I don't want to lose all