How long the messages stay in SXMB_MONI ?

Hi All,
In SXMB_ADM, the following parameter is set DELETE PERSSIT_DURATION for ASYNC messages for 21 days,
but still I am able to see the ASYNC messages in SXMB_MONI which are more then 50 days old,
how is this possible ? we do not do any archiving of messages,is there any other parameter which
rules the duration of messages in SXMB_MONI...
Please suggest me....
The second issue is we are able to see July month messages for all the interfaces except for one interface,
and now the consultant is asking me the reason for it...
Thanking you in adance.
Our server version is XI 3.0 (SP19)
Regards
Sonali

I am able to see all messages except for one interface, how can I see that particular interface messages also
Per default only asynchronous messages (EO and EOIO) will be persisted on the ABAP and Java side. Synchronous messages (Best Effort) will only be persisted if an error occurs during processing or if the parameter LOGGING_SYNC (ABAP only) is set
May be that particular interface for which you do not see a message(assuming you cannot see it at all) is synchronous.
So please check LOGGING_SYNC in sxmb_adm

Similar Messages

  • How long the messages in SXMB_MONI stay ?

    Hi All,
    In SXMB_ADM, the following parameter is set DELETE PERSSIT_DURATION for ASYNC messages for 21 days,
    but still I am able to see the ASYNC messages in SXMB_MONI which are more then 50 days old,
    how is this possible ? we do not do any archiving of messages,is there any other parameter which
    rules the duration of messages in SXMB_MONI...
    Please suggest me....
    The second issue is we are able to see July month messages for all the interfaces except for one interface,
    and now the consultant is asking me the reason for it...
    Thanking you in adance.
    Our server version is XI 3.0 (SP19)
    Regards
    Sonali

    Hi Sonali,
    The messages in SXMB_MONI gets archived and deleted when you schedule the archiving and deletion jobs.
    These jobs can be scheduled for each interface.
    I think the archiving and deletion jobs are running for a particular interface for which you are not able to see the messages.
    You can check if the archiving and deletion jobs are running using transaction SM37. The jobs will run with name ARCHIVE and DELETE
    Check in SXMB_ADMIN if the interfaces and retention periods are set for archiving.
    Best Regards
    Raghu

  • HT4515 How do you adjust how long the iphone rings for before going to voicemail?

    How do you adjust how long the iphone rings for before going to voicemail? Mine diverts after only a couple of rings.

    I believe you do that through your phone service provider.  I wonder if you have unheard messages in your voice mailbox.  I think some carriers use that mechanism - diversion to voicemail faster if the recipient has unheard messages.
    I do not believe you can change this directly on your iPhone.

  • How to know how long the roll back is left?

    Hi, experts,
    I run a insert statment for about half hour. I just broke the procedure by clicking the break button in pl/sql. I want to know how long the roll back is left.
    Thanks

    pl/sql has a break button?
    assuming that you're using some gui tool, and hit a break button while executing some pl/sql - when the "break" is hit, the gui either rolls back the transaction or it leaves the transaction alone, waiting for you to either commit or rollback.
    the rollback will stay there until the transaction is either committed or rolled back.
    when the session disconnects, it will either rollback or commit the transaction (depending on the tool).

  • Does Compressor 4 tell you how long the compression actually took?

    I'm new to Compressor and compression in general.
    When I "Submit" a video for compression in Compressor 4, it creates an entry in the History window that shows you when the video was submitted for compression.  It also gives an estimated time for completion while the video is being compressed (though it seems to me it fluctuates and can be wildly inaccurate).
    I usually leave the computer while the compression is happening.  If it's done when I come back, I don't know how long the compression actually took.  I don't see anything in the entry in the History window that tells me that.  Is there any way to know when exactly the compression completed, or how long it took?
    Thanks

    Hi Jd, if you have SUBMITTED a job to a cluster (maintained by Qmaster) [not this computer], the transcode job pushed to Qmaster by compressor.app draws events and conditions in the various log in Qmaster. You can find these logs in your ~/library/application support/apple qmaster/logs for the cluster , theater vice  controller, the transcoder daemons and job controller. These contain the start , end and I believe ELAPSED times for each job . It doesn't accumulate by a BATCH .. I will stand corrected though.
    Simply browse these logs this with console.app. U can ofcourse "go troppo" and write some shell, perl or apple script to develop some system management facility records for your clients accounting by doing this... Just parsing the text records...
    Anyway I recall,his info u want for JOB COMPLETION (elapsed time) is there despite its coarse data. Sadly I have not found a way to detail the CPU, storage and I/o .. Seems too much to do for my needs.
    As u state, the SHARE MONITOR.app is for viewing dynamic job. It's a bit hit and miss when using over a cluster. Since mountain lion, it seems to jam up a,lots and magically ,come back to Liffey after many internal messages (see logs) that it failed on socket x n y ..... Sounds like its in need of some stability and robustness additions.
    I've also found for very long and numerous multipass segmented transcodes that share monitor gets over whelmed.... Especially when the share monitor.app UI is utilised to "Expand all"... It gets super busy collecting traffic from Qmaster ..if u are using a cluster.
    Hth
    Warwick

  • Can I see how long the longest entry has been in the sticky table ?

    Hi,
    I have a customer who has a possible issue with the sticky inactivity timeout on the CSS. At the moment we are using no timeout, just relying on the CSS to purge the entries.
    However, is it possible to see how long the longest entry has been in the sticky table. I can see the 'elapsed time' with the 'show sticky' command but this only shows 100 entries per time and not in time order ?
    Thanks in advance for any help

    Michael,
    You can use the command "show sticky-table" with L3 or L4 options, depending on what you have configured, then add ip addressing to the command, to focus down to where the oldest sticky entries are likely to be, but theres no other way. If your problem is having too many entries, configure a sticky timeout, as the default of 0 will keep then forever, or until overwritten due to the table being full. If the problem is sticky entries timing out too early, you can use the timeout parameter to increase their life, but the sticky table is limited to 32k entries.
    Peter

  • When and how does the message context get removed from the message when we use pass thru send port

    Friends,
    i have a doubt regarding message context.
    Assume i have used XMLRecieve pipeline in the receive side to receive the message so that the message context is created. I.e properties are promoted/written.
    now if we use pass thru transmit pipe line at send side, how and when does the message context get removed from the message?? Since pass thru does not have any stages/components, how does the message context removed and sent out a pure message to destination???
     i mean what exactly happens here to remove the context??
    Ravindar

    Thanks for the reply.
    "The Context is created by the Adapter, regardless of any Pipeline or Pipeline Component.  It has nothing to do with PassThrough vs. XmlReceive, although XmlReceive will write Promoted Properties to the existing Context,
    as can any other Component."
    yeah yeah, adapter does create some properties in context. You are right, i am aware of it. I just missed to explain it clearly. what i meant is addition of context properties will not happen if pass thru used. Thanks its clear.
    "No.  The Context already exists on the Message when it comes from the MessageBox and
    is equally available to any Component in any Stage.  The Context that hits the Pipeline is whatever was last Persisted, either by a Receive Port or Orchestration.  It is not created by the XmlAssembler (XmlTransmit)"
    You are right , the context already exists on the message while it leaves the receive port, and once it persists
    to message box the context and message context gets stored in messages in relative tables.
    Now as you said the components get the message from the last persistence, assume i have a send port(with passthru)
    subscriber and a orchestration subsrciber for this message.
    Orchestration gets the message with context right!!
    if the send sendport(with passthru) also gets message along with context, then where is this context removed/demoted
    while sending it out?.  i guess as per SAAkhlaq said,
    here sendport(with passthru) should get a pure message without context as passthru used. 
    or is it that ultimately send adapter removes the context completely?
    or is it something like biztalk run time load the context from database into cache and both orchestration and send port gets pure message, and if needed they use context from cache???
    sorry i may be troubling you, but i am confused. i hope i am not creating any nuisance with this
    post.
    Ravindar

  • We are using iPhoto '09 trying to import photos from  a memory card.  We stopped the import and ejected the card over 20 hours ago, but iPhoto says its still importing.  Any idea how long the import should run if there were 5000 photos on the card?

    We are using iPhoto '09 trying to import photos from  a memory card.  We stopped the import and ejected the card over 20 hours ago, but iPhoto says its still importing.  Any idea how long the import should run if there were 5000 photos on the card?

    Don't know how long it would take to import that many photos but if you stopped import and ejected the card ther is something else wrong here.
    I would Force Quit iPhoto. Then Restart your mac. Then restart iphoto to see if any or all of your photos were imported. If they ae you're good to go. If they were not imported I would try importing fewer photos at a time and see what happens.

  • Report: How long the user has not logged into SSHR

    Hi experts,
    I am looking for a report, which showing me, how long the user has not been logged into SSHR?. Because some poeple dosn't work any more in the company, and the list should enable use to deactivate their accounts.
    Thanks in advance
    Mehdi

    The AOL signon capabilities are good and you'll find useful stuff in those links.
    If you're after something quick in SQL try this:
    SELECT last_logon_date, user_name
    FROM fnd_user
    WHERE trunc(last_logon_date) < trunc(sysdate) - 90;
    That will get you everyone who hasn't logged in for 90 days.
    Edited by: Duncan Casemore on Jan 20, 2011 9:26 AM

  • Hi, I can not get my iphone 4 voice over function to work. I turn it on and then it turns off automatical. I ok the message the message stays on the screen for 30 secs or so and then turns it off????

    I am unable to turn on the voice over function on Iphone 4.  The meesage appears informing me of what the functions does, I press ok and the the message stays on the screen for 30 secs or so and then it automatically turns the voice over function "off" - why???? what am I doing wrong?

    I just had this same issue. It occured after I joined my school's Wi-Fi. Suddenly, my home ATV2 and iPhone4 weren't on speaking terms. All five other iphones, ipads, and macs were operating as they should. My phone was not. I tried everything: unplugging and restarting ATV2, deauthorizing all my devices and reauthorizing them, deleting and reinstalling remote app, and countless home sharing on and offs on all devices. Finally, I turned the Wi-Fi off and then on in the setting of my iphone. Boom. Situation remedied. I hope this helps.

  • Ipod Touch Battery is Drained even with the Ipod Turned off? and how long the batery goes on Stant Mode?

    Hy ;D I bought an Ipod touch 4G 3 mouth ago , and recently the i noticed that the battery is drained even off .... is that normal? I turn him off( with the red bar) and put out side the bed , when i Wake up tha batery is about 80% ... (no Wi-Fi on)
    And How long the ipod battery goes with the stant mode ?
    Thanks alot for any one

    I did a test on mine.
    My 4th generation model running 4.3.1 last 10 days on and in sleep mode.
    At the end of 10 days I got the 20% low battery warning.
    I would try a RESET on yours.
    Hold down the Home button and the Sleep/Wake button at the same time until you see the Apple logo.
    It will reset and restart itself in a few minutes.
    See if that helps.

  • Using the warp tool I'm stabilizing  my video and getting rid of the edge artifacts. Analyizing is clear on how long the process will take, but when it stabilizes I only get three moving dots. I there a way to know when the process will stop? Thanks.

    I am using the warp tool to stabilize my video and get rid of the edge artifacts.  The program is very clear about how long it will take to analyze, but there is nothing about how long the stabilization will take nor when I know when it is complete.   Thanks ahead of time.

    Warp Stabilising is a two part process.
    Analysis and Stabilising.
    Both have a banner across the Program Monitor during the process ( unless you have turned that off.
    Analysis start automatically on forst application...but you can rock in there and start adjusting the parameters.
    You may need to hit "Analyse" Button again.
    You should see the number of frames and the estimated duration during this process.

  • How long the battery can play in 30G?

    Did someone count how long the battery can play?
    my 30GB can play around 11-12 hours.. but not very accurate.
    Any method to count the playing time?
    thk!

    "Any method to count the playing time"
    Everybody's battery playback time will be different depending on you use the iPod. Here's the Apple test.
    How to accurately determine your iPod battery life.

  • For how long the library Cache latch is hold.

    Hi ,
    For how long the library Cache latch is hold.
    Is it hold , till the new sql is placed in the library cache
    or
    Till it got parsed
    or
    Till it got executed?
    Thanks
    Naveen.

    Hi ,
    For how long the library Cache latch is hold.
    Is it hold , till the new sql is placed in the library cache
    or
    Till it got parsed
    or
    Till it got executed?
    Thanks
    Naveen.

  • How to know how long the dba jobs ran?

    How would I know how long the dba jobs ran.I am not sure about dba_jobs.total_time.Is there any way or data dictionary to find the how long the dba jobs ran?

    Hi,
    Oracle recommends use of dbms_scheduler rather than dbms_job on 10g or higher.
    If you do switch to dbms_scheduler, run duration for all job runs is available in the all_scheduler_job_run_details view and the run duration of the last job run is available from the all_scheduler_jobs views.
    This is one of the several benefits to switching to dbms_scheduler.
    Hope this helps,
    Ravi.

Maybe you are looking for

  • Excel Upload with Hidden Column

    Hi Gurus- Can you upload Excel file with hidden column and get the function to read values in hidden column? If yes, could you please guide me how? I am using ALSM_EXCEL_TO_INTERNAL_TABLE Any help will be highly appreciated. Thanks in advance!

  • MBAir running Maverick

    On my new MBAir, Keynote(6.0) slide shows cannot be projected onto a screen except by setting Preferences to "Enable Presenter Display."  With that selected, the computer screen goes blank, but the projector projects the Presenter Dispaly: Clock, Tim

  • Mini-Div to Video projector

    Hello Guys, I have a problem! I hope u can help me. So I have a McBookPro middle 2008 (mini-div) output for video signals. now i want to connect it to a video projector and don't know wich adapter to use (mini-div to hdmi, mini-div to div, mini-div t

  • VPN Server solution other than Leopard Server?

    All, Does anyone know of any VPN server solutions for Mac OS X other than the basic one included in Leopard Server? Regards, Ken

  • Strange things happening in finder

    1) USB mouse frequently jumps all over the screen, usually to upper left hand corner 2) command-delete stops working until reboot 3) Can create new folders but cannot rename them until rboot 4) Icons disappearing for anything other than a folder