Detecting changes in the replication site list

Is there a way, when using the replication manager, to detect changes in the replication site list without having to continuously call repmgr_site_list()?
Even if you still need to call repmgr_site_list() to determine just what changed, it would still be useful to only call it when the result would be different than the previous call.

Currently, no. However, we are working on an enhancement for a future
release that would include such a feature.
Drop me an email, if you like. My address conforms to the Oracle
convention: [email protected]
Alan Bram
Oracle

Similar Messages

  • Can I highlight items in the open sites listing

    in the open sites listing on the left side, is there any way I can differentiate by highlighting items. Case in point, I have to search through the entire listing to locate my open gmail, if it was obvious, I could find it faster.
    Also, if a webinar is playing, I cannot tell from the opened list of sites, which one it is, without clicking on each one, there must be a simpler way to locate these opened sites.

    Pat Willener wrote:
    Claudio González wrote:
    In any case, using OCR would not allow him to highlight images...
    But it would allow highlighting text in the scanned image.
    That's exactly what I meant; I'm sorry that i did not explain myself more clearly

  • How do I edit the My Sites list in Safari for OSX

    How do I edit the My Sites list in Safari for OSX

    Click the TopSites icon in your menu bar.
    Then follow the instructions here >  View and customize Top Sites

  • I am trying to set up app tabs, but when I am using one, if I go to a new site from there, the app tab changes to the new site instead of opening in a new tab, then the app tab changes to the new site. Can you help? Thanks

    I am trying to set up app tabs, but when I am using one, if I go to a new site from there, the app tab changes to the new site instead of opening in a new tab, then the app tab changes to the new site. i.e. The app tabs don't stay constant. This occurs while still in Firefox, and does not relate to when I close it. Has anyone got any ideas? Thanks

    If you backed up the iPhone to either iTunes or the iCloud, restore the backup. If not, the data is gone.
    (126342)

  • I purchased a Seagate 3T HD for my MacBook Pro but only Windows are listed n the bix (the Seagate site listed Mac) will it work???

    I purchased a Seagate 3T HD for my MacBook Pro but only Windows are listed on the box (the Seagate site listed Mac) will it work???

    Most external drives are formatted for Windows; you should be able to format it for Mac. Plug it in, open Disk utility, highlight the drive and choose the Partition tab. Do not worry about any software on the drive - you don't need it and it will be erased. In the partition tab, choose how many you want, name them, choose Mac OS Extended (Journaled) and, under the Options button, choose GUID partition scheme. Hit Apply. The drive will be erased and formatted. If that process does not work, contact Seagate and inquire about the Mac compatibility.

  • Sound Blaster Extreme Music do not detect changes on the console

    I'm using the sound blaster X-Fi XtremeMusic with Logitech Z-5500 and the Flexi Jack, connected on Digital mode (Using Coaxial and Optical). The OS? Is Windows Vista Ultimate 32 Bits.
    The problem at this moment is that I can not make any change on the console configuration, I mean, if I change the speaker connection or change any parameter of the configuration has no reaction,I even change the EAX effects, the CMSS-3D ad nothing happen, all that I can control with the console launcher is the volume.
    I reinstall the drivers and download from the website the latest drivers I found and same problem.
    ?Any help?
    THANKS?

    Choose Soundblaster in the dropdown box and you will see XFi listed , you will find the latest drivers there....Seems rather strange to me since this is a XFi card, but hey I did not design the Website......
    Message Edited by warriorking on 03-05-200706:40 PM

  • SharePoint 2013 permissions on the sub-site/list/library level

    Hello,
    I would like to understand how access works on SP 2013 restricted sub-sites and the restricted list/libraries (by permissions) stored on the restricted (by permisssions) sub-sites.
    I've created a teamsite in SP 2013, with the sub-sites and libraries accessible to everyone and the restricted sub-sites with access rights only to the team (group)
    Under the restricted sub-sites I created the restricted libraries, access rights only to the team.
    Please help me to understand, how it comes, if someone tries to access the restricted teamsite by the link (URL directly to the restricted sub-site(s), they imediatelly get an "Access Request" note, but when they try to access the restricted list/library
    stored in the restricted site by the link (URL directly to the restricted list/library), they can open the link, see the library title and no content in it. Which is good thing they cannot see the content in the restricted library, but I thought they would
    NOT be able to open the library link at all.
    See my examples with the screenshots.
    if accessed by a link to a restricted library on a resricted site (no permissions granted)
    if accessed by a link to the restricted site (no permissions granted)
    Is that by design? I thought people without the permission could not open that restricted library/list link at all, and would be prompted for an access request?
    Or is it different for accessing directly the restricted the site vs. restricted library/list on the restricted site by the link?
    Thanks
    Dovile
    P.S. I've double checked the permisssions on the restricted sub-sites and restricted libraries/lists and ensure inheritence from the site collection is broken. And double checked teh restricted libraries/lists
    are stored under the restricted sub-sites.

    I am sorry, but it looks like you do not understand my question....
    I know how to check the unique permisssions and I've done that.
    My question is: 
    why accessing the restricted site by the link you get notification to request an access to that site, but when accessing the  restricted library located on the restricted site by the link, you can open the library link, even though you cannot see the content.
    Why for the access to the restricted library located on the restricted site there is no "Access Request"?
    I thought once you create a restricted library/list with the unique permissions, anyone who is accessing that library by the link (maybe folk found thet link on SP or the link was shared by someone) they would get a notification that they are trying to access
    the restricted library (like it is for a restricted/limited acess site) and would need to request an access to it, if needed. Otherwise you land on the library (you do not know whether it is restricted/limited access or not) and see no documents in there and
    have no clue why it is empty...(see my earlier screenshots)
    Is that by design?

  • How to get the blog site list in the sitecollection

    In this dt.rows.add(actor.contenturi) im getting all the follwing sites.but i need to get subsites list.(post is a default list in all blog list.  In this code im getting current users followed blog, (I got what are sites the user is following). I have to get the post list in this blog site collection. Tell me the approach to get the list. using System;
    using System.ComponentModel;
    using System.Web.UI.WebControls.WebParts;
    using Microsoft.Office.Server.UserProfiles;
    using Microsoft.SharePoint;
    using Microsoft.Office.Server.Social;
    using System.Data;
    using System.Web.UI.WebControls;
    namespace VisualWebPartProject1.VisualWebPart1
    [ToolboxItemAttribute(false)]
    public partial class VisualWebPart1 : WebPart
    // Uncomment the following SecurityPermission attribute only when doing Performance Profiling using
    // the Instrumentation method, and then remove the SecurityPermission attribute when the code is ready
    // for production. Because the SecurityPermission attribute bypasses the security check for callers of
    // your constructor, it's not recommended for production purposes.
    // [System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Assert, UnmanagedCode = true)]
    public VisualWebPart1()
    protected override void OnInit(EventArgs e)
    base.OnInit(e);
    InitializeControl();
    DataTable dt = new DataTable();
    protected void Page_Load(object sender, EventArgs e)
    using (SPSite spSite = new SPSite("/sites/testBlog"))
    using (SPWeb spWeb = spSite.OpenWeb())
    dt.Columns.Add("URl",typeof(string));
    SPUser currentuser = spWeb.CurrentUser;
    SPServiceContext context = SPServiceContext.GetContext(spSite);
    UserProfileManager upm = new UserProfileManager(context);
    UserProfile profile = upm.GetUserProfile(currentuser.LoginName);
    SPSocialFollowingManager followmanager = new SPSocialFollowingManager(profile);
    followedsites = followmanager.GetFollowed(SPSocialActorTypes.Sites);
    foreach (SPSocialActor actor in followedsites)
    dt.Rows.Add(actor.ContentUri);
    GridView1.DataSource = dt;
    GridView1.DataBind();
    Controls.Add(GridView1);
    public SPSocialActor[] follwedsites { get; set; }
    public SPSocialActor[] followedsites { get; set; }
    }

    Hi,
    According to your description, you want to get the post list in the blog site collection.
    It could be achieved using SPList Object. You can get the list by the list title or list URL. The default name of post list is “Posts”.
    Here is a code snippet for your reference:
                using (SPSite site=new SPSite("your site url"))
                    SPWeb web = site.OpenWeb();
                    SPList list = web.Lists.TryGetList("Posts");
                    Console.WriteLine(list.Items.Count);
    Refer:
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spweb.getlist.aspx
    Feel free to reply if there are still any questions.
    Best regards
    Patrick Liang
    TechNet Community Support

  • Changing on the go play lists on ipod

    I currently have three on the go play lists on my ipod. I would like to delete them but can't find how to anywhere. I have successfully remove them from my i tunes. The users manual is not very specific on this topic. Please help. Thanks.

    To delete an 'on the go' playlist from the iPod go to playlists/on the go/clear playlist.
    You can only do this if the on the go playlist has not been saved. If it has, you need to delete the playlist from the iPod via iTunes.

  • Detecting changes in the AUR

    How do people find out that they need to rebuild something from the AUR?  Is there anything other than having a list and checking everything on it once in a while?
    TOF.

    nomorewindows wrote:Pacaur wants to call everything -git to -git-latest.
    Yeah, -latest version. Which means they won't be compiled if already to latest version.
    man pacaur wrote:
    --devel
    When used with update operations, also upgrade AUR development packages (supported are cvs, svn, git, hg, bzr and darcs development packages). The build of development packages that are found up-to-date after the source checkout will be skipped.
    There's a reason the cloning is done after the main prompt: to minimize time the user spend interacting with the package manager.
    cfr wrote:
    I have a script which checks for changes in official and unofficial repos with pacman, and uses cower to check for updates. If there are any, it displays a notification saying so.
    There are 2 problems:
    1) VCS packages - I have no good way to deal with these;
    2) packages which are replaced or dropped altogether from AUR.
    Would really like a way to add some sort of checks for these but have not yet come across anything hopeful .
    You might want to look at pacaur source code: 1/ is achieved like explained right above, 2/ is done by displaying a warning when foreign packages aren't found in the AUR either.
    Last edited by Spyhawk (2013-11-27 07:56:22)

  • How do you change your user name associated with the app store on the iphone 3G. When attempting to update, it is using an old email address that has since been changed at the apple site. The problem is that my phone does not seem to recognize this.

    I have exausted my ideas, and turn to the forum, prior to paying for something that may be a 2second simple fix. Please help if you can. Let me know if you need more info to understand my dilema.
    Thanks.

    Apps are permanently tied to the Apple ID used to purchase them.  You will always be asked for the password associated with this ID when updating apps, regardless of whether or not you are using this ID for current purchases.  The only way to stop this is to delete the old apps from your phone and iTunes and repurchase them with your current ID.
    Edit: to change the ID used for future purchases on your phone, go to Settings>Store>Apple ID, tap the ID shown, sign out, sign back in using the new ID.  As explained above, you will still be prompted with the old ID when updating apps purchase with the older ID.
    Message was edited by: randers4

  • Detecting changes in the context

    hi,
    I have a form to update the personal data.The existing data is fetched by using a RFC.Now My requirement is as follows:
    The UI elements are bound to the view context elements wihich are populated by the model.
    Now I need to call the update RFC ONLY IF the user has made any changes to ANY of the data in the screen.
    Is there a way to know if the data in the screen is changed?
    thanx,
    Bhupesh

    Hi,
       I think it's better to determine this from the model object itself, rather than the node.
       ARFC model objects generated from BAPIs an be typecasted to <i>ICMIModificationCount</i>.
       So you will need to check the <i>modCount()</i> for every model object as soon as the view is loaded. Save this count somewhere. This should be much better than iterating through all your node elements and checking if they have been modified.
       Now when you want to find out if the view has been changes or not, check the saved value with the current <i>modcount</i>. If they are not equal, then there has been a modification.
    Regards,
    Satyajit.

  • How to safely change the domain controllers that Exchange use from Out-Of-Site into the In-Site ?

    Hi Folks,
    I'd like to know what's the best way to edit the Exchange Server 2007 entry
    In-Site entries and removing the entries from Out-Of-Site safely without causing any downtime or problem with the workstations ?
    From the MSExchange ADAccess Event ID 2080, I can see that the Domain Controllers that is currently used by Exchange Servers is all on the
    In-Site lists which I need to decommission due to office building migration and downsizing, the workstations remain in the same building only the servers must go.
    Current configuration:
    Exchange Servers AD Site: HQ1 (for all roles)
    Workstations AD Site: HQ1
    Proposed configuration:
    Exchange Servers AD Site: Prod-DC1 (for all roles)
    Workstations AD Site: HQ1
    Thanks.
    /* Server Support Specialist */

    Hi,
    Steve's clarification is right.
    From your description, you want to change the DC used by Exchange server. If I have misunderstood your concern, please let me know.
    Please make sure the following things before setting the DC for Exchange:
    1. New DC has its own IP in its TCP/IP as primary DNS server.
    2. New DC is global catalog.
    3. New DC has correct DNS settings in the MSDC folder.
    4. Restart the Exchange active directory topology discovery service and watch the event viewer, there should be an event that discover both domain controllers. If this happens, then turn off the old DC.
    Besides, topology information will remain in the system attendant service for 15 min, so the time to switch to the new one is about 15 minutes.
    Hope my clarification is helpful.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Amy Wang
    TechNet Community Support
    Amy,
    The Exchange Server has been rebooted couple of times but yes, all of the In-Site AD servers are still on not rebooted yet.
    So in this case do you suggest me to demote the oldDC and turn off all of the In-Site DC/GC first and then reboot Exchange Server after wards one by one ?
    /* Server Support Specialist */

  • How do you get your site removed from the reported attack sites list?

    Hi,
    Our site https://mail.ccgs.nsw.edu.au/owa appears to be on the 'reported attack sites' or reported web forgeries' lists and is getting blocked in Firefox. This is a mater of urgency as we use Firefox as our web browser in this organization and there is a site wide outage, none of our staff can use their webmail. How do we get removed from this list?
    When we have the site in the "Allowed Sites" list it still does not load.
    When we un-tick "Block reported attack sites" and "Block reported web forgeries" the site works. Though we do not want to untick these for our users for security purposes.
    Regards

    I am not seeing this problem currently with that URL. Firefox refreshes the site list from Google quite frequently. You can check for new files in the following folder and if they are not getting refreshed, I suppose you could try deleting them.
    C:\Users\''username''\AppData\Local\Mozilla\Firefox\Profiles\''profilename''\safebrowsing
    Note that this is under the Local branch (location of cache) and not the Roaming branch (location of preferences, extensions, etc.)

  • Change the vendor site on a posted ap invoice

    Hi all,
    in our installation it is not possible to change the vendor site details on ap invoices (AX installed) after a document has been transferred to the General Ledger. On the other hand, we need to pay posted invoices using a different pay site. We need to disable the ax_ap_invoices_aru3(trigger) to allow the change of the vendor site in an ap invoice. How can we do it? Is it safe to disable the ax_ap_invoices_aru3 each time we need to change the site?
    Steps to reproduce:
    1. insert a new ap invoice (invoice n°3333) using supllier n° 222 end site “legal”;
    2. post in GL ap
    before pay invoice n°3333 we need to change site from “legal” to “site 2” (it is a secondary pay site of supplier 222 with different address and bank details)
    3. query invoice n°3333 from invoices form;
    4. change site from “legal” to “site 2”
    5. save
    message: “APP-AX-56602 You cannot change the supplier site of a posted invoice”
    We can not save.
    For us it is very important to be able to change the supplier site to handle factoring agreements.
    Thank for any idea.

    Hi,
    Pls let us know which version of application ur using. I have tried changing(version 11.5.10.2) the site in voice after posting it to GL it works.
    Thanks.
    Regards,
    Rahmath

Maybe you are looking for