How to remove unused response codes

Hi all,
I have few unused response codes and tasks which i want to delete but OIM doesnt allow me to do so. it throws me "The response is used by one or more tasks". I need to change few of the response code and delete unused ones. Any suggestions...
thanks in advance,
butler

Hi,
When I want to delete a response code for a task that already was instanciated, I run the SQL below. You have to delete the instances created in the OSI table. When you try to delete a response code, OIM runs the query below to see if the response can be deleted:
select count(*) as counter from osi where rsc_key=1895
Please, before trying to perform the query below, backups.
DELETE FROM
osi
WHERE
rsc_key in (
SELECT
rsc.rsc_key
FROM
pkg, tos, mil, rsc
WHERE
pkg.pkg_name = '[your process name]' AND
tos.PKG_KEY = pkg.PKG_KEY AND
mil.TOS_KEY = tos.TOS_KEY AND
mil.mil_name = '[the process task name]' AND
rsc.MIL_KEY = mil.MIL_KEY AND
rsc.RSC_DATA = '[the task response code you want to delete]'
PKG - Consists of names and system keys of service processes, which consist of a group ofservices from the TOS table. Defines a Process in Xellerate.
TOS - Holds information about a process
MIL - Holds information about tasks of a process
RSC - Defines the All The Possible Response Code For A Process Task.
OSI - Holds information about tasks that are created for an instanciated process
Renato.

Similar Messages

  • How to remove unused objects from the webcatalog In OBIEE11g

    Hi,
    I want to delete unused objects from obiee11g catalog, i know in obiee10g it's working fine (i.e: we can do it via manage catalog then delete the unused objects) is there any way to do it automatically like RPD utility --->removing unused objects from Physical layer in RPD
    fyi: I don't want to delete manualy. i need somethink like button/link to find unused objects(report,filter,folder..etc) from my obiee11g catalog.
    Thanks
    Deva
    Edited by: Devarasu on Nov 29, 2011 12:06 PM
    Edited by: Devarasu on Nov 29, 2011 3:15 PM

    Hi,
    Checked with Oracle Support team and confirmed below points
    --> incorporated into the Current product and consider as BUG it may resolve future release
    --> Currently there isnt any automatic method to remove the unused objects like reports, filters,folder etc from catalog.
    Treated as Bug
    Bug 13440888 - AUTOMATICALLY REMOVE OF UNUSED CATALOG OBJECTS FROM WEBCATALOG
    FYI:
    SR 3-4984291131: How to remove unused objects from the webcatalog in obiee11g
    Thanks
    Deva

  • How to check HTTP response code

    Hi,
    we have the following scenario:
    HTTP -> PI -> HTTP
    So it's easy to use HTTP or SOAP-adapter here.
    But we have to inform the sender of the message immediately about the successfull delivered message.
    So we have to check if response code 200 was sent from the receiver of the message and inform the sender about this.
    I can't find any possibility how I can check this in PI 7.1 (neither by using HTTP adapter nor by using SOAP-adapter). There is no acknowledgement mechanism (I can't find any).
    Does anybody know how we can solve this?
    Thanks for your replies.
    Regards
    Thorsten

    If the response has to travel from Receiver to Sender then you have to make use of SYNC mode of processing or use a BPM.
    In Async flow the Sender will get a HTTP 200 OK response from the sender adapter of SAP XI/ PI.
    Regards,
    Abhishek.

  • How Resolve Sip  401 response code ?

    hi all m trying to register with sip server but getting 401 unauthorised as response code..
    how to solve this issue so that 200 OK should be received ..please help
    how to send Digest Authentication ??
    how to fix error: unable to retrieve credentials from RMS!
    mail id [email protected]
    Edited by: rahulsapra on Aug 17, 2010 9:33 AM

    As the error indicates, the username/PWD you are using in file adapter to write the file (FTP) at target location is incorrect and hence the error. Please check and let us know.
    3) Error: HTTP_RESP_STATUS_CODE_NOT_OK 401 Unauthorized
    Description: The request requires user authentication
    Possible Tips:
    u2022 Check XIAPPLUSER is having this Role -SAP_XI_APPL_SERV_USER
    u2022 If the error is in Adapter Engine
    u2013then have a look into SAP note- 821026, Delete the Adapter Engine cache in transaction SXI_CACHE Goto --> Cache.
    u2022 May be wrong password for user XIISUSER
    u2022 May be wrong password for user XIAFUSER
    u2013 for this Check the Exchange Profile and transaction SU01, try to reset the password -Restart the J2EE Engine to activate changes in the Exchange Profile After doing this, you can restart the message
    Also, for HTTP errors in future do refer this blog:
    /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi
    It will help you

  • How to get the Response Code when a URL is launched from Web Dynpro

    Hello Experts,
    I have a Web Dynpro Application in which in one of its views i have an IFrame UI element in which i will show a resource stored somewhere ..
    But before showing it i want to check if the resource actually exists. For this i have to check the HTTP Response code from Web Dynpro Application without setting it in the Iframe..
    I am using the following code to get the Response Code:
    try{
    URL url = new URL("Some Url");
    HttpURLConnection.setFollowRedirects(false);
    HttpURLConnection connection = (HttpURLConnection) url.openConnection();
    connection.connect();
    wdComponentAPI.getMessageManager().reportSuccess("Response code ="+connection.getResponseCode());
    }catch(Exception e){
    wdComponentAPI.getMessageManager().reportSuccess("Exception");
    Now the Problem is whatever response Code occurs 403 (for No Proper Authorization), 404 (for Resource not found) etc..
    i always get Response Code=  500 (which is for Internal Server Error) shown in the messgae i have printed.
    Please let me know the correct way of getting the Response Code from Web Dynpro.
    Also my resource is lying on a SAP Portal 6.4
    Best Regards
    Sundeep
    Edited by: Sundeep Sethi on Feb 18, 2008 9:07 AM
    Edited by: Sundeep Sethi on Feb 18, 2008 10:23 AM

    Hi,
      Check this code from /thread/5242768 [original link is broken] if it works.
    try{
    URL myurl = new URL("http://calendar.google.com");
    URLConnection connection = myurl.openConnection();
    if(connection instanceof HttpURLConnection) {
    HttpURLConnection httpConnection = (HttpURLConnection) connection;
    HttpURLConnection.setFollowRedirects(true);
    httpConnection.setRequestMethod("HEAD");
    httpConnection.connect();
    System.out.println("Response = "+httpConnection.getResponseCode());
    catch(Exception e) {
    // print exception
    Regards,
    Harini S

  • How to remove the autogenerated code in F M- 'MAT_MOVE_BMMH1_MARA'

    Hi,
    I added the custom fields in MARA to upload the LSMW.So i added the enhancement in LSMW program RMDATIND.It is working fine now.Then,i need to remove the code from that.where i could removed only the enhancement.(Note: when the enhancement is added in RMDATIND program which writes the code for structures automatically).
    But it is not removing the code from the functional module "MAT_MOVE_BMMH1_MARA'(RMDATIND) because which is autogenerated the code in the FM from the program "RMDATIND".And also its asking the ACCESS KEY since it is a standard program.
    So i need to remove the autogenerate code in FM - MAT_MOVE_BMMH1_MARA.
    Thanks for your kind reply..

    Hi there,
    The function module "MAT_MOVE_BMMH1_MARA" has status 'Not released'.
    The release status is visible in the Attributes tab in SE37.
    According to the note
    415983 Modification/customer developments of SAP function
    109533 Use of SAP function modules
    Attributes. Some of the reasons why internally released Function
    modules are not documented are as follows;
    - too much overhead
    - internally released function modules are often changed and updated
    - are designed for specific purposes by the relevant Application
    Developers etc.
    SAP does not support problems that occur if the customer used non-released function modules.
    Many thanks,
    Mohammed Hussain.

  • How to remove unused controllers in OS

    Hi
    We removed (disconnected physically) some LUNs from our Servers.
    But we have still this message by asking with vxdmpadm:
    root@hostname# vxdmpadm listctlr all
    CTLR-NAME ENCLR-TYPE STATE ENCLR-NAME
    =====================================================
    c3 GENESIS DISABLED GENESIS0
    c2 GENESIS DISABLED GENESIS0
    c0 Disk ENABLED Disk So our monitoring creats all the time some Events because c2 and c3.
    Know someone how to remove this 'disabled' messages?
    We are not able to reboot the servers (because after a reboot c2 and c3 rid of)
    Thanks and Regards
    Konrad

    Your Array/Enclosure information is stored in /etc/vx/array.info ( [http://seer.support.veritas.com/docs/238556.htm|http://seer.support.veritas.com/docs/238556.htm] )
    You will have to edit the /etc/vx/array.info file (which I think you can do from the command-line with vxdmadm and vxddladm commands).
    Try playing with the vxddladm command and see if you can remove the array.

  • How to remove unused Sync devices?

    If some Firefox profile gets deleted, the Sync device still remains on the server and there is no apparent way to decommission it. How can one manage sync devices to remove the unused ones?

    Solved by doing as described here http://apple.stackexchange.com/a/150979 .

  • How to remove unused datasource connections in Report Builder 3

    In Report Builder 3.0 using a wizard to create a new Report, select create a DataSet. It opens a "Choose a connection to a datasource" dialog box. It shows previously used datasource connections of other ReportSevers I have accessed long
    time back. But I dont want to see datasource connection not in use. How can I remove those datasource connections used in past but they are still available in the list.  

    Hi Saty
    You can find more information about Remove previously used datasource connections.
    http://connect.microsoft.com/SQLServer/feedback/details/679232/cannot-remove-old-unusable-data-source-connections-from-report-builder-3-0-wizard-dialog
    SUHAS http://suhaskudekar.blogspot.com/ Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.

  • How to remove unused fonts that are NOT embedded?

    I use only two fonts in the PDF I'm currently working on. However, when I export the docx (Word 2010) with the Acrobat plugin, more fonts appear. I already know how to delete additional unused embedded fonts, but there are also some non-embedded fonts like Arial or Calibri that ALWAYS appear.
    I presume they are part of styles e.g. whenever I ad a header with Word, Arial appears and will NEVER go away again, not even if I delete all headers. Find/Replace doesn't work, Word never finds the fonts.
    So, is there any way to eliminate the fonts after I created the PDF (I'm using Acrobat 10)? I don't want the fonts list to be bloated with fonts I don't actually use.

    I think, you should avoid the fonts to appear in the exported PDF in the first place, not manually remove them.
    In the export/conversion settings you can usually select between, like, "embed only used fonts" or "embed no fonts at all".
    Also, non-embedded fonts are not embedded - so why care about them? The PDF just contains information on the used fonts from the application you used to make the PDF (Word), for font substitution.
    " fonts list to be bloated with fonts I don't actually use." What does that mean? What font list? Do you think that the embedded font of a PDF will be installed on the system somebody watches the PDF on? If so, then no, it won't.

  • How to remove unused codepage from system

    Hello all,
    Has anyone yet removed codepage (customer codepages) from the system.
    If so, could you please tell me how to do so?
    I tryed with SPAD, but the option "delete" is always inactive. This customer codepages are also not found with transaction SCP.
    I want to delete them, because these are old test-codepages which I don't want to convert regarding my forthcoming unicode-conversion.
    regards
    Sven

    Thanks for your answers so far.
    @subbu:
    The report rscp0004 is obsolete.
    @Vincent:
    the problem is, that these customer codepages (in my case: 9000, 9001 and 9002) don't show up in rscpinst, and they're also not in table TCPDB.
    I can only see these codepages in transaction SPAD, and they generate an error/warning at the unicode check.
    These codepages are in table TCP00 and the characters are in TCP02.
    regards
    Sven

  • Configurator - Removing Unused Redemption Codes

    I bought 22 copies of an App and altered the Excel spreadsheet to load 10 of the codes into Configurator with the other 12 copies going directly to teachers.
    Now however I realised I only needed to load 9 codes into Configurator.
    Is there any way to remove one of the codes from Configurator?  It hasn't been redeemed at all yet.
    Thanks,
    Dustin

    I've never tried this but I found this below on another forum. It sounds promising.
    In order to remove the codes completely you would pretty much have to dump the database which means all of the devices you supervised would be deleted and essentially need to be restored back to factory to remove the now invalid Supervision Profile. The database is in ~/Library/Containers/com.apple.configurator . It will be quite large depending on the number of apps you have imported and other data as well. Mine for instance is nearly 18gb and we have a catalog of about 350ish apps.
    Basically it sounds like the only way to get your codes back is to wipe your Apple Configurator data file. Apple never makes anything easy!
    Link to Forum

  • How to remove anti pass code lock

    hi
    my phone has now anti pass code lock. When i try to turn on the phone, there is a voice activated. And there is a passcode screen, but it does not seem to accept my passcode. It doesnt even say that i entered wrong code or anything. It just says aloud the number i am entering. Also, my phone is not sync with i-tunes or anything. Kindly help me out

        Hello RABAIL,  Let's give you back the key to unlock your phone!  Have you tried a soft reset of the device by holding the Power and Home keys until the device restarts?  If this was not successful I may suggest restoring the device through iTunes back to the factory settings.  Here is a link to complete a restore:  http://support.verizonwireless.com/clc/devices/knowledge_base.html?id=39607  Please keep me updated on the status as I would be happy to help further. 
    Thank you,
    YaleK_VZW
    Follow us on Twitter @VZWsupport

  • How to extract the smtp response code

    Hi,
    I am trying to get the server response by SMTPTransport.getLastServerResponse(),
    and getting the response as "250 2.0.0 OK 1201842889 c39sm4983397anc.25", in case of success.
    This response would differ in case of failure.
    Could please guide me as how to extract the response code from the result.
    Thanks!!

    It's time to read the SMTP spec.
    Also, read the javadocs for the com.sun.mail.smtp
    package to see how to get an Exception even for
    success that includes the detailed response codes.
    The smtpsend.java demo program will show you how
    to interpret the exception.

  • How to remove responsibilty name custom oaf page

    Hi,
    Can any one please help me how to remove the responsibility name custom oaf page.
    i developed custom oaf page.while opening those pages responsibility name is also displyed.
    but i dont want to be displayed responsibility name in page.
    Please help me how to remove name of the responsibility in oaf page.

    Hey hi there ,
    I think you are trying to hide the Product branding that appears right next to the corporate image ( Oracle image ) ,
    well you can do this using controller code , in processRequest of your controller add this code
    Import :
    import oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean;
    import oracle.apps.fnd.framework.webui.OAFormattedTextHelper;
    import oracle.apps.fnd.framework.webui.beans.OAFormattedTextBean;
    OAFormattedTextBean bean =
    (OAFormattedTextBean)createWebBean(pageContext, FORMATTED_TEXT_BEAN,null,"product_brand");
    bean.setText(" ");
    OAPageLayoutBean page = pageContext.getPageLayoutBean();
    page.setProductBranding(bean);
    Once you compile and run the page notice that Product branding will no longer appear on the screen .
    Try this and let me know if its not working .
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • Importing files from imovie 08

    I have a panasonic sdr-h40 cam. Eventhough it is not listed as compatable with 08 I was able to import clips into 08. when i watch the clips in 08 the quality is very poor. I have read that the quality of footage is 08 is poorer than imovie HD. If i

  • How to see planned orders for P3 mrp type products in APO?

    Dear experts, I have materials with P3 MRP type (not planned in APO but in R/3 using MRP) I have active integration models with P3 and X0 mrp type products for planned orders however I can not see in APO product view the planned orders for P3 materia

  • Command To ID File System Type

    I was found a server running Arch. Powered on fine and seems to be running great. I was able to recover the root login however I would like to know what command I can run in a terminal to identify the file system type on the disk partitions. [root@ti

  • Photoshop CS5 - brushes, blur slow in higher resolution

    Hi, My Dad recently upgraded his monitor from an old CRT on 1024x768 resolution to a new LCD with 1920x1080 resolution, and he's found that tools that require the use of the mouse are running particularly slowly now. He's using Photoshop on a Windows

  • Ipad2 5.01 will not update or restore,

    I received an email from Apple about offer for iPhoto for Ipad at $4.99 so I jumped on it. Item was purchased but would not install, that is when I noticed it will only install on OS 5.1. So I tried to update from 5.01 to 5.1 and the update fails. Sa