How to delete objects created in IR and ID

Hello ,
What is the right way to delete the SWCV from IR and Configuration scenario from ID .
I am using PI 7.11  version. Also, want to know that ,if i want to take backup , then how to  do that.
Thanks in advance.
Ravi

Hello,
What is the right way to delete the SWCV from IR and Configuration scenario from ID .
You start from the top to the bottom, by this I mean you delete objects in this order
ESR:
Operation Mappings -> Message Mappings -> Imported Archives -> Service Interfaces -> Message Types -> Data Types -> Context Objects  -> External Definitions
ID:
Receiver Agreement -> Sender Agreement -> Interface Determination -> Receiver Determination -> Communication Channels -> Business Component/Business System -> Party
I am using PI 7.11 version. Also, want to know that ,if i want to take backup , then how to do that.
Transport your SLD, All ESR objects under that SCV, All ID objects under that SCV as a file and then save in your local directory. That way, even if you deleted the objects you can still reimport them when the need comes.
Hope this helps,
Mark

Similar Messages

  • How to delete objects created in Integration repository(IR)

    Hi,
    I have created software componant in SLD and then imported that into IR.
    Now i want to delete all objects from SLD as well as IR.
    I have deleted theobjects from SLD but i am unable to delete the software componant objects from IR.
    Can anyone please let me know how we can delete objects from ID?
    Thanks,
    Chintan Soni.

    Hi,
    If you have imported from the SLD into IR you will see the Software Component and one level down you see one or more Software Component Versions.
    You can delete the Software Component Versions (one by one) and when you delete the last SWCV the Software Component will also be deleted.
    kr
    Robert

  • How to delete objects created with new

    Hello,
    I am having a problem creating a behavior or script to delete new sprites created in channels. I have a behavior script that creates new sprites using the following (simplified) script:
    First, a Beginsprite creates a gChannel_list and assigns a beginning gChannel value. pSprite is used to establish the sprite that in the mousedown is clickon.
    on Beginsprite me 
      gChannel_List =[]
      gChannel = 70
      pSprite = sprite(Spritenum)
    end
    In the mousedown the gChannel is incremented and the newly created channel is added to the gChannel_list.
    on Mousedown me
      gChannel = gChannel + 1
      theChannel = addat(gChannel_List,gChannel)
      themember = pSprite.member
      channel(gChannel).makeScriptedSprite(themember, point(80,160))
      sprite(gChannel).width = thememberW
      sprite(gChannel).height = thememberH
      sprite(gChannel).rotation = theMemberR
      sprite(gChannel).moveablesprite = 1
      sprite(gChannel).ink = 36
    etc
    After creation of several sprites based on the the gChannel, the following globals, for example, are returned.
    -- Global Variables --
    gChannel_List = [71,72,73,74]
    gChannel = 74
    My problem is that I am unable to delete these created gchannel sprites with a lingo command. Deleting them from the list, for example, using deletat(gChannel,1), does nothing to remove them from the stage (they do disappear from the list). And while I can display their attributes such as width [n=getat(gChannel_list, x); put sprite(n).width], nothing seems to relate to deleting these gchannel sprites.
    How is it done?
    Hope this is enough information. If not, please let me know. I can provide whatever you might need. Please help.
    Rod

    Sean,
    DUH! Didn't even know that a 'removeScriptedSprite()' command existed! Very logical. It works perfectly. Thanks again so very much.
    Rod

  • How to delete developer's SAP UserID and his SSCR key on SMP?

    How to delete developer's SAP UserID and his SSCR key on SMP?
    Dear Experts,
    Background:
    I want to delete developer's SAP UserID and SSCR key in QAS and SMP.
    Because as I known, developer's SAP UserID(registered SSCR key) is belonging to the SAP License measurement.
    I want to rid of the useless developer's SAP userID and the SSCR key registered on SMP.
    ====================Here below is the message I created===================
    Dear Expert,
    One of our developers whom registered SSCR key left, I want to delete
    his SAP UserID and his SSCR key.Can you pls tell me how to implement?
    What might have happened(expecially the downside) in the corresponding
    SAP Client if I delete the developer's SAP UserID and SSCR key? Will
    it cause our system screw up?
    I've searched the answer on SDN. Someone told me I should carry out the
    follow steps below:
    (1)Delete the Developer's SSCR key on Service Market Place(SMP).
    (2)Cancel all the Jobs defined by the Developer in DEV.
    (3)SU01, Replace the value 'Developer' with Blank at the 'LicenceData'
    lable.
    (4)Delte corresponding item of the Developer in 'DEVACCESS' table.
    (5)Lock/Delete the Developer.
    Is that right?
    Thanks!
    Jason   
    ====================Here below is the reply from SAP===================
    Dear Customer,
    When the SSCR Developer/Object keys are transfered to the system, the
    keys are stored in the following tables:
    o DEVACCESS : Developer keys
    o ADIRACCESS: Object keys
    But we do not have any report programs to delete the entries from these
    tables. If the customer wants to delete the entries, he has to write a
    local program to delete the table entries.
    SAP does not recommend ever cleaning out these developer keys, as long
    as the user ID is Locked / Deleted, that is the main thing.
    please Cancel all the Jobs defined by the Developer in DEV.
    So my recommendation to you is to first lock the user id of the user.
    Then Assign him a new userid which is not identical to the first one andthen subsequently delete the old userid.
    If you have an absolute need to delete a developer key without deleting
    a user then the easiest way to do this is probably to
    write a report with the instruction :
    delete from DEVACCESS where UNAME = ....
    Please note :
    There is no recording, who did what in the table, that is why SAP strong-ly does not recommend this, and customers will have to take responsibil-ity for this action.
    Thanks
    ====================My question is:===================
    Do you have any better suggestions?

    Hi,Rahul,Raghunandan
    Thank you very much!
    Her below were the SAP Support's main suggestions:
    1. Lock the user id of the user, then Assign him a new userid which is not identical to the first one and then subsequently delete the old userid.
    2. If you have an absolute need to delete a developer key without deleting a user then the easiest way to do this is probably to write a report.
    I want to know if I can delete the SSCR key directly via a particular TX? If I can, what is it? (I just want to know. For safety, I think I won't delete the SSCR key directly remained in 'DEVACCESS'.)
    Thanks!
    Jason

  • How to delete object in Integration Repository SAP PI 7.0

    how to delete object in Integration Repository SAP PI 7.0

    Hi Rashmi,
    Right click on the object, you would find the option to delete--> select it. Goto Changelist Tab and activate the changes.
    Ref: /people/siva.maranani/blog/2005/05/22/how-to-delete-software-component-from-integration-builder
    Re: How to delete/remove the software component from integration repository
    Thanks,

  • How use jndi to create a organization and add a  user  to it.(ÈçºÎ´´½¨Ò»¸ö×éÖ¯µ¥Î»)

    how use jndi to create a organization and add a user to it¡£THANKS£¡
    ÈçºÎ´´½¨Ò»¸ö×éÖ¯µ¥Î»,²¢½«Ò»¸öÓû§Ìí¼Ó½øËü¡£Ð»Ð»£¡

    Hi,
    The command above about creating a group only works for the root site of the site collection, because the scope of the user group is site collection level, these groups
    can be used in all the sites in this site collection.
    With the existing groups in the root site, we can add users into them and grant specific permissions of a specific sub site to these groups.
    Here is a demo about how to assign permission to a group using Client Object Model(though in C#) for your reference:
    http://www.c-sharpcorner.com/UploadFile/54db21/set-permission-to-group-in-sharepoint-2010-programmatically/
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How to delete order created against notification

    hi gurus,
    Someone tell me how to delete order created against notification. & also PR created against it.
    Regards,
    Radhika

    Hello
    You can set the deletion flag only when the order is business completed - CLSD status (no open costs remaining on the order). Deletion flag is set to the order when you want to archive the order. Till the order has a CLSD status, the del flag setting in the menu will remain inactive.
    Any open PR created against the order is automatically set to deletion when the order is set to TECO - tech completed status.
    For your scenario:
    If you dont want to use the order and the order is with CRTD status - you can set the 'Do not Execute' flag. It will set the order to CLSD and NCMP (Not completed) status. this will also delete your PR
    In case your order is already released - you will have to set the CLSD status for your purpose
    Regards
    Kartik

  • How to block user create personal view and select ALL VIEW?

    How to block user create personal view and select ALL VIEW?

    Hello,
    >create personal view
    To restrict creating personal view, you need to modify your existing permission level or create new one. Login with admin account to your site and open role.aspx page (http://siteurl/_layouts/role.aspx). Then click on existing permission or add new permission
    level-->and move to "Personal Permissions" section-->uncheck "Manage Personal Views - Create, change, and delete personal views of lists" option. Later you can assign this permission to all users, whom you don't want
    to allow to create.
    >and select ALL VIEW
    Since SP does not supports view level permission directly so you have to use custom solution or use below designer solution to restrict user to open any view.
    http://www.codeproject.com/Articles/433486/How-to-set-view-level-permissions-out-of-the-box-i
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How do I delete photo ALBUMS from my iPHONE 4? I sync via icloud and I can not see any folders selected in itunes. I searched the internet and basically there is no one who has the answer to how you delete the iphone photo library and misc albums

    how do I delete photo ALBUMS from my iPHONE 4?
    I sync via icloud and I can not see any folders selected in itunes.
    I searched the internet and basically there is no one who has the answer (so far)
    to how you delete the iphone photo library and misc albums
    I have also had every iphone and I am not stupid.
    charles altman

    Replying to my own post - heh. I downloaded iExplorer (http://www.macroplant.com/iexplorer/) which allowed me access to the files on the phone and there was the phantom movie in the DCIM folder. Deleted it, and all is well - although I still have 0.65gb of Other in iTunes.....

  • I recently downloaded Ios 7 and all the songs that i have purchased before but deleted off my itunes because i didn't want them showed up. I don't know how to delete them off my ipod and i really don't want them there

    I recently downloaded Ios 7 and all the songs that i have purchased before, but deleted off my itunes because i didn't want them, showed up. I don't know how to delete them off my ipod and i really don't want them there. Is there a way to get them off? The songs dont show up in my itunes on my computer, just on my ipod with a download button next to them. I don't want them there anymore because i don't like that kind of music anymore and i don't know how to get them to go away.

    There is a similar setting for Videos on that Settings screen, so if you leave that 'on' you may have similar happening in the Videos app

  • How to show Html5 created in eclipse and link to any cloud application like c4C through HCP

    Hi Experts,
    How to show Html5 created in eclipse and link to any cloud application like C4C through HCP 
    Regards,
    Vijay.

    Your question is very unclear, please elaborate what you are trying to achieve.
    Also, did you click on the Alert Moderator link? This is for reporting abusive content, spam, points cheating, etc. It should not be used w/o a reason (one of the above) as what it does is putting the content in the Moderators' queue and hiding it from public view.

  • How to delete old version of itunes and install the latest? When I update an error message pop-up.  "the feature you are trying to use is on a network resource that is unavailable".  Plese help!

    How to delete older version of itunes and installed the new version? When I try to install the new version (update) a message popup.  " The feature you are trying to use is on a network resourse that is unavailable".  Please can someone help? Thanks!

    Which particular .msi file is the message going on to say can't be found? (Several different msi files can be mentioned in this context: itunes.msi, bonjour.msi, AppleSoftwareUpdate.msi, etc.)

  • How to delete Dynamically created input field UI Element

    Hi all,
              I want to delete dynamically created input field and label.
    Is there any method please tell.
    Thanks in advance
    Hemalatha

    Hi,
    In the WDEVENT parameter of the action handler you can find the event id.
    ***Variables
      DATA:
        lv_selected  type string.          "Selected tab value
    ***Structure and internal table for the Events and messages
      DATA:
        lt_events type WDR_EVENT_PARAMETER_LIST,
        ls_events type WDR_EVENT_PARAMETER.
    ***Field symbols
      field-symbols: <fs_value> type any.   "Attribute value in events table
    ***Move the event table to lt_events
      lt_events = wdevent->parameters.
      read table  lt_events into ls_events with key name = 'SAVE'.  "Button Id
      if sy-subrc eq 0.
        assign ls_events-value->* to <fs_value>.
        if sy-subrc eq 0.
          lv_selected  = <fs_value>.
        endif.                 "IF sy-subrc eq 0.
      endif.                 "IF sy-subrc eq 0.
    Regards,
    Lekha.

  • How to delete Thr created functional module dynamically

    Hi All,
    How to delete Thr created functional module dynamically
    Regards,
    Lisa
    Message was edited by:
            Lisa Roy

    Hi,
    You can use the function module RS_FUNCTION_DELETE to do that.
    Make sure you are not deleting any standard FM's.
    Example
          call function 'RS_FUNCTION_DELETE'
               exporting
                    funcname          = 'ZFM_NAME" " Function modue name
                    suppress_popups   = 'X' " TO suppress any pop-ups that come when you delete
               exceptions
                    error_message     = 1
                    cancelled         = 2
                    function_released = 3
                    others            = 4.
    Regards,
    Sesh

  • How to delete data off time capsule and restart

    how to delete data off time capsule and restart

    Open Finder > Applications > Utilities > AirPort Utility
    Click on the Time Capsule, then click Edit in the smaller window that appears
    Click the Disks tab at the top of the screen
    Click Erase Disk
    Choose the Quick Erase option
    Click Erase
    The procedure will take a minute or two.  The Time Capsule is now ready for a new backup

Maybe you are looking for

  • Remote control

    I noticed my remote control was not working so replaced the battery... still doesn't work. Read the Apple support document for remotes, did everything mentioned relating to linking to my computer etc., still not working. Got my digital camera to chec

  • View in Roadmap

    Hey Guys, I have a question concerning the Entry view when you use Transaction Code RMAUTH. I can see my self created Roadmap, but what I try to do is, upload a document (anyhow) which will be shown on the right side directly. There are two folders (

  • How will I know if my IPod Touch 5 has a dent or a scratch? How can I differentiate the two?

    How will I know if my IPod Touch 5 has a dent or a scratch? How can I differentiate a scratch from dent?

  • The Mail app is not working after Mavericks download and recent 'fix' for Mail

    The Mail app won't start after upgrade to Mavericks, and needs force quit to close spinning pinwheel. The recent fix Apple offerered doesn't help. What are my options? Thanks

  • How to catch cancel of editing in JTable?

    Hi. I have JTable and I'd like to do something (like to show some warning) when user cancel editing in table cell by pressing Esc key. I suppose, that this can be done with CellEditorListener and it's method cancelEditing(). But when I use this, afte