Hi all
This is getting the best of me.
Migrating from exchange 2007 SP3 RU12 to 2013 CU3
when attempting to migrate the public folders I'm greeted with this error
FailureCode : -2146233088
FailureType : ADOperationException
FailureSide : Target
Message : Error: Active Directory operation failed on
CORP2008DC01.domain.com. This
error is not retriable. Additional information: Insufficient access
rights to
perform the operation.
Active directory response: 00002098: SecErr: DSID-03150BB9,
problem 4003
(INSUFF_ACCESS_RIGHTS), data 0
--> The user has insufficient access rights.
FailureTimestamp : 2/13/2014 4:11:27 PM
IsValid : True
ValidationMessage :
OrganizationId :
RequestGuid : 9bba5622-e262-4ff2-8e1c-d52661a862d8
RequestQueue : DB01
ExchangeGuid : 3824a2c8-6597-4cd4-a28e-f06b3aa137c1
Identity : 6d80a38a-f7e0-4589-bf76-c6ae64ae1097\9bba5622-e262-4ff2-8e1c-d52661a862d8
DiagnosticInfo :
Report : 2/13/2014 4:11:17 PM [CORP2013EX01] 'domain.com/OU/
Exchange Administrator' created request.
2/13/2014 4:11:24 PM [CORP2013EX01] The Microsoft Exchange Mailbox
Replication service 'CORP2013EX01.Domain.com' (15.0.775.35 caps:3F)
is examining the request.
2/13/2014 4:11:24 PM [CORP2013EX01] Connected to target mailbox
'3824a2c8-6597-4cd4-a28e-f06b3aa137c1', database 'DB01', Mailbox
server
'CORP2013EX01.Domain.com' Version 15.0 (Build 775.0), proxy server
'CORP2013EX01.Domain.com' 15.0.775.35 caps:07FFCB07FFFF.
2/13/2014 4:11:24 PM [CORP2013EX01] Connected to source mailbox '',
database
'CORP2007MBX01\Second Storage Group\Public Folder Database',
Mailbox server 'CORP2007MBX01.Domain.com' Version 8.3 (Build 330.0).
2/13/2014 4:11:24 PM [CORP2013EX01] Request processing started.
2/13/2014 4:11:27 PM [CORP2013EX01] Stage:
CreatingFolderHierarchy. Percent complete: 10.
2/13/2014 4:11:27 PM [CORP2013EX01] Initializing folder hierarchy from
mailbox '':340 folders total.
2/13/2014 4:11:27 PM [CORP2013EX01] Folder creation progress: 0
folders created in
mailbox '3824a2c8-6597-4cd4-a28e-f06b3aa137c1'.
2/13/2014 4:11:27 PM [CORP2013EX01] Fatal error
ADOperationException has occurred.
Ive looked into all the permissions in AD the PS is running in elevated mode
The "inheritable permissions" is checked on all OU's and Objects involved in this migration.
I asked the Client to retire a 2003 Domain Controller that I thought was the culprit (Schema Mismatch errors).
the PS ran leading up to this error.
=========================
New-PublicFolderMigrationRequest -SourceDatabase (Get-PublicFolderDatabase -Server corp2007mbx01.domain.com) -CSVData (Get-Content PBFtoMailboxGen.csv -Encoding Byte) -BadItemLimit 5
=========================
PBFtoMailboxGen.csv
"FolderPath","TargetMailbox"
"\", "PF-Hierarchy"
=========================
[PS] C:\scripts\PublicFolder>get-mailbox -PublicFolder
Name Alias ServerName ProhibitSendQuota
---- ----- ---------- -----------------
PF-Hierarchy PF-Hierarchy corp2013ex01 Unlimited
========================
New-Mailbox -PublicFolder PF-Hierarchy Database DB01 -IsExcludedFromServingHierarchy $True HoldForMigration
========================
Any assistance would be appreciated.
- Edited by Zharkov Lillie Friday, February 14, 2014 12:44 AM Formatting