Type: Microsoft.Dynamics.Nav.Types.Exceptions.NavNCLDotNetInvokeException SuppressMessage: False SuppressExceptionCreatedEvent: False FatalityScope: Call Message: Fehler bei einem Aufruf von Microsoft.Dynamics.Nav.NavUserAccount.NavUserAccountHelper.IsUserNamePasswordAuthentication mit folgender Meldung: Fehler beim Versuch der Methode "Microsoft.Dynamics.Nav.NavUserAccount.NavUserAccountHelper.IsUserNamePasswordAuthentication()", auf Methode "Microsoft.Dynamics.Nav.NavUserAccount.NavUserAccountHelper.get_Session()" zuzugreifen. StackTrace: bei Microsoft.Dynamics.Nav.Runtime.NavDotNet.Invoke[T](String methodName, UInt32 methodIndex, BindingFlags flags, ParameterModifier modifier, Type[] referenceTypes, Object[] arguments) bei Microsoft.Dynamics.Nav.Runtime.NavDotNet.InvokeMethod[T](Boolean isStatic, String methodName, UInt32 methodIndex, Object[] arguments) bei Microsoft.Dynamics.Nav.BusinessApplication.Codeunit9801.IsUserNamePasswordAuthentication_Scope.OnRun() bei Filter.InvokeWithFilter(NavMethodScope ) bei Microsoft.Dynamics.Nav.BusinessApplication.Codeunit9801.IsUserNamePasswordAuthentication() bei Microsoft.Dynamics.Nav.BusinessApplication.Codeunit9801.OnInvoke(Int32 memberId, Object[] args) bei Microsoft.Dynamics.Nav.BusinessApplication.Codeunit40.LogInStart_Scope.OnRun() bei Filter.InvokeWithFilter(NavMethodScope ) bei Microsoft.Dynamics.Nav.BusinessApplication.Codeunit40.LogInStart() bei Filter.InvokeWithFilter(NavMethodScope ) bei Microsoft.Dynamics.Nav.BusinessApplication.Codeunit40.OnInvoke(Int32 memberId, Object[] args) bei Filter.InvokeWithFilter(NavMethodScope ) bei Microsoft.Dynamics.Nav.BusinessApplication.Codeunit1.CompanyOpen() bei Microsoft.Dynamics.Nav.BusinessApplication.Codeunit1.OnInvoke(Int32 memberId, Object[] args) bei Microsoft.Dynamics.Nav.Runtime.NavCodeunit1.Invoke(Int32 methodId, Object[] arguments) bei Microsoft.Dynamics.Nav.Runtime.SessionTransactionManager.TransactionScope(Action code) bei Microsoft.Dynamics.Nav.Runtime.NavSession.OpenCompany(String companyName, Boolean updateUserPersonalization) bei Microsoft.Dynamics.Nav.Service.NSService.OpenCompany(String companyName) bei SyncInvokeOpenCompany(Object , Object[] , Object[] ) bei System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) bei Microsoft.Dynamics.Nav.Service.ServiceOperationInvoker.ErrorMappingCombinator(ServiceOperation innerOperation, NSServiceBase serviceInstance, Object[] inputs, Object[]& outputs) Source: Microsoft.Dynamics.Nav.Ncl HResult: -2146233088 ---------------------------------- Type: System.MethodAccessException Message: Fehler beim Versuch der Methode "Microsoft.Dynamics.Nav.NavUserAccount.NavUserAccountHelper.IsUserNamePasswordAuthentication()", auf Methode "Microsoft.Dynamics.Nav.NavUserAccount.NavUserAccountHelper.get_Session()" zuzugreifen. StackTrace: bei Microsoft.Dynamics.Nav.NavUserAccount.NavUserAccountHelper.IsUserNamePasswordAuthentication() Source: Microsoft.Dynamics.Nav.NavUserAccount HResult: -2146233072
Comments
I am also facing the similar problem while trying to connect RTC Client.
we have restored a customer database backup in local machine, which is NAV2015 CU3 version.
While trying to connect the RTC Client by selecting company, system is giving the below error.
Microsoft Dynamics NAV
A call to Microsoft.Dynamics.Nav.NavUserAccount.NavUserAccountHelper.IsUserNamePasswordAuthentication failed with this message: Attempt by method 'Microsoft.Dynamics.Nav.NavUserAccount.NavUserAccountHelper.IsUserNamePasswordAuthentication()' to access method 'Microsoft.Dynamics.Nav.NavUserAccount.Na...
OK
Can any one had a clue on this , how to resolve.
Thanks in advance
Regards
Mahesh
i am able to solve the problem.
Microsoft Dynamics NAV
A call to Microsoft.Dynamics.Nav.NavUserAccount.NavUserAccountHelper.IsUserNamePasswordAuthentication failed with this message: Attempt by method 'Microsoft.Dynamics.Nav.NavUserAccount.NavUserAccountHelper.IsUserNamePasswordAuthentication()' to access method 'Microsoft.Dynamics.Nav.NavUserAccount.Na...
OK
what i done is .i kept the database SYNC with Validation option through powershell, noticed some objects having issues\errors .So updated the objects which are having error and again done the SYNC process and with no SYNC errors.
Now i am able to open RTC with out any problem.