Hello everybody!
Recently I installed Sharepoint 2013 Enterprise and Exchange 2013 in our company. I have successfully enabled site-mailbox feature and made site-mailboxes for some workgroup's sites. Some time later I decided to change public url from short one to the full-one (to avoid problems with vpn clients). I.e. from https://sharepoint15 to thehttps://sharepoint15.tls.dc. I didn't find official article for such action, therefore I have decided to change public url address and add old short address as alias to the new public address.
In generally all sharepoint features successfully adopted to the new address. Maybe I need to do some small corrections. But not site-mailbox feature...
When I went to the "Site mailbox" page (e.g. https://sharepoint15.tls.dc/exchange2013/_layouts/15/TeamMailbox/mailbox.aspx) - it says that "It looks like your site moved, Error code: 0". I opened network analyzer in my IE and saw that JS query got additional status code = 56:
[
{
"SchemaVersion":"15.0.0.0","LibraryVersion":"15.0.4445.1000","ErrorInfo":null,"TraceCorrelationId":"b71d0c9c-e4b7-9051-5523-771a87cdb4dc"
},0,{
"_ObjectType_":"Microsoft.SharePoint.Portal.CollaborationMailboxResponse","AlternateUrl":null,"CorrelationId":"b71d0c9c-e4b7-9051-5523-771a87cdb4dc","ErrorCode":0,"Status":56,"Url":null
}
]
Additionally warning says that I need to readdress my problem to the site administrator.
Technet article
http://technet.microsoft.com/en-us/library/jj218671(v=exchg.150).aspx says that SP-SiteMailbox could change SP Site url for Site Mailbox. Ok. I tried to do so and got 401 error. Moreover, I found that site mailbox sync process also reports about 401-errors.
Ok, I went to the AD, opened SM account, and corrected advanced attributes "msExchMailboxUrl" and "msExchTeamMailboxSharepointUrl" to retarget them to the new url. And right after that 401 errors had disappeared (and mailbox syncing process
works again). But when I tried to change URL with "Set-SiteMailbox" command - it says me that only one Sharepoint site can be tied with one site mailbox (FullyQualifiedErrorId : 4DB1A3F2,Microsoft.Exchange.Management.RecipientTasks.SetSiteMailbox).
For that moment I spent about three days to figure out how to fix broken site mailboxes and totally tired out of this situation, and had decided to kill these annoying site mailboxes and recreate a new ones. Firstly I tried to deactivate Sharepoint Site Mailbox Feature for the site and re-activate it again - with no success. Then I went to the Exchange shell and permanently removed one site mailbox. But Sharepoint still report me about problems with this site mailbox. I repeated the process of re-enabling site-mailbox feature - no difference.
Now I here. I cannot change site-mailbox url. I cannot delete site mailbox from Sharepoint config. But I can create an perfect mailboxes for the new sites.
I deleted xml cache, updated Sharepoint with last march CU. No changes. Sharepoint logs and windows event log are empty.
Please, help me! I'm stuck.
Maybe someone knows where is site-mailbox configuration is stored, or maybe how to clean site-mailbox configuration from sharepoint site?