Thanks Rob 88

Via:https://discussions.apple.com/message/23726703#23726703

1. Make a duplicate copy of your data to work with and keep your original corrupted identity safe in case this method of recovery doesn’t work for you.
2. Use the instructions at http://support.microsoft.com/kb/2398768 to completely remove all Microsoft Office from your system.
3. Restart your computer.
4. Install the original Office 2011 14.0.0 onto your computer, and make sure it is activated.
5. Open a blank document in Microsoft Word, and allow it to fully load up. Then quit Word.
6. Launch Microsoft Auto Update and upgrade Office to SP1 14.1.0. Make sure that you do not install any later updates than that.
7. Open a blank document in Microsoft Word, and allow it to fully load up. Then quit Word.
8. Manually download and intsall update 14.1.4 from http://www.microsoft.com/en-us/download/details.aspx?id=28405.
9. Disconnect your computer from the Internet and do NOT reconnect it again until you have completed the recovery.
10. Open the Microsoft Database Utility, and delete all the existing identities. There should only be one. Your corrupted identity should not appear in there. DO NOT DELETE IT if it is there (you must have done something wrong….start over).
11. Now that there are no identities in the list, create a new blank identity. It will automatically be named “Identity 1″.
12. Quit the database utility.
13. In the duplicate of your corrupted identity (created in step 1), delete the database file. Then navigate to the “Data Records” folder and delete the “Database Headers” folder.
14. Now copy the “Database Headers” folder from “/Documents/Microsoft User Data/Office 2011 Identities/Indentity 1/Data Records” and paste it inside the “Data Records” folder of the duplicate of your corrupted identity. What you have done now, is copy a clean “Database Headers” folder that has database headers in version 14.1.4. What you intend to do here, is trick the database utility v14.1.4 to think that your SP2 identity conforms to its own version and will then attempt to rebuild it.
15. Delete “Identity 1″ from the location mentioned in the previous step (you won’t need it anymore) and then move the duplicate of your corrupted identity in its place.
16. Now launch the database utility, and you should only see that duplicate of your corrupted identity. Nothing else should be listed there. Now click Rebuild and keep your fingers crossed (that’s of course only if you have enough memory as explained earlier. Otherwise, it would just be a waste of your time because the rebuild will probable fail).
17. You should receive a message saying that your database was rebuilt successfully. Now, quit the database utility.
18. While you are still disconnected from the internet, start Microsoft Outlook. (and there you go, all your data back in front of your eyes….with all the folder structures maintained)……BUT HOLD ON, you’re not done yet.
19. Follow steps 1,2,3, and 4 from http://www.officeformachelp.com/2012/05/how-to-move-your-data-to-a-new-identity/
20. Once you have quit Outlook in step 4 at that link in the previous step, start Microsoft AutoUpdate and install all available updates until you Office is updated to 14.2.4.
21. Now go back to http://www.officeformachelp.com/2012/05/how-to-move-your-data-to-a-new-identity/ and skip step 5. Go to Step 6 and continue to the end of that document.
22. You should now have your Outlook looking exactly as it did the day your identity got corrupted, hopefully with no data lost at all.

Error 18000 during outlook 2011 rebuild的更多相关文章

  1. Microsoft Visual C++ Runtime Library Runtime Error的解决的方法

    打开浏览器时,出现Microsoft Visual C++ Runtime Library Runtime Error错误,初步预计是软件冲突,可能有多种出错的方式,我的是浏览器自己主动关闭. 一. ...

  2. Microsoft Visual C++ Runtime Library Runtime Error解决的方式

    打开浏览器时,出现Microsoft Visual C++ Runtime Library Runtime Error错误,初步预计是软件冲突,可能有多种出错的方式,我的是浏览器自己主动关闭. 一. ...

  3. 实战mysql分区(PARTITION)

    http://lobert.iteye.com/blog/1955841 前些天拿到一个表,将近有4000w数据,没有任何索引,主键.(建这表的绝对是个人才) 这是一个日志表,记录了游戏中物品的产出与 ...

  4. 实战mysql分区

    前些天拿到一个表,将近有4000w数据,没有任何索引,主键.(建这表的绝对是个人才) 这是一个日志表,记录了游戏中物品的产出与消耗,原先有一个后台对这个表进行统计.....(这要用超级计算机才能统计得 ...

  5. 【转载】实战mysql分区(PARTITION)

    转载地址:http://lobert.iteye.com/blog/1955841 前些天拿到一个表,将近有4000w数据,没有任何索引,主键.(建这表的绝对是个人才) 这是一个日志表,记录了游戏中物 ...

  6. MYSQL分表与分区

    什么是分表分区分表分区的区别实现方式上数据处理上提高性能上实现的难易度上mysql分表和分区的联系如何分区概述分区技术支持分区类型及举例注意应用场景示例订单表比预想中扩张速度快坑爹的日志表每半月一个分 ...

  7. VS2005 工程在win7下使用管理员权限运行

    想关资料 http://stackoverflow.com/questions/13030492/set-administrator-privilege-for-my-c-application-in ...

  8. STM32_3 时钟初始化分析

    在startup文件中,调用了2个函数,一个是System_Init, 另一个是main. System_Init()在system_stm32f10x.c 这个文件中,先看一下时钟树,再分析一下这个 ...

  9. Error message “Assembly must be registered in isolation” when registering Plugins in Microsoft Dynamics CRM 2011 2013 解决办法

    Error message “Assembly must be registered in isolation” when registering Plugins in Microsoft Dynam ...

随机推荐

  1. 手机端js模拟长按事件(代码仿照jQuery)

    代码编写: $.fn.longPress = function(fn) { var timeout = undefined; var $this = this; for(var i = 0;i< ...

  2. 查看linux的出错信息

    先执行:dmesg -c > /dev/null 该命令是把之前的一些信息删除,-c选项表示:Clear the ring buffer after first printing its con ...

  3. C语言初学者代码中的常见错误与瑕疵(7)

    问题: 矩形的个数 在一个3*2的矩形中,可以找到6个1*1的矩形,4个2*1的矩形3个1*2的矩形,2个2*2的矩形,2个3*1的矩形和1个3*2的矩形,总共18个矩形.给出A,B,计算可以从中找到 ...

  4. 12个滑稽的C语言面试问答——《12个有趣的C语言问答》评析(5)

    前文链接:http://www.cnblogs.com/pmer/archive/2013/09/17/3327262.html A,局部变量的返回地址 Q:下面的代码有问题吗?如果有,如何修改? # ...

  5. HGE游戏引擎之实战篇,渐变的游戏开场

    #include <hge.h> #include "menuitem.h" //#include <hgefont.h> #include <hge ...

  6. java IO复习笔记

    1. IO是什么? Input Output Java的核心库java.io提供了全面的IO接口.包括:文件读写.标准设备输出等.Java中IO是以流为基础进行输入输出的,所有数据被串行化写入输出流, ...

  7. xml、 Dao service 三层参数以及对应关系

    =======service   调用dao用params.put(K,Value);将参数传入后台. BaseResponse response = new BaseResponse(); Map& ...

  8. linux设备驱动归纳总结(二):模块的相关基础概念【转】

    本文转载自:http://blog.chinaunix.net/uid-25014876-id-59415.html linux设备驱动归纳总结(二):模块的相关基础概念 系统平台:Ubuntu 10 ...

  9. 一篇文章一张思维导图看懂Android学习最佳路线

    一篇文章一张思维导图看懂Android学习最佳路线 先上一张android开发知识点学习路线图思维导图 Android学习路线从4个阶段来对Android的学习过程做一个全面的分析:Android初级 ...

  10. DLL:加载错误

    一:试图加载格式不正确的程序 把目标平台Any CPU 设置为X86: