Error 18000 during outlook 2011 rebuild
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的更多相关文章
- Microsoft Visual C++ Runtime Library Runtime Error的解决的方法
打开浏览器时,出现Microsoft Visual C++ Runtime Library Runtime Error错误,初步预计是软件冲突,可能有多种出错的方式,我的是浏览器自己主动关闭. 一. ...
- Microsoft Visual C++ Runtime Library Runtime Error解决的方式
打开浏览器时,出现Microsoft Visual C++ Runtime Library Runtime Error错误,初步预计是软件冲突,可能有多种出错的方式,我的是浏览器自己主动关闭. 一. ...
- 实战mysql分区(PARTITION)
http://lobert.iteye.com/blog/1955841 前些天拿到一个表,将近有4000w数据,没有任何索引,主键.(建这表的绝对是个人才) 这是一个日志表,记录了游戏中物品的产出与 ...
- 实战mysql分区
前些天拿到一个表,将近有4000w数据,没有任何索引,主键.(建这表的绝对是个人才) 这是一个日志表,记录了游戏中物品的产出与消耗,原先有一个后台对这个表进行统计.....(这要用超级计算机才能统计得 ...
- 【转载】实战mysql分区(PARTITION)
转载地址:http://lobert.iteye.com/blog/1955841 前些天拿到一个表,将近有4000w数据,没有任何索引,主键.(建这表的绝对是个人才) 这是一个日志表,记录了游戏中物 ...
- MYSQL分表与分区
什么是分表分区分表分区的区别实现方式上数据处理上提高性能上实现的难易度上mysql分表和分区的联系如何分区概述分区技术支持分区类型及举例注意应用场景示例订单表比预想中扩张速度快坑爹的日志表每半月一个分 ...
- VS2005 工程在win7下使用管理员权限运行
想关资料 http://stackoverflow.com/questions/13030492/set-administrator-privilege-for-my-c-application-in ...
- STM32_3 时钟初始化分析
在startup文件中,调用了2个函数,一个是System_Init, 另一个是main. System_Init()在system_stm32f10x.c 这个文件中,先看一下时钟树,再分析一下这个 ...
- 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 ...
随机推荐
- 在Asp.Net的Global.asax中Application_Error跳转到自定义错误页无效的解决办法
在开发Asp.Net系统的时候,我们很多时候希望系统发生错误后能够跳转到一个自定义的错误页面,于是我们经常会在Global.asax中的Application_Error方法中使用Response.R ...
- SessionHelper
MXS&Vincene ─╄OvЁ &0000009 ─╄OvЁ MXS&Vincene MXS&Vincene ─╄OvЁ:今天很残酷,明天更残酷,后天很美好 ...
- 【python cookbook】【数据结构与算法】1将序列分解为单独的变量
如果对象是可迭代的(任何序列),则可以进行分解操作,包括元组.列表.字符串.文件.迭代器以及生成器,可通过简单的一个赋值操作分解为单独的变量. 唯一要求:变量的总数和序列相吻合,否则将出错: Pyth ...
- 161031、java.util.StringTokenizer使用及源码
import java.util.StringTokenizer; public class TestStringTokenizer { public static void main(String[ ...
- scala的静态,单列模式
package com.test.scala.test /** * 单例对象,这种对象不能提供构造函数 */ object SingleObject { private var lastnumber= ...
- hide your website's wordpress info/path/way
Hide Wordpress Info of your website plugin hide-wp 使用apache语句和wp方法重写 但这个插件有个局限就是,你的网站使用的wordpress的话, ...
- 内存映射MMAP和DMA【转】
转自:http://blog.csdn.net/zhoudengqing/article/details/41654293 版权声明:本文为博主原创文章,未经博主允许不得转载. 这一章介绍Linux内 ...
- SQL算术数字的默认类型
select 100*100*100*100*100 --错误:将 expression 转换为数据类型 int 时出现算术溢出错误. select cast(1000 as bigint) * ...
- linux中的nm命令简介
转:http://blog.csdn.net/stpeace/article/details/47089585 一般来说, 搞linux开发的人, 才会用到nm命令, 非开发的人, 应该用不到. 虽然 ...
- java 数组基本操作(一维)
1.数组的声明: 数组类型 数组名[] 2.数组的表示方法 想使用数组中的值,可以使用索引来实现,数组是从0开始的,使用时格式为:数组名[i],比如 a[1],代表第二个值 在数组中要使用数组的长度 ...