Print this post Print this post

Public Folder creation problem – Exchange 2010

Error: Failed to commit the change on the object because access is denied. See inner exception for more information. MapiExceptionNoAccess: Unable to create folder. (hr=0×80070005, ec=-2147024891) Diagnostic context: Lid: 18969 EcDoRpcExt2 called [length=73] Lid: 27161 EcDoRpcExt2 returned [ec=0x0][length=148][latency=0] Lid: 23226 — ROP Parse Start — Lid: 27962 ROP: ropCreateFolder [28] Lid: 17082 ROP Error: 0×80070005 [...]

Print this post Print this post

Exchange 2010 and Outlook 2003 error number 0x8004010F

I have Exchange 2010 and Outlook 2003. Problem: Task ‘Microsoft Exchange Server’ reported error (0x8004010F): ‘The operation failed. An object could not be found. ftp://ftp.microsoft.com/PSS/Tools/Exchange%20Support%20Tools/OABInteg Oabinteg.exe /s:ehvms01 /l /t:Oabfldcheck c:\OABinteg.txt has been opened for writing. Registry scan started at: 02:29:17 Checking for the (HKLM) Exchange Provider Registry Key Checking for the DS Server registry value:  [...]

Print this post Print this post

Configuring array access in Exchange 2010

New-ExchangeCertificate -GenerateRequest -SubjectName “c=PL, o=Demo Room, cn=outlook.demo.local” -DomainName outlook.demo.local Import-ExchangeCertificate -FileData ([Byte[]]$(Get-Content -Path c:\pf\IssuedCert.p7b -Encoding byte -ReadCount 0)) Host A outlook.demo.local 192.168.1.1 New-ClientAccessArray -FQDN outlook.demo.local -Name “outlook.demo.local” -Site Demo Get-MailboxDatabase | Set-MailboxDatabase -RpcClientAccessServer outlook.demo.local Set-OutlookProvider EXCH outlook.demo.local Get-autodiscoverVirtualDirectory | Set-autodiscoverVirtualDirectory – internalurl outlook.demo.local Get-clientAccessServer | Set-ClientAccessServer -AutodiscoverServiceInternalUri https://outlook.demo.local/autodiscover/autodiscover.xml Get-OabVirtualDirectory | Set-OabVirtualDirectory -internalurl https://outlook.demo.local/oab Get-WebServicesVirtualDirectory | [...]