Ask Question Forum:
Model Library:2025-02-08 Updated:A.I. model is online for auto reply question page
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by jmarkfoley
at 2024-07-20 13:14:09
Point:500 Replies:9 POST_ID:829039USER_ID:11941
Topic:
SBS Small Business Server;;Exchange Email Server
I've just finished compressing the C: drive on our SBS2008 server and now any user who tries to use Outlook web access gets: "Outlook Web Access could not connect to Microsoft Exchange"
how do I fix this?
how do I fix this?
Author: jmarkfoley replied at 2024-07-21 07:22:42
Thanks. This suggestion saved my life!
Author: jmarkfoley replied at 2024-07-21 07:21:59
Gary Coltharp: > compressing the C: drive is a best practices no-no. ... If you have a storage issue, resolve it correctly not with a band aid.
The problem here is that SBS2008 is running on an HP Proliant with only 500GB of total disk space. That 500GB is in the form of a RAID1 array in an HP Smart Array. Unfortunately, it cannot be expanded unless we purchase a P400 Battery Backed Write Cache Controller -- foolishly not purchased with the Proliant -- along with larger specialty drives. The cost to do this is more than replacing the whole server. Plus, SBS 2008 is obsolescent and the HP Proliant has other issues (e.g. cannot boot with USB drive connected). I am in the process of replacing this server, so a Band-Aid is just what we need for a few months!
Sumit Gupta: > Hi, yes i mean Microsoft/exchange folder.
I assumed that's what you meant and uncompressed this folder last night and Exchange started working again! Whew! Just in time for work this morning.
> Compressing exchange folder is never recommended.
Apparently, but it would be nice if Microsoft either warned about that, or bypassed compression of Exchange. Perhaps they do in some secret MCSA/MCSE knowledge base, but searching for hours on the Internet turned up NOTHING related to this issue. Maybe I'm a bad surfer.
The problem here is that SBS2008 is running on an HP Proliant with only 500GB of total disk space. That 500GB is in the form of a RAID1 array in an HP Smart Array. Unfortunately, it cannot be expanded unless we purchase a P400 Battery Backed Write Cache Controller -- foolishly not purchased with the Proliant -- along with larger specialty drives. The cost to do this is more than replacing the whole server. Plus, SBS 2008 is obsolescent and the HP Proliant has other issues (e.g. cannot boot with USB drive connected). I am in the process of replacing this server, so a Band-Aid is just what we need for a few months!
Sumit Gupta: > Hi, yes i mean Microsoft/exchange folder.
I assumed that's what you meant and uncompressed this folder last night and Exchange started working again! Whew! Just in time for work this morning.
> Compressing exchange folder is never recommended.
Apparently, but it would be nice if Microsoft either warned about that, or bypassed compression of Exchange. Perhaps they do in some secret MCSA/MCSE knowledge base, but searching for hours on the Internet turned up NOTHING related to this issue. Maybe I'm a bad surfer.
Expert: Gary Coltharp replied at 2024-07-21 06:33:07
Generally speaking, compressing the C: drive is a best practices no-no. Mostly due to the performance issues this causes. If you have a storage issue, resolve it correctly not with a band aid.
Uncompress C:
HTH
Gary
Uncompress C:
HTH
Gary
Accepted Solution
Expert: Sumit Gupta replied at 2024-07-21 05:20:00
500 points EXCELLENT
Hi, yes i mean Microsoft/exchange folder. Compressing exchange folder is never recommended..
Another thing is the problem you are having right now, you can follow these for fixing permission issues:
1 : Add Manage auditing and security log Properties
Administative Tools > Local Security Policy > Local Policies > User Rights Assignment > Manage auditing and security
Add Exchance Servers.
2. Check Exchange Trusted Subsystem
1)Open Active Directory Users and Computers
2)Under domain name (For example contoso.com),navigate to the Builtin Container,on
the right hand side select the Administrator group,goto the properties
3)Click members tab and add Exchange Trusted Subsystem
4)Click ok twice
5)Reboot the Exchange server
If still problem exist then i think repair will be last option. : http://www.anisjendoubi.com/2010/10/service-msexchangeadtopology-failed-to-start/
Another thing is the problem you are having right now, you can follow these for fixing permission issues:
1 : Add Manage auditing and security log Properties
Administative Tools > Local Security Policy > Local Policies > User Rights Assignment > Manage auditing and security
Add Exchance Servers.
2. Check Exchange Trusted Subsystem
1)Open Active Directory Users and Computers
2)Under domain name (For example contoso.com),navigate to the Builtin Container,on
the right hand side select the Administrator group,goto the properties
3)Click members tab and add Exchange Trusted Subsystem
4)Click ok twice
5)Reboot the Exchange server
If still problem exist then i think repair will be last option. : http://www.anisjendoubi.com/2010/10/service-msexchangeadtopology-failed-to-start/
Author: jmarkfoley replied at 2024-07-20 18:38:08
I also tried restart Exchange services. I've done this before successfully, but now I get the following errors:
Windows PowerShellCopyright (C) 2009 Microsoft Corporation. All rights reserved.PS C:UsersHPadminRS> Restart-Service MSExchangeAdTopology -ForceRestart-Service : Service 'Microsoft Exchange Active Directory Topology Service (MSExchangeAdTopology)' cannot be stopped due to the following error: Cannot open MSExchangeAdTopology service on computer '.'.At line:1 char:16+ Restart-Service <<<< MSExchangeAdTopology -Force + CategoryInfo : CloseError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service ], ServiceCommandException + FullyQualifiedErrorId : CouldNotStopService,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> Restart-Service MSExchangeAntiSpamUpdate -ForceRestart-Service : Service 'Microsoft Exchange Anti-spam Update (MSExchangeAntiSpamUpdate)' cannot be stopped due to the following error: Cannot open MSExchangeAntiSpamUpdate service on computer '.'.At line:1 char:16+ Restart-Service <<<< MSExchangeAntiSpamUpdate -Force + CategoryInfo : CloseError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service ], ServiceCommandException + FullyQualifiedErrorId : CouldNotStopService,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> Restart-Service MSExchangeEdgeSync -ForceRestart-Service : Service 'Microsoft Exchange EdgeSync (MSExchangeEdgeSync)' cannot be stopped due to the following error: Cannot open MSExchangeEdgeSync service on computer '.'.At line:1 char:16+ Restart-Service <<<< MSExchangeEdgeSync -Force + CategoryInfo : CloseError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service ], ServiceCommandException + FullyQualifiedErrorId : CouldNotStopService,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> Restart-Service MSExchangeFDS -ForceRestart-Service : Service 'Microsoft Exchange File Distribution (MSExchangeFDS)' cannot be stopped due to the following error: Cannot open MSExchangeFDS service on computer '.'.At line:1 char:16+ Restart-Service <<<< MSExchangeFDS -Force + CategoryInfo : CloseError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service ], ServiceCommandException + FullyQualifiedErrorId : CouldNotStopService,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> Restart-Service MSExchangeIMAP4 -ForceRestart-Service : Service 'Microsoft Exchange IMAP4 (MSExchangeIMAP4)' cannot be stopped due to the following error: Cannot open MSExchangeIMAP4 service on computer '.'.At line:1 char:16+ Restart-Service <<<< MSExchangeIMAP4 -Force + CategoryInfo : CloseError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service ], ServiceCommandException + FullyQualifiedErrorId : CouldNotStopService,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> Restart-Service MSExchangeIS -ForceRestart-Service : Service 'Microsoft Exchange Information Store (MSExchangeIS)' cannot be stopped due to the followingerror: Cannot open MSExchangeIS service on computer '.'.At line:1 char:16+ Restart-Service <<<< MSExchangeIS -Force + CategoryInfo : CloseError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service ], ServiceCommandException + FullyQualifiedErrorId : CouldNotStopService,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> Restart-Service MSExchangeMailSubmission -ForceRestart-Service : Service 'Microsoft Exchange Mail Submission (MSExchangeMailSubmission)' cannot be stopped due to thefollowing error: Cannot open MSExchangeMailSubmission service on computer '.'.At line:1 char:16+ Restart-Service <<<< MSExchangeMailSubmission -Force + CategoryInfo : CloseError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service ], ServiceCommandException + FullyQualifiedErrorId : CouldNotStopService,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> Restart-Service MSExchangeMailboxAssistants -ForceRestart-Service : Service 'Microsoft Exchange Mailbox Assistants (MSExchangeMailboxAssistants)' cannot be stopped due to the following error: Cannot open MSExchangeMailboxAssistants service on computer '.'.At line:1 char:16+ Restart-Service <<<< MSExchangeMailboxAssistants -Force + CategoryInfo : CloseError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service ], ServiceCommandException + FullyQualifiedErrorId : CouldNotStopService,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> Restart-Service MSExchangeMonitoring -ForceRestart-Service : Service 'Microsoft Exchange Monitoring (MSExchangeMonitoring)' cannot be stopped due to the following error: Cannot open MSExchangeMonitoring service on computer '.'.At line:1 char:16+ Restart-Service <<<< MSExchangeMonitoring -Force + CategoryInfo : CloseError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service ], ServiceCommandException + FullyQualifiedErrorId : CouldNotStopService,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> Restart-Service MSExchangePOP3 -ForceRestart-Service : Service 'Microsoft Exchange POP3 (MSExchangePOP3)' cannot be stopped due to the following error: Cannot open MSExchangePOP3 service on computer '.'.At line:1 char:16+ Restart-Service <<<< MSExchangePOP3 -Force + CategoryInfo : CloseError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service ], ServiceCommandException + FullyQualifiedErrorId : CouldNotStopService,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> Restart-Service MSExchangeRepl -ForceRestart-Service : Service 'Microsoft Exchange Replication Service (MSExchangeRepl)' cannot be stopped due to the following error: Cannot open MSExchangeRepl service on computer '.'.At line:1 char:16+ Restart-Service <<<< MSExchangeRepl -Force + CategoryInfo : CloseError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service ], ServiceCommandException + FullyQualifiedErrorId : CouldNotStopService,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> Restart-Service MSExchangeSearch -ForceRestart-Service : Service 'Microsoft Exchange Search Indexer (MSExchangeSearch)' cannot be stopped due to the following error: Cannot open MSExchangeSearch service on computer '.'.At line:1 char:16+ Restart-Service <<<< MSExchangeSearch -Force + CategoryInfo : CloseError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service ], ServiceCommandException + FullyQualifiedErrorId : CouldNotStopService,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> Restart-Service MSExchangeServiceHost -ForceRestart-Service : Service 'Microsoft Exchange Service Host (MSExchangeServiceHost)' cannot be stopped due to the following error: Cannot open MSExchangeServiceHost service on computer '.'.At line:1 char:16+ Restart-Service <<<< MSExchangeServiceHost -Force + CategoryInfo : CloseError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service ], ServiceCommandException + FullyQualifiedErrorId : CouldNotStopService,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> Restart-Service MSExchangeSA -ForceRestart-Service : Service 'Microsoft Exchange System Attendant (MSExchangeSA)' cannot be stopped due to the following error: Cannot open MSExchangeSA service on computer '.'.At line:1 char:16+ Restart-Service <<<< MSExchangeSA -Force + CategoryInfo : CloseError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service ], ServiceCommandException + FullyQualifiedErrorId : CouldNotStopService,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> Restart-Service MSExchangeTransport -ForceRestart-Service : Service 'Microsoft Exchange Transport (MSExchangeTransport)' cannot be stopped due to the following error: Cannot open MSExchangeTransport service on computer '.'.At line:1 char:16+ Restart-Service <<<< MSExchangeTransport -Force + CategoryInfo : CloseError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service ], ServiceCommandException + FullyQualifiedErrorId : CouldNotStopService,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> Restart-Service MSExchangeTransportLogSearch -ForceRestart-Service : Service 'Microsoft Exchange Transport Log Search (MSExchangeTransportLogSearch)' cannot be stopped due to the following error: Cannot open MSExchangeTransportLogSearch service on computer '.'.At line:1 char:16+ Restart-Service <<<< MSExchangeTransportLogSearch -Force + CategoryInfo : CloseError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service ], ServiceCommandException + FullyQualifiedErrorId : CouldNotStopService,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> Restart-Service msftesql-Exchange -Force -ForceRestart-Service : Cannot bind parameter because parameter 'Force' is specified more than once. To provide multiple values to parameters that can accept multiple values, use the array syntax. For example, "-parameter value1,value2,value3".At line:1 char:49+ Restart-Service msftesql-Exchange -Force -Force <<<< + CategoryInfo : InvalidArgument: (:) [Restart-Service], ParameterBindingException + FullyQualifiedErrorId : ParameterAlreadyBound,Microsoft.PowerShell.Commands.RestartServiceCommandPS C:UsersHPadminRS> 1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27:28:29:30:31:32:33:34:35:36:37:38:39:40:41:42:43:44:45:46:47:48:49:50:51:52:53:54:55:56:57:58:59:60:61:62:63:64:65:66:67:68:69:70:71:72:73:74:75:76:77:78:79:80:81:82:83:84:85:86:87:88:89:90:91:92:93:94:95:96:97:98:99:100:101:102:103:104:105:106:107:108:109:110:111:112:113:114:115:116:117:118:119:120:121:122:123:124:125:126:127:128:129:130:131:132:133:134:135:136:137:138:139:140:141:142:143:144:145:146:147:148:149:150:151:152:153:154:155:156:
Author: jmarkfoley replied at 2024-07-20 17:35:43
Sumit Gupta: I don't have a 'Program Files Exchange' folder. I have 'Program Files Microsoft Exchange Server'. Is that the one you mean?
Author: jmarkfoley replied at 2024-07-20 15:15:23
duncanb7: Full error details below
RequestUrl: https://mail.ohprs.org:443/owa/default.aspxExceptionException type: Microsoft.Exchange.Data.Storage.ConnectionFailedTransientExceptionException message: Cannot open mailbox /o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=mark.Call stackMicrosoft.Exchange.Data.Storage.ConnectionCachePool.OpenMailbox(String serverDn, String userDn, String mailboxDn, Guid mailboxGuid, Guid mdbGuid, Object identity, ConnectFlag connectFlag, OpenStoreFlag openStoreFlag, CultureInfo cultureInfo, String clientInfoString, Boolean secondTry)Microsoft.Exchange.Data.Storage.ConnectionCachePool.OpenMailbox(String serverDn, String userDn, String mailboxDn, Guid mailboxGuid, Guid mdbGuid, Object identity, ConnectFlag connectFlag, OpenStoreFlag openStoreFlag, CultureInfo cultureInfo, String clientInfoString, Boolean secondTry)Microsoft.Exchange.Data.Storage.ConnectionCachePool.OpenMailbox(String serverDn, String userDn, String mailboxDn, Guid mailboxGuid, Guid mdbGuid, Object identity, ConnectFlag connectFlag, OpenStoreFlag openStoreFlag, CultureInfo cultureInfo, String clientInfoString)Microsoft.Exchange.Data.Storage.MailboxSession.Initialize(LogonType logonType, ExchangePrincipal owner, DelegateLogonUser delegateUser, Object identity, OpenMailboxSessionFlags flags)Microsoft.Exchange.Data.Storage.MailboxSession.CreateMailboxSession(LogonType logonType, ExchangePrincipal owner, DelegateLogonUser delegateUser, Object identity, OpenMailboxSessionFlags flags, CultureInfo cultureInfo, String clientInfoString)Microsoft.Exchange.Data.Storage.MailboxSession.Open(ExchangePrincipal mailboxOwner, WindowsPrincipal authenticatedUser, CultureInfo cultureInfo, String clientInfoString)Microsoft.Exchange.Clients.Owa.Core.OwaWindowsIdentity.CreateMailboxSession(ExchangePrincipal exchangePrincipal, CultureInfo cultureInfo)Microsoft.Exchange.Clients.Owa.Core.UserContext.Load(OwaContext owaContext)Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.CreateUserContext(OwaContext owaContext, UserContextKey userContextKey, UserContext& userContext)Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.PrepareRequestWithoutSession(OwaContext owaContext, UserContextCookie userContextCookie)Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.InternalDispatchRequest(OwaContext owaContext)Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.DispatchRequest(OwaContext owaContext)System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)Inner ExceptionException type: Microsoft.Mapi.MapiExceptionLogonFailedException message: MapiExceptionLogonFailed: Unable to open message store. (hr=0x80040111, ec=-2147221231) Diagnostic context: Lid: 18969 EcDoRpcExt2 called [length=409] Lid: 27161 EcDoRpcExt2 returned [ec=0x0][length=132][latency=5] Lid: 23226 --- ROP Parse Start --- Lid: 27962 ROP: ropLogon [254] Lid: 17082 ROP Error: 0x80040111 Lid: 26937 Lid: 21921 StoreEc: 0x80040111 Lid: 27962 ROP: ropExtendedError [250] Lid: 1494 ---- Remote Context Beg ---- Lid: 26426 ROP: ropLogon [254] Lid: 22787 Error: 0x0 Lid: 13032 StoreEc: 0x8004010F Lid: 59409 Lid: 45073 Lid: 11173 StoreEc: 0x80040111 Lid: 22970 Lid: 8620 StoreEc: 0x80040111 Lid: 1750 ---- Remote Context End ---- Lid: 26849 Lid: 21817 ROP Failure: 0x80040111 Lid: 26297 Lid: 16585 StoreEc: 0x80040111 Lid: 32441 Lid: 1706 StoreEc: 0x80040111 Lid: 24761 Lid: 20665 StoreEc: 0x80040111 Lid: 25785 Lid: 29881 StoreEc: 0x80040111Call stackMicrosoft.Mapi.MapiExceptionHelper.ThrowIfError(String message, Int32 hresult, Int32 ec, DiagnosticContext diagCtx)Microsoft.Mapi.ExRpcConnection.OpenMsgStore(OpenStoreFlag storeFlags, String mailboxDn, Guid mailboxGuid, Guid mdbGuid, MapiStore msgStorePrivate, String& correctServerDn, ClientIdentityInfo clientIdentityAs, String userDnAs, String applicationId, CultureInfo cultureInfo)Microsoft.Mapi.ConnectionCache.OpenMapiStore(String mailboxDn, Guid mailboxGuid, Guid mdbGuid, ClientIdentityInfo clientIdentity, String userDnAs, OpenStoreFlag openStoreFlags, CultureInfo cultureInfo, String applicationId)Microsoft.Mapi.ConnectionCache.OpenMailbox(String mailboxDn, Guid mailboxGuid, Guid mdbGuid, WindowsIdentity windowsIdentityAs, String userDnAs, OpenStoreFlag openStoreFlags, CultureInfo cultureInfo, String applicationId)Microsoft.Exchange.Data.Storage.ConnectionCachePool.OpenMailbox(String serverDn, String userDn, String mailboxDn, Guid mailboxGuid, Guid mdbGuid, Object identity, ConnectFlag connectFlag, OpenStoreFlag openStoreFlag, CultureInfo cultureInfo, String clientInfoString, Boolean secondTry) 1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27:28:29:30:31:32:33:34:35:
Sumit Gupta: > Decompress Exchange folder in Program files.
Is that the only way? I compressed for a reason that being lack of free space on the drive. Does the above error listing provide ideas for alternative solutions? If not, I try decompressing.
Expert: Sumit Gupta replied at 2024-07-20 14:50:12
Decompress Exchange folder in Program files.
If there is user right issue then apply this article:
http://technet.microsoft.com/en-us/library/bb885050%28EXCHG.80%29.aspx
If there is user right issue then apply this article:
http://technet.microsoft.com/en-us/library/bb885050%28EXCHG.80%29.aspx
Expert: duncanb7 replied at 2024-07-20 13:56:53
Could you send us the full error message besides "Outlook Web Access could not connect to Microsoft Exchange" ?
Duncan
Duncan