Create  2 work repositores with one master repository

Hi all,
I have a corrupted work repositoy and I want to create one new work repository within the same master repository.
My questions :
1) Is it possible to keep the same Oracle user, the same oracle schema for this new new repository?
2) If yes why do I get a unique contstraint errors such as
ORA-00001: unique constraint (SNPM.AK_CONNECT) violated when I try to create one ?
Thanks for you answer.

You need an empty schema to create a new repository so you will need to drop and recreate your corrupted schema if you want to use them again
Edited by: SH on Mar 25, 2011 11:36 AM

Similar Messages

  • How to create a JClient form with one master block & multiple detail block?

    Hello,
    I am using Jdevelopver 10.1.2
    I want to have a JClient Form with one master table A and two detail tables B, C.
    But in the JClient Form wizard, I can only create a one master with one detail relationship. Can I create multiple details in that wizard ?
    Thanks
    Stephen

    Create a JPanel based on the second detail table with the wizard and add manually the JPanel to the Master-detail Form.
    Regards
    Fred

  • Problem with one master two details

    Hi,
    I have to create a form with one master and two detail blocks, both related via the same primarykey to the master block.
    Both detail blocks shall be based on joins (as shown in the white paper).
    First I have the master block with its items on the form.
    Then after creating the first detail block, I put the items on the form, too, and everything is fine.
    Next I create the second detail block (without join), rename it and create a master detail relation to the master block.
    To look after result I run the form - and all items off the master block are invisible!
    I checked it - its the creation of the second relation.
    What does this mean?
    What can I do?
    Silke

    Hi Frank
    forms 6i, database 9i
    'Cursor' = 'Datablock'?
    That means, forms cannot built the cursor?
    What do you mean with System Navigator?
    I first created the same form with the same construction, the two detail datablocks based on views, and there is no problem.
    I had to change, because some items should be updatable that I cannot achieve with views.
    There is a diffrence in useing the datablock wizard.
    Working the Views, datablock wizard cannot automatically find suitable master blocks.
    Working without views, he suggests the suitable master block. Even the dialog box for selecting the master block is different, it shows both the master block and its first detail block in ONE line.
    Silke

  • I have 2 iPhones and one iPad. Can i create individual icloud accounts with one itunes account?

    I have 2 iPhones and 1 iPad. Can I create individual icloud accounts with one iTunes account?

    I have 3 emails and 3 devices. I just want to be able to share the purchased music/apps but keep pictures/contacts etc separate. Is this possible??

  • Re: How to create More two class with one object

    haii,
             i have small information How to create More two class with one object,
    bye
    bye
    babu

    Hello
    I assume you want to create multiple instance of your class.
    Assuming that you class is NOT a singleton then simply repeat the CREATE OBJECT statement as many times as you need.
    TYPES: begin of ty_s_class.
    TYPES: instance   TYPE REF TO zcl_myclass.
    TYPES: end of ty_s_class.
    DATA:
      lt_itab      TYPE STANDARD TABLE OF ty_s_class
                     WITH DEFAULT KEY,
      ls_record  TYPE ty_s_class.
      DO 10 TIMES.
        CLEAR: ls_record-instance.
        CREATE OBJECT ls_record-instance.
        APPEND ls_record TO lt_itab.
      ENDDO.
    Regards
      Uwe

  • Can I open all of mine emails with one Master Password ?

    After entering master password, I have to enter password for each of mine email accounts also.
    Let's say for 20 accounts I must enter 20 different passwords, and it's time consuming. Can Thunderbird
    store all my passwords, so I can open all email accounts with one master password. If not can I get a Add-on or opp in order to do this, please let me know.
    Your dedicated user Tony.

    When entering the account password, check the box to remember it.

  • HT1495 syncing multiple ipads with one master ipad

    Does anyone have any advice on getting multiple ipads (aprox 10) to sync with one master ipad?

    Without connecting the iPad to your computer ...... Launch iTunes and go to Edit>Preferences>Devices. Turn off auto sync by clicking on the box at the bottom that says ..... Prevent iPods, iPhones ...etc. Click OK. Quit iTunes
    Connect the master iPad to the computer and launch iTunes.
    Transfer any purchases from the master iPad into iTunes via File>Transfer purchases from the menu at the top of iTunes or right click on the iPad name under the devices heading and select Transfer Purchases. Let the process complete.
    Next .... right click on the iPad name on the left side of the iTunes window under the devices heading and select - Backup. Let the backup process computer. Then sync with iTunes  and eject the iPad
    Connect the next iPad and right click on the iPad name under the devices heading and select - Restore from backup. Select the backup of the first iPad and let the process complete and then sync with iTunes. Eject the iPad.
    Connect the next iPad and follow the same procedure and do the same with the rest of the devices.

  • How to create a blinking starfield with one mc

    I have create one blinking star in a mc.
    It´s moving in a circle and blinking and changing
    colors.
    Now I want to create a starfield with blinking stars where
    every individual
    star is moving in a different way.
    The problem is, if I copy and past 100 of this mc with my
    blinking star in the
    same timeline (main) Theres no individuality. (I hope you
    understand my swedish/english).
    I know that I can copy an paste the same mc at 100 different
    frames..but that´s "low tech.
    Now then:
    How the should the actionscript looks like which manage to
    solve this problem?
    random something...??
    I know I can read and learn, but I ´ve been working with
    this site for over a year now and I have
    become halfblind (not really - I use glasses) of reading
    actionsript all nights long and working
    at my regular job from 9 to 5.
    The technical stuff It´s in other words not my strenght
    :wink
    Here´s my portfolio site:
    http://www.goodwill.se
    (The actionscripting is done with a lot of help from this
    forum)

    Creating a blinking starfield from one blinking mc.
    >you need to give your star movie clip a linkage name.
    lets say star_mc. Then loop 100 times. in each loop you attach the
    >star_mc in a random place on the stage. lets say the width of
    your stage is 500wx500h. The code should look like that:
    >for(var i:Number=0;i<100;i++){
    >star_mc=_root.attachMovie("star_mc","star_mc"+i,_rott.getNextHiestDepth())
    >star_mc._x=random(500)
    >star_mc._y=random(500)
    >}
    Cool, this is the first step- to spread the mc all over.
    But I wonder if they can be spread in time.
    So every star move individual in time.
    Now they move and blinking as a group, where every
    star is in the exactly same position in their tweening
    process, in time.
    (the blinking status is exactly the same for eveyone)

  • How to delete copies in two projects with one master

    Hello,
    I drug images from one project to another, thinking they would be moved. I see that it instead made a copy and now both projects have the same image, but they apparently share the same master. When I choose "delete version" with one of them, the message that comes up is "delete master image and all versions", presumably because there is only one version in the project. If I go ahead and continue the deletion, I lose the image from both projects (and the master).
    Is there a way to get out of this conundrum?
    Many thanks, Steve

    So, that means that if I use an image in an album, it's master is forever locked in location and can't be moved? That seems like a severe drawback.
    I know I've moved referenced masters for images in albums without a problem by using 'relocate masters', but you are saying that dragging the image from one project to another will make two versions referencing a single master rather than moving the master?
    I don't understand why I can't just delete one of the versions, then. They each seem to think they are the version of the master.

  • Creating PS Network header with one activity

    I need to create to a projekt the network header with one activity. so I want top proceed the following coding:
         CALL FUNCTION 'BAPI_PS_INITIALIZATION'.
          CALL FUNCTION 'BAPI_BUS2002_CREATE'
            EXPORTING
              i_network = gs_network
            TABLES
              et_return = et_return.
          CALL FUNCTION 'BAPI_PS_PRECOMMIT'
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
            IMPORTING
              return = es_return.
            CALL FUNCTION 'BAPI_PS_INITIALIZATION'.
            CALL FUNCTION 'BAPI_BUS2002_ACT_CREATE_MULTI'
              EXPORTING
                i_number    = ls_number
              TABLES
                it_activity = gt_activity.
            CALL FUNCTION 'BAPI_PS_PRECOMMIT'
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
              IMPORTING
                return = es_return.
    But I get an Runtime Error with "MESSAGE_TYPE_X" because the PRECOMMIT was not successful.
    Has anyone an idea how to handle that ??
    thx a lot
    Edited by: Rob Burbank on Nov 18, 2009 9:42 AM

    DATA: lt_return   TYPE TABLE OF bapiret2,
            l_wa_return TYPE bapiret2.
      CALL FUNCTION 'BAPI_PS_INITIALIZATION'
      CALL FUNCTION 'BAPI_BUS2002_CREATE'
        EXPORTING
          i_network = pi_wa_aufnr
        TABLES
          et_return = lt_return.
      READ TABLE lt_return WITH KEY type = 'S'
                           TRANSPORTING NO FIELDS.
      IF sy-subrc = 0.
        REFRESH lt_return.
        CALL FUNCTION 'BAPI_PS_PRECOMMIT'
          TABLES
            et_return = lt_return.
        READ TABLE lt_return WITH KEY type = 'S'
                           TRANSPORTING NO FIELDS.
        IF sy-subrc = 0.
          READ TABLE lt_return INTO l_wa_return INDEX 3.
          pc_aufnr_new = l_wa_return-message_v2.
        ENDIF.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          IMPORTING
            return = l_wa_return.
      ENDIF.
    this is the sample code to create network & to get the network number created

  • TimeCapsule works fast with one macbook, but slow with a macbook pro

    Hey there,
    i have a new time capsule 2gb, set up as a sole wireless router in my network. My macbook pro works fine with it but it needs about 3 hours for copying 40 gigabyte of data to the time capsule. Yesterday a friend came over with her macbook and was able to copy the same amount in about 50 minutes. I can't figure out any difference in the two systems. Can you help?
    Thanks.
    Tilmann

    tilmannkuhla wrote:
    i have a new time capsule 2gb, set up as a sole wireless router in my network. My macbook pro works fine with it but it needs about 3 hours for copying 40 gigabyte of data to the time capsule. Yesterday a friend came over with her macbook and was able to copy the same amount in about 50 minutes. I can't figure out any difference in the two systems.
    Welcome to Apple's discussion groups.
    You might try measuring the signal and noise levels that each Mac sees using these instructions:
    http://discussions.apple.com/thread.jspa?threadID=2347845&start=1
    One possible explanation might be that your Mac has a metal case while the other may have a plastic case.

  • Recently bought new printer. All works fine with one OSX user. However, cannot print anything on other OSX user, including cannot print Adobe PDFs or to new printer. Puzzling!

    computer = Mac PowerPC G5
    OS = 10.4.11
    Adobe Acrobat 7
    HP laserjet M1212nf
    I recently bought a new HP printer. I was on an admin user when I installed it. All works fine with this admin account/user. I can print to the HP, print to Adobe PDFs.
    However, when I then go over to another user account, I cannot print *anything*. I cannot print to Adobe PDF, cannot print to the new HP. If I try to print an excel file, it says "cannot communicate with the printer" along with some useless suggestions. If I try to print a page on FireFox, nothing happens. That is, sure I get the usual dialog box, click the appropriate choice of printer, click the number of copies, then click the OK button ... and nothing happens. No pdf process is started. Nothing is sent to the HP printer.
    The fact that both printer options are not working suggests it is some kind of OS problem, not specific to either printer "device".
    Any assistance is appreciated! Thanks!

    Hi BDAqua,
    Thanks for the suggestion. I'm a bit leery of trying that. I would think that if the driver was not installed, then none of my users could use the printer. However, both admin users can use the new printer. The list of available printers is:
    Adobe PDF 7.0
    New HP Printer
    I also used to have Old HP Printer, which I  removed. Before, Users A, B and C could use both the Adobe PDF and the Old HP printers. Then, after I added the New HP Printer, it showed up in the list of printers for all three users. However, after I added the new printer, only the two admin accounts, users A and C, can actually print anything. Both users A and C can use the Adobe PDF printer AND the New HP Printer. But I get error messages with user B, for both the Adobe PDF printer and the New HP Printer.

  • Is it a best practice to have a template with one master page?

    I am a newbie FM 11 writer and am cleaning up some unorganized books. Should I copy one set of Master Pages to all files in the book. Currently my TOC and certain other files have unique master pages. I would like to set up our books using best practices and would like input from the community. Thanks.

    There are two schools of thought on this. The specific sub-template approach or the "kitchen sink" approach.
    In the "kitchen sink" (i.e. everything, including the...) approach, the FM template is loaded with everything required for the project in a single file. It's simple to deploy, import it to all files and you're good to go. However, the author may have to deal with all sorts of superfluous tags and page layouts in some specific file types, like the cover pages, TOC, Index and other generated files. The onus is on the author to select the correct items to use from the multitude of choices.
    The sub-template approach is modular approach where one creates the various components in separate template files, e.g. paragraph and character tags, tables, page layouts, etc. and combines to create specific templates for the various book components. These component-combined templates only have the minimum that is required for each type of document component. This is a lego-like approach and it provides more flexibility (IMHO) with modifying, updating and creating new templates. This is easier (perhaps less intimidating would be a better term) for the author to use as their choices are much more limited in any given context. However, they do have to apply the correct templates to the specific book components.
    In all cases, you need to document the usage of all components in the template(s), so authors will know the intent of each and every tag, table, sttyle, page layout, etc.

  • Dual spi device with one master and one slave on the PC end

    The powers that be want to emulate a hight speed RS-232 connection to an instrument we are building. We don't want to poll the instrument to see if it has data. They want the instrument to have both master and slave SPI busses so that it can push data to us.
    I need to find the PC hardware to do this that is compatable with LabView so I can test it. It doesn't have to be a single device. It could be two as long as one can be master and the other slave. We have the NI USB-8452 but it can't be slave.
    TIA  Norm
    Attachments:
    Dual SPI.png ‏26 KB

    Hi Viper
    You are right, the 8451 can only be configured as an SPI Master. For creating a slave you would have to choose an FPGA based solution. Depending on the hardware from NI that you currently have, you can choose from different FPGA cards or devices. I found some links that might help you with your search:
    Community: SPI Slave Device in FPGA
    White Paper: Implementing SPI Communication Protocol in LabVIEW FPGA
    Forums: Slave SPI product recomendation
    Forum: SPI in FPGA Multifunctional card discussion
    White Paper: SPI and LV basics (check section 7)
    Hope the information provided is helpful.
    WenR

  • Remote not working properly with one TV

    For one of my TV's the remote is not working as it should. Just today - the operating distance from my couch, which is about 8 ft got reduced to about 3 ft. I don't have this problem with my TV in the bed room. I changed the batteries and they are fully charged. Tried calling Verizon - don't get to speak to a human anymore. They prompt me to buy a new remote. Can someone help me.

    It's been about an hour since I posted my issue and got your reply.  All of  sudden everything started working again. All we did was turned off and turned on everythng. Thank you for your help. I never got to try your solution - but will keep that as a possible solution in case it happens again.

Maybe you are looking for