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 ...
随机推荐
- OpenGl And 视图
OpenGl And 视图 标签(空格分隔): game 简介 本文主要介绍坐标系的观念, 以及在openGL中的视图及其相关的变换. 大纲 视图.模型.投影变换概念 Opengl中对各种变换的支持 ...
- linux与windows的文本文件之间的转换
在CentOS中需要安装一个软件包:tofrodos 包里包含的命令可以用包管理工具列出包里的文件. 以 CentOS 的 rpm 为例: rpm -ql tofrodos 在ArchLinux中需要 ...
- [sinatra] Sinatra再入门
原文URL:http://www.rubycc.com/bbs/topic_detail/86 1.基础代码app.rb require 'rubygems' require 'sinatra/bas ...
- 2.js基础
4.函数 1)函数是一段完成“指定功能”的已经“命名”的代码段 2)函数只有“调用”才能使用到,调用就是通过名称(可以在声明之前,也可以在声明之后) 3)函数名.参数.函数体.返回值(没有返回值的函数 ...
- centos 7 systemctl
Linux Systemctl是一个系统管理守护进程.工具和库的集合,用于取代System V.service和chkconfig命令,初始进程主要负责控制systemd系统和服务管理器.通过Syst ...
- MEANIO
sudo npm install -g bower sudo npm install -g meanio sudo bower cache clean --allow-root sudo mean i ...
- Wall Street English
1月23号,报名Wall Street English!
- 深入浅出Windows Phone 8应用开发
刚刚拿到<深入浅出Windows Phone 8应用开发>这本书,开始捣鼓我的Nokia Lumia 925T,已经有开发一个属于自己的App的想法了,计划先不公布了,等我这个App上线了 ...
- C++ Template Operator
#include <iostream> #include <string> #include <deque> #include <stdexcept> ...
- vsftpd
vi /etc/vsftpd.conf and add the following allow_writeable_chroot=YES sudo service vsftpd restart