Any Benefit to having User Profile Service on more than one server

I have an application that uses UPSA and UPSS, the User profile Service and Sync Service are started on the same server
Is there any point in having the User Profile Service started on a second server for redundancy.
I understand that a UP Sync Service can only be associalted with one User Profile Service Application
Can I make my User profile Service Fault tolerant by starting the service  on more than one server?
I am not looking to create  a second Use Profile Service Application to have seperate DB's and things
Just to have User Profile still avaialble when the serevr hosting it has an issue
thanks
themush

To get the round robin load balancing, just start the service in Services on Server on more than one 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.

Similar Messages

  • The same Java service in more than one Flex component

    Hello, I'm using Java to do the services for one application, and I want to use the same service in more than one component. I know how can I use in one component but I don't know if I have to declarate again in the other or how can I do. Here a part of the code to show clearly.
    var info:IServiceInfo;
                    //Ask service ref
                    info = Environment.getInstance().
                        serviceLocator.getterService("com.ent.prueba.Conexion");//the package and the class name
                    info.addEventListener(ServiceInfoEvent.READY, onInfoResult);
                    info.addEventListener(ServiceInfoEvent.ERROR, onInfoFault);
                    info.lookup();
                //The service exist
                private function onInfoResult(event:Event):void{
                    info.removeEventListener(ServiceInfoEvent.READY, onInfoResult);
                    info.removeEventListener(ServiceInfoEvent.ERROR, onInfoFault);
                    var ser:Service = info.getService();
                    ser.addEventListener(ResultEvent.RESULT, onCtxInfo);
                    ser.addEventListener(FaultEvent.FAULT, onInfoFault);
                    ser.getStore(1);
                //The service doesn't exist
                private function onInfoFault(event:Event):void{
                    info.removeEventListener(ServiceInfoEvent.READY, onInfoResult);
                    info.removeEventListener(ServiceInfoEvent.ERROR, onInfoFault);
                    Environment.getInstance().showInfoUser("Error with the service");
                private function onCtxInfo(event:ResultEvent):void{
                    lbl.text = event.result as String;
                private function onCtxInfoError(event:FaultEvent):void{
                    lbl.text = "Fallo : " + event.message;
    This code works, but I want to use ser.xxxx in other component.
    private function treeLoaded():void
               ser.getFolder(id);                                       
            private function treeLoadedResult(event:ResultEvent):void
                xmlTree = XML(ser.getFolder.lastResult.toString());
               var lista:XMLList= xmlTree.Cuenta;
               for(var i:Number=0;i<lista.length(); i++)
                       var tmpTree:XMLList = xmlTree.Cuenta[i].node;
                      newTree.dataProvider = tmpTree;
                     newTree.labelField = "@label";
                       treePanel.addChild(newTree);
    I hope that someone knows how can I do that. how can I can to 'ser' in the second component.
    Thanks!
    PD: all the methods that i want to use in ser.xxxx are in the same class 'Conexion'

    Nobody can guide me

  • Using the the multiple profiles and running more than one instance of Fire fox at atim

    I use F/F in a gaming situation I needed to be able to run more than one session at a time and read about a feature called multiple profiles. Then I read iin another forum that I could have multiple instances with the following bat file :
    @echo off
    set MOZ_NO_REMOTE=1
    start "" "C:\Documents and Settings\Hilton Wiggins\My Documents\Fire Fox non Beta\firefox.exe" -p-no-remote
    set MOZ_NO_REMOTE=0
    I also have the Beta 4.06 on my machine and even though the batch file directs it to wither the Beat or the Non Beta they both seem to track the profiles and can be used in either version.
    However It's not working as I described running two browsers with grease monkey it will start to mis handle data and they both lock up

    There is no need to set MOZ_NO_REMOTE, remove that part of the bat file. Change the start line to:
    start "" "C:\Documents and Settings\Hilton Wiggins\My Documents\Fire Fox non Beta\firefox.exe" -no-remote -p "profile name"

  • Is there any way to allocate a particular asset to more than one cost centr

    Hi all,
    I would like to know the posting of an asset to more than one cost center,
    is there any particular setting to configure this,
    or,
    please suggest me how to go about,
    regards,
    naga suman

    Hi Naga,
    Not sure exactly what you are talking about but if you are talking about depreciation charges to more than one cost center then it is not possible.  Asset is only assigned to one cost center on a particular date.  However that cost center can be changed as it is time dependent field.  So one month you could post the depreciation to cost center A and next month to cost center B.
    One way to get postings to various cost centers would be to use distribution in CO to accomplish your goal.  You would then post the depreciation as per normal to one cost center in the depreciation run.  Then you would set up distribution rules for that cost center and relevant Depreciation Cost Elements to distribute it to other cost centers.  By doing this the asset would always show depreciation against 1 cost center but the distribution would allocate relevant cost between other cost centers.
    Hope this helps,
    Cheers,
    Gudmundur

  • SU01 user as reseller for more than one customer?

    Hi,
        We have a requirement where internet user act as a reseller and can place order for more than one customer in ISA R/3 edition. In the XCM configuration i have selected the user as R3_SU01UserStandalone and then followed the activity given in the SAP Document:
    http://help.sap.com/saphelp_crm40/helpdata/en/03/f6ce51eb8e4dbe82b9ca75e5c74fe6/frameset.htm
    Can anyone provide a solution what other steps i need to follow for this issue.
    Thanks
    Ankit

    Dear Shankar
    You have not specified whether the scenario is MTO or MTS.  If it is MTO, stock will be allocated against sale order as and when MFBF is done.  If it is MTS, then go to OMJJ, select Movement Type and give 292 and execute.  Now select "Field selection (Enjoy)" tab on your left and there maintain the option as Required Entry for the field "KDAUF" and save.
    Now go to MB1A, give movement type 292 with special stock W, plant and storage location and execute so that the system will ask for sold to party code.  Give the sold to party code and enter material code, stock to be reserved and save.
    If you see in MMBE now, those stocks will be displayed as special stock.
    thanks
    G. Lakshmipathi

  • Adding Insert & Updated By User Info In table(more than one user)

    Hi All,
    I have bonus table(column empid,empnm,percentage,insertedby,updatedby) with logged user as user1.
    Now i create a application in which at one page i added a report with form.My intention is that
    when i insert a new record the insertedby & updatedby column shld be automatically added with APP_USER.
    But after logged in with diff user say user2 the report shld have user1 in two columns.But now as user2
    when i want to modify that record the updatedby column value should have user2.How can i achieve that?
    If u have any further issue for not understanding kindly revert back to me.
    Thanks in advance .
    Bye,

    The best thing to achive this is to use triggers - before or after insert or update. Assuming that your collumns, where you store the user information are named like:
    user_created and
    user_changed
    you need two triggers:
    1. for inserting new rows:
    CREATE OR REPLACE TRIGGER trigger_name
    BEFORE INSERT
    ON your_table
    REFERENCING NEW AS NEW OLD AS OLD
    FOR EACH ROW
    BEGIN
    :NEW.user_created := NVL (htmldb_application.g_user, USER);
    :NEW.user_changed := NVL (htmldb_application.g_user, USER);
    EXCEPTION
    WHEN OTHERS
    THEN
    NULL;
    END;
    2. for updating rows:
    CREATE OR REPLACE TRIGGER trigger_name
    BEFORE UPDATE
    ON your_table
    REFERENCING NEW AS NEW OLD AS OLD
    FOR EACH ROW
    BEGIN
    :NEW.user_changed := NVL (htmldb_application.g_user, USER);
    EXCEPTION
    WHEN OTHERS
    THEN
    NULL;
    END;
    There are of course other methods where you can create simmilar processes managed by the application but the best was is to do it on the database level, using triggers.
    Denes Kubicek

  • Web Service with more than one operation?

    Hey,
    a web service could contain 1..N operations. It is possible
    to define this with XI? Normally I took an outbound interface
    and create a web service, but this outbound interface defines
    the structure of the only operation of this web service, did it?
    Does SAP XI supports only a one-operation web service?
    thanks
    chris

    This is supported from PI 7.1 onwards.
    VJ

  • Is there any way to download iTunes LP files to more than one computer?

    From what I can tell, iTunes LP files are like the old way of doing things before iTunes in the cloud: one download and you are done. Can anyone conform or deny this?
    If only one download is allowed, is it easy to simply transfer the files from one computer to another?

    Just to be clear...
    As applenerd504 states, iTunes cannot be downloaded onto a Niokia phone, since it is a computer programme, designed to work on either a Mac or a Windows PC.
    However, if you mean songs purchased from the iTunes Store (songs), then you need to consult the documentation for your Nokia. Songs purchased from the iTunes Store are in .m4a format (also known as AAC). If your Nokia cannot play .m4a files, then you will need to use iTunes (the programme) to create an MP3 version.

  • Running multiple User Profile Service Applications -- recommendations, pitfalls, etc.

    I have a farm with one WFE, one APP, and one SQL server. The User Profile Service runs on both WFE and APP, the User Profile Sync Service is on the APP server. There is a single User Profile service application running that pulls from 4 different AD
    import sources: two in the US, one in London, and one in Mexico.
    There is a nightly incremental synch.
    There is an issue where the London users need the synch to occur hourly.
    There are some complexities with one of the US sources in that would make it difficult to run the current User Profile service hourly, plus there is a performance concern.
    I'm interested in possibly creating a second User Profile Service Application that reads only from London and runs hourly.
    Beyond creating the User Profile service and scheduling hourly, what should I be concerned about?
    Will I need to (re)create new Audiences based on those from the original User Profile Service App? Run them immediately after User Profiles? Will there be an interruption in access during that gap?
    Recreate custom User Properties?
    Recreate any Forefront modifications?
    New Profile/Sync/Social DBs?
    etc?
    Thanks,
    Scott

    Hi Scott,
    According to your description, my understanding is that you want to use multiple user profile service application.
    Yes, you can do it. Only one user profile application can be configured to work with the Profile Synchronization Instance. If you want more UPS instance, you need to start UPS on different server.
    Here are some similar posts for you to take a look at:
    https://social.technet.microsoft.com/Forums/en-US/c922d0a8-db7f-4bdd-87a2-686c836bf406/is-it-possible-to-have-multiple-user-profile-service-applications-on-a-single-server-farm?forum=sharepointadminprevious
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/c771591b-bff6-4d57-99a1-7d46ca1d9903/multiple-user-profiles-service-applications?forum=sharepointgeneralprevious
    https://social.technet.microsoft.com/Forums/en-US/26da9723-70a5-43a2-a2b5-faebe60dbe1a/is-it-possible-to-have-multiple-user-profile-service-applications-on-a-single-farm?forum=sharepointadminprevious
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Can we have more than one iWeb website per user ?

    Hi there,
    Sorry I'm, from today, a new iWeb user...
    Could anyone tell me if as iWeb user, we can have more than one website on iWeb?
    Thank you in advance very much for your help!

    Yes. Here's how to have multiple sites in a single MMe account with one or more sites having a domain name.
    A. All sites are in the same Domain.sites2 files
    1 - only one site can use the CNAME method of domain name forwarding and it must  the top site in the left hand pane of iWeb.
    Click to view full size
    2 - the other sites must use URL domain name forwarding which directs the domain name to the site's full MMe URL, http://web.me.com/MMe_Username/Site_Name,  or, if there is no domain name, just MobileMe's full URL.
    B. Each site is in its own Domain.sites2 file.
    Again, only one site can use CNAME forwarding.  This presents a problem since CNAME forwarding directs the domain name to the basic MMe account URL: http://web.me.com/MMe_Username/ which uses an index.html file in the root folder of the account, iDisk/Web/Sites. Each time a new site is published or an existing site uses the File->Publish Entire Site a new index.html file is created in that root directory, iDisk/Web/Sites folder, directing the browser to that particular site.  This file is what the CNAME method uses to find the site it represents.  Therefore some steps must be taken to assure that the index.html file in the MMe Accounts root directory always points to the correct site.  This can be accomplished is three ways.
    1 - don't use the CNAME method.  Just use  URL forwarding .  This, IMO, is the simplest method as it doesn't requre any additional effort on the user once the domain name has been set up.
    2 - use the following method suggested by Wyodor in this topic: Is it possible to have multiple sites when using ur Domain name?   
    In iWeb domainfile 1:
    Create a dummy site : _dummy
    with a blank page.
    Create your working site : Whatever
    Add pages
    Publish both Sites to the same same location on the same server.
    Your _dummy site is now the default Site.
    Check.
    In iWeb domainfile 2:
    Create/Use your CurrentSite.
    Move a page to the top of the Site and back. Publish the Site.
    iWeb will create a new index.html file in the root of the server and from now on CurrentSite is the default site.
    Check.
    From now on, never move your Whatever Site to the top of the list in the iWeb sidebar and never change the page in the _dummy site.
    Simply do not touch your _dummy ever again. And never forget that.
    3 - use Ethmoid's suggested method in Using two sites - setting one up with separate domain? or republishing the entire site that uses  CNAME forwarding.  Just making a minor change and publishing the site changes does not create a new index.html file. 
    The entire site must be republsihing in order to get that new site.  
    Or keep a copy of the CNAME site's index.html file on your Mac and replace it manually in the iDisk/Web/Sites fodler when necessary.
    NOTE:  the CNAME method provides a shorter URL:  http://www.Domain_Name.com/Site_Name/Page_Name.  CNAME does not have masking.
    The URL forwarding displays the full MMe URL:   http://web.me.com/MMe_Username/Domain_Name/Page_Name.   With domain name masking that will be shortened to:   http://www.Domain_Name.com for every page of your site.
    However, with masking visitors will only be able to bookmark and enter at the first page of the site.  If a page is refreshed the visitor is taken back to the first page.  Also search engines will only be able to index the first page of the site.
    OT

  • Can we set "IN PROCESS" Status to more than one User

    Hi,
    As per my client current scenario every work item will be sent to 3 useru2019s (One is the supervisor of the other two users). If any one of the user executes the work item it will automatically call a Ztransaction and displays the screen. When any one of the user executes the workitem, then the workitems will dissappears from rest of the users inboxes; Setting "IN PROCESS" status for the person who executed the workitem. The workitem will be in "IN PROCESS" Status untill the User Press "SAVE" button in the transaction.
    If the person whose executed the workitem (IN PROCESS) status, has gone on unplanned leave; then the supervisor wants to forward the workitem of the current user to other user. How can he forward?
    Is there any option to set "In Process" status to more than one User? [Supervisor and Person who executed the workitem]
    Please provide me any advice to the above requirement.
    Thanks in advance,
    Ajay Kumar

    Can you ask your workflow administrator to forward the workitem to the user you want to be sent it to.
    I tried a small case wherein I had forwarded a workitem to myself and another user.
    As I executed it , it went into status IN process and at the same time it got removed from other users inbox .
    Now I went to T Code SWI1 and forwarded iut to another user say USABC.
    As a result the workitem again went into status "Ready" and into the inbox of the user ABC.
    So , you can try this in your case with the help of your workflow administrator.
    Another way is to create the other user as a substitue of the user who is currently executing the workitem.

  • More than one business partner in SNC for a user

    Hi Gurus,
    When creating relationship for an SNC planner in BP transaction i am able to assign more than one business partners, However when i log into webui i get an error saying BP is not unique and first one is taken. We have a requirement for users to plan for more than one vendors, how can i achieve this if only one BP is allowed on webui?
    J.

    Hey Juraj .. yeah man, I will send an email later on ..
    But your issue seems to be interesting. Just to understand better, you are trying to implement VMI (RR) scenario and you want to have more than 1 organization (BP) for the Supplier side -- meaning you want to group multiple plants into their multiple BPs. I don't understand the reason behind this; why would have you more than 1 BP for the same vendor organization ?? Unless we are talking about a marketplace kind of a setup -- where SNC is being setup for multiple vendors serving multiple customers? Is that the case?
    Anyway, I don't know of any standard SNC procedure to achieve your objective. Once option that comes to mind is control access by user -- so, you will have still have only 1 BP for all the Ship-from locations but in the user authorization (C_APO_LOC and/or C_APO_PROD) you control what locations this user can actually view. One other alternative is to investigate the SELECTION MODE/OBJECTS -- but I haven't played with it to understand it. Maybe it might address your need.. Let me know how you end up resolving this...
    Mahesh

  • IPhoto 11 with more than one user?

    Hi Folks,
    Any idea why I cannot run iPhoto on more than one user at the same time? I just get the grey spinning timer when I try to open it on another user, when it is already open in my user?
    Thanks, Andrew.

    Appears to be a bug in iPhoto 11.
    iPhoto menu -> Provide iPhoto Feedback and report it. The more that do, the sooner it's fixed.
    Regards
    TD

  • ACL and user with more than one group

    I have a (simple) question, but I coudn't find answer in docs :(
    My problem is:
    I want to have in Tuxedo users, which belong to more than one ACL group. Each
    of this group have some special rights, i.e. group A could execute services K,L,M
    and group B could execute services M,N,O. If my user belongs to A and B group,
    which rights it have? Your rights are sum of rights of group or common part of
    them ? I will be very greatful for link to docs talking about it ....
    Best regards
    Dominik Michniewski

    user3715462 wrote:
    Hi All,
    it's just a question
    we're using R12 12.1.3 db: 11Gr2 on OUL5x64
    is it possible for an oracle user that can have more than one email address?
    i add 2 email addresses in E-MAIL box
    and it did not seem to work.
    Thanks in advance.
    Regards,What email addresses are you referring to? Is this at the OS level or the database/application level? Please elaborate more.
    Thanks,
    Hussein

  • User Profile Service failed the sign-in. User profile cannot be loaded - For any new accounts created

    I'm sharing this issue we encountered earlier today so that others might benefit from what we discovered.
    We're using Win8.1 Ent and on two of the systems, any accounts created encounter the following message upon attempted login (i.e. login fails):
     "User Profile Service failed the sign-in. User profile cannot be loaded"
    The event viewer shows this:
    Windows cannot copy file
    \\?\C:\Users\Default\AppData\Local\Microsoft\VSCommon\12.0\SQM\sqmdata-7696-039-00000.sqm to location
    \\?\C:\Users\TEMP\AppData\Local\Microsoft\VSCommon\12.0\SQM\sqmdata-7696-039-00000.sqm. This error may be caused by network problems or insufficient security rights.
    DETAIL - Access is denied.
    Solution which worked for us
    In our instance either setting the appropriate permissions on the affected file, or deleting the file resolved it.

    I had a similar problem, and raised a Premier case, which is mentioned here:
    http://blogs.msdn.com/b/asiatech/archive/2014/01/30/new-user-gets-event-1509-after-deploying-ie9-10-11-packaged-by-ieak.aspx
    It seems this issue with SQM/CEIP creating a poorly ACE'd SQM file has been around for a very long time, with many causes being the installation of Internet Explorer (as was my case, of deploy IE10 to Win7), but other reasons also occur (as in your case
    with VS).
    It seems to me that this is a defect in the SQM/CEIP component, but the issue does not consistently occur is all scenarios, which appears to be an excuse to leave the defect uncorrected, so we have to implement ugly workarounds.. :(
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

Maybe you are looking for