Error in opening Calendar Recurring Item

Hi,
I have created a recurring event in my calendar. I deleted one instance, when I open the deleted one in calendar/allitems.aspx it says " Item does not exist. It may have been deleted by another user."
But I noticed that the column of that item still have values, why I cannot open it? The form basically is error page.
Do you have any idea?
Thanks!

Hi Daniel,
Content Approval is not enabled. 
Here are the error logs:
Name=Request (GET:http://bbb.pg.com:80/bu/BabyCareGlobal/Leading_Edge_TC/Lists/Calendar/DispForm.aspx?ID=20.1.19&Source=http%3A%2F%2Fdcsp%2Epg%2Ecom%2Fbu%2FBabyCareGlobal%2FLeading%5FEdge%5FTC%2FLists%2FCalendar%2FAllItems%2Easpx&ContentTypeId=0x010200CC32B4CF07E6864EB4D93282333F0563&IsDlg=1)
When I open the link, error page is displayed. Then I navigate to "Webparts Maintainance Page", this is displayed:
http://bbb.pg.com/bu/BabyCareGlobal/Leading_Edge_TC/_layouts/spcontnt.aspx?&url=%2fbu%2fBabyCareGlobal%2fLeading_Edge_TC%2fLists%2fCalendar%2fDispForm.aspx%3fID%3d20.1.19%26Source%3dhttp%253A%252F%252Fdcsp%252Epg%252Ecom%252Fbu%252FBabyCareGlobal%252FLeading%255FEdge%255FTC%252FLists%252FCalendar%252FAllItems%252Easpx%26ContentTypeId%3d0x010200CC32B4CF07E6864EB4D93282333F0563%26IsDlg%3d1
Can I select the untitled webpart (Type: ListFormWebpart) and delete it from there?
here are the rest of the error:
Area                          
Category                      
EventID
Level     
Message 
SharePoint Foundation         
Logging Correlation Data      
xmnv
Medium
Name=Request (GET:http://bbb.pg.com:80/bu/BabyCareGlobal/Leading_Edge_TC/Lists/Calendar/DispForm.aspx?ID=20.1.19&Source=http%3A%2F%2Fdcsp%2Epg%2Ecom%2Fbu%2FBabyCareGlobal%2FLeading%5FEdge%5FTC%2FLists%2FCalendar%2FAllItems%2Easpx&ContentTypeId=0x010200CC32B4CF07E6864EB4D93282333F0563&IsDlg=1)
SharePoint Foundation         
Logging Correlation Data      
xmnv
Medium
Site=/bu/BabyCareGlobal
SharePoint Foundation         
Monitoring                    
b4ly
High
Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=12.4307647412305
SharePoint Foundation         
Monitoring                    
b4ly
High
Leaving Monitored Scope (EnsureListItemsData#1). Execution Time=10.3265888351966
SharePoint Foundation         
General                       
8sl1
High
DelegateControl: Exception thrown while adding control 'ASP._controltemplates_publishingconsole_ascx': Item does not exist. It may have been deleted by another user.
SharePoint Foundation         
Monitoring                    
b4ly
High
Leaving Monitored Scope (EnsureListItemsData#1). Execution Time=8.9865206030691
SharePoint Foundation         
Monitoring                    
b4ly
High
Leaving Monitored Scope (Add WebPart with error). Execution Time=21.6849150170196
SharePoint Foundation         
Runtime                       
tkau
Unexpected
Microsoft.SharePoint.SPException: Item does not exist. It may have been deleted by another user.    at Microsoft.SharePoint.ApplicationPages.Calendar.CalendarInstanceQuery.Retrieve(SPList list, String recurId)     at Microsoft.SharePoint.SPContext.get_Item()    
at Microsoft.SharePoint.SPContext.ContentTypeInternal(String contentTypeId)     at Microsoft.SharePoint.WebPartPages.ListFormWebPart.get_TemplateName()     at Microsoft.SharePoint.WebPartPages.ListFormWebPart.ShowRibbon()    
at Microsoft.SharePoint.WebPartPages.ListFormWebPart.OnInit(EventArgs e)     at System.Web.UI.Control.InitRecursive(Control namingContainer)     at System.Web.UI.Control.AddedControl(Control control, Int32 index)    
at System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlCollection.AddWebPar...
SharePoint Foundation         
Runtime                       
tkau
Unexpected
...tHelper(WebPart webPart)     at System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlCollection.AddWebPart(WebPart webPart)     at System.Web.UI.WebControls.WebParts.WebPartManagerInternals.AddWebPart(WebPart
webPart)     at Microsoft.SharePoint.WebPartPages.SPWebPartManager.AddWebPartWithRetry(WebPart webPart)     at Microsoft.SharePoint.WebPartPages.SPWebPartManager.CreateWebPartsFromRowSetData(Boolean onlyInitializeClosedWebParts)    
at Microsoft.SharePoint.WebPartPages.SPWebPartManager.LoadWebParts()     at Microsoft.SharePoint.WebPartPages.SPWebPartManager.OnPageInitComplete(Object sender, EventArgs e)     at System.EventHandler.Invoke(Object sender,
EventArgs e)     at System.Web.UI.Page.OnInitComplete(EventArgs e)     at System.Web.UI.Page.ProcessRequestMain(Boole...
SharePoint Foundation         
Runtime                       
tkau
Unexpected
...an includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
SharePoint Foundation         
Monitoring                    
b4ly
Medium
Leaving Monitored Scope (Request (GET:http://bbb.pg.com:80/bu/BabyCareGlobal/Leading_Edge_TC/Lists/Calendar/DispForm.aspx?ID=20.1.19&Source=http%3A%2F%2Fdcsp%2Epg%2Ecom%2Fbu%2FBabyCareGlobal%2FLeading%5FEdge%5FTC%2FLists%2FCalendar%2FAllItems%2Easpx&ContentTypeId=0x010200CC32B4CF07E6864EB4D93282333F0563&IsDlg=1)).
Execution Time=93.1800510301055

Similar Messages

  • [Forum FAQ]Open Calendar Overlay item In a Modal Dialog

    Introduction:
    In SharePoint Calendar, there is a feature called Calendar Overlay, it would display multiple Calendars items in one Calendar. However, when we click the items in Calendar Overlay, it would redirect to a new tab.
    In this article, I would make a simple demo about how to use the JQuery to make the Calendar Overlay item open in the same window, as known as, open in a modal dialog.
    Solution:
    We can add the following code in Calendar view page using SharePoint Designer or paste the code within a Content Edit Web Part.
    <script src="http://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(document).ready(function () {
    setInterval(function () {
    $("a[href*='DispForm.aspx']").each(function () {
    $(this).attr("onclick", "openDialog('" + $(this).text() + "','" + $(this).attr("href") + "')");
    $(this).attr("href", "javascript:void(0)");
    $(this).removeAttr("target");
    }, 900);
    function openDialog(title, url) {
    var options = {
    title: "Calendar - " + title,
    autoSize:true,
    url: url
    SP.UI.ModalDialog.showModalDialog(options);
    </script>
    Result:
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    How about "launch as dialog: yes" from advance settings. If I click on blue<any> color but not hyperlink, it will open in modal.
    [email protected]

  • Unable to Read Calendar List Items through CAML

    Hi All,
    * I have created two columns in calendar one Year and other Month.When new event is added in calendar through (Item Added) event receiver I am setting the values to this columns as Name of Month to(February) and Year as(2014)  .So that I can fetch the
    data easily based on month and year
    * Through this Columns Secondly when I try to fetch the data to count number of items of particular month and year using caml query I am getting error as below .
    "Error:One or more field types are not installed properly. Go to the list settings page to delete these fields."
    *My below caml code is working fine if i applied to custom list,But not to calendar.Can any one help me for what reason I am unable to fetch data
    Code
     string year="2014";
     string month="February";
     SPSite mysite = SPContext.Current.Site;
     SPWeb myweb = mysite.OpenWeb();
    SPList mylist = myweb.Lists["Calendar"];
     SPQuery myquery = new SPQuery();
      myquery.Query = @"<Where>
                                          <And>
                                           <Eq>
                                             <FieldRef Name='Year'/>
                                             <Value Type='Text'>" + year + @"</Value>
                                          </Eq>
                                          <Eq>
                                             <FieldRef Name='Month' />
                                             <Value Type='Text'>" + month + @"</Value>
                                          </Eq>
                                         </And>
                                      </Where>";
     SPListItemCollection totaltiems = mylist.GetItems(myquery);
      Label1.Text= "Total Number of Items is "+" "+totaltiems.Count.ToString();
    Thanks, Quality Communication Provides Quality Work. http://siddiq-sharepoint2010.blogspot.in/ Siddiqali Mohammad .

    Hi,
    According to your post, my understanding is that you got an error when read calendar list items using CAML.
    I created two single line of text columns in the Calendar( Year and Month), then add items in the Calendar to check with your code. The CAML query worked well as below.
    string year = "2014";
    string month = "February";
    using (SPSite oSiteCollection = new SPSite("Your site URL"))
    using (SPWeb myweb = oSiteCollection.OpenWeb())
    SPList mylist = myweb.Lists["Calendar"];
    SPQuery myquery = new SPQuery();
    myquery.Query = @"<Where> <And> <Eq> <FieldRef Name='Year'/> <Value Type='text'>" + year
    + "</Value></Eq><Eq>+ "
    + " <FieldRef Name='Month' />+ "
    + " <Value Type='text'>" + month + "</Value>+ "
    + " </Eq> </And></Where>";
    SPListItemCollection totaltiems = mylist.GetItems(myquery);
    Console.WriteLine( "Total Number of Items is " + " " + totaltiems.Count.ToString());
    Console.ReadLine();
    Which type of the two columns in your Calendar? Were they text type?
    Are you sure the field name(<FieldRef Name='Year'/>,
    <FieldRef Name='Month' />) is same as internal name?
    We should only use internal name while refrencing columns in CAML query. If you have space In you column , replace it with "_x0020_", such as
    News_x0020_Category. 
    Thanks & Regards,
    Jason 
    Jason Guo
    TechNet Community Support

  • HT4489 How do I reduce the number of calendar items on iCloud (having exceeded my 25000 entry limit and synch has now stopped), without loosing recurring items or future appointments. I.E. can I remove items by calendar year, say 2010 and 2011?

    I have been advised by apple that I have exceeded the 25000 entry limit on my iCloud calendar. Now, every time I try to make an entry in my iCal (iCloud) calendar, I get a warning with error warning "507". In essence I cannot add entries to my iCloud calendar on iCal, and synch with my iPad and iPhone has stopped. How do I reduce the number of calendar items on my iCloud calendar without loosing recurring items or future appointments. I.E. can I remove items by calendar year, say 2010 and 2011?

    I have been advised by apple that I have exceeded the 25000 entry limit on my iCloud calendar. Now, every time I try to make an entry in my iCal (iCloud) calendar, I get a warning with error warning "507". In essence I cannot add entries to my iCloud calendar on iCal, and synch with my iPad and iPhone has stopped. How do I reduce the number of calendar items on my iCloud calendar without loosing recurring items or future appointments. I.E. can I remove items by calendar year, say 2010 and 2011?

  • Request timed out.- Error while opening a item in Blog

    Hi,
       We have a blog in our share point portal which was running properly before few days.
    We get Request Timed out error while opening an item in the blog. The list contains about        
       3500 items
    [HttpException (0x80004005): Request timed out.]
    We were able to create a new item but not able to view the item.
    When we check the server SQLSERVR.EXE takes more than 90% of the CPU Usage.
    Please let me know how to resolve this issue.
    Thanks,
    Vanitha

    Hi,
    According to your description, Please check the RAM allocated to your SQL server. MOSS server needs 2GB RAM
    to preform well. SQL requires 2GB RAM for optimum performance.
    Messages like this are mainly due to lack of RAM Allocation.
    Best Regards
    David Hu

  • Getting error while opening mail item in OWA, after 16 times

    hi Guys,
    I am facing a different issue in Internet Explorer(IE), that is if open a mail item/message via owa in IE 16 times, then the 16th time it is failing and throwing error. Up to 15 times mail item opening fine, but 16th time not. 
    In Firefox browser its working fine.
    Any body having any idea about this behavior please help me to find out the root cause.
    Please find error screen shot below.
    Regards,
    Ravi Nalla
    Hewlett-Packard
    ravinalla

    Hi,
    According to your description, I think your question is more related to Internet Explorer(IE) since you said it works well in Firefox. If you are developing, I suggest you debug in your page code to find the error message and posting
    the thread in
    Internet Explorer forum for more effective responses.
    Thanks.
    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.

  • Already opened error message while opening GP work item

    Hi Experts
    We are on NW 7.0 SP 14. We have a custom developed solution integrated with Guided procedure workflow. This workflow was working fine for almost 5-6 months. For last few days we have started getting following issue when one of the step processor executes the work item in the UWL.
         The following action has been opened by another 1 user(s). The last access time is: Tuesday, July 28, 2009 3:09:26 PM.
    This error is coming when there is only one user assigned as processor of the step and he opens the work item for first time.
    I did a search on this issue in SAP notes and SDN but could not find anything relevant. Let me know if you need more info on this.
    Any pointer to resolve this solution will be appreciated.
    Best Regards
    Prabhakar

    I think the work item may got locked.
    If this the case, you can un-lock it from :
    Guided Procedures --> Administration --> Unlock Objects.
    This may solve your problem.
    Regards,
    Yogesh...

  • HCM Forms&Process :Authorization error while opening work item in the UWL

    Hi,
    The process has been started successfully and the work item was appeared in the  UWL of MSS.
    But when I try to open the work item  , I got the following errors:
    "User XXXX doesnot have authorization on pernr 8000123"
    "You are not authorized to process this process"
    When I checked, the User XXXX has the required roles for authorization such as SAP_ASR_MANAGER and SAP_ASR_EMPLOYEE and the authorization object P_ASRCONT has been assigned to it as well.
    Still why these errors are coming?
    Does anybody know about it?
    Thanks & regards,
    Lek

    Hi,
    I have had exactly the same error. Make sure you have read the help.sap.com documentation carefully:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/43/3d8f8118391bcbe10000000a1553f7/frameset.htm. The minimum requirement is access to one infotype (it does not matter whether there is data in the infotype and it does not matter which infotype you choose) via CHECK_MIN_PERNR_AUTHORIZATION of BAdI HRPAD00AUTH_CHECK. More specifically, we solved it be providing access to infotype 0002 to all employees.
    Furthermore, check what level of authorizations you have set in the config for the activities.
    IMG->Personnel Management->HR Administrative Services->Authorizations->Define Authorization Method for Activities (All Processes) or Define Authorization Methods for Activities (for Each Process Group).
    This should help you solve your problem.

  • Calendar doesn't handle exceptions on recurring items

    There are several cases where exceptions are not handled for recurring items:
    1) If the Host makes an exception (room change / time change / cancellation) that is not reflected in the iPhone
    2) If a participant wishes to decline from one particular instance, it deletes the entire recurring event.
    Also, there is no indication that a reply is sent to the organizer (host) when you decline or accept a meeting.
    There may be other cases which aren't handled, but I've only been on ActiveSync / Exchange 2007 for less than a day now, and I already notice these lame differences from the features in sync-via-USB/iTunes

    The calendar app is woefully inadequate for anything but the most rudimentary scheduling. Having used DateBk6 on the Palm platform for years, I suddenly feel like I'm back in nursery school trying to maintain my calendar/schedule with an orange crayon.
    And Apple got so much right with the iPhone that this is just glaring in its deficiencies. I can only imagine this was a 'rush to get it included' situation. I certainly can't imagine that anyone at Apple would be satisfied with this application. It doesn't even duplicate the functionality of Apple's own iCal, let alone any better calendar program.
    It is disappointing inasmuch as I usually look to Apple to take the lead in putting out high-quality applications.

  • Error when posting Open AR Line Items

    hello iam posting Open AR Line Items for contract account using message type
    CTRACDOCUMENT_CREATE using lsmw idoc method .iam getting error as Document type not defined but actually when iam creating document manually item is created with out any error that means it is defined and my functional consultant is also saying he defined document type.can some body explain me what is the problem.
    Regards
    priya

    Hi Priya,
    As you are using the Idoc method, is the Partner profile correctly defined.
    Please could you elaborate your error in a bit more detail.

  • Can't open Calendar- 1712 error message?

    Hi, All of a sudden I can't open Calendar on my MacBook. I get an error message "The application Calendar can't be opened. -1712" Calendar working fine on other synched devices though. Any ideas gratefully received. Thanks.

    I have exactly the same problem.

  • Fatal error 70: Cannot open calendar database

    When I try to start my iPlanet Calendar Server(iCS) 5.0, the following error
    occurs:
    <P>
    Fatal error 70: Cannot open calendar database
    When this error occurs, first try to recover the database using the
    "csdb" command line
    utility. For more information on the
    csdb utility, please
    refer to the iCS 5.0 documentation at the following URL:
    <P>
    http://docs.iplanet.com/docs/manuals/calendar/ics50/ag/calagxa.htm#13586
    <P>
    If you are unable to recover the database using the
    csdb utility, use the
    following steps:
    <OL>
    <LI>Completely shut down the calendar server to ensure that there are no
    stray calendar processes still running.
    <P>
    <LI>Change directory to your iCS database directory (the default directory
    on Solaris is
    /var/opt/SUNWics5/csdb/).
    <P>
    cd /var/opt/SUNWics5/csdb/
    <P>
    <LI>Create a temp
    directory.
    <P>
    mkdir temp
    <P>
    <LI>Move all of the
    *.share files to the
    temp directory.
    <P>
    mv *.share temp/
    <P>
    <LI>Restart the calendar server.
    <P>
    <B>Note:</B> The *.share
    files will be rebuilt upon startup.
    </OL>
    <P>

    theFatal error 70: Cannot open calendar database error can occur after a migration from Netscape calendar server, using the ncs4migrate utility.
    The problem can be that the log* files in the csdb folder (or wherever you put the calendar database) are not owned by the same user that runs the calendar server - commonly called icsuser.
    ie.
    -rw-r----- 1 root other 5499425 Jun 25 14:17 log.0000000142
    will cause fatal error 70:
    change the owner, thus
    -rw-r----- 1 icsuser2 icsgroup2 5499425 Jun 25 14:17 log.0000000142
    and it should work!
    Regards,
    - jd

  • When I try to open Calendar from gmail, I get a Cookies problem error message

    I have reset privacy settings per instructions sevearl times, but still can't open calendar
    Basics
    Name: Firefox
    Version: 29.0.1
    User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0
    Crash Reports for the Last 3 Days
    All Crash Reports
    Extensions
    Name: Norton Toolbar
    Version: 2014.7.1.1
    Enabled: false
    ID: {2D3F3651-74B9-4795-BDEC-6DA2F431CB62}
    Name: Norton Vulnerability Protection
    Version: 12.2.0.5 - 1
    Enabled: false
    ID: {BBDA0591-3099-440a-AA10-41764D9DB4DB}
    Important Modified Preferences
    browser.cache.disk.capacity: 358400
    browser.cache.disk.smart_size_cached_value: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.places.smartBookmarksVersion: 6
    browser.sessionstore.upgradeBackup.latestBuildID: 20140506152807
    browser.startup.homepage_override.buildID: 20140506152807
    browser.startup.homepage_override.mstone: 29.0.1
    extensions.lastAppVersion: 29.0.1
    gfx.direct3d.last_used_feature_level_idx: 0
    network.cookie.prefsMigrated: true
    places.history.expiration.transient_current_max_pages: 103137
    plugin.disable_full_page_plugin_for_types: application/pdf
    plugin.importedState: true
    privacy.sanitize.migrateFx3Prefs: true
    Graphics
    Adapter Description: Intel(R) HD Graphics
    Adapter Drivers: igdumd64 igd10umd64 igd10umd64 igdumd32 igd10umd32 igd10umd32
    Adapter RAM: Unknown
    Device ID: 0x0156
    Direct2D Enabled: true
    DirectWrite Enabled: true (6.2.9200.16571)
    Driver Date: 5-10-2012
    Driver Version: 8.15.10.2752
    GPU #2 Active: false
    GPU Accelerated Windows: 2/2 Direct3D 10
    Vendor ID: 0x8086
    WebGL Renderer: Google Inc. -- ANGLE (Intel(R) HD Graphics Direct3D9Ex vs_3_0 ps_3_0)
    windowLayerManagerRemote: false
    AzureCanvasBackend: direct2d
    AzureContentBackend: direct2d
    AzureFallbackCanvasBackend: cairo
    AzureSkiaAccelerated: 0
    JavaScript
    Incremental GC: true
    Accessibility
    Activated: false
    Prevent Accessibility: 0
    Library Versions
    NSPR
    Expected minimum version: 4.10.3
    Version in use: 4.10.3
    NSS
    Expected minimum version: 3.16 Basic ECC
    Version in use: 3.16 Basic ECC
    NSSSMIME
    Expected minimum version: 3.16 Basic ECC
    Version in use: 3.16 Basic ECC
    NSSSSL
    Expected minimum version: 3.16 Basic ECC
    Version in use: 3.16 Basic ECC
    NSSUTIL
    Expected minimum version: 3.16
    Version in use: 3.16

    Hello,
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • BYMONTHDAY is causing the error while opening the ics file in outlook when event is exported from SharePoint Calendar

    Hi All,
              I am trying to parse the SharePoint recurrence data to get the RRULE for the ics file the RRULE parsed works fine for Yearly and Daily but it causes error when opening the ics file for the Monthly and
    weekly recurrence recurrence. I have opened the ics file in the notepad and observed that the BYDAY and BYMONTHDAY causes the problem. If I remove the tag the file opens fine but with wrong recurrence pattern.
    Any help will be appreciated.
    Regards
    Ajeet
    Ajeet

    Ajeet,
    I see that this is an extremely old post, but I thought I would refresh it with a bit more info.
    I wish I had found this post a few days ago.  I realized the same thing as well.  I don't quite understand the reasoning behind requiring the by day date must be the same as  the event date.  Another thing with rrecurrence is that if
    you pick a day of the week for a recurrence (i.e. Friday), then the start date must also occur on a Friday (I am just casting it as the first Friday of the month).
    I have come into this same issue with the BYMONTHDAY.  I am currently working on trying to configure an .ICS file to allow for multiple monthly recurrences, but it appears Outlook does not support multiple days within an event (determined by trying
    to create an even in Outlook and picking the recurrence option).  It seems that you are only allowed to have an event on (for example) every Friday of each month, or the (x) day of each month.  You cannot set any other occurrences of any other day
    within the same ICS file.  Hopefully someone else will find this information useful.
    Cheers,
    Tracy

  • Outlook 2013 crashes when opening Calendar search result

    I have a user who uses her Outlook 2013 calendar extensively, mainly to note for herself when she has spoken to a customer, and creating appointments for when she needs to speak to them again. (This is outside of our policy to note the contact in
    MS CRM.) She can have scores of such Calendar items each day.
    When seraching for these appointments in her Calendar, she gets the list of results, but Oulook crashes when she tries to open any of them. Sometimes Outlook restarts on its own, sometimes she must relaunch it herself.
    Related threads reference a wwlib.dll error, but she is not getting that. It is Outlook.exe itself that is crashing. There are other threads that reference other open windows, or items containing webpages or tables, but these do not apply to her, either.
    Event Data (two related entries) contain the following:
    OUTLOOK.EXE
    15.0.4551.1004
    5253ad6f
    c0000005
    00025b09
    19cc
    01cef2a610938033
    C:\Program Files\Microsoft Office\Office15\OUTLOOK.EXE
    C:\Program Files\Microsoft Office\Office15\OUTLOOK.EXE
    77f5e493-5e9b-11e3-9ef4-00219b4a7172
    And:
    3915849571
    1
    APPCRASH
    Not available
    0
    OUTLOOK.EXE
    15.0.4511.1004
    5253ad6f
    OUTLOOK.EXE
    15.0.4551.1004
    5253ad6f
    c0000005
    00025b09
    C:\Users\[username]\AppData\Local\Temp\163947659.cvr C:\User\[username]\AppData\Local\Temp\CVR780F.tmp.cvr
    C:\Users\[username]\AppData\Local\Temp\WERA546.tmp.WERInternalMetadata.xml
    C:\Users\[username]\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_OUTLOOK.EXE_2e80497b46642ed3f64262bb26bbba2f6ecc_02d1bdd5
    0
    77f5e493-5e9b-11e3-9ef4-00219b4a7172
    0
    On answers.microsoft.com, Girish M (Support Engineer who eventally directed me here), asked me to run Scanpst.exe. I would paste the results here, but this window does not seem to allow pasting. A summary description of what it found on her .ost file (no
    .pst in use) is basically this:
    **Beginning NDB recovery
      **Attempting to open database
      **Attempting to validate header
      **Attempting to validate AMap
      **Attempting to validate BBT
      **Attempting to validate NBT
      **Attempting to validate BBT refcounts
        ??Couldint find BBT entry in the RBT (E025CC)
      **Attempting to validate header NID high-water marks
    **Beginning PST/OST recovery
      **Attempting to recover all top-level objects
        **Store created by biuld: 15.4517
      **Attempting to walk all folders
          Failed to add row to the FLT, RowID = 719
          Failed to add row to the FLT, RowID = 6CD
          Failed to add row to the FLT, RowID = 6DE
          Failed to add row to the FLT, RowID = 6D8
    and so on, and so on, with a few hundred more FLT RowID errors, finally ending with:
      **Attempting to locate any orphaned folders/messages
      **Performing Final HMP validation
      **Attempting to check top-level objects for consistency
      **Updating folder hierarchy
      **Verifying message moves
    My understanding of the Scanpst.exe process is that it also disables any addons which might cause crashing, but the issue is still being experienced. Running Scanpst.exe a second time (appending the previous log, although it seemed to actually prepend the
    file) only returned a few lines from the top of the result above ending with "Attempting to validate BBT."
    Fixes not attempted yet that I have found performing searches include running the Office Repair tool, or checking for KB2817631 (a Word update that is apparently having adverse affects on Outlook, not attempted yet because it seems to be related to the wwlib.dll
    error, which is not happening here).
    Any thoughts out there? Thanks!

    Mavis,
    Thanks for the reply. Running Outlook using /cleansharing and
    /cleanroamedprefs did not have any effect when used individually or in combination with each other.
    Running the Search Index Rebuild option also did not seem to do anything, as the pop-up message indicated that it may take a long time to finish, and yet seemed to finish instantaneously, not giving any indication that the indexing took place. The option
    window immediately said "Indexing complete" for 23,755 items.
    As to the Outlook Forum, they are the ones who directed me to this forum (you can see the thread on the Answers support page under Office - Office 2013 - Microsoft Office Outlook - Office on Windows 7, under the title "Outlook 2013 restarts when
    opening Calendar Search result item" first posted on Dec 11, 2013), as Girish M felt that it might be due to Exchange, and not Outlook. (I have no reports of any of our other users on the same Exchange server having the problem with their Outlook, but
    they also do not use it the way this user has been.)
    I can repost the issue there, or continue the same thread, if you think the issue lies with them. Was the "Answers" site the improper place to post, perhaps? Should it go in a different thread on Technet instead?
    Thanks for your assistance!
    Edited to add:
    Here are the KBs installed just before or on the date the problem started (12/6/2013):
    12/5/2016 (Office updates, all 32-Bit):
    Security Update Office 2013 KB2768005
    Office 2013 KB2768016
    Office 2013 KB2817640
    Office 2013 KB2827228
    Security Office 2013 KB2837618
    Word 2013 KB2817631
    InfoPath 2013 KB2752078
    Office 2013 KB2817493
    Office 2013 KB2760539
    Office 2013 KB2827235
    Office 2013 KB2827225
    Security Excel 2013 KB2827238
    Office 2013 KB2760242
    Office 2013 KB2817626
    Office 2013 KB2817314
    Office 2013 KB2760610
    Access 2013 KB2768008
    Office 2013 KB2738038
    SkyDrive Pro KB2825633
    Security Office 2013 KB2817623
    Office 2013 KB2760267
    Visio Viewer 2013 KB2768338
    Office 2013 KB2827230
    OneNote 2013 KB2810016
    Office 2013 KB2827228
    Office 2013 KB2767845
    Definition Office 2013 KB2760587
    Office 2013 KB2726996
    Security Office 2013 KB2810009
    Office 2013 KB2817316
    Word 2013 KB2817631
    Lync 2013 KB2817621
    Office 2013 KB2760224
    Office 2013 KB2726954
    Office 2013 KB2817640
    Publisher 2013 KB2752097
    PowerPoint 2013 KB2817625
    Office 2013 KB2760257
    Office 2013 KB2817309
    Security Outlook 2013 KB2837618
    Visio 2013 KB2752018
    Office 2013 KB2817490
    Word 2013 KB2827218
    Office 2013 KB2760553
    12/6/2013 (for Windows, all Security):
    KB2900986
    KB2888505
    KB2876331
    KB2868725
    KB2868626
    KB2862152
    I listed all updates because there have been reported instances of a Word update causing Outlook to crash, but she is not getting the wwlib.dll error related to that KB. If you are aware of any issues with these updates, and which ones might be worth uninstalling
    in an attempt to fix, please let me know.
    Thanks again!

Maybe you are looking for