Wednesday, September 21, 2011

Object is read only because it was created by a future version of Exchange: 0.10 (14.0.100.0). Current supported version is 0.1 (8.0.535.0).

Issue: Removing Exchange PF database fails with fallowing error on E07 Server

image

  • The public folder database 'SG02PF1' cannot be deleted.
  • SG02PF1
  • Failed
  • Error:
  • Object is read only because it was created by a future version of Exchange: 0.10 (14.0.100.0). Current supported version is 0.1 (8.0.535.0).

Solution:

Log onto Exchange 2010 Server use fallowing PS command

  • Server Name:WINCMS
  • Storage Group Name  SG02
  • Database Name: SG02PF1
Remove-PublicFolderDatabase -Identity "WINCMS\SG02\SG02PF1"

image

Respectfully,
Oz Casey, Dedeal ( MVP north America)
MCITP (EMA), MCITP (SA)
MCSE 2003, M+, S+, MCDST
Security+, Project +, Server +
http://smtp25.blogspot.com/ (Blog)
http://telnet25.wordpress.com/ (Blog)

1 comment:

Anonymous said...

OK, its been a while since this article but Exchange 2013 throws a spanner in the works in that whilst it causes exactly the same error, because it no longer has public folder databases (it just uses the normal mailbox database instead) the Remove-PublicFolderDatabase command no longer exists?!

HEEEEELLLPPP!!!