Problem in multi master replication creation using DBA Studio -- replication

Hi,
I am trying to create multi master replication using DBA studio but facing following problem at the time of master group creation.
ORA-04052 error occured when looking up remote object SYS.SYS@CBOLDATA
ORA-00604 error occured at recursive SQL level 2
ORA-01017 invalid username/password, logon denied
ORA-02063 preceding line from CBOLDATA
If you want to know how I am trying the whole thing then here is the way I am doing comfiguration.
First I have created master site which is created successfully.
Here I have used two database named UPP817 & CBOLDATA
Step of master site creation is followed like this.
1. Master Site addition (Added both UPP817 & CBOLDATA using SYSTEM username)
2. Default User (No change is done, Default schema and password taken)
3. Master Site Schema (Added SCOTT/tiger)
4. Scheduled Link (No change is done, Default values taken)
5. Purge (No change is done, Default values taken)
6. Finished successfully
Master group creation there is three option available
1. General (Only value of Name is given)
2. Object (No object added)
3. Master Sites (It takes UPP817 by default as a master defination site then as a Master Site I have added CBOLDATA)
when I pressed on Create It gives me the error listed above.
I really appreceate your help
Mukesh

Create public database link at master site database for CBOLDATA.
Also see that you are using SNMP protocol and Oracle Pipe at both
databases. This will be usefull while making replication from remote
place.
I hope this will work.
regards
Avinash Jadhav

Similar Messages

  • Problem with Multi Master Replication

    Hello All,
    I've setup a multi-master replication with no consumers. i.e i'm having 2 suppliers which should update each other. The setup seems to be fine since the initialization of one supplier by other works very fine. But i couldn't get the synchronization btwn the suppliers get worked. I noticed in the error log that the syn-scan request arrived, but ignored. What are the possibilities of this error ?
    Please help me with this regard.
    Thanks in advance,
    Rajesh

    Hello All,
    Rich, you have been a support to most of us in the group(indeed much to my help)...Its splendid work....
    My problems disappeared after applying the Service pack ....the service pack in fact is mainly to sort out the replication issues.
    Advice from my experience - The patch may be more than enough for most of the replication issues.
    One observation - i had the replica busy error, but i didn't have to restart the replica as suggested by some of the previous threads. Seems the service pack did some fix for it.
    Thank you all,
    Best Regards,
    Rajesh

  • MDM Material Master data creation using Guided Procedures

    Well, i searched a lot on the forums but didnt get any thing.
    My requirement is to use MDM Java APIs for creating material master data using Guided Procedures. However, i got one nice document "[How to create master data centrally using guided procedure|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/92811997-0d01-0010-9584-f7d535177831]". This doc discuss about business partner creation and also have a link to downloadable file. But now when i click on this download link, it says download expired !
    Can anyone please post a valid link to these deployable files?
    Or anyone could post some usefull materail or links on the above mentioned requirement?
    Kindly reply, any help will be highly appreciated.
    Regards,
    Ameya
    Edited by: Ameya Pimpalgaonkar on Sep 27, 2008 11:29 AM

    Wow, that was indeed a quick reply i have ever got on SDN. Thanks for the excellent link jitesh. However, where will i get the deployable files that it selects in the Import GP/CAF contents step of the demo? those are the webdynpro components files. One is SCA and other is SDA. Where will i get them?
    Kindly post the link to those files if u have them or else send it across.
    Regards,
    Ameya
    Edited by: Ameya Pimpalgaonkar on Sep 27, 2008 11:53 AM

  • Error in project creation using Netweaver studio

    Hi all,
    I am trying to create a new Composite Application Services project using Netweaver studio 7.011. When it came to the final step of the Project creation wizard, an error message pop-up saying "Problem when creating project".
    I have tried the methods posted in the forums, but its doesn't work for me.
    "Problem when creating project"
    Problem creating a composite applications project
    Can advise on how to resolve this?
    I am currently using Java 1.4.10 and NW2004s SP11.
    Thanks a lot.
    Regards,
    aiwei

    Yes, I can write to the folder.
    Any clue?
    I cannot proceed to create project with this error.
    Can advise?
    thank you.

  • Vendor master record creation using interactive form

    hi all,
    i have a requirement to create a vendor once the user enters the data related to vendor similar to xk01 data  on an interactive form and submits it .it goes thru a series of approvals and then at the final approval if the form is approved and say submit  it has to create a vendor in the sap system  i have searched for good bapis for vendor creation but found nothing . also searched the forums but I didnt get any idea or solution. i thought that i can use the bapi in the service call i use in webdynpro component and create a context for the form similar to the structure in bapi.
    could you please help me out on how this can be done . i just need to post all the vendor data into sap and get a new vendor created automatically  in background and get the vendor number again back to form to notity the person that it has been created.
    appreciate if you could reply me asap.
    thanks.
    regards
    sp
    Edited by: SOHA PATHAN on Jun 6, 2011 12:40 PM

    Hi Ashwani,
    thank you for replying . my question was how to post the vendor data entered on the form into sap i.e using xk01 as u have done in your project. i have created a structure with all the fields required by user and required for a vendor creation in xk01 to create a vendor . this structure iam using in my form context. now iam not sure about how to post the data, can you please give me an idea of what code the FM's shoild have and also please tell me how to initiate workflow with the submit button and i want to send the URL of the form and not as PDF attachment , the approving person will click the URL and modify the interactive form and then clicks  approved button  in the same form.
    I hope you got my questions.
    Thanks,
    Soha.

  • Mobile number is not uploading for BP master data creation using BAPI ?

    Hi,
    I am creating Business Partner Master data in ISU/CCS using the BAPI "BAPI_ISUPARTNER_CREATEFROMDATA". Uploading data from Excel.
    Successfully uploading and creating new Business Partners apart from Mobile number, nick name,middle name, and name of birth fields.
    There are 2 issues i am facing:
    1. There is no field name is called Mobile number (data element AD_MBNMBR1) in structures of that BAPI.
    2. Nick, middle and birth names fields are there, but they are under the Expand(+ symbol) in FPP2 (FPP1) Tcode. That's why these fields are not uploading.
    How to upload them?
    Please help me out.
    Thanks
    Sarayu Parvathaneni.

    Hello Roopesh,
    Ususally, to make the BAPI update the database, you have to run BAPI
    BAPI_TRANSACTION_COMMIT after BAPI_PRDSRVAPS_SAVEMULTI2 is executed.
    In se37-> You may insert
    BAPI_PRDSRVAPS_SAVEMULTI2
    BAPI_TRANSACTION_COMMIT
    in the Menu-->function module >test>test sequences.
    Also as Mani said, if the update is successful the return parameter will be '0'.
    Regards,
    Ademola

  • Problem with Material Master Data Upload using MM01?

    Dear Abapers,
    I done recording for uploading Material Master using MM01. I selected respective views at the time of recording. Then at the time of uploading it is not selecting the Quality view and Account1 view. Even I used 'P+' function code. it is working but not selecting the 2 views. Manually, if I select those 2 views uploading successfully.
    Could you please let me clear on this issue?
    Regards,
    Sekhar

    Hi Chandrasekar,
      Scrolling in the view-selecting screen wont be recorded during SHBD ( Recording ).So you need to first select Basic data1 rather than Accounting 1 or Quality management.Once you are in the basic data screen, fill the required description( if its unavailable ) and then choose the accounting 1 or quality tab.Do a fresh recording with the above approach, your issue should be solved.
    Regards,
    Kiran
    Edited by: Kiran NN on Feb 29, 2008 11:02 AM

  • DBA Studio / Permissions question

    Sorry to ask this here, but I couldn't figure out the relevant forum and this one looked busy.
    I am trying to use DBA Studio to grant permissions on tables, etc. I can't seem to create a connection that has permissions to grant priviliges to objects not owned by the connection. For example, when connected to DBA studio with the SYSTEM account, I am not able to assign select for BDMS objects to the BDMS_ALL account.
    Is there any way to grant priviliges to SYSTEM or any other account where I can assign security permissions to objects owned by another user? I am going to write a permissions management application and would greatly prefer not having to create multiple connections / logons to set permissions.
    Matthew Cromer

    Though i could not understand u r problem properly, but i am sure that if u use the 'system' account with loged in as a 'sysdba' not a normal user, u could be able to give the previleges on any obkect to any user.
    santosh.
    for anyfurther questions contact
    [email protected]
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by sdaconsulting:
    Sorry to ask this here, but I couldn't figure out the relevant forum and this one looked busy.
    I am trying to use DBA Studio to grant permissions on tables, etc. I can't seem to create a connection that has permissions to grant priviliges to objects not owned by the connection. For example, when connected to DBA studio with the SYSTEM account, I am not able to assign select for BDMS objects to the BDMS_ALL account.
    Is there any way to grant priviliges to SYSTEM or any other account where I can assign security permissions to objects owned by another user? I am going to write a permissions management application and would greatly prefer not having to create multiple connections / logons to set permissions.
    Matthew Cromer<HR></BLOCKQUOTE>
    null

  • DBA Studio 8i EE- 8.1.6/Exportproblems

    Hi !
    I'm using Oracle databas 8.1.6 EE release 2 on Windows 2000 workstation and after some initial problems whith users, cridentials and other security problems when working with Oracle Enteprise Console/DBA Studio I still have some problems.
    When using Exportfunktion i DBA Studio I have problems to create DMP-file and a logfile. When pointing at C: - rootcatalog (c:\expdat.dmp) the job seems to work OK (job is queued, started and so on) when looking in Enteprise Manager Console but NO TRACK AT ALL of any files and nothing comes up in the jobhistory. On the other hand when I'm pointing at for example c:\oradata\bacup\expdat.dmp I get an error saying "the system cannot find the file specified, "could'n openc:\..\..\export.log": no such file or directory.
    I have no problems to create the files if I start the export utility with the specified NT-user from the Command-prompt. But when using Inteligent Agent from DBA Studion and using the same NT User Account for Running Jobs, it don't work ?????
    What's the problem ?
    Regards Karin

    Even I am facing the same problem.
    Could you solve this problem?? If yes
    please let me know how we can do that
    Thanks and Regards,
    Suresh

  • How can I create scripts from DBA studio??

    I just created about a bunch of tables, F&P keys, synonyms, etc using DBA studio. Now I'd like to extract that dictionary data to create scripts that I can run in the future to recreate the environment in production.
    How can I do this?
    THanks,
    Chris

    For some reason in my Oracle DBA Studio ( Oralce 8.1.6) table right click menu has no "Show object DDL" option. I run DBA Studio standalone, not from Oracle Enterpr Manager. Can this be the reason ?
    Also my database has 100+ tables.
    I also tried the import with indexfile option. It is gives me all a lot of ALTERs as they where applied to tables which looks UGLY. I need "clean" CREATE TABLE DDL.
    I's amaizing that Oracle has no simple way of doing this ???

  • DBA Studio back-up

    We are currently using DBA Studio with version ORACLE 8i. I would like to know how I can do a backup and a recovery.
    Thanks in advance
    SE

    Found the answer in case you were going to answer me...Thanks

  • Can't see my function's errors in DBA Studio

    I have Oracle 8i for NT. When using DBA Studio to edit a function, DBA Studio/Edit Function tells me the status of my function is invalid. When I push the Show Errors button, I get a totally blank Errors window. How do I get to see the errors in my function?

    When I run the create or replace function in SQL*PLUS I only get back one line from SQL*PLUS saying "Warning: Function created with compilation errors.". Is there something I need to change to see the specific errors?
    null

  • DBA STUDIO for DB10g

    hi ,
    is there any tool in Oracle Database10g to mount or start it, like we can use DBA Studio in oracle8i to MOUNT,UNMOUNT,SHUTDOWN OR START our database. (Other than putting URL in browser, because sometime this URL does not work. i experienced error page not found when i put the URL http://system_name:5500/em )
    Regards
    Najeeb

    Are you sure that the EM Http Port is 5500...???
    You should confirm that by reading the file portlist.ini in the [ORACLE_HOME]\install dir , although if you have altered it afterwards , the port written in this file would not be changed in this file.
    Anyway, it's worth the try to configure the EM....!!!!
    Sim

  • Problem in creation of Multi-master

    I created master group in replication.
    I have decided to use multi-master replication and because of that I add another site to my first master site.But when I do that in OEM ,I encunter to a problem
    called that invalid compatible version ....
    My Oracle Version is 9.2 and compatible parameter in my oracle is 9.2.0.0.0
    It is kind of everybody to help me.

    its due to the number ranges that is specified in the partner determination ... chech what is the number range assigned in the parner determination ,,, so once u check that u have to manually enter the number between that range only .. this should solve ur problem...
    path to check the number range is as below :
    spro-img-logistic generalbusiness partner-customers---define account groups and field selection ---    
    at this point click position button at the bottom and give ur account group .. select ur account group and click detail button .. now inside that u can see the specified number range .. dafault is 08 ( means u can specify between 400000 to 499999)..
    and some times  u may not have defined number range... check urs and create accordingly ... this should solve ur problem...
    rewards if solved ..
      thank you
    madhan

  • Two problems after reinitializing multi-master replication.

    Hi,
    I recently set up multi-master replication between two machines, A and B, running iDS 5.1. Everything works well until I disable replication and re-enable replication. Here's the procedure that I follow:
    1. Delete agreement on machine A and B.
    2. Disable the replica on machine A and B.
    3. Disable the changelog on machine A and B.
    4. Enable the changelog on machine A and B.
    5. Enable the replica on machine A and B.
    6. Create replication agreement on A and B.
    7. Initialize B from A.
    Problem #1:
    After I follow this procedure, updates to A result in the error:
    <B>
    Data required to update replica "cn=rep1, cn=replica, cn="o=sylantro.com", cn=mapping tree, cn=config (host rosemary.sylantro.com, port 389)" has been purged. The replica must be reinitialized.
    [07/Feb/2002:10:43:28 -0800] NSMMReplicationPlugin - Replication: Incremental update failed and requires administrator action
    </B>
    At this point if I re-initialize B from A, the problem ceases and everything is fine.
    This problem still occurs even if I restart the server before Step 4.
    Problem #2.
    When I assign machine A the old replicaId of machine B and assign machine B the old replicaID of machine A in Step 5, I get the following error.
    <B>
    [07/Feb/2002:10:06:02 -0800] NSMMReplicationPlugin - Unable to aquire replica "cn=rep1, cn=replica, cn="o=s
    ylantro.com", cn=mapping tree, cn=config (host wasrocky.sylantro.com, port 389)": the replica has the same Replica ID as this one. Replication is aborting.
    </B>
    The server looks like it is remembering its old replicaID.
    This problem still occurs even if I restart the server before Step 4.
    Any insight would be greatly appreciated.
    Thanks!
    Gil

    For the problem #1, the error message is normal since you have actually remove the changelog. However, once you have done an initialization, Replication should work.
    For the problem #2, the message is correct, because, although you have changed the ReplicaId on both server, your data still contain references to the previous replicaId both on Server A and Server B.
    In general, Replica ID uniquely identify a Master in a replication topology. It should not change. The replicaID is also used in the timestamps associated with each change and they guarantee that the Replication can always distinguish 2 changes, and also can detect time synchronization issues between masters.
    One way to avoid the Replica ID issue when changing ReplicaIds, is to reload the data on one server and then re-initialize the second one from the first one.
    Regards,
    Ludovic.

Maybe you are looking for

  • Same BB ID on more than one Playbook?

    Just going to the store to get another PB (at £149 for the 32GB it would be silly not to) Can I set it up with the same BB ID as the 16GB one I own ? And if so do I still get access to my purchased apps?   Studied the KBs but couldn't find definitive

  • Error message while using Photoshop Elements 9

    While using Photoshop Elements 9 I received the following error message: Font Capture: PhotoshopServer.exe application error. the instruction on 0x103e8453 refers to memory on 0x00000a74. The read & disk instruction ("read") on the memory has failed.

  • User defined custom Windows theme is not saved during roaming profile syncronization

    Hi, We have Windows 8.1 computers in a 2012 domain. The user profiles is roamed to a file server during logon and logoff. We have excluded many folders under appdata\roaming and appdata\local and was also excluding \AppData\Roaming\Microsoft\Windows\

  • Oracle 9i Streams AQ JMS jar files download

    Hi, i assume i need some jarfiles to access Oracle Streams AQ JMS for Oracle 9i. I just want to write some JAVA Applications using "Oracle Streams AQ JMS for Oracle 9i" What should i download? Where could it be found?

  • RH9: Same old story; can't get image bullets to display

    Using TCS3, FM10, RH9 in Windows XP. I have custom bullets that I would like to use for my bulleted lists.  No matter what I do in the CSS, I still get the standard black bullets. (I know I should be grateful for any bullets at all, but I would reall