PC Review


Reply
Thread Tools Rate Thread

Business Contact Manager - MDF and LDF file restore in Windows 7

 
 
RickRoyston
Guest
Posts: n/a
 
      13th Nov 2009
I have just upgraded from Vista (32-bit) to Windows 7 (64-bit). Although I
carefully backed up all my data files, I was unaware that I was supposed to
create a specific data backup file from within Business Contact Manager. As a
result, I am unable to restore my Business Contact Manager database. I am the
sole user of the computer with full administrator rights. The computer is an
HP Pavilion desktop, with 4GB RAM and 500GB hard drive. It is not on a
network.

I have tried to restore my data using various methods that I've found in
these posts and elsewhere, including
- running an SQL script;
- creating a new database and replacing the new MDF and LDF files with my
old ones renamed;
- changing permissions on the Business Contact Manager folders and files;
- Starting Outlook in Administrator mode; and
- reinstalling Business Contact Manager.

None of these methods has worked. The drop-down box in 'Create or Select a
Database' shows only the name of the empty database I have just created. If I
replace the MDF and LDF files with my old data files renamed, nothing appears
in the drop-down box. And I get an error message.

I cannot be the only upgrader from Vista to Windows 7 who was unaware that a
specific backup file has to be created from in Business Contact Manager
before migrating,

Can anybody help?
 
Reply With Quote
 
 
 
 
Vanessa
Guest
Posts: n/a
 
      19th Nov 2009
I am dealing with the same problem. So frustrating. If I can figure it out, I
will be sure to post it here... so far, no luck.

"RickRoyston" wrote:

> I have just upgraded from Vista (32-bit) to Windows 7 (64-bit). Although I
> carefully backed up all my data files, I was unaware that I was supposed to
> create a specific data backup file from within Business Contact Manager. As a
> result, I am unable to restore my Business Contact Manager database. I am the
> sole user of the computer with full administrator rights. The computer is an
> HP Pavilion desktop, with 4GB RAM and 500GB hard drive. It is not on a
> network.
>
> I have tried to restore my data using various methods that I've found in
> these posts and elsewhere, including
> - running an SQL script;
> - creating a new database and replacing the new MDF and LDF files with my
> old ones renamed;
> - changing permissions on the Business Contact Manager folders and files;
> - Starting Outlook in Administrator mode; and
> - reinstalling Business Contact Manager.
>
> None of these methods has worked. The drop-down box in 'Create or Select a
> Database' shows only the name of the empty database I have just created. If I
> replace the MDF and LDF files with my old data files renamed, nothing appears
> in the drop-down box. And I get an error message.
>
> I cannot be the only upgrader from Vista to Windows 7 who was unaware that a
> specific backup file has to be created from in Business Contact Manager
> before migrating,
>
> Can anybody help?

 
Reply With Quote
 
RickRoyston
Guest
Posts: n/a
 
      20th Nov 2009
Remarkably, I've now solved the problem, thanks to Hari at
http://dbaspot.com/forums/sqlserver-...directory.html

I followed Hari's directions and did the following:

Use SQL Server configuration manager from SQL Server 2005 program
goups...There select sql server 2005 services and choose sql server service
and see the Logon account.
If the account is not local system then change it to Local system and then
restart the service and see if the attch works. If it works then give the
necessary previlages to the
toher account and restart the service and see if the attach works fromm D
Drive..

The I gave my old MDF and LDF files the same names as my new, empty, BCM
files. When I restarted Outlook with BCM, it worked perfectly and I had all
my data back.

Needless to say, I immediately created a backup from within BCM. Then I
wrote to thank Hari.

- Rick
---------------------------------------------------------------------------------

Vanessa" wrote:

> I am dealing with the same problem. So frustrating. If I can figure it out, I
> will be sure to post it here... so far, no luck.
>
> "RickRoyston" wrote:
>
> > I have just upgraded from Vista (32-bit) to Windows 7 (64-bit). Although I
> > carefully backed up all my data files, I was unaware that I was supposed to
> > create a specific data backup file from within Business Contact Manager. As a
> > result, I am unable to restore my Business Contact Manager database. I am the
> > sole user of the computer with full administrator rights. The computer is an
> > HP Pavilion desktop, with 4GB RAM and 500GB hard drive. It is not on a
> > network.
> >
> > I have tried to restore my data using various methods that I've found in
> > these posts and elsewhere, including
> > - running an SQL script;
> > - creating a new database and replacing the new MDF and LDF files with my
> > old ones renamed;
> > - changing permissions on the Business Contact Manager folders and files;
> > - Starting Outlook in Administrator mode; and
> > - reinstalling Business Contact Manager.
> >
> > None of these methods has worked. The drop-down box in 'Create or Select a
> > Database' shows only the name of the empty database I have just created. If I
> > replace the MDF and LDF files with my old data files renamed, nothing appears
> > in the drop-down box. And I get an error message.
> >
> > I cannot be the only upgrader from Vista to Windows 7 who was unaware that a
> > specific backup file has to be created from in Business Contact Manager
> > before migrating,
> >
> > Can anybody help?

 
Reply With Quote
 
Mike
Guest
Posts: n/a
 
      25th Nov 2009
Hi Rick,

I saw your post and your solution i am having the exact same problem,
problem is, im having some trouble finding the right files and
understanding the steps in laymen terms. I was hoping you could take
the time to break down the steps for me ...

Here's where i am:

I backed up everything to a seagate external drive, (before win 7)
my files also got copied to the windows(old) file,
i found an old back-up (which i did from within BCM in April), but
that data is too old

I figured out how to get into the sql server configuration manager,
but i dont know what to do from there...

How do I rename and create a Database for the MDF files (Do i need to
do this?)

can you take me through the steps on what files i should be looking
for and what i need to be doing to them.

Any help is appreciated, i thank you in advance

Mike

mikeOn Nov 19, 5:39*pm, RickRoyston
<RickRoys...@discussions.microsoft.com> wrote:
> Remarkably, I've now solved the problem, thanks to Hari athttp://dbaspot.com/forums/sqlserver-faq/230596-attach-sql2005-databas...
>
> I followed Hari's directions and did the following:
>
> Use SQL Server configuration manager from SQL Server 2005 program
> goups...There select sql server 2005 services and choose sql server service
> and see the Logon account.
> If the account is not local system then change it to Local system and then
> restart the service and see if the attch works. If it works then give the
> necessary previlages to the
> toher account and restart the service and see if the attach works fromm D
> Drive..
>
> The I gave my old MDF and LDF files the same names as my new, empty, BCM
> files. When I restarted Outlook with BCM, it worked perfectly and I had all
> my data back.
>
> Needless to say, I immediately created a backup from within BCM. Then I
> wrote to thank Hari.
>
> - Rick
> ---------------------------------------------------------------------------------
>
> Vanessa" wrote:
> > I am dealing with the same problem. So frustrating. If I can figure it out, I
> > will be sure to post it here... so far, no luck.

>
> > "RickRoyston" wrote:

>
> > > I have just upgraded from Vista (32-bit) to Windows 7 (64-bit). Although I
> > > carefully backed up all my data files, I was unaware that I was supposed to
> > > create a specific data backup file from within Business Contact Manager. As a
> > > result, I am unable to restore my Business Contact Manager database. I am the
> > > sole user of the computer with full administrator rights. The computer is an
> > > HP Pavilion desktop, with 4GB RAM and 500GB hard drive. It is not on a
> > > network.

>
> > > I have tried to restore my data using various methods that I've foundin
> > > these posts and elsewhere, including
> > > - running an SQL script;
> > > - creating a new database and replacing the new MDF and LDF files with my
> > > old ones renamed;
> > > - changing permissions on the Business Contact Manager folders and files;
> > > - Starting Outlook in Administrator mode; and
> > > - reinstalling Business Contact Manager.

>
> > > None of these methods has worked. The drop-down box in 'Create or Select a
> > > Database' shows only the name of the empty database I have just created. If I
> > > replace the MDF and LDF files with my old data files renamed, nothingappears
> > > in the drop-down box. And I get an error message.

>
> > > I cannot be the only upgrader from Vista to Windows 7 who was unawarethat a
> > > specific backup file has to be created from in Business Contact Manager
> > > before migrating,

>
> > > Can anybody help?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can not restore database in business contact manager Daniel Whitman Microsoft Outlook BCM 1 21st Dec 2009 07:29 PM
Business Contact Manager backup restore allesorac Microsoft Outlook Discussion 0 26th May 2009 04:21 PM
Restore a business contact manager data file with .mdf or .ldf? jshall587680 Microsoft Outlook BCM 1 15th Feb 2008 04:55 PM
restore business manager contact file =?Utf-8?B?QWRhbW8=?= Microsoft Outlook Contacts 0 2nd Jul 2005 09:39 PM
Backup and Restore on Business Contact Manager Ron Stanley Microsoft Outlook 2 30th Jan 2004 04:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:22 PM.