2
Smartermail 16.0.6376 EAS Error System.ArgumentException: Source array was not long enough
Problem reported by viv burrows - 6/19/2017 at 3:50 AM
Submitted
This is a new one for me, I have not seen this in the log before as far as I am aware
 
[2017.06.19] 11:37:35 System.ArgumentException: Source array was not long enough. Check srcIndex and length, and the array's lower bounds.
[2017.06.19]    at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
[2017.06.19]    at System.Collections.Generic.Queue`1.SetCapacity(Int32 capacity)
[2017.06.19]    at System.Collections.Generic.Queue`1.Enqueue(T item)
[2017.06.19]    at MailStore.Indexing.PendingIndexDeletions.AddItem(String emailAddress, IndexDeletionItem item)
[2017.06.19]    at MailStore.Indexing.UserIndexCoordinator.#eik.#Thk(KeyValuePair`2 #bcd)
[2017.06.19]    at System.System_ExtensionMethods7BCA73B06BAB478aA3AC6AC60979BA25.Each[T](IEnumerable`1 enumerable, Action`1 action)
[2017.06.19]    at MailStore.Indexing.UserIndexCoordinator.#9kb(String #bab)
[2017.06.19]    at MailStore.MailStoreEventNotifier.CalendarItemUpdated(String emailAddress)
[2017.06.19]    at MailService.Protocols.ActiveSync.Helpers.SyncCalendar.SaveItems()
[2017.06.19]    at MailService.Protocols.ActiveSync.Helpers.SyncBase.#Loe(Dictionary`2& #EZi, Dictionary`2& #FZi, Boolean& #GZi)
[2017.06.19]    at MailService.Protocols.ActiveSync.Helpers.SyncBase.PerformSync(Int32 allowedChanges, Boolean& requiresImmediateResponse, Boolean& saveLastSyncRequest)
[2017.06.19]    at MailService.Protocols.ActiveSync.Commands.Sync.Execute()
[2017.06.19]    at MailService.Protocols.ActiveSync.VersionSpecific.VersionHandlerBase.ProcessCommand()
[2017.06.19]    at MailService.Protocols.ActiveSync.ActiveSyncProcessor.ProcessCommand(EasCommandRequest request)

1 Reply

Reply to Thread
0
Opt Solution Replied
Having a same error :

Source array was not long enough. Check srcIndex and length, and the array's lower bounds.

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.ArgumentException: Source array was not long enough. Check srcIndex and length, and the array's lower bounds.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[ArgumentException: Source array was not long enough. Check srcIndex and length, and the array's lower bounds.]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +10266458
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +539
SmarterTools.SmarterMail.Remoting.IMail.GetAlias(String sessionStr, String domainName, String forwardName) +0
SmarterTools.SmarterMail.Remoting.RemoteMail.GetAlias(String sessionStr, String domainName, String forwardName) +118
SMWeb05.HelperClasses.RemoteWrapper.GetAlias(UserData usr, String domainName, String forwardName) +44
SMWeb05.DomainAdmin.frmAliases.GenerateGrid() +883
SMWeb05.DomainAdmin.frmAliases.Page_Load(Object sender, EventArgs e) +948
System.Web.UI.Control.OnLoad(EventArgs e) +132
SMWeb05.HelperClasses.CustomPage.OnLoad(EventArgs e) +208
System.Web.UI.Control.LoadRecursive() +66
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +
ThanksOpt

Reply to Thread