Data replication

Hi All,
Could anybody help me on the following two issues.
1) A queue is stuck in sys fail,when I  go and check in for error it says "Logical System is not defined in table SMOF_ERPSH ". But strangely the required entry is maintained in the table.
so what else I need to check?
2) when i change the contact person details in CRM it is not getting reflected to ERP with the following error details.
a)Business partner 0000000163 does not exist as customer, change not possible
b)Data inconsistency - person not used
any help?
Regards
Peter

1) If you have the value mainbtained correctly then you should not get this error. Pls try to reprocess the queue. Before doing that Pls check
  a) If yu have maintained correct R/3 RFC destiantion and Correct Logical system in the table.
  b) If yu have maintained correct CRM RFC destiantion and Correct Logical system in the table.
2) In the second case,Pls check if the Business partner 000000016  exist in R/3. The reason you get this error is that change which you are sending now is an update. If the actual doesn't exist then we will get this error. So Make sure the parter exist in R/3 .

Similar Messages

  • Failure in the SOAP Runtime: Employee Master Data Replication Using IDoc OTM_EMPL

    During employee master data replication from ECC to CfTE, we encountered the following error:
    Unexpected element -el=OTM_EMPL ns=urn:sap-com:document:sap:idoc:soap:messages
    We are using the 1402 WSDL for Replication of Employee Master Data with Employment Details (humancapitalmanagementmasterd2). The payload was not received in CfTE.
    Can anybody please advise how to resolve this issue?
    Thank you.

    Dear Joselito,
    This issue need deeper investigation in customer system.
    Kindly report an incident for SAP Support for further help.
    Regards,
    Rahul Mishra

  • ONLINE DATA REPLICATION ONE DATABASE TO ANOTHER IN ORACLE 9.2.0.1

    I have used Oracle 9.2.0.1 version. I have created two database(ORCL, ORCL2).
    in my PC. I have created INV user in both database. Currenly I have worked on INV user which is in ORCL database. Is there any technique in Oracle 9.2.0.1 online data replication from One database to another. i.e. If at any point of time my ORCL database is damaged my INV user has been recovered in ORCL2 database.

    What do you mean by 'Online Data replication'? Do you mean the Oracle Advanced Replication or do you mean the Oracle Dataguard?
    Oracle Data Guard Concepts and Administration
    Release 2 (9.2)
    Part Number A96653-02
    Oracle9i Advanced Replication
    Release 2 (9.2)
    Part Number A96567-01
    ~ Madrid

  • Data replication and synchronization in Oracle 10g XE.

    We are trying to do data replication and synchronization sort of thing for all our servers. We are using Oracle 10g. XE. I guess there are some features in oracle already for replication but I am not very sure about them.
    To explain it more clearly - we will have individual database servers in our sub-divisions and then divisions and centers and then main server. We need to synchronize at various levels. So If any body is aware of any techniques, please let me know.

    Hi,
    Could you tell me what exactly synchronisation your talking about..?
    we will have individual database servers in our sub-divisions and then divisions >>and centers and then main serverIf you have mulitple DB servers then you can connect it by DB links. also if you are talking DB synchronisation then you can have Triggers,Materialized views.
    we also have two independent severs which are synchronised(atleast schema levels).
    Regards!

  • Data Replication Between Sqlserver and Oracle11g using materialized view.

    I have Sqlserver 2005 as my source and oracle11g as my target.I need to populate the target daily with change data from source.
    for that we have created a dblink between sqlserver and oracle and replicated that table as a Materialized view in Oracle.
    problem we are getting here is Fast refresh option is not available.each day it will pick full data from the source.
    is there any way to use Fast refresh in this scenario??
    Thanks in advance.
    Regards,
    Balaram.

    Pl do not post duplicates - Data Replication Between Sqlserver and Oracle11g using materialized view.

  • Install oracle goldengate at ASM  for data replication in RAC system?

    Hi Experts,
    We have 2 RAC server and each server have a 4 nodes RAC with 10R2 database in linux.
    We will install oracle goldengate as data replication between two RAC servers.
    Our database install on ASM in SAN box in linux
    Based on Goldengate install requirement, 16.     Set a shared driver that is accessed by each RAC nodes
    and install goldebgate on shared driver.
    As I understand, can we install goldengate on ASM that is shared by each node?
    Or we MUST set up other shared driver ( NO ASM) for installation of goldengate.
    Please advise me?
    Thanks
    Jim

    http://www.oracle.com/technology/products/goldengate/10/whitepapers/ha-goldengate-whitepaper.pdf
    This will answer your questions.

  • Data replication monitoring on MDG flex mode objects with Information Steward

    Hi,
    I am exploring different options available to setup data replication monitors on SAP MDG custom objects(flex mode). Basically my requirement is to setup rules in SAP Information steward which identifies if there are any missing records or mismatch between the data in MDG system and the replicated systems.
    The challenge I am facing is that the tables generated by MDG framework for flex mode are not consistent and they keep changing if we change some key information in the MDG data model. Also the generated tables are not the same in each environment (like development, quality, production). Appreciate if anybody can provide suggestions on handling the MDG generated tables in SAP Information Steward.
    Thanks in Advance.
    Goutham

    Hi Abdullah,
    Thanks for your reply. I cannot write any ABAP code in Information Steward. As you mentioned I can always use MDG API to pull the active data from MDG but here I can only give the table names.
    The other option as you mentioned, using DRF I can replicate the data in flat files to Information steward, but it is not making sense as I am validating with replicated data and not with actual data available in MDG. Other point is I don't think it is a good idea to replicate all the records periodically.
    Thanks and Regards
    Goutham

  • Issue in data replication for one particular table

    Hi,
    We have implemented streams in out test environment and testing the business functionalities. We have an issue in data replication for only one custom table all other tables data replications are proper no issue. When we do 100 rows update data replication is not happening for that particular table.
    Issue to simulate
    Update one row -- Replication successful.
    100 rows update -- After 3-4 hrs nothing happened.
    Please let me know did any of you have come across similar issue.
    Thanks,
    Anand

    Extreme slowness on apply site are usually due to lock, library cache locks or too big segments in streams technical tables left after a failure during heavy insert. these tables are scanned with full table scan and scanning hundreds of time empty millions of empty blocks result in a very big loss of performance, but not in the extend your are describing. In your case it sound more like a form of lock.
    We need more info on this table : Lob segments? tablespace in ASSM?
    If the table is partitioned and do you have a job that perform drop partitions? most interesting is what are the system waits nd above all the apply server sessions waits. given the time frame, I would more looks after a lock or an library cache lock due to a drop partitions or concurrent updates. When you are performing the update, you may query 'DBA_DDL_LOCKS', 'DBA_KGLLOCK' and 'DBA_LOCK_INTERNAL' to check that you are not taken in a library cache lock.

  • First Hit Session Data Replication

    We are using WLS 5.1 with sp3 in a cluster of three
              servers using in-memory-rep, JSP, and Apache as our proxy.
              Session data replication between a primary and secondary server
              seems to work fine except in the following case:
              1) Make first hit to the cluster. During the JSP processing of
              that hit set some HTTP session data via setAttribute().
              2) Kill-off the primary server (the one that handled the first hit).
              3)Make a second hit to the cluster, it is handled by another
              server (the secondary), the session is recognized as an ongoing
              session however the session data that was set during the first hit is not
              present in the second hit.
              If we make two hits to the first server and set data, then kill-off
              the primary server, the secondary has the data at the third hit. The
              only issue seems to be when the primary is killed after the first hit.
              Anyone have any ideas?
              Thanks,
              -darren
              

    You can configure ClusterServlet in your web server farm (WLAS as web
              servers) to proxy JSP and servlet requests to the WLAS farm (WLAS processing
              your JSP and servlet).
              Set up in-memory replication in your WLAS farm. Session in JSP will be
              replicated.
              Cheers - Wei
              Yen Liu <[email protected]> wrote in message
              news:[email protected]...
              > Hello,
              >
              > I read breifly the section on BEA's online documentation talking about
              in-memory
              > replication and clustering.
              >
              > In it, it mentioned the ClusterServlet and configuring the
              weblogic.properties
              > file to assign servlets to the ClusterServlet so that sessions will be
              handled
              > correctly and all.
              >
              > My question is, "what about JSP" I am using a lot of JSP pages which sets
              > session parameters for the specific user into session objects.
              >
              > Any tips, recommendations will be most helpful.
              >
              > Thanks,
              >
              > Yen Liu
              > 510/870-1169
              >
              > Prasad Peddada wrote:
              >
              > > Darren,
              > >
              > > It shouldn't be the case. After your first hit, when you kill the
              primary
              > > server, when you make your next request you should find all the info in
              the
              > > session. I will post again, if we find the same problem on monday in our
              test
              > > environment.
              > >
              > > Thanks
              > >
              > > Prasad
              > >
              > > Darren Kessler wrote:
              > >
              > > > We are using WLS 5.1 with sp3 in a cluster of three
              > > > servers using in-memory-rep, JSP, and Apache as our proxy.
              > > > Session data replication between a primary and secondary server
              > > > seems to work fine except in the following case:
              > > >
              > > > 1) Make first hit to the cluster. During the JSP processing of
              > > > that hit set some HTTP session data via setAttribute().
              > > > 2) Kill-off the primary server (the one that handled the first hit).
              > > > 3)Make a second hit to the cluster, it is handled by another
              > > > server (the secondary), the session is recognized as an ongoing
              > > > session however the session data that was set during the first hit is
              not
              > > > present in the second hit.
              > > >
              > > > If we make two hits to the first server and set data, then kill-off
              > > > the primary server, the secondary has the data at the third hit. The
              > > > only issue seems to be when the primary is killed after the first hit.
              > > >
              > > > Anyone have any ideas?
              > > >
              > > > Thanks,
              > > >
              > > > -darren
              >
              

  • What are the features of Data Replication

    What are the features of Data Replication
    Edited by: sdmuzdba on Mar 29, 2009 10:19 AM

    You should refer to documentatin:
    [Oracle Streams Replication Administrator's Guide|http://download.oracle.com/docs/cd/B19306_01/server.102/b14228/toc.htm]
    [Oracle® Database Advanced Replication|http://download.oracle.com/docs/cd/B19306_01/server.102/b14226/toc.htm]
    If it's not enough for you, could you explain your question more briefly please?
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com

  • Organization Model Before Data Replication

    Dear SRM Gurus,
    System:- SRM5.0 EBP5.5
    I am stuck in CRM-Middleware, data replication from R/3 to SRM.
    Can i still prepare ORGANIZATION MODEL, before replicating data.
    Best Regards,
    ANIL RAJPAL.

    Dear Yann,
    I have replicated Product categories from one R/3 site.
    a) Am using SRM5.0 EBP5.5, should i run report to get vendors into PPOCV_BBP ?
    b) In PPOMA_BBP - in attributes VALUE field is GREY - i cant put any entry in it ? have i missed any config ?
    Best Regards,
    ANIL.

  • Data Replication Basics missing

    Hi Experts,
    Im on MDG 6.1.
    when i go through the blogs and forums i understood that data replication can be configured by
    Step 1)
    Perform ALE settings.
    step 2)
    in DRFIMG
    - define o/b implementation
    -define replication model (attach the o/b implementation here)
    step 3)
    in MDGIMG
    -when you define business activity you mention the o/b implementation that you created above under "BOType" column.
    is this all or did i miss anything else?
    i have read in a forum that you also need to mention in BRF+ ->NON user agent step->Pattern 04 -> Data Replication.
    does this mean if i dont mention this step in BRF+ the replication will not work??
    by doing all the above does a create and a change will be replicated as and when they are occured?
    Are these the same steps to execute replication for all reuse objects or do they differ?
    Please help.
    Regards
    Eva

    While configuring Data replication, Can i know in what cases we should use BRF+ -> Pattern 04 -> Data Replication(Non User Agent Step) and in what cases we should not use this???
    From the previous post i understood that Data replication works "without" a non user agent step in BRF+ (Pattern 04 -> Data Replication).
    i.e Approvals->Activation->Complete ->Triggers Data replication automatically??
    Please, Can any expert answer my two questions above.
    Regards
    Eva

  • Data replication offline/online

    e have a java application which has to work both in off-line and
    on-line mode.The application is in two tier architecture and the
    environment is : Forte(IDE),JVM 1.3.0 Hotspot,JDO,pointbase
    embedded for offline mode and oracle 8.1.7 for on line mode
    (behind a firewall).The user can choose to work in offline mode
    and the data has to be moved/replicated to the online DB as soon
    as the user connects with the server in online mode next time.
    We have the following problems.
    1)The replication of data from offline to online is not working-
    mainly due to firwall.We cannot have a workaround by allowing
    all users thro'firewall.
    2)Forte /JDO do not support oracle lite(in place of point
    base).We are not able to convert the persistent classes to jar.
    3) Switching over to 3 tier architecture/ JDBC(replacing JDO)
    may solve some problem but involves lot of effort.
    -Is there any other suitable database?
    -Is there any other method to overcome this problem?

    What do you mean by 'Online Data replication'? Do you mean the Oracle Advanced Replication or do you mean the Oracle Dataguard?
    Oracle Data Guard Concepts and Administration
    Release 2 (9.2)
    Part Number A96653-02
    Oracle9i Advanced Replication
    Release 2 (9.2)
    Part Number A96567-01
    ~ Madrid

  • Site to Site Data Replication

    Hello,
    We are currently working to design a DR site with site to site data replication via Oracle products.
    CWDM and DWDM seems interesting but I would like to know how does the commucation over these solutions happen. Is it over IP network with IP source/target addressess or something else. What is the protocol used.
    Secondly, we are looking for 40Mbps bandwidth over fibre between Active and DR site. Is CWDM/DWDM the right option. Or there could be other options like through plain routing via edge routers between the data center.
    Thanks.

    Recently i setup replication between 2 datacenters that were about 35 miles apart.  We had a DWDM/PtP between them running at 10Gbits total bandwidth.  I had a 2Gbit slice of that.  the latency of that DWDM and the speed of my connection allowed me to run a simple ISL between the 2 sites.  Nothing special required.  just built a channel and trunked it.  Worked great.  Just thought i would share a past experience in case it is in line with what you are trying to do.

  • Technical master data replication error

    Dear Experts,
    I am facing a problem with the TECHNICAL MASTER DATA replication from ISU TO CRM, Problem is I have completed the initial load  of the TECHNICAL MASTER DATA load is sucessfull issue is when i am creating the NEW TECHNICAL MASTER DATA like connection object and premise they are not moving to CRM immediately every time i am doing the request load or initial load by putting the filters could you please tell me how to solve this issue.
    Thanks & Regards
    Boyz

    Hi,
    Sometimes, the data can get stuck in the queues. So you need to check on it as well.
    After creating the technical master data, please check whether it exist in ISU system.
    Then you can check the SMQ1(Outbound queue) in ISU.
    Then you can check the SMQ2 (Inbound queue) in CRM.
    Also in Tcode SMW01 ( BDoc message) in CRM.

  • Spatial data replication

    Hi
    Is it right place to ask regarding oracle spacial data replication using goldengate? I posted message goldengate thread but now one is replying to that...

    Hi,
    A few tips for getting useful responses on these forums:
    - Give yourself a better name on OTN. User "931643" isn't great.
    - Give your post a meaningful title such as "Spatial data replication using GoldenGate". Your post (Re:goldengate error over on the Goldengate forum had a subject of "goldengate error". That doesn't say much about your particular question.
    - For this post on the Spatial forum - how about some more background information? What versions of the products? What exactly are you trying to do? What is not working? What error messages? Do you have a test case that somebody could easily reproduce? Have you got the replication working for non Spatial data types?
    I've never used Goldengate so won't be able to help much, and I suspect your best bet of a useful response is on the Goldengate forums.
    Have you checked the Goldengate documenation?
    The "Oracle GoldenGate Oracle Installation and Setup Guide" is available on http://docs.oracle.com/cd/E35209_01/doc.1121/e29797.pdf
    This says: Oracle GoldenGate supports SDO_GEOMETRY, SDO_TOPO_GEOMETRY, and SDO_GEORASTER (raster tables).So that looks promising, but check if that is the case for the Goldengate version your are on.
    Check the following My Oracle Support articles:
    "Does GoldenGate Extract Support Oracle Spatial?" [ID 971719.1]
    "Extract Abend With OGG-00746 Error (100, no Data Found) Selecting Data in CheckForSynonym For Table With Column Type SDO_GEOMETRY" [ID 1382906.1]
    John

Maybe you are looking for

  • Windows 8.1 desktop Freezes after boot for about 20 seconds

    only the desktop freezes, it refuses to accept clicks on anything then all of the sudden it works fine. if I opened an application (like tmp.txt ) I get as many as I clicked on during the freeze period. the task bar works during this freeze period, j

  • How to create xml file from relational tables in 10gR2

    Hi, I am very new to XML and was wondering how to create an XML file from querying relational tables. Some child tables may contain multiple rows that need to be returned in certain instances. Other queries will just be single or multiple rows from o

  • How do I set the default site in iWeb '09

    I have several sites built in iWeb, like most people do. However I want one specific site to be the default. How do I tell iWeb which folder to pick? In addition to this question, I have iWeb on another computer that I would like to upload a site I'v

  • Info record price  BAPI_PO_CREATE1

    Hello all, I am creating new POs using the BAPI 'BAPI_PO_CREATE1'. My requirement is to update the price from info record. 1. Is it possible ? 2. If yes, please let me know with details. Thanks is adv. Regards, Amarjit

  • Connection to Enterpise RAS Server to run Crystal Reports from Externaltool

    Hi, I am new to SDK, we have this situation We are using Enterprise BO XI 3.1 SP2, and we use a Java based tool by an external vendor that has Crystal reports and the vendor suggested to we use Crystal report embedded Report Application server to run