Question : ActiveSync Mobile Not Working on SBS 2003 Virtualized in ESX 4.0

We had been using Activesync mobile on our SBS 2003 Exchange Server (SP2) successfully.  We then virtualized onto VMWare ESX 4.0 (P2V) successfully.  Everything worked except immediately all PDAs no longer could Activesync Mobile.  Deleted and re-created all Exchange VDirs. Set registry MAS Parameters to Exchange-OMA (tried both with and without "/" in front of entry).  Verified all ApplicationPools.  Still cannot browse OMA VDir (either internally within IIS Manager or externally), but can successfully browse exchange-oma VD, Exchange VD, or any other.  Receiving Application Log errors 1503, 3030 (even though I've already disabled Forms Authentication in HTTP Protocol within Exchange Manager.  Error when browsing OMA is:

Server Error in '/OMA' Application.
--------------------------------------------------------------------------------

Collection was modified; enumeration operation may not execute.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.  

Stack Trace:


[InvalidOperationException: Collection was modified; enumeration operation may not execute.]
   System.Collections.ArrayListEnumeratorSimple.MoveNext() +7488601
   Microsoft.Exchange.OMA.Tracing.OmaTrace.set_DebugOutputTracing(Boolean value) +175
   Microsoft.Exchange.OMA.UserInterface.Global..ctor() +262
   ASP.global_asax..ctor() +5

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
   System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) +0
   System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) +86
   System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) +230
   System.Activator.CreateInstance(Type type, Boolean nonPublic) +67
   System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +1051
   System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +111
   System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +221
   System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +107
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +289
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3614


Help please
Related Solutions: MSExchangeOMA Event ID 1503

Answer : ActiveSync Mobile Not Working on SBS 2003 Virtualized in ESX 4.0

Do you mean,

SELECT * FROM Customers WHERE cmdrt1 IN (SELECT routeid FROM Routes WHERE mon=Y)
Random Solutions  
 
programming4us programming4us