Unable to Mount Store error id:c1041724 (Full Version)

All Forums >> [Microsoft Exchange 2003] >> Outlook Web Access



Message


mdwasim -> Unable to Mount Store error id:c1041724 (14.Jul.2007 10:51:36 AM)

Hello Experts,

am facing a serious problem after restoring database files from other sever to a new server. I tried guidelines related to eseutil /p, but things doesnt seems to work with me.
before restoring database i enabled "can be over written by restore" after finishing it I checked if files are properly replaced or not. and it was ok till here..
when i tried to mount it back.. for the error of c1041724 :-(
ran eseutil /p , and tried mounting again, but no luck.

hope to get some helping replies.

Thanks.




mdwasim -> RE: Unable to Mount Store error id:c1041724 (14.Jul.2007 11:20:27 AM)

In event viewer i have


The MAPI call 'OpenMsgStore' failed with the following error:
The Microsoft Exchange Server computer is not available. Either there are network problems or the Microsoft Exchange Server computer is down for maintenance.
The MAPI provider failed.
Microsoft Exchange Server Information Store
ID no: 8004011d-0526-00000000




ismail.mohammed -> RE: Unable to Mount Store error id:c1041724 (14.Jul.2007 12:43:29 PM)

hi,
before you mount the database, check "do not mount the database" and then try to start the information store service?

Rename old mdbdata folder to mdbdata old and check with blank database.

Now i would suggest to save and clear application even log then after that stop the IS service....
run eseutil /mh "path of the database" check the status what is it showing whether it clean shutdown or dirty shutdown. If it is clean shutdown then
move all the log files, checkpoint file i.e keep only priv1.edb, pirv1.stm, pub1.edb and pub1.stm in mdbdata folder

then run eseutil /d on the database after that check the state again.

Then run isinteg fix command... then start to mount the database if then also fail please paste the event log...i.e the complete error message




mdwasim -> RE: Unable to Mount Store error id:c1041724 (14.Jul.2007 12:52:01 PM)

Hello,

THanks for your reply, let me try as per your guideline and will get back soon..

take care.




mdwasim -> RE: Unable to Mount Store error id:c1041724 (14.Jul.2007 3:55:37 PM)

After going through your guide, still getting  error in event viewer

Event Type: Information
Event Source: ESE
Event Category: General
Event ID: 100
Date:  7/14/2007
Time:  10:50:23 PM
User:  N/A
Computer: EXCHANGE
Description:
Information Store (3552) The database engine 6.05.7638.0002 started.

Event Type: Information
Event Source: ESE
Event Category: General
Event ID: 102
Date:  7/14/2007
Time:  10:50:23 PM
User:  N/A
Computer: EXCHANGE
Description:
Information Store (3552) First Storage Group: The database engine started a new instance (0).

Event Type: Error
Event Source: ESE
Event Category: Logging/Recovery
Event ID: 619
Date:  7/14/2007
Time:  10:50:23 PM
User:  N/A
Computer: EXCHANGE
Description:
Information Store (3552) First Storage Group: Attempted to attach database 'C:\Program Files\Exchsrvr\mdbdata\pub1.edb' but it is a database restored from a backup set on which hard recovery was not started or did not complete successfully.

Event Type: Error
Event Source: MSExchangeIS
Event Category: General
Event ID: 9519
Date:  7/14/2007
Time:  10:50:23 PM
User:  N/A
Computer: EXCHANGE
Description:
Error 0xfffffde0 starting database "First Storage Group\Public Folder Store (EXCHANGE)" on the Microsoft Exchange Information Store.
Data:
0000: 46 61 69 6c 65 64 20 74   Failed t
0008: 6f 20 61 74 74 61 63 68   o attach
0010: 20 74 6f 20 4a 65 74 20    to Jet
0018: 44 42 00                  DB.    

Event Type: Error
Event Source: MSExchangeSA
Event Category: MAPI Session
Event ID: 9175
Date:  7/14/2007
Time:  10:50:04 PM
User:  N/A
Computer: EXCHANGE
Description:
The MAPI call 'OpenMsgStore' failed with the following error:
The Microsoft Exchange Server computer is not available.  Either there are network problems or the Microsoft Exchange Server computer is down for maintenance.
The MAPI provider failed.
Microsoft Exchange Server Information Store
ID no: 8004011d-0526-00000000

:-( :-(




a.grogan -> RE: Unable to Mount Store error id:c1041724 (14.Jul.2007 4:10:31 PM)

Hiya, have a look at http://support.microsoft.com/kb/810199 to see if that helps

Cheers

A




ismail.mohammed -> RE: Unable to Mount Store error id:c1041724 (14.Jul.2007 4:51:07 PM)

thanks grogran,
the below article was my target to give him.

Wasim r u restoring the database and then trying to mount, if so then pls follow the grogran article... because right now the database will be inconsistent state and log required is stored in the temp which u have choosed during restoring point so inorder to mount it back you need run this command "eseutil /cc path of the directory that contains restore.env"
it is clearly explained in the article which is being refferred by grogran.




mdwasim -> RE: Unable to Mount Store error id:c1041724 (15.Jul.2007 1:58:58 AM)

Hello frnds,

when i try to use /cc it showup this..

Operation terminated with error -939586631 (Unknown Error, Unknown Error) after 0.0 seconds.

ok other thing..
the server from which i have taken backup was having 270 users mailbox and the new server on which i am trying to restore is having arround 254, some of them got missed.. can this be reason for not properly mounting?

thanks.




ismail.mohammed -> RE: Unable to Mount Store error id:c1041724 (15.Jul.2007 4:38:29 AM)

the error which you have pasted indicates that the command is not running on proper file location.

Let say:
I have my database and log file restored in D:\exchsrvr\mdbdata
While doing restore, it will ask for temp for restoring the log files which are not committed during the time of backup and restore.env. I will save in C:\Temp folder.

Now before i could run eseutil /cc, first i will confirm that my log files which are restored in C:\temp file are in sequecne or will check wether it is damaged

so i will go to my directory through command prompt and will type following command for the log files which are stored in a temp folder
C:\exchsrvr\bin>eseutil /ml "c:\temp\e00" once i confirm each and every log files are in sequence then i will go eseutil /cc option

that is C:\exchsrvr\bin>eseutil /cc "c:\temp"




mdwasim -> RE: Unable to Mount Store error id:c1041724 (15.Jul.2007 6:07:21 AM)

ok I checked my logfile dir its C:\logfiles ex\First Storage Group
here i have E0000200.log(5,120kb) and restore.env(2kb)

then i go to cmd.exe
C:\Program Files\Exchsrvr\bin>  C:\exchsrvr\bin>eseutil /ml "c:\logfiles ex\First
Storage Group\E0000200.log"

right till here sir?




ismail.mohammed -> RE: Unable to Mount Store error id:c1041724 (15.Jul.2007 8:53:07 AM)

hi,

You need to run like this C:\Program Files\Exchsrvr\bin>  C:\exchsrvr\bin>eseutil /ml "c:\logfiles ex\First Storage Group"
if the log files is ok
then run eseutil /mh on priv1.edb and check the line logs required if you have all the logs then run

eseutil /cc "c:\logfiles ex\First Storage Group"




Page: [1]