Consumer tree in replication process

Is their any way to stop the consumer to make referal to supplier ,if any new branch is created on consumer.
As per my understand , There should be only one master and server consumers. If any thing added on consumer , but not in supplier , it will get reflected back to supplier as a referal .
Is there any way to stop that referal process back to supplier .
So that i will always be in sync with prod and do create more branches in QA for testing .
if u do not understand the question . Please mail me
-Thanks
-S-

What DS version? For iDS 5.0 and later, there can be 2 masters, not just one. Also, the supplier forces the consumer into referral mode. So, even if you remove the nsslapd-referral attribute from the mapping tree node, and set nsslapd-state to "backend", the supplier will still force the state back upon the next replication update.
If this doesn't help, then I don't quite understand your question, nor do I have your email address.

Similar Messages

  • Script for checking the replication process in Netscape Directory Sever 4.1

    Hi,
    We are using Netscape Directory Server 4.1.6 in our production environment. Where we want to know is there any script available to check the replication process. Or can we write a script to check the process.
    Waiting for your replies at the earliest.
    Thanks,
    Syed A.

    Hi Syed,
    Replication state is very easy to see in 4.x and earlier. The last changenumber in the supplier changelog is visible (on the root DSE IIRC), and each consumer suffix has an operational attribute "copiedfrom" that tells you the name of the supplier, the database generation id, and the last change replayed from the supplier.
    So a script that compares the results of
    ldapsearch -h <supplier> -s base -b "" "objectclass=*" lastchangenumber
    and
    ldapsearch -h <consumer> -s base -b <base_suffix> "objectclass=*" copiedFrom
    will show you if a replica has fallen out of sync. It won't tell you more than how many changes behind the replica is, though, because pre-5.x changenumbers are sequential integers, not timestamps.
    However, the change that corresponds to the changenumber is clearly visible under the "cn=changelog" suffix. So if you look at the change itself you can see the timestamp on it.
    For more info on the status of replication, you should be able to query the agreements on the supplier. Those live under the "Netscape Machine Data Suffix", which you can also find on the supplier's root DSE:
    ldapsearch -h <supplier> -s base -b "" "objectclass=*" netscapemdsuffix
    And of course the error logs will usually tell you if replication is failing outright.
    I may be off on some of the attribute names, but if you do some investigating along these lines, you should be able to figure it out.

  • Replication process halts and aborts

    Hello all,
    We have a an instance of NS Directory 4.15 running on solaris 2.6.
    We have 1 Supplier and 15 Consumers.
    During replication of 4 consumers, the replication process halts and aborts,
    and error messages similar to the following messages appear:
    [29/Oct/2001:14:32:02 +0200] - Automatic online replica
    creation is turned off. Replication cannot continue until you manually
    reinitialize the consumer from the replication admin screen. Aborting.
    [29/Oct/2001:14:32:02 +0200] - consumer XXX.XXX.XXX.XXX/o=XXX.XXX:
    REPLICATION HALTED
    the above error messages occur.
    Why is it happen?
    What should I do to prevent it?
    Please let me know.
    Thanks,

    Ehhh.. Real-time makes it significantly more complex. What versions of Oracle & Sybase do you have?
    To achieve this level of "real-time" replication, you are realistically going to have to set up a message-passing system to send the data changes from Sybase to Oracle. If you had a window of at least a few minutes, you could use something like Sybase Replication Server or Oracle Heterogeneous Services to do the replication in batches.
    At a high level, whenever a data change is made in Sybase, a message will need to be created and propagated to the Oracle database where the change is applied. You can roll this sort of thing yourself using JMS (Java Messaging System) since that is pretty standard-- you can configure Sybase to generate JMS messages and configure Oracle Advanced Queues to accept those messages. You would then need to write a process in Oracle that dequeued and processed the messages.
    Sybase Real-Time Data Services may be helpful here. What isn't clear to me, though, is how much code you really end up not having to write vs. how much effort is required on the setup & maintenance side. Whether you go for a custom point-to-point solution or the message bus approach probably depends on whether this is a one-off project or whether this is something that your organization is going to want to leverage for multiple projects.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Userexit/BAdi in BP replication process in R/3?

    Hi All,
    Is there any userexit/Badi is available in R/3 for BP replication process for CRM to R/3? It would be much appreciated if you provide the same.
    Thanks,
    Narsaiah

    Hi All,
    Thanks for your response, after my investigation I found that there is no issue in CRM o/b BDocs, issue is only when populating the BP in R/3. To populate this it's using BDC call transaction there it's not populating the Name1 and Name2 fields of BP(Customer) in XD01. And its using BAPI PI_BP_PROXY_BAPI_CUSTOMER in R/3 side to process i/b data. I'm not sure why its not populating in call transaction. It's using DEBITOR_BDCDATA to get BDC data with this FM I'm bit confused, as its not picking any screen fields for Name1, Name2 and Address. However its updating address not Name1 and Name2. Could you please someone advise on this? It would be greatly appreciated.
    Thanks in advance.
    Narsaiah

  • Query regarding replication process in oracle 8i

    While replicating the master database I need some data. For that I stopped the replication process but in that time the application using the master database was not able to modify the database content because stopping of replication process put the master definition in read only mode.
    So my query is Does oracle 8i puts the master definition site in read only mode if someone stops the replication ? If yes then is there any way to avoid this?
    Thanks

    Hi
    First of all why you are using so much old version (oracle 8i).
    when we have synchronous oracle database replication (multi master replication) then before saving our transaction at source site it will communication at all the oracle database server by using database link if at one site it find any link breakage then it will not save transaction at the source site and that transaction will ber rollback. ( Mean in synchronous replication your database link will be up any all time. This method is used where there are heavy network resource or they have replication on LAN.
    In Relication 90% people use Asynchronous replication
    In asynchronous replication if database link become down then our transaction become pending in the queue when link become resoted then transaction are pushed one by one in the fifo (First in First our).to their destination site to all other master or master definition sites.
    Second
    When we stopp replication there are two methods to stop the replication
    Method A is quised the replication group at master definition site. When you quised replication group then your all tables present in that replication becomes read only you can not perform DML statment on that tables at all sites. and it is only perform by DBA to perform some administration activities like include new table in a group or regererate replication support of existing tables.or add new replication site.
    Method B we totally sotpped replication that now our this server will not be in replication further. for this we use store procedure. like this
    connect repadmin/repadmin@hr
    SQL> Execute DBMS_REPUTIL.REPLICATION_OFF;
    PL/SQL procedure successfully completed.
    If you wants to again continue replication at that server. after connection wtih replication administrator apply the following command
    SQL> Execute DBMS_REPUTIL.REPLICATION_ON;
    PL/SQL procedure successfully completed.
    For further problem you can contact me any time
    Best Regard
    Abdul Hameed Malik
    [email protected]
    Islambad Pakistan
    Edited by: Abdul Hameed on Feb 9, 2009 12:04 AM
    Edited by: Abdul Hameed on Feb 9, 2009 12:05 AM

  • How to supervise Replication Process

    Hello,
    On Directory Server 5.2. How can i supervise the replication process ? I want to supervise automaticly the process : if it is running or not. The best way (if it's possible), without scan access log.
    Can you help me

    I have not used the Perl tools I mentioned below.
    Someone had recommended the use of these two tools to check if the replication has done its job of maintaining LDAP data integrity, i.e. same content before master and slave, I think this is more complete than just checking if replication is "running".
    http://www.openldap.org/lists/openldap-software/200501/msg00167.html
    http://search.cpan.org/~gbarr/perl-ldap-0.3202/contrib/ldifsort.pl
    http://search.cpan.org/~gbarr/perl-ldap-0.3202/contrib/ldifdiff.pl
    Gary

  • Automation of Replication Process

    Hi,
    I want to automate replication process for creating Xcelsius Dashboard using some Windows Programming or JAVA or something.
    My Scenario is:
    I have to create one Xcelsius dashboard for each coutry across the world.
    For each country I have separate webi report but webi structure is same.
    So Curently for replication I had to manualy do the following steps.
    1) Develop one coutry Dashboard
    2)For replication Point next countries webi report in Object Properties
    3)Add Data Connections
    4) Save the Page
    5)Export Page
    These Steps are repeated for all countries
    Please suggest me ways to automate these steps in any way.
    I am using Windows XP as operating System
    Thanks,
    Deepak

    Hello,
    Could you tell me how you created a java program to make the job, I am interested in knowing how it is possible?
    Thanks for your help
    Regards,
    Jérôme

  • Detect finishing of replication process

    Hello,
    i intend to use a HANA instance as HANA-based accelerator to accelerate some time-costly db reading transactions, using a secondary db connect.
    I'm examining the SAP LT Replication Server for real-time data replication to HANA, for having my whole process of read and update data untouched, but transform the costly selection statements to use a secondary db connection.
    While playing around, i noticed that the replication process isn't handled in real-time, and subsequent reading transactions operate on the non-replicated data set.
    In my use case, this is a crucial problem.
    Is there an appliance to monitor the replication process, so I can detect the finishing of the process? Is there a signal that flags the finishing of the replication process?
    Have you any other approach to disrupt and continue my transaction sequence, to assure to operate on the most actual data?
    Thanks, Stephan

    Hi Tobias,
    thanks for your reply.
    To me, real-time would imply, that, at the end of my db transaction, the applied data record is already replicated. Yet the LT replication server offers a real-time launched replication, but that's ok if i can deal with it in a smart way.
    In my usage scenario, accelerate extreme transaction processing, i have two subsequent transactions, both operating on the same data record. Transaction one updates the data record on the primary application db, which is to be replicated to a HANA db. Transaction two selects the data record via secondary db connection from the HANA db and returns the pre-replicated data record. I have average latency times below 1 second on this scenario.
    For me, it would be sufficient to pause my process until the replication process is finished, the overall acceleration due to the HANA select makes it worth, but i need some kind of signal to continue my process and perform the HANA select on the most recent data set.
    Regards, Stephan

  • Archiver  Issue| Automatic replication process | Archiver thread blocking

    Hi,
    Recently, we are facing a strange issue with Archiver auto replication process. Sometime, archiver thread is blocking and auto replication is stalling. We observed this issue after we apply latest OUCM patches downloded from Oracle support site.
    As an work around, we are doing UCM restart.
    Anybody got this kind off issue? We are following this up with Oracle in parallel. Any help regarding this is highly appreciated.
    Gowtham J

    What version/patch set/core update of UCM are you using?
    Jonathan
    http://redstonecontentsolutions.com
    http://corecontentonly.com

  • Start the replication process manually 9i oid

    There is problem replication of db entries in oid, i found replication process is not running on that db...
    How to start replication process manually ? i tried this but did'n work?
    porter-db1$oidctl server=oidrepld connect=ldaphou1 instance=1 flags="-p 389 -h dolly-db1" start
    porter-db1$ps -ef | grep oidrepld
    porter-db1$ps -ef | grep oid
    oracle9i 1301 1 3 Aug 18 ? 3:46 oidmon connect=ldaphou1 start
    oracle9i 1315 1301 0 Aug 18 ? 57:15 oidldapd connect=ldaphou1 -p 389 -debug 0 -i 1 -conf 0 -sport 636 -sslenable 2
    oracle9i 1321 1 0 Aug 18 ? 1219:56 oidldapd

    -> Check oidrepld.log
    -> Also check $ORACLE_HOME/ldap/log/remtool.log
    -> Make sure the 'configset' and 'instances are right when you are attempting to start replication.
    -- Pramod Aravind

  • Synchronous Storage Replication Process

    Hi,
    I have a question regarding storage replication for synchronous mode. If I describe the process in detail having twin Data Centers called DC-A and DC-B we have:
    1- The server in DC-A writes to the DC-A disk.
    2-  Before the server in DC-A receives an ACK from the DC-A disk, this data is replicated to the other DC disk, DC-B Disk.
    3-  To replicate the data to the other DC we will first ask to the other DC before passing through the DCI “are you ready to receive”?
    4-  We will get the approval from DC-B that is ready
    5-  Then DC-A will send the data through the DCI to arrive to DC-B.
    6-  DC-B disk receives de data and then DC-B disk must send an ACK to DC-A Disk
    7-  Once the ACK is received at DC-A disk, DC-A disk will then send the ACK to the server in DC-A which originated the write action.
    My question is if step 3 and 4 sometimes are counted and sometimes not. I should counted or not? This decision is important for me because it affects by a factor of 2 the distance between the twin DCs.
    Thank you very much for the help.
    Regards,
    J

    Hi,
    just to add more information. My doubt comes from the 2 Cisco live sessions about DCI.
    On this session it says that we must count 4 times the traffic passing through the DCI in order to know the DCI Distance:
    https://www.ciscolive.com/online/connect/sessionDetail.ww?SESSION_ID=6623&backBtn=true
    On this other session it says that we must count only 2 times:
    https://www.ciscolive.com/online/connect/sessionDetail.ww?SESSION_ID=7775&backBtn=true
    Who is right then? because the impact is huge.
    Thank you.
    Regards,
    J

  • Generic extractor replication process

    Hi All,
    How to replicate Generic extractor in BI7.O?
    In BI 7.0 transport required for Generic extractors to replication?
    Please guide me.
    Thanks,
    KN

    Hi Kumaran,
    To Replicate follow the below steps,
    1.Go to Source System>Select your Source System(R3/ECC)>Double Click it-->It will Take u to the DS Screen
    2.Select your DS(It should be your MM,SD etc...)-->Expand the tree and check the DS which needs to be replicated
    3.Right Click and select Replicate...
    Hope it should work...  Cheers
    Regards,
    Syed

  • Adjusting excise & inventory of Under consumed material in production process

    Dear PP experts,
    Following is the scenario of PP.
    In production process some time components are consumed more than BOM. But not adjusted in particular Prd Order. The RM are excised.
    Now the requirement is
    1. How to reconcile the inventory (Physical Inv process not required)
    2. How to update RG23 register for under or over consumption of RM
    3. The under or over consumption of RM should affect the FG cost also.
    4. User don't have the particular Production order for reference.
    Thanks & Regards
    Subhash P.

    Hi any ideas ....................
    Subhash P.

  • Consuming queue from multiple processes

    We have a program designed to consume a queue with consumer name set to "consumer". Here's how it dequeues messages:
    dequeue_options.consumer_name := 'Consumer';
    dequeue_options.navigation := DBMS_AQ.FIRST_MESSAGE;
    dequeue_options.WAIT := 10;
    DBMS_AQ.DEQUEUE(queue_name => 'ourschema.our_que',
    dequeue_options => dequeue_options,
    message_properties => message_properties,
    payload => message,
    msgid => message_handle);
    If we run one instance of this program this dequeue operation above uses 10 CPU seconds over the duration of our load test. If we run two instances of the program (which consumes the same queue as the same consumer) then the dequeue operation above uses 160 CPU seconds. We need the second instance to remove a single point of failure but the 16 fold increase in load on our database is not acceptable for a dequeue operation.
    Why is it so expensive to have two processes dequeuing from our_queue using the same consumer name?
    thanks
    Dale

    We managed to solve the problem.
    We had initiated a transaction to bracket the dequeue and a subsequent insert. Removing the transaction seems to have removed the performance hit from the second process.

  • Replication Process Abending

    Hello All,
    Following is the scenario
    Source - HP-UX Oracle 10.2
    add extract ext1
    edit params ext1
         extract ext1
         setenv (NLS_LANG=AMERICAN_AMERICA.AL32UTF8)
         userid ggs_owner, password ggs_owner
         rmthost 115.124.104.167, mgrport 7809
         rmttask replicat, group ext2
         table sapsr3.*;
    On Target - Red Hat 5.8 Oralce 10.2
    add replicat ext2
    edit params ext2
         replicat ext2
         setenv (NLS_LANG=AMERICAN_AMERICA.AL32UTF8)
         userid ggs_owner, password ggs_owner
         ASSUMETARGETDEFS
         map sapsr3.*, target sapsr3.*;
    The result of "view ggsevt" on target gives the following error at the last -
    ERROR OGG-00446 Oracle GoldenGate Delivery for Oracle, ext2.prm: Invalid data source -1 in checkpoin
    t file /opt/oracleGG/dirchk/EXT2.cpr.
    ERROR OGG-01668 Oracle GoldenGate Delivery for Oracle, ext2.prm: PROCESS ABENDING.
    Please guide me, I am new to Golden Gate, tried lot to fetch info from net but failed :(
    thanks in advanced.
    Krishna.

    Hi,
    U r following one time intial load process then there is no need of checkpoint file.
    Performing intial load for one time: Please follow the link you will get clear steps.
    http://gavinsoorma.com/2010/02/oracle-goldengate-tutorial-4-performing-initial-data-load/
    Thanks
    paddu kandimalla

Maybe you are looking for

  • Remote Control and Contact

    how can i contact apple by email, i need to know how to get support on my remote control for ipod mini

  • Provisioning Profile Expiration Pop-up

    When I woke up my iPhone this morning it had this message on the screen: Provisioning Profile Expiration Provisioning Profile "CST Ad Hoc" will expire in 13 days. [Remind Me] [Show Me] I tapped Show Me, and got this: Settings General Profile Provisio

  • How to turn on the sync service in Mac ?

    My Macbook Pro runs on OSX Version 10.9.2. I am trying to back up my contacts from my blackberry, but having difficulty finding out how to turn on the sync service in the Mac ? Any help is much appreciated

  • Preview won't open PDF or jpegs  error -1712

    yesterday I started getting a  Preview can't open -1712 message, whenever I try to open a jpeg or PDF file. How do I fix this?

  • PS CS 6 Extended no saving and/or no saving prompt by closing files

    HI, I have  a strange behavior on my new IMac, if I open a psd file, different layers, RGB 8 Bit, around 80 MB, when I did a  level correction, sharpening and close the file, its not saved and I got no saving prompt before. I am on a new IMac, OSX 10