Hi,
I'm not sure when the problem actually started, but I'm thinking it started when the last updates were installed on the server. I can see the .edb file for the public folders in explorer, but not in EMC. I've run all the usual eseutil to
check the integrity, defrag, etc., and everything there points to it's a good database. ISINTEG shows the database as being offline. Since I cannot see the database listed in EMC, I'm unable to mount it there.....so I've tried running various forms
of mount-database. If I try this without any parameters, from the exchange server, in the folder where the database is located, with the database name listed there, I get the error:
The operation couldn't be performed because object 'public folder database 0997749526.edb' couldn't be found on '<1 of my dc's>'. + CategoryInfo : NotSpecified: (0:Int32) [Mount-Database],
ManagementObjectNotFoundException
+ FullyQualifiedErrorId : F7B735E5,Microsoft.Exchange.Management.SystemConfigurationTasks.MountDatabase
One of the strange things to me is it looks for the database on one of our other DC's and not here on the actual exchange server. If I use -Identity and put the entire path, including server, I get the error:
Cannot process argument transformation on parameter 'Identity'. Cannot convert value "<Full exchanger server name>\public folder database 0997749526.edb" to type "Microsoft.Exchange.Configuration.Tasks.DatabaseIdParameter". Error:"<server name>\public folder database 0997749526.edb' is not a valid value for the identity.
Parameter name: Identity"
+ CategoryInfo : InvalidData: (:) [Mount-Database], ParameterBindin...mationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Mount-Database
I tried using the get-mailboxdatabase command, but do not see this database listed.....most likely because it's not mounted?
As an experiment, I tried creating a new Public Folder database in the same place using the same name just to see if it would overwrite the current database or maybe even just open it, it does give an error that there is
already a database there with that name.
I really don't care what I need to do to fix it at this point. We basically just use the Public Folders to hold the offline address book and a calendar to book the conference room. The offline address book can be rebuilt, but I'd like to
get the calendar data out of the old if at all possible. I'm close to just scrapping the old and starting from scratch, but thought I'd give this a try first. Any information is greatly appreciated!