Hello,
We are using IFS apps 8 SP2.
While login into application with IFSAPP getting below error.
Below are the information regarding our IFS environment.
- IFS Application version- Apps8SP2 on windows.
- LDAP configured (All end users mapped with AD are working fine and able to login in the application without any issue)
- Facing āOperation time outā issue with IFSAPP user only because it is automatically bypass the LDAP authentication and useĀ database authentication.
- Getting same error if we try to open the application from ifshome with āIfs.Fnd.Explorer.exeā.
Ifs.Fnd.FndSystemException: Unexpected error while calling server method ClientApplication/IdentifyCurrentUser
Ā Ā at Ifs.Fnd.AccessProvider.FndConnection.InvokeInternal(Object requestBody, Object responseBody, String intface, String operation, FndRequestContext requestContext, FndManualDecisionCollection decisions, Boolean forcedSync)
Ā Ā at Ifs.Fnd.AccessProvider.FndConnection.InvokeInternal(String intface, String operation, Object requestBody, Object responseBody, FndRequestContext requestContext, Boolean forcedSync)
Ā Ā at Ifs.Fnd.AccessProvider.Interactive.FndLoginDialog.AuthenticateCredentials(FndLoginCredentials loginCreds, Boolean isWIA) ---> System.Net.WebException: The operation has timed out
Ā Ā at Ifs.Fnd.AccessProvider.FndConnection.HandleHttpStatusErrors(HttpWebResponse result, Exception innerException)
Ā Ā at Ifs.Fnd.AccessProvider.FndConnection.GetResponseWithoutPersistencyHandler(String intface, String operation, FndRequestContext requestContext, FndManualDecisionCollection decisions, Bytei] requestHeaderBytes, Bytes] requestBodyBytes)
Ā Ā at Ifs.Fnd.AccessProvider.FndConnection.GetResponse(String intface, String operation, FndRequestContext requestContext, FndManualDecisionCollection decisions, Bytec] requestHeaderBytes, Byteu] requestBodyBytes, FndApfAsyncInvoke asyncInvokeHandle)
Ā Ā at Ifs.Fnd.AccessProvider.FndConnection.InvokeGetResponse(String intface, String operation, FndRequestContext requestContext, FndManualDecisionCollection decisions, Bytel] requestHeaderBytes, Bytee] requestBodyBytes, Boolean& abandoned, Boolean forcedSync)
Ā Ā at Ifs.Fnd.AccessProvider.FndConnection.InvokeInternal(Object requestBody, Object responseBody, String intface, String operation, FndRequestContext requestContext, FndManualDecisionCollection decisions, Boolean forcedSync)
Ā Ā --- End of inner exception stack trace ---
What could be the reason for this issue.