HR replication with twin backends

Hi,
   We have a system which is already went live, HR replication happens to the SRM system. There is a proposal that SRM system will be connected to another backend. Will have two backends connected to SRM system. They wanted to go for HR replication from both the systems. My questions are below
1) I already have org structure if I connect my srm system with another backend and run PFAL what will hapen.
  1.1) Will it wipe off the existing org structure?
  1.2) Will it not replicate if I use transfer mode as update ?
   1.3) Will it create a new root node?
Please advise if there are any other problems

This will create a new root node..
Thanks!!
Bharath

Similar Messages

  • HR Replication to SRM with two backends

    Hi,
       Could anyone suggest me what are the issues we can face when the HR replication happens with two backends. Please advise asap.

    Hi ,
    after genrating the PFAL --IDOC  Run the RBDAPP1 to replication users in ORG.
    Regards,
    Srikanth

  • Vendor Replication with Foriegn Currency

    Hi,
    I am with SRM 4.0 & Extended Classic. I have one backend purchase organization and one SRM purchase Organization.
    I created Vendor in ECC with EUR & backend purchase org. I replicated Vendor with Foriegn Courency and when carrying out sourcing application with this Foriegn Vendor I am getting the following error.
    'Vendor is not intended for SRM Purchase Organization' and 'Currency was not transfered by Vendor; EUR is retained'
    Please tell me what I have to further at present I have only USD in my Org Structure.
    Thanks,
    Navven

    Hi Navven,
    Once you do the replication using BBPGETVD txn all the vendors will get replicated from backend and placed under the Vendor Group (Vendor root org).
    There is no need to create the vendors manually.And the BP number will get generated automatically. Based on the option you choose in BBPGET VD it will assign either an internal number or will retain the same back end number.
    In case you want to have different groups for different vendors create a different vendor group and refer the same during replication of vendors in BBPGETVD.
    Hope this makes you clear. Clarifications are welcome.
    Award points for helpful answers.
    Rgds,
    Teja

  • ECS with multi backend ?

    Hi,
    I would like to have some feedbacks from people that have set-up an ECS scenario with multi backends (R/3 and <u>especially</u> non R/3 backends).
    What limitations did you get ?
    Kind regards,
    Yann

    Hi
    Actually this all depends on the complexity of your system landscape as well.
    Data Consistency Issues frequently happen either due to system failure, memory bottlenecks, Error in transmission after confirmation, etc.
    Say for instance, We have allowed the employee to shop from multiple comapany codes maintained at various R/3 back-ends. Usually in the first phase after getting live, we faced data inconsistency issues due to replication, spool errors, system errors.
    BAPIs used for R/3 document creation also needs to be throughly verified for all possible scenarios and based on the customer requirements. We faced lots of issues in this case. Delivery Address was not getting passed correctly to the Backend documents in one case. We also faced BAPI - RFCs commit not working properly in few cases. Then we have to handle those issues from SRM side only.
    R/3 system in our deals with FI/CO validation, MM- Logistics, etc in our case.
    We need to handle most of the SAP inconsistencies by using our custom BADIs, BAPIs, from SRM side only, since some issues are top prioirity and we cannot wait most of the time ideally until SAP comes back with a resolution, OSS note etc. 
    Similarly, when dealing with multiple currencies, the Custom Approval workflow needs to be configured based on a common currency in order to determine the right Approvers for the shopping cart. The condition types, tolerance groups, GL validation, WBS Element handling etc from SRM is also a challenging experience.
    Let me know incase this helps you in any way for your scenario.
    Best Regards
    - Atul

  • Replication with fast refresh

    hi everybody,
    I have a problem in replication with fast refresh. I used 2 Windows 2000 server with Oracle 9i Release 9.0.1.1.1 and I can't made the automatic update. This doesn't work and I cant use ON DEMAND.
    I made
    Remote server
    Create table teste (a number primary key, b varchar2(20));
    insert into teste (a, b) values (1, 'weqwuqeui');
    create materialized view log on teste with primary key;
    Server Local --------
    create materialized view admin.teste_mv
    build immediate
    refresh fast start with sysdate next sysdate + 1/1440
    with primary key as
    select * from teste@servidor1;
    Server Remote -------
    insert into teste (a, b) values (2, 'qwerty');
    The first line is in the materialized view teste_mv but the second never appear.
    I know it's a dumb trick but I can't solve this problem at the moment.
    If somebody can help I would appreciate.
    Thanks in advance

    thanks for the reply.
    The job_queue_processes parameter in both servers is set to zero
    The dba_jobs returned the following columns, every other columns are null. The next date and time is in the past.
    JOB LOG_USER 1
    PRIV_USER ADMIN
    SCHEMA_USER ADMIN
    NEXT_DATE 11-JUL-07
    NEXT_SEC 17:45:47
    TOTAL_TIME 0
    BROKEN N
    INTERVAL sysdate + 1/1440 FAILURES
    WHAT dbms_refresh.refresh('"ADMIN"."TESTE_MV"');
    NLS_ENV NLS_LANGUAGE='AMERICAN' NLS_TERRITORY='AMERICA' NLS_CURRENCY='$' NLS_ISO_CURRENCY='AMERICA' NLS_NUMERIC_CHARACTERS='.,' NLS_DATE_FORMAT='DD-MON-RR' NLS_DATE_LANGUAGE='AMERICAN' NLS_SORT='BINARY'
    MISC_ENV 0102000200000000
    INSTANCE 0
    Cheers

  • Transactional replication with 1 publisher 2 subscribers in SQL 2012 SE

    I have a setup of transaction replication between one publisher and subscriber in the Same server.Now, I need to add a new subscriber to the existing publisher. So publisher database name is DB_A and Subscriber 1 name is DB_B. So the new subscriber will
    be DB_C. 
    Is this kind of setup possible on one server?
    If yes then at the time of reinitialization is it going to apply the snapshot on DB_B as well as DB_C?
    Also let say if due to disk error DB_B gets corrupted then will data be still replicated between DB_A and DB_C? (Assuming publisher, subscriber 1 and 2 are sitting on individual disks)
    Need your valuable thoughts experts.
    Thanks a ton.

    For that you have to setup replication with backups. Assuming you had a failure and the only option now is to reinitialize, then instead you basically drop the subscription, change the publication property to
    allow_initialize_from_backup to true. Now you can follow the article below to create the subscription. Instead of using the backup from publisher you can use the old backup of subscriber. In this case, you need to confirm that
    all the data that is in the publisher (which needs to be replicated) is already there in subscriber.
    http://msdn.microsoft.com/en-us/library/ms147834.aspx
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • SQL Server 2012 Transactional Replication with updateable subscriptioins

    Hi All,
    It is heard that Transactional Replication with Updateable Subscriptions
    is
    deprecated in SQL 2012 so it is not possible to configure through the wizards but
    we can still configure it by using T-SQL Script. Would you please share that script if possible to configure the same in SQL Server 2012. Thank You.
    Regards,
    Kalyan
    ----Learners Curiosity Never Ends----

    Thanks for the information,
    I understand that you have got the answer yourself and post it, Therefor I mark your answer. If this is still open question please inform us.
    [Personal Site] [Blog] [Facebook]

  • SRM with two  Backend Versions

    Hi,
    We are on going to integrate SRM 5.0 with two backends- 4.7c and ECC6.0
    Would request you to furnish details as to what precautions  and any significant config. have to be done /kept in mind for the same ?
    Would appreaciate details/ reference to material if any.
    Regards,
    Akhil

    Hello Akhil,
    please check the following link to a thread which already contains a lot of info concerning your question:
    Re: config for multiple backends
    Kind Regards
    Michael

  • 3 Way Replication with SYNC_CAPTURE (WBSSTORT = WBSZENTR = WBSSTORT2)

    Hi,
    i have a big issue in Oracle Streams 11g (11.1.0.7) with a 3 Way replication with SYNC_CAPTURE.
    My challenge is a replication just like that:
    WBSSTORT <=> WBSZENTR <=> WBSSTORT2
    I have to use the SYNC_CAPTURE because our Customer is using a Oracle Standard Edition.
    I followed your Metalink Note: 462102.1 with one big difference in Capture Process.
    REM ####################################
    REM ### CREATE SYNC CAPTURE ########
    REM ####################################
    conn stradmin/stradmin@WBSSTORT
    BEGIN
    DBMS_STREAMS_ADM.ADD_TABLE_RULES(
    table_name => 'mfr.t2',
    streams_type => 'sync_capture',
    streams_name => 'sync_capture',
    queue_name => 'stradmin.streams_queue',
    source_database => 'WBSSTORT.OPITZ_CONSULTING.INT');
    END;
    conn stradmin/stradmin@WBSSTORT2
    BEGIN
    DBMS_STREAMS_ADM.ADD_TABLE_RULES(
    table_name => 'mfr.t2',
    streams_type => 'sync_capture',
    streams_name => 'sync_capture',
    queue_name => 'stradmin.streams_queue',
    source_database => 'WBSSTORT2.OPITZ_CONSULTING.INT');
    END;
    conn stradmin/stradmin@WBSZENTR
    BEGIN
    DBMS_STREAMS_ADM.ADD_TABLE_RULES(
    table_name => 'mfr.t2',
    streams_type => 'sync_capture',
    streams_name => 'sync_capture',
    queue_name => 'stradmin.streams_queue',
    source_database => 'WBSZENTR.OPITZ_CONSULTING.INT',
    include_tagged_lcr => true);
    END;
    After I have instantiatet the Table SCNs, I tried to insert a row in WBSZENTR, but that row is not propagated and applied to WBSSTORT or WBSSTORT2.
    If I insert a row into WBSSTORT, nothing is propagated and applied on WBSZENTR or WBSSTORT2.
    So my questions are:
    1.     Can I build a 3 way Replication with SYNC_CAPTURE
    2.     I’m not sure if the Apply Process working, because the apply_capture is set to TRUE, but in Oracle Documentation I read, the the SYNC_CAPTURE is Captureing only on Table and not from REDO
    3.     How can I Build a 3 Way Replication with SYNC_CAPTURE
    Many Thanx and greetings from Berlin – Germany
    Martin

    Have you seen the metalink note: 728911.1

  • Noncovergence in transactional replication with updatable subscription

    Hello all, 
    I have a Transactional replication with updatable subscription setup having 1 publisher and 3 subscribers. All the servers are SQL 2008 and have conflict resolution
    policy set as subscriber wins. Of late, I have been observing data mismatch for few tables. Some tables have records but their column values doesn't match. Some records are there on one subscriber but missing on publisher and other subscribers. However replication
    is running fine without any issue. I am trying to understand what could have caused this issue and how it could be avoided in future. 
    Do you guys have any idea what might be causing this and how to fix this?
    Let me know if you need any further details. 
    FYI: There is no filter defined for any articles in replication.
    Thanks, 
    Nainesh.

    If these problem rows do not show up as conflicts you will need to create audit tables and triggers to determine why these rows are not being picked up for replication.
    looking for a book on SQL Server 2008 Administration?
    http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search?
    http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941

  • [svn] 2277: 1) Update the messaging-config. xml under resource and add the cluster definition with shared-backend attribute .

    Revision: 2277
    Author: [email protected]
    Date: 2008-06-27 08:22:18 -0700 (Fri, 27 Jun 2008)
    Log Message:
    1) Update the messaging-config.xml under resource and add the cluster definition with shared-backend attribute. [#blz-197]
    2) Minor update to the session test.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/blz-197
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/src/remoting/session/FlexSessionAttribu teListenerTest.java
    blazeds/branches/3.0.x/resources/config/messaging-config.xml

    To use servlets u have indeed to update your web.xml...Well I'm not sure this is relevant to your case anyway.
    You have to add a <servlet> element to this file.
    Something like this:
    <servlet>
    <servlet-name>blabla</servlet-name>
    <servlet-class>blablapackage.Blablaclass</servlet-class>
    <init-param>...</init-param>
    </servlet>
    Now this may not solve your problem. Make sure you refer to your servlets using their full qualified names.btw, just to be sure, what is your definition of "servlet"? (i mean: any java class or only javax.servlet.Servlet)

  • Heimdal with LDAP backend?

    Has anyone gotten the LDAP backend for Heimdal to work? I've recompiled Heimdal with ldap backend support, and I have LDAP all set up, but no matter what I do, when I run kadmin to init the realm, I get this:
    [arew264@Reno src]$ sudo kadmin -l
    kadmin> init LINUXLAB.FHS
    kadmin: hdb_open: ldap_sasl_bind_s: Can't contact LDAP server
    From what I've read, Heimdal connects to LDAP through the unix socket that LDAP creates when you start it with the option "-h ldapi://", but if I start it with this option, it crashes with a file not found error. I think it's trying to create a socket in the directory where it was built because it outputs this:
    [arew264@Reno slapd]$ sudo /usr/sbin/slapd -h ldapi:// -f /etc/openldap/slapd.conf -d 1023
    @(#) $OpenLDAP: slapd 2.3.40 (Jan 17 2008 23:58:45) $
    nobody@tygra:/build/src/openldap-2.3.40/servers/slapd
    daemon_init: ldapi://
    daemon_init: listen on ldapi://
    daemon_init: 1 listeners to open...
    ldap_url_parse_ext(ldapi://)
    daemon: bind(7) failed errno=2 (No such file or directory)
    slap_open_listener: failed on ldapi://
    slapd stopped.
    connections_destroy: nothing to destroy.
    [arew264@Reno slapd]$
    That nobody@tygra line... that must be from the package maintainer's computer because, as you can see, my box is named Reno.

    I answered my own question. Appending LDAPI:// to the server list tells OpenLDAP to create a unix socket at... /var/lib/openldap/run/ldapi. Apparantly it's a strange side effect of the configure options that TomK used.

  • Is there any restriction on DDL replication with 11.2.0.1 GG version on HP UNix

    Is there any restriction on DDL replication with 11.2.0.1 GG version on HP Unix

    Here is few:
    1. ALTER TABLE ... MOVE TABLESPACE
    2. DDL on nested tables
    3. ALTER DATABASE  and   ALTER SYSTEM  (these are not considered to be DDL)
    4. DDL on a standby database
    In addition, classic capture  mode does not support DDL that involves password-based  column encryption, such as:
    1.CREATE TABLE t1 ( a number, b varchar2(32) ENCRYPT IDENTIFIED BY my_password);
    2.ALTER TABLE t1 ADD COLUMN c varchar2(64) ENCRYPT IDENTIFIED BY my_password
    I would request you to check documentation. you can check that here:http://www.oracle.com/technetwork/middleware/goldengate/documentation/index.html
    -Onkar

  • How to configure portal server with the Backend Oracle database

    Hi Portal Experts,
    we are planning to install Netweaver 04s sp stack 9 full java edition with Oracle 8i on windows platform.
    we have the installation docs of portal but we didn't have any idea about how to configure Portal server with the Backend Oracle database at the time of installation or after ost installation of portal.can anyone provide the documentation about this or guide me how to achieve this.
    PLZ share ur views---your help would be highly appreciable.
    Regds
    Phani.

    HI
    if you r working in Sap enterprise portal use for connection url
    jdbc:sap:sqlserver://ilsql01.tlv.sap.corp:1433;DatabaseName=Northwind
    ilsql01.tlv.sap.corp:1433 this is your portal url with port number
    Northwind is your database name.
    for dirver you need to give
    com.sap.portals.jdbc.sqlserver.SQLServerDriver
    in case if you r working on other than sap say windows along with oracle try to use
    Connection URL as jdbc:oracle:<drivertype>:@<database>
    Driver name as oracle.jdbc.driver.OracleDriver
    ex jdbc:oracle:thick:@localhost:3036:mydb
    Oracle implements two types of JDBC drivers:
    Thick JDBC drivers built on top of the C-based Net8 client, as well as a Thin (Pure Java) JDBC driver to support downloadable applets. Oracle JDBC drivers are used to create JDBC applications to communicate with Oracle databases.
    Oracle extensions to JDBC include the following features:
    Data access and manipulation
    LOB access and manipulation
    Oracle object type mapping
    Object reference access and manipulation
    Array access and manipulation
    Application performance enhancement
    *************if the information is helpful to you please reward points************

  • IDS5.2 replication with SSL

    I have two DS5.2 (on Sol9 sparc) servers and would like to enable multi-master replication over SSL. I am currently using self-signed certs on both systems.
    I'm trying to replicate from System1 to System2. I'm getting the following errors on System1:
    [27/May/2004:11:28:29 -0500] - INFORMATION - NSMMReplicationPlugin - conn=-1 op=
    -1 msgId=-1 -  Could not send consumer System2:636 the bind request
    [27/May/2004:11:28:29 -0500] - INFORMATION - NSMMReplicationPlugin - conn=-1 op=
    -1 msgId=-1 -  Failed to connect to replication consumer System2:636
    [27/May/2004:11:28:29 -0500] - ERROR<8318> - Repl. Transport  - conn=-1 op=-1 ms
    gId=-1 -  [S] Bind failed with response: Failed to bind to remote (900).On System2 the access log shows:
    [27/May/2004:11:44:39 -0500] conn=667 op=-1 msgId=-1 - fd=37 slot=37 LDAPS conne
    ction from x.x.x.x to x.x.x.y
    [27/May/2004:11:44:39 -0500] conn=667 op=-1 msgId=-1 - closing - B1
    [27/May/2004:11:44:39 -0500] conn=667 op=-1 msgId=-1 - closed.I tried installing System2's cert as a CA-Cert on System1. But that didn't change anything.
    Any ideas on how make this work?
    Thanks,
    Roger S.

    I am having the same problem. I have configured my IDS 5.2 directory server in replication with SSL. My error log shows the following error messages:
    Could not send consumer xxxxx:636 the bind request
    [19/Aug/2004:09:13:56 +0200] - INFORMATION - NSMMReplicationPlugin - conn=-1 op=-1 msgId=-1 - Failed to connect to replication consumer yyyyy:636
    [19/Aug/2004:09:13:56 +0200] - ERROR<8318> - Repl. Transport - conn=-1 op=-1 msgId=-1 - [S] Bind failed with response: Failed to bind to remote (900).
    Please, I need to know what is going on as soon as possible. Any help would be appreciated.
    Thanks

Maybe you are looking for