OM: CLEARING THE PROCESS MESSAGES TABLES

제품 : MFG_OM
작성날짜 : 2004-10-11
OM: CLEARING THE PROCESS MESSAGES TABLES
==========================================
PURPOSE
OM 모듈을 어느 기간 사용하다 보면 process messages table -
OE_PROCESSING_MSGS_TL/OE_PROCESSING_MSGS - 에 많은 data가 쌓여 있는것을
확인할 수 있다.
이 tables의 size를 줄임으로써 system performance 향상도 기대할 수 있다.
Explanation
OE_PROCESSING_MSGS_TL table은 Order Entry concurreny problem이 실행되거
나 User interface process가 실행될때 발생하는 processing messages를
저장하는 table이다.
아래의 3가지 방법중 하나를 이용하여 process messagea tables
- OE_PROCESSING_MSGS_TL/OE_PROCESSING_MSGS -의 정보를 delete 할 수 있다.
1.SQL을 이용하여 table을 truncate
(OE_PROCESSING_MSGS_TL를 먼저 truncate 시켜야 함을 주의)
경고: 만약 truncate 방법을 선택했다면, 위 두 tables에 있는 모든 정보를
잃게 될 것이다.
2.OM application의 Process Messages form을 이용.
Delete 될 messages는 사용자의 query에 따른다.
Process Messages form에서 delete 하고자 하는 messages range를 설정하여
조회한 후, 그 query된 messages만 delete 할 수 있다.
1) Navigation: Orders, Returns>Process Messages
2) Messages source를 선택
3) Query를 원하는 Messages Request ID range를 입력
4) Query를 원하는 Messages의 Order Number range를 입력
5) Query를 원하는 Messages의 Request Date range를 입력
6) Query를 원하는 Messages의 Program Name을 선택
7) 특정한 Workflow Activity를 가지고 있는 Workflow Activity를 선택
WF activity는 Order의 actual stage를 참조한다.
8) Query를 원하는 Message의 Order Type을 선택
9) Attribute를 선택, Default는 null
10) Customer Name or Number를 선택
11) Requester를 선택
12) Find button을 선택
Process Messages window displays.
13) Query된 모든 messages를 delete 하기 위새 'Delete All' button을
click.
3.SQL을 이용하여 특정 일자전의 모든 process messages를 delete.
(OE_PROCESSING_MSGS_TL 의 data를 먼저 delete 함을 명심!!)
위 1번의 truncate option을 이용하면, SQL statement는 어떤 messages를
delete하는지 전혀 식별할 수가 없다.
만약 특정 process에 관련된 messages만을 delete하길 원하면 아래의
truncate option 2를 이용한다.
아래는 sample script이며, creation date를 근간으로 delete한다.
만약 오늘 날짜(dd-mon-yy)를 입력하면 script는 7일전의 messages만을
delete 할 것이다.
====================================================
DECLARE
l_date DATE := to_date('&delete_date');
BEGIN
Delete from oe_processing_msgs_tl
Where creation_date <= l_date - 7;
Delete from oe_processing_msgs
Where creation_date <= l_date - 7;
Exception
WHEN Others THEN
Null;
END;
After executing this script commit and exit from sqlplus.
=======================================================
Note: 꼭 기억해야 할 것은 'Delete/Truncate' 작업시 'OE_PROCESSING_MSGS'
data를 delete 전에 꼭 'OE_PROCESSING_MSGS_TL' data를 먼저 delete
해야 한다는 것이다.
Example
Reference Documents
Note 123150.1

You can include PSA's in process chain and schedule deletion periodically.
You can include process type 'Deletion of Requests from PSA / Deletion of Requests from the Change Log   ' in process chain . After EHP1 upgrade you can define pattern like 2lis* or 0* it will delete all the PSA's starting with 2lis or 0 data source .
Ravi

Similar Messages

  • How do I clear the message usage under settings to open ip more space on my phone?  Clearing the actual messages will not work.

    How do I clear the messages in order to free up storage space?  Just clearing the actual messages will not work!!!

    It doesn't sound like the Exchange environment is configured in a manner to support these types of clients very well.  Have your Exchange team look at the following
    http://blogs.technet.com/b/exchange/archive/2012/11/26/supporting-windows-8-mail-in-your-organization.aspx
    http://blogs.technet.com/b/exchange/archive/2013/10/18/supporting-windows-mail-8-1-in-your-organization.aspx
    From the latter article: "Communications applications can connect to a corporate Exchange service
    configured to require certificate-based authentication. User authentication certificates can be provisioned to Windows 8.1 devices by administrators or end-users can browse to certificate and install to user certificate storage."
    You might want to:
    Ask your Exchange team the public URLs (ExternalURL) for Exchange OWA & ActiveSync
    Open the OWA URL in your Internet Explorer from your Surface
    If you get a Certificate warning, open the certificate and select Install (NOTE: You may have to install the entire certificate chain).  Your desktop support team should be able to support this because it is the SAME process for standard Windows 8x
    desktops.
    Confirm that you can open OWA on your surface with no more certificate or security warnings.  NOTE: The Exchange team will have to configured OWA properly.
    Once confirmed, repeat the same steps for the activesync URL that they provided.
    When done, try using the OWA OR ActiveSync URL value in your settings of your Mail client.
    Good Luck

  • How to clear the error message?

    I use the <h:message> tag to show the error message, how can i clear the error message in jsf , is ajax4jsf can do so? thanks!

    The messages are request scoped. Why do you want to clear it anyway? Once no error is occured, then no message will be displayed.

  • Where are the Processed Messages in XI stored?

    Hi,
    Can any one give me an idea of about
    <b>Where the Processed Messages in XI stored?</b>

    Hi NaveenKumar,
         Below links will tells about Message processing
       http://help.sap.com/saphelp_nw04/helpdata/en/c8/19891743b111d1896f0000e8322d00/frameset.htm..
    http://help.sap.com/saphelp_nw04/helpdata/en/ea/2f053d39177608e10000000a114084/frameset.htm.
    Hope these answer will helps you.
    Regd's
    Hari

  • Want to know the Processed Messages Size in XI server

    Hi,
      I want to know about the Processed messages  size  per month at my PI server  . Per day theer are more than 50,000 mesages are processing and  each message size averagely 10 KB . But I want to Know  exactly How much GB it has Exchanged  throgh  my PI server at last month.  For this where can we check this.
    I had tryd using teh Performance Monitoring at RWB . but it is giving Interface wise or some average size. But i want the exact cummulative  size for day wise and Month wise.
    I steher any way to check this at OS level. ?
    please help me regardiong this.
    regards
    Jain

    Goto RWB -
    > performance monitoring -
    > give display as overview aggregated , time interval and aggregation interval as 1 month.
    this will give the result u want....dnt give interface name...
    Regds,
    Pinangshuk.

  • Unable to find the processed message

    Hi
    I am testing my vendor master upload for file to idoc scenario, I am keeping the file in FTP server and made processing mode as delete , the adpater is deleting the file but i am unable to the processed message in TC SXMB_MONI . any clues????????
    Regards
    Swatantra

    Hi,
    1. Check Adapter Monitoring as Divija said
    2. Check in MDT and see what is the problem?
       http://<host>:<port>/mdt
    Message flow is like Adapter Monitoring>MDT>SXMB_MONI
    Thanks,
    Prakash

  • How to clear the Warning Messages

    Hi Friends,
    How to clear the warning messages, The requirement is I am preparing some warning messages in page1 , and based on some button user will be navigated to page2. In page2 If user clicks on Save button I am displaying the warning messages which are preared in first page(Code snippet shown below) when user trying to navigate to first page .
    addWarningMessage("",new Object[]{});
    Thanks in Advance

    Hi Frank,
    Yes you are right, The warning message is being displayed on Page2 when user clicked on 'Save' button on Page2. The Code snippet is being executed in ServiceImpl class when user clicks on the Save button.
    Basically, I am validating the Page1 data and Page2 data on Page2 when User clicks on the Save button on page2.
    Thank you !!

  • MQ Adapter does not clear the rejected message from the queue

    Hi All,
    I'm using a MQ Adapter to fetch the message from the queue without any Backout queue configured. However, whenever there is any bad structured message found in the queue, MQ adapter rejects the message and moves the message to the rejmsg folder but does not clear it off the queue, as a result of which it keeps retrying the same hence, filling the logs and the physical memory. Somehow we do not have any backout queue configured so I can move the message to blackout queue. I have tried configuring the jca retry properties and global jca retry as well but to no avail.
    - Is it not the default behaviour of MQ Adapter to remove the rejected message from the queue irrespective of Backout queue is configured or not? The same behaviour working well with the JMS and File Adapter though.
    - Is there any way I can make MQ Adapter delete the message from that queue once it is rejected?
    Regards,
    Neeraj Sehgal

    Hi Jayson,
    Check this URL which answers a problem with com.sap.engine.boot.loader.ResourceMultiParentClassLoader problem:
    http://209.85.175.132/search?q=cache:RnFZ9viwuKkJ:https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.sdn.folder.sdn!2fcom.sap.sdn.folder.application!2fcom.sap.sdn.folder.roles!2fcom.sap.sdn.folder.navigationroles!2fcom.sap.sdn.role.anonymous!2fcom.sap.sdn.tln.workset.forums!2fforumtest!2fcom.sap.sdn.app.iview.forumthread%3FQuickLink%3Dthread%26tstart%3D45%26threadID%3D1020700+com.sap.engine.boot.loader.ResourceMultiParentClassLoader&hl=en&ct=clnk&cd=3&gl=in&client=firefox-a
    Please check that the JDK compliance level is at 5.0
    Window->Preferences->Java->Compiler->Compiler compliance level set this to 5.0
    Set the installed JRE to the one you have mentioned JDK 5.0 update 16
    Window->Preferences->Java->Installed JRE's->
    Click on the add button to select the path of your JDK.
    once completed click on the check box next to it.
    regards,
    AKD

  • How to clear the contents of table control

    Hi All,
              How to clear the contents that are present in a Table control. If there is any code Please Let me know.
    I will assign full marks to the correct code.
    Pradeep Kumar Kota.

    Hi
    U need to clear the contenents of internal table used to store the record displayed by table control.
    Every time the PBO is triggered the table control is automatically cleared, so you need only not to transfer any data from internal table to table control.
    So you should show how your PBO if you want a right answer.
    Max

  • Command to clear the bgp vrf table.

    Hi,
    I want to clear the bgp table on this vrf. Here is how it looks like :-
    address-family ipv4 vrf mj
    redistribute connected
    neighbor 12.12.12.12 remote-as 1111
    neighbor 12.12.12.12 activate
    neighbor 12.12.12.12 send-community
    neighbor 12.12.12.12 as-override
    neighbor 12.12.12.12 soft-reconfiguration inbound
    neighbor 12.12.12.12 route-map customer in
    neighbor 12.12.12.12 route-map vpn-routes out
    neighbor 12.12.12.12 maximum-prefix 1000
    neighbor 13.13.13.13 remote-as 65222
    neighbor 13.13.13.13 activate
    neighbor 13.13.13.13 send-community
    neighbor 13.13.13.13 remove-private-as
    neighbor 13.13.13.13 soft-reconfiguration inbound
    neighbor 13.13.13.13 route-map a-in in
    neighbor 13.13.13.13 route-map a-out out
    neighbor 13.13.13.13 maximum-prefix 1000
    no auto-summary
    no synchronization
    exit-address-family
    I would like to confirm that the command to clear this vrf is whereby the ASN is 1110 :-
    clear ip bgp vrf mj ipv4 unicast 1110 soft.
    Pls advice,
    InternetB.

    Hi Shivlu,
    To confirm, since my ASN is 1110, the 200 should be replaced with my ASN number of 1110 right ?
    Thank you,
    InternetB.

  • Dba_scheduler_jobs for clearing the sys audit table

    Hi.
    can u please tell me how to purge a sys.aud$ table records once its reached more than once lakh ... these 1 lakh is the threshold and other more data will be peridiodically purged by automated dba_scheduler_jobs.
    My db is - 10g
    so i need to always retain 1lakh rows on the table..extra data will be purged...once breaching the threshold...i don know how to write..since i am new to this oracle.can anyone help?
    Thanks

    See these MOS Docs
    How To Shrink AUD$ IN ORACLE 10G (Doc ID 1080112.1)
    New Feature DBMS_AUDIT_MGMT To Manage And Purge Audit Information (Doc ID 731908.1)
    How to Truncate, Delete, or Purge Rows from the Audit Trail Table SYS.AUD$ (Doc ID 73408.1)
    Srini

  • Unable to clear inbox, still showing 1 message in inbox on icon when there are no messages in the inbox. How can I clear the 1 message from the icon indicator?

    I am unable to clear 1 message in my email inbox showing on the icon. I have tried clearning out all messages in my inbox and it still shows 1 message remaining unread. I erased messages 5 days ago and since then it has been showing 1 message remaining. How can I clear this from the icon? Thanks

    Ouit Mail app. (Remove from MultiTasking bar).
    Double tap the home button to bring up the multitasking dock. Tap and hold an app. A red badge with a minus symbol will appear on the icons. Tap the minus symbol of Mail app to quit.

  • TS1424 How do I clear the error message after I update my Security Information so I can purchase a song??

    iTunes asked me to update my Security Information so I could purchase a song and after I answered all the questions is said there was an error in saving the changes and bounced me out.  How can I purchase a song???

    Hi saxxy60, I have not encountered this error before, but I have when the internet connection is lost in the middle of the download. You can try to disable any antivirus on the computer [http://answers.microsoft.com/en-us/ie/forum/ie10-windows_8/an-error-occurred-while-downloading-attachment-in/02b00230-ed67-473c-9ad8-370deac2272e?msgId=0d3d89cf-2722-43f3-b21b-2f3214e2f1d1]
    You can try to get more elaborate errors if you try to reproduce the issue with an HTTP traffic capture.
    *An add on [https://addons.mozilla.org/en-us/firefox/addon/live-http-headers/ Live HTTP Headers]
    *[http://www.telerik.com/download/fiddler Fiddler]
    Please let us know if this helped you out!

  • Am failing to sign in to iCloud,error 403, unable to compelete the process message,keeps on poppin,what can i do?

    An error 403 saying request can not be completed,keeps on popping when i try to sign in on iCloud,what should i do to successfully sign in?

    You should sign in to icloud on another device and once you do - you will be able to sign on that one.

  • How do I reset/clear the Message Field when I create a new message?

    For some reason, when I select a new message - the message field has got a previously sent message in it - every time I have to select all text & then delete the text to type in my new message.
    How do I reset or clear the Text Message field?
    Thanks in advance

    No - It is still doing it 2 months later - I have to delete the message every time I go to send a Text - its frustratingly annoying and I really want it solved

Maybe you are looking for

  • Two oracle home in System

    Previously I have used oracle 9i Client. After that I have installed Oracle 10 g client.Now In my machinne , have two oracle homes(Oracle 9i and 10g ).I want delete the Oracle 9i home from my machine. Help me. Thanks, Anzy

  • Why does Apple Tv not show folders created in iPhoto 11?

    Hi, I am new to Iphoto. So far used Picasa and would like to change. I have created Albums (2012.7 sommer holiday  , 2012.6 birthday son, 2011.10 birtthday daughter, 1999 wedding etc). Since there are hundreds of albums (lot of pics in the last 45 ye

  • Why won't pages 5.2.2 open SOME old msword docs? i'm using mac os 10.9.5.

    Why won't pages 5.2.2 open SOME old msword docs? i'm running mac os 10.9.5.

  • How to record the data against time?

    Hi there, I am doing a real-time measurement, and i get a 1-D dataflow  from the loading cell without time stamp.  I know how to record it and save it to a file. However, how to store the data against time? I know I can use "get date time in seconds.

  • Secure Wireless access?

    Hi, I'm sure this has probably been covered before, but I couldn't find anything that did the trick by searching - if it's there please feel free to show me a link. Anyway, I have a week 27 MBP and a Netgear router, DG834G. The problem is, I can conn