Delete/Unassign Resource Request Xml ?

What is the request xml to delete the resource from ACS4 ? Currently there is no xml request is generated in "Web service API Inspector" of ACS4. Also same for delete(unassign) resource from distributor resources?
Can anyhone help?

I've seen this too. Arguably, it's a bug, but I can also see an argument for the way it works now: if the account isn't going to be deleted, won't reconciliation likely just link it up again? In my particular case, the answer is "no"...
I'm running an old version of IDM 8, so I don't know if the behavior is still that way.
You can write your own task to unlink resources and make it available for launching under Server Tasks...Run Tasks. Or you can try using what's available under Accounts..Launch Bulk Actions.
-Les

Similar Messages

  • Bulk unlinking and unassigning of accounts while deleting a resource object

    I have a situation in which I want to bulk unlink and unassign the accounts from SIM while deleting the resource. I know we we can bulk unlink and unassign the accounts from the account tab, Admin interface.
    Is there any way to unlink and unassign while deleting resource adapter from SIM

    Hi,
    Try setting userAccountControl to 514 for an initial setting but do not rely on this being accurate for a existing user as the accountdisable flag is ony of many set in userAccountControl. See values below.
    #define UF_SCRIPT 0x000001
    #define UF_ACCOUNTDISABLE 0x000002
    #define UF_HOMEDIR_REQUIRED 0x000008
    #define UF_LOCKOUT 0x000010
    #define UF_PASSWD_NOTREQD 0x000020
    #define UF_PASSWD_CANT_CHANGE 0x000040
    #define UF_ENCRYPTED_TEXT_PASSWORD_ALLOWED 0x000080
    #define UF_TEMP_DUPLICATE_ACCOUNT 0x000100
    #define UF_NORMAL_ACCOUNT 0x000200
    #define UF_INTERDOMAIN_TRUST_ACCOUNT 0x000800
    #define UF_WORKSTATION_TRUST_ACCOUNT 0x001000
    #define UF_SERVER_TRUST_ACCOUNT 0x002000
    #define UF_DONT_EXPIRE_PASSWD 0x010000
    #define UF_MNS_LOGON_ACCOUNT 0x020000
    #define UF_SMARTCARD_REQUIRED 0x040000
    #define UF_TRUSTED_FOR_DELEGATION 0x080000
    #define UF_NOT_DELEGATED 0x100000
    #define UF_USE_DES_KEY_ONLY 0x200000
    #define UF_DONT_REQUIRE_PREAUTH 0x400000
    #define UF_PASSWORD_EXPIRED 0x800000

  • How to delete old resource objects in OIM

    I'm working with OIM Version: 9.1.0.1866.70 and I've recently been told that we are not going to be using a certain resource object anymore.  I've looked and gone through the design console but I don't see any option for deleting an entire resource.  Is there even a way to delete a resource in OIM?  I can turn off self-requestable but our numerous provisioning admins will still have the ability to grant the defunct resource.  Is this available in a later version of OIM?

    Hi,
    This is a forum for discussion about application development in C/C++/Fortran. I think you want to raise your question in a forum about identity management. This one looks more promising:
    Identity Management
    Regards,
    Darryl.

  • How to delete the open requests in the LBWQ

    Hi guys ... Can any one let me know how to delete / update the open requests in the queue . I need to delete the Open requests in the LBWQ...we are applying patches and for that we need to delete from LBWQ and RSA7...I guess there is an ABAP report which will deletes the open requests...Can any one let me know that report name please
    Thanks in advance...
    regards
    Edited by: sam on Dec 17, 2007 6:15 PM

    If your job control runs fine then best thing is to transfer the records from LBWQ to RSA7 and pull it to BW. If you do this all your delta data is intact and you do not loose any delta data. But if you delete the LBWQ you potentially loose all youre delta data. You can go to LBWE and start the job control and move data to RSA7 and then pull it to BW.
    But i am not very clear why you wish to delete this data ? If you do this then better you reinitialize all your delta data by following your normal procedure of filling up the setup tables and then initalizing in BW.

  • How to delete a specific request from ODS

    Hi all,
    We have an ODS which we're loading invoices from legacy system. In legacy system, there are two tables for invoices. First one is daily records which is archived on last day of each month. As you guess, second table is  for archive records. We need all of the records from  both tables. Because of performance issue , we don't want to load both tables everyday . So we created two transformation. Since there is no delta option, we need to delete the first table request from data targets before extraction. And delete the request from the second table only last day of month. We're created process chain. But there is no option for deleting only the request from a specific data source or transformation. Are there any solution for this?
    thanks,
    Yigit

    Hi,
    Thanks for your code. But is there any function module to delete most recent request from the ODS.
    I had 2 requirements...One in need to delete from ODS & Other one from Cube.
    FM - 'RSSM_DELETE_REQUEST' will be used to delete from Cube only.
    Can please you send FM & ABAP Code to delete request from ODS.
    Thanks in advance.
    Yigit
    Message was edited by:
            Yigit

  • How to delete a single request from DSO in BI 7.0

    Dear Experts,
    Could you please tell me how to delete a single request from DSO?
    I mean, in DSO if we delete one request it also delete the requests which are above it. But i don't to delete the above it.
    Please suggest me this issue.
    Regards,
    Prathap

    IN DSO--its a very basic thing....
    ACTIVE TABLE and CHANGELOG tables are overwritten after activation of each request.
    So ,each new request has a realationsip with the older request.
    So in the cases:
    1.If you activate the older request it will delete the new one ,because changelog entries have been written from the data of new request on the basis of the older one.
    e.g older request  entries:
    a x 1
    new request
    a x 2
    change log
    a x 1
    a x -1
    a x 2
    so its quite obvious you can't have  a x 2 directly (because in the infocube you will be sending wrong entries by deleting the just the older request and loadning new request).
    2.If you have activate new and old request toghterh then also system will not allow you to delete the newer request alone and you will have to delete both the requests.
    I guess already someone proposed correct solution to you ...thats selective deletion...but rahter than doing selective deletion there is a better way if you want to cancel out a particular request:
    thats request reverst posting
    IN the process monitor of any particular request you can find out the option for request reverse posting..Its good for individual request cancellation(keyfig values will become 0 for that particular request)
    regards,
    rk

  • BUG: Web service returns request XML as response when result too large

    Hi,
    sorry for cross-posting, but the Web Services forum seems to be quite abandoned and this is an urgent issue for me.
    I have a web service returning some records of a given type (created using JDeveloper 10.1.3.3). The running environment and the service implementation do not seem to make any difference, as the situation is the same whether running it in embedded OC4J or in AS 10.1.3.1, and whether it is generated from a PL/SQL procedure or a method of a plain Java class.
    The problem is that if the result of this web service is too large (contains a lot of records), then the processing halts in some Oracle class in some web service library, so not in a debuggable generated web service source or in the service implementation itself.
    I think that the XML processing halts because of a "java.lang.OutOfMemoryError: Java heap space".
    Then a more serious problem follows: the service doesn't return a fault message but the original request XML as a response. Obviously, this can lead to some really unexpected errors.
    To reproduce this error:
    1. Create a Java class with a method returning an array of an arbitrary type, of the size specified in an input parameter.
    2. Create a web service from this class.
    3. Call it multiple times increasing the size parameter in every call until you get back the request as response or any error message.
    For example:
    - if you test the web service using the web page generated to access the endpoint, then you can see the response XML - in case you don't get an Internal Server Error (Java heap space).
    - if you use a generated web service proxy for testing, then it will give an error saying "unexpected element name: expected={namespace}someOperationResponseElement
    actual={namespace}someOperationElement".
    Any ideas how to locate / solve this problem?
    Regards,
    Patrik

    Patrik,
    the usual recommendation is to try with 10.1.3.3 instead of 10.1.3.1 to exclude you are hunting down an already fixed issue. From what you describe, the error seems less JDeveloper related than OC4J or OracleAs.
    So in case it reproduces in 10.1.3.3 I suggest to create a testcase and open a service request with support, or try the OC4J forum in case its known there.
    Frank

  • How to delete/deploy resources in ES4 workbench?

    In the previous version of the workbench, I could deploy resources (PDF, flash files) into the workbench by drag-and-droping the file from the Windows Explorer into the workbench resource's tab. I could also delete the resource files by right clicking on the item and selecting 'delete' in the resource tab of the workbench.
    In the ES4 workbench, I could no longer do the above. Drag-and-drop does nothing and the right click context menu only shows Relationships, Access Control, History. How to delete/deploy resources in ES4 workbench?

    Hi,
    Did you find how to deploy the xdp files to resources in ES4 workbench? I am looking for deploy the xdp files to ES4 server please help me if you find the solution. Thank you.

  • How to delete the compressed Request ID in the info cube... ?

    Hi BW Gurus,
    one of the info package will upload the request in to three data targets and failed due to error with duplicate records.  I am able to delete the bad request in two data targets and facing problem with one data target due to the request is available in green and got compressed. 
    The reasons why i am unable to delete the request in that data target is it is already got compressed and rolledup.
    I tried with selective deletion based on same request ID  i have done that successfully but the request still presents in the data target.  I have checked in listcube and found no data for the request id.
    now i have one more question like the request has bring down to status not ok in the monitor and done selective deletion will it be a problem on the data missing please advise me if any data missing will occur for the particular data target.
    can any one help on this. Thanks in Advance.
    Venkat.

    Hi Venkat
    You have one way to delete the compressed request
    But this is possible only if u have the request in PSA
    If the request is in PSA, do reverse posting
    This will nullify the particular bad request by changing the press sign into - and - sign into + for all the records went in the cube for that particular request
    Regards
    N Ganesh

  • How to delete the Transport Request?

    Hi all,
       I want to delete the Transoport Request from Production Box( we have 2 request number... one child another one parent). I released the Child Request. Now i want to delete that request. we don't have setup in our production Box i think(in order to release that we don't have setup in Production Box).
    Any Idea? I know how to delete that Transport Request. If i try to release that i'm getting TP(Transport Profile error) <b>with return Code 12</b>. it suppose to handle by Basis. My basis consultant is not aware of how to work on this?
    Regards,
    Nagesh Ganisetti.

    I am not sure I understand.
    You release the request in the system you created, not in another system (in your case production). It will then go to the import queue of the target system.
    Transports will be configured in all the systems in your landscape (including production).
    Just by releasing a request, it will not go to the target (unless it is configured so, not likely if the target is production), someone has to import it into the target. I assume you do not want this request to go to target. In this case, release it, then go to STMS, import queue, and delete it from there.
    Added -
    I now see that the request is in production.
    Igore the above in that case.
    If you are not able to release it, let it be. If you are doing an upgrade/support pack, you will need to release it.
    When you try to delete, what message do you get?
    Message was edited by: Ajay Das

  • How to delete the spool request number

    HI Masters,
                My program creates a spool request. And i want to delete that spool request number? How to delete that??
                  Thanks in advance.

    hi
    good
    The program are RSPO0041 or RSPO1041.
    This is handy whenever you encounter a user who managed to create a lot of spool requests which are choking your system.
    Deleting them with SP01 will be too slow and you will get time out if it exceed the online time limit specify by your basis people.
    <b><REMOVED BY MODERATOR></b>
    thanks
    mrutyun^
    Message was edited by:
            Alvaro Tejada Galindo

  • How to delete the duplicate requests in a cube after compression.

    Hi experts,
        1. How to delete the duplicate requests in a cube after compression.?
        2. How to show a charaterstics and a keyfigure side by side in a bex query output?
    Regards,
    Nishuv.

    Hi,
    You cannot delete the request as its compressed as all the data would have been moved to E table ..
    If you have the double records you may use the selective deletion .
    Check this thread ..
    How to delete duplicate data from compressed requests?
    Regards,
    shikha

  • How to delete the compressed request in bi 7.0?

    how to delete the compressed request in bi 7.0?
    Reverse Posting option available in BI 7.0?
    Thanks,
    Pramod

    Hi Pramod,
    Check this Thread,
    Re: Selective deletion after compression
    before posting a thread pls check in the forum.Lots of threads are already been posted related to your Query.
    Hope this helps..........

  • How to delete multiple yellow request in PSA

    I am in BI7 and I have to delete the all the request present in PSA But in my PSA there are around more than 500 request which are in yellow status.Please suggest how to delete all the request in one go ,Since it very cumbersome to change status of every request to red and then delte it

    Hi,
    Debjani thanks for your reply,
    It helped me
    I have first deleted the contents from PSA table and
    then I have searched for request in RSTSODSREQUEST but this table does not contain that requests
    then i have got another  table RSREQDONE  whcih contains that request so I have deleted  request from that table.
    Final solution is
    Go to SE14 >> Give the PSA Table name >> delete it
    Then delete the requests from the table RSTSODSREQUEST/RSREQDONE

  • How can I debug a routine created in Deletion of similar requests?

    Hello Experts,
    I need some help from you. I need to delete overlapping requests and the common
    settings you can set are not suitable, so I decided to write my own ABAP routine.
    But how can I debug a routine, which is implemented in the deletion of similar requests?
    Hope you can help me.
    Cheers
    Daniel Weilbacher

    Please go to the routine code..
    In the menu options..u will find an option for breakpoint--set..
    The line where breakpoint is set will get highlighted and u will also see a STOP symbol..
    then come out of routine..and then run the data load..
    this ABAP routine for overlapping request deletion runs before the scheduled data load..
    the run shud stop at the set breakpoint and show the routine code..in debugger mode..
    cheers,
    Vishvesh

Maybe you are looking for

  • Problem with Reader file when we try to save a pdf version of filled in file.

    We currently create fillable forms in Acrobat XI and enable them for fill-in with Acrobat Reader.  Our end users are able to key information and save it to the enabled pdf file with Reader, but they want to create a protected version of the form so n

  • How to map this scenario..?

    Hi, I have one requirement to map in SAP, Scenario: 1)PO will be raised for a material A. 2)Material A contains 5 different component materials( ie by assembling 5 components we will get Material A) 3)When I do GR for Material A against that PO, stoc

  • New concepts in ABAP in version 4.7

    Hi all, I want to know what are the new features added for ABAP in 4.7 verstion. I want to know what new key words added. I know that 4.7 is unicode. Thanks & Regards, Raghavender.a

  • TS3772 need to download itunes 10.5.3 64bit OS Win7

    Current version of iTunes apperently will not allow music videos to play after upgrading to current version of itunes 10.6.x, looking to re-install earlier version to see if this is fix.  Quicktime verson is Pro 7.x-lic.  Any help as to where to re-d

  • Shift satetment problem

    hi i am not understanding the output of he last one why the out put is 'abcdefghi' SHIFT ALPHABET RIGHT DELETING TRAILING M2. t DATA: ALPHABET(15) VALUE '     ABCDEFGHIJ',       M1(4)        VALUE 'ABCD',       M2(6)        VALUE 'BJJCA '. SHIFT ALPH