Events are not deleted from EventHub

Hello,
I'm using an Event Hub.
I've set the Message Retention to 1 day, however I still have events from more than a week ago.
How do I delete old events from my event hub?
Thanks,
Janiv,
Janiv Ratson. Technology and Development Expert. | BL: http://blogs.microsoft.co.il/blogs/janiv/ | LI: http://www.linkedin.com/in/janiv | TW: http://twitter.com/janiv http://about.me/janiv

Hi Janiv,
Base on my experience, Events will be deleted after retention period which is by default 1 day and this can be configured up to 7 days. It seems that user cannot delete the event data until the data is expired.
Also, you could see this similar thread:https://social.msdn.microsoft.com/Forums/en-US/b0856475-e30d-404c-ae67-14e644fa0394/azure-eventhub-how-to-remove-the-event?forum=servbus
Regards,
Will
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Messages are NOT deleted from tables XI_AF_MSG and XI_AF_MSG_AUDIT

    Hello,
    I set the retention period to 7 days (1 week)
    I also set the default ARCHIVE and DELETE jobs and ALL are working fine.
    However, messages with OLD dates are NOT deleted from the tables XI_AF_MSG and XI_AF_MSG_AUDIT.
    These tables 32GB in the DBD table space.
    I tried to use the URL:
    http://<host>:<port>/MessagingSystem/archiving/reorgdb.jsp
    BUT to NO avail.
    How do I DELETE or ARCHIVE these messages ?
    ============================================
    Here are some more details on the content of the tables (I took into account 1 MONTH retention):
    db2 "select count(*) from sapxi3db.XI_AF_MSG_AUDIT where STATUS='SUCC' and TIME_STAMP < '2007-09-10 00:00:00'"
          28947
      1 record(s) selected.
    db2 "select count(*) from sapxi3db.XI_AF_MSG_AUDIT where STATUS='ERR' and TIME_STAMP < '2007-09-10 00:00:00'"
          13243
      1 record(s) selected.
    db2 "select count(*)  from sapxipdb.XI_AF_MSG where PERSIST_UNTIL < '2007-09-10 00:00:00' and STATUS='NDLV'"
           1048
      1 record(s) selected.
    db2 "select count(*)  from sapxipdb.XI_AF_MSG where PERSIST_UNTIL < '2007-09-10 00:00:00' and STATUS='DLVD'"
              0
      1 record(s) selected.

    Hi,
    First, thank you VERY much for answering.
    Now to your questions:
    1. When using the URL:
    http://<host>:<port>/MessagingSystem/archiving/reorgdb.jsp
        I did NOT get any ERROR messages.
        Thousands of messages where DELETED successfully.
        However, the number of rows in XI_AF_MSG_AUDIT did NOT reduce.
    2. I used the default archiving and deletion customizations and jobs.
       However, I ran them manually a few times a day with NO change in the
       number of rows in XI_AF_MSG_AUDIT
       What do you mean by "customized any Archiving for adapter Engine" ?
    . In RWB, I do see the default job is running
    Have you customized any Archiving for adapter Engine or You are using default arciving which runs every 24 hrs.
    3. I did ser the retention period for the adapter engine messages in visual admin in seconds...
    Please, advise further.
    Kind regards,
    Gil

  • While deleting project from CJ20N entries are not deleted from table PRPS

    Hi,
    I am deleting project from CJ20N then from PROJ table entries are getting deleted but WBS element entries are not deleted from table PRPS.
    Any deletion Flag should also be checked?
    Thanks in advance!
    Regards,
    Jyoti

    Hello,
    Thanks for reply !
    My problem is I am deleting project and WBS Elements from CJ20N but WBS element entries are not deleted from PRPS table.
    Why they are appearing in PRPS table and how it can be deleted?
    Thanks !

  • When I sync my iPod to my MacBook through iTunes new events do not show up and old events are not deleted. I am using Snow Leopard  and not iSync.

    I am using Snow Leopard on a MacBook. I have an iPod touch 3G. I do not use iSync it Mobile Me. When I sync my iPod through iTunes new events on my iPod do not show up on my Mac and old events do not delete. I have read help instructions that include deleting the data on the iPod. The iPod has the correct data and the Mac does not so I have not followed those instructions. I need help as the only reason I bought the Mac was to be able to sync, back up, view and print my calendar. Currently it is useless. If only Apple could have learned from the elegance of the Palm software.

    Start here:
    iPhone, iPad, or iPod touch: Device not recognized in iTunes for Windows

  • Emails are not delete from the handheld/server

    Hello,
    Our client has Blackberry 8330.
    Emails are not deleted nor from the server nor from the phone. Maybe there any other setting set? Or are these settings set wrong?
    Thanks you
    He has these settings:
    under Messages - Options - General Options, there's this field for "Keep message for" --> 2 months
    The Options >Email reconciliation
    Delete On: Mailbox & Handheld
    Wireless Reconcile: ON
    On Conflicsts: Mailbox Wins

    Endriuska wrote:
    It looks like it only synchrozines mailbox to handheld(if deleted from mailbox, will delete from handheld), but will it delete from mailbox if the email is deleted from handheld?
    As discussed in the KB I linked for you, it depends. If, in the top grid, there is a YES in the Wireless Deletion column for the subject email service AND you have further configured, as per the KB you found, for deleted item reconciliation, then yes it should delete from the server when you delete from the HH.
    Note that there may be a time lag, however -- deleted item reconciliation tends to be one of the lowest priority activities inside of both BIS as well as the email providers systems...I've seen it take up to 24 hours (not normally, but that's the extreme that I've witnessed).
    Further, I believe that the on-HH setting for "Keep Messages" should have no effect on the server...deleted item reconciliation is a function of the end user actually deleting from the HH...not the auto-removal by virtue of this setting.
    Hope that helps!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Persistent messages are not deleted from JMS store

              Hi,
              I'm experiencing some unexperienced JMS store behaviour with WLS 6.1 sp 4. I have
              a servlet that posts a message to persistent JMS queue, which will be eventually
              consumed by an MDB. Even though consumption is successful, the message is not
              deleted from JMS store.
              The message will be redelivered after server restart and is still not deleted
              from JMS store. I verified this using file store and JDBC store. The messages
              actually stay in the JMSSTORE table till doom's day.
              I couldn't reproduce the case with WLS 6.1 sp 3. Exactly the application code
              was used in all cases.
              Subsequently I ran the same case with various ServerDebug DebugJMSXXX-flags set,
              and discovered that WLS 6.1 sp3 logs 'asyncDeleteL' and 'ZZZDelete' for the consumed
              message. WLS 6.1 sp4 didn't log this information.
              I'm running WLS 6.1 on WinNT and Win2000.
              Comments?
              b r
              Juha Räsänen
              

    I've am having exactly this problem with wl 5.1....
              I first saw it with 5.1 sp8....
              In the release notes for 5.1 sp10, the following CR was fixed, which seemed
              like it might have been my problem:
              CR 45915
              Fixed a JMS problem with messages begin left in the queue after received messages had been acknowledged. When a high volume of
              messages was sent to a queue and a consumer retrieved those messages and sent them to another queue, the messages were not being
              removed from the first queue even though they were acknowledged.
              We upgraded to 5.1 sp12, and it appeared that the incidence of that problem was reduced.
              However it still occurs once or twice a week, with 5.1 sp12....
              My situation is a little bit different, in that my consumer retieves a message, and sends another
              message to the SAME queue instead of another queue as described in the CR above...
              It does happen under heavy load, etc....
              Don't know if this has been reported and identified for wl 5.1 sp12 or not...
              It is of course a really difficult to deal with bug....
              Jason
              "Juha Räsänen" <[email protected]> wrote in message news:[email protected]...
              >
              > Hi,
              > I'm experiencing some unexperienced JMS store behaviour with WLS 6.1 sp 4. I have
              > a servlet that posts a message to persistent JMS queue, which will be eventually
              > consumed by an MDB. Even though consumption is successful, the message is not
              > deleted from JMS store.
              >
              > The message will be redelivered after server restart and is still not deleted
              > from JMS store. I verified this using file store and JDBC store. The messages
              > actually stay in the JMSSTORE table till doom's day.
              >
              > I couldn't reproduce the case with WLS 6.1 sp 3. Exactly the application code
              > was used in all cases.
              >
              > Subsequently I ran the same case with various ServerDebug DebugJMSXXX-flags set,
              > and discovered that WLS 6.1 sp3 logs 'asyncDeleteL' and 'ZZZDelete' for the consumed
              > message. WLS 6.1 sp4 didn't log this information.
              >
              > I'm running WLS 6.1 on WinNT and Win2000.
              >
              > Comments?
              >
              > b r
              > Juha Räsänen
              

  • Repeat events are not deleted...

    Does anyone know how to remove the repeated event in iCal especially after it has been edited to be an item designated as "all future events"?
    I attempted to delete several events that were assigned as repeating by going to the original event and editing the occurrance. When prompted I clicked the "all future events" button to apply it to all of them but there are still events showing up in iCal. Very frustrating!

    Hi Janiv,
    Base on my experience, Events will be deleted after retention period which is by default 1 day and this can be configured up to 7 days. It seems that user cannot delete the event data until the data is expired.
    Also, you could see this similar thread:https://social.msdn.microsoft.com/Forums/en-US/b0856475-e30d-404c-ae67-14e644fa0394/azure-eventhub-how-to-remove-the-event?forum=servbus
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • So if iMessages deleted from one device are not deleted from others why not recover deleted iMessages from iCloud?

    I accidentally deleted ALL the messages from my wife from my iPhone, nearly all of them iMessages.  Yet, I can see all of them on my iMac and on my MacPro.  Indeed, there is a discussion item (https://discussions.apple.com/message/21313040#21313040) that confirms that messages are deleted and maintained independently on each device, even though they are all ultimately resident only in Apple's cloud.
    I would dearly love to have all of them back on my iPhone.  Yet, reading about 20 or so discussions here, the only way to recover them would be a recovery from my iTunes backup.  I have a somewhat recent backup, but I'll still lose about 100 messages that way.
    So, if all the messages are still in the cloud, why CAN'T I recover them directly from the cloud to my iPhone?  Any ideas?  Any software?  Is this an App just begging to be built??
    Thanks

    It depends on the type of email account you are using, not on iCloud.  If you are using an IMAP or exchange account, when you delete from one device, it is deleted from all devices.  If you are using a POP (POP3) account, it won't.  (iCloud email, Gmail and Yahoo are all IMAP accounts.)

  • Photos are not deleted from "recently deleted" folder after 30 days

    Hello-
    I tried to sync my iPhone 6 today, and iTunes read that there were 2500 pictures stored on my device (nearly double what I actually have). I did some searching online and I found that if I change the date of my phone back 1 month (to Feb. 15), all of the photos that were supposed to have been deleted from the "recently deleted" photos folder had reappeared. I manually went back through and deleted the photos that had reappeared in my recently deleted folder from every month since I got my phone (Oct. '14), and then iTunes said I was back down to 1400 pictures.
    Why hadn't the pictures deleted after 30 days like they were supposed to? How can I rectify this?
    Thanks,
    Carson

    Thanks for your quick answers!
    I realized that I didn't select the option 'enable adaptive junk mail controls for this account', but, even selecting it, the junk mails are not automatically cleaned. I tried restarting Thunderbird, restarting the computer, and even manually changing the date and restarting Thunderbird, but nothing worked.
    I checked the entries in the advanced configuration, and they are all correct.
    My aim, as it was with the other problem I posted, is just to help to improve the development of Thunderbird by pointing the bugs. But they are actually really minor issues and not a real problem for me. So don't worry if the problem is not finally solved.
    And thanks again!

  • Deleted hotmail emails from my iPhone are not deleted from my iMac

    Hi,
    After I have deleted my hotmail emails from my iPhone they are not automatically deleted from my iMac.
    They delete from my hotmail account but not my iMac.
    Also when I set up my hotmail account to my iPhone all of my email files transfered to my iPhone automatically, they didn't transfer
    to my iMac.
    Help!!!!
    Thanks.

    Thanks for the help.
    I have set Hotmail to (Do what my other program says—if it says to delete messages, then delete them.)
    Still no joy, tried to delete an email from my iMac and its still on my iPhone and Hotmail inbox.
    Any other ideas?

  • TS4153 few files and folder are not deleting from trash folder

    i am trying to delete all files and folders from the trash folder by clicking  empty securely, but its not deleteing the files anf folder. please suggest how to clean the trash folder by deleteing all the deleted files and folder.

    Securely deleting items in Trash writes Zeros over the data so that it is completely eradicated.
    This will take quit a long time depending on how much data you have in Trash.
    Unless there is data that needs to be rendered unrecoverable in the Trash, you could choose to just delete the files and folders with out the secure option.
    Once you have Emptied the Trash unsecurely you can always use disk utility to Securely Erase Free Space on the Drive.

  • DMS: Documents opened in edit mode(CV02N) are not deleted from Temp Folder

    Hi All,
    My query is whenever i edit documents like word,pdf or autocad files in cv02n, it make a copy in my c/windows/temp folder but doesnot delete them when it close the transaction. i have given PC data carrier with path as %Temp% & in profiles i have defined the path as c/windows/temp/
    So is there any solution by which the files opened in the edit mode will be deleted when i close the transaction or else after some specified time it should get deleted from the temp folder. Is there any standard configration for it.
    Note: I have tried the 741388 note but it is only for display mode documents.
    Regards
    Nishant.

    Hi Nishant,
    unfortunately this is the standard behavior as for editing the application need a
    temporary file and this file is still stored after closing the application to enable a re-checkin in the future too.
    So the only possibility is to delete the temporary files from C:\Windows\Temp after some time manually. There is no functionality in the system standard as the SAP system has no control on the windows folders. 
    To achieve a very similar behavior you can set the "Delete after checkin" flag in transaction DC30 for this applications and see if this will meet your requirements.
    This flag means that the original file gets deleted after you check them into a storage category. Maybe this could be usefull.
    Best regards,
    Christoph

  • Spam mails are not deleted from the spam folder

    In the account settings, I have set the spam mail to be automatically deleted after one day. In spite of that, spam mail in the spam folder is not automatically deleted at any time, even if I restart Thunderbird. In the end, I always have to clean the spam folder manually.

    Thanks for your quick answers!
    I realized that I didn't select the option 'enable adaptive junk mail controls for this account', but, even selecting it, the junk mails are not automatically cleaned. I tried restarting Thunderbird, restarting the computer, and even manually changing the date and restarting Thunderbird, but nothing worked.
    I checked the entries in the advanced configuration, and they are all correct.
    My aim, as it was with the other problem I posted, is just to help to improve the development of Thunderbird by pointing the bugs. But they are actually really minor issues and not a real problem for me. So don't worry if the problem is not finally solved.
    And thanks again!

  • Deleted tracks on Iphone are not deleted from the itunes playlist

    When I delete some tracks on iphone, I would like them to be deleted from the itunes playlist as well when syncing.
    how can i do it?
    thanks

    I was just playing around with my YahooMail account too ...and it's a little different than the normal client/server sorta thing I've been used to ...
    I was using my PC to draft a new Yahoo email, then saw it on my iPhone Email, in the Drafts ... edit the PC version, update iPhone, the edit appears.
    The iphone doesn't download a copy of your messages, it interfaces directly with the server. If you do anything on either side (PC and/or iPhone) it affects your Yahoo Inbox.

  • Messages are not deleted from the DB

    Hi, in the OCS Database, as i understand, all the messages that are deleted goes to a collection folder (id=4). The Problem is that none was deleted so far from it! All the old messages are still archived on the DB and i want to erase them all, how????
    Luis

    Dear nitin_ngm,
    this information on database platform in use is essential!
    In that db2 version, there is no native "truncate table" statement (this statement is executed at the very end of a table switch), and the DBSL implemented the abap truncate statment using the following DB2 native commands:                                                                               
    "IMPORT FROM /dev/null of DEL REPLACE INTO <table name>"                                                                               
    In SAP enviornment, the default behavior of the above command does not release the physical storage associated with an object because of the following database registry setting:                                                                               
    <i> DB2_TRUNCATE_REUSESTORAGE=IMPORT [DB2_WORKLOAD]
    Hence, an offlince table reorg is necessary after the truncate.                                                                               
    For a detailed description of this registry variable DB2_TRUNCATE_REUSESTORAGE, please refer to the following IBM online doc:
    [DB2_TRUNCATE_REUSESTORAGE|http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.admin.regvars.doc/doc/r0005669.html|DB2_TRUNCATE_REUSESTORAGE]
    You should be able to free the space via ALTER TABLESPACE ... REDUCE MAX
    See related information under the following link.
    [ALTER TABLESPACE ... REDUCE MAX|http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.sql.ref.doc/doc/r0000890.html|ALTER TABLESPACE ... REDUCE MAX]
    Best regards,
    Harald Keimer
    PI Development Support
    SAP AG, Walldorf

Maybe you are looking for