Hi,
We have an intermittent issue with the Web Client crashing when clicking on a link on the home page with [ArgumentNull_Generic]. The full error is below.
We have looked into a couple of artices to try and resolve the issue:
http://dynamicsgpblogster.blogspot.com/2014/02/web-client-wednesday-you-receive.html. However, his solution involved trucating the SY7140. Unfortunately, we are not in a position to trucate all the data in the table.
So, if anyone has more recent information on how to resolve this issue I would appreciate it.
Thanks,
Gus
------------------- Complete Error Below ----------------
Severity: Critical
Summary: [ArgumentNull_Generic]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.31211.00&File=mscorlib.dll&Key=ArgumentNull_Generic
Parameter name: path2
Details:
System.ArgumentNullException: [ArgumentNull_Generic]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.31211.00&File=mscorlib.dll&Key=ArgumentNull_Generic
Parameter name: path2
at System.IO.Path.Combine(String path1, String path2, String path3)
at Microsoft.Dynamics.GP.Web.UI.Silverlight.Model.AutoCompleteDatabase.GetFilePath(WCDexInstanceId id)
at Microsoft.Dynamics.GP.Web.UI.Silverlight.Model.AutoCompleteDatabase.TryLoadData(WCDexInstanceId id)
at Microsoft.Dynamics.GP.Web.UI.Silverlight.ViewModels.VMString.ModelPropertyChanged(Object sender, PropertyChangedEventArgs e)
at System.ComponentModel.PropertyChangedEventHandler.Invoke(Object sender, PropertyChangedEventArgs e)
at Microsoft.Dynamics.GP.Web.UI.Implementation.Dexterity.Models.WCDexResource.OnNotifyPropertyChanged(String )
at Microsoft.Dynamics.GP.Web.UI.Implementation.Dexterity.Models.WCDexStringWindowControl.set_AutoCompleteInstanceId(WCDexInstanceId )
at Microsoft.Dynamics.GP.Web.UI.Implementation.Dexterity.WCDexMessageApplicationFactory.Apply200(IWCDexInstanceResource resource, IWCDexInstanceResourceMessage message, IWCDexInterfaceTypeFactory )
at Microsoft.Dynamics.GP.Web.UI.Implementation.Dexterity.WCDexMessageApplicationFactory.TryApply(IWCDexInstanceResource resource, IWCDexInstanceResourceMessage message)
at Microsoft.Dynamics.GP.Web.UI.Implementation.Dexterity.WCDexResourceMessageDaemon.TryApply(IWCDexInstanceResource resource, IWCDexInstanceResourceMessage message)
at Microsoft.Dynamics.GP.Web.Silverlight.MessageManagementService.ProcessMessage(IWCDexMessage message)
at Microsoft.Dynamics.GP.Web.Silverlight.MessageManagementService.ProcessMessages(IEnumerable`1 messages)
at Microsoft.Dynamics.GP.Web.Silverlight.MessageManagementService.<>c__DisplayClass1f.<ProcessReturnBytes>b__1d()
at Microsoft.Dynamics.GP.Web.Silverlight.Extensions.ApplicationHelper.<>c__DisplayClass7.<ExecuteOnUIThreadSync>b__3()
*This post is locked for comments
If you run the following script, do you receive any results?:
Select * from DYNAMICS..SY07140 where CMDDICTID = 1
From the case or two I've seen this error in our case history with Web Client, removing any records from the SY07140 table where CMDDICTID = 1 resolved the issue.
Thanks
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156