You are viewing limited content. For full access, please sign in.

Discussion

Discussion

Forms Database Creation Error

posted on February 25, 2017

hi all

I am trying to create forms database but received following error

Windows 10 Pro 64-bit

Forms 10.1

Message: User 'sa' was unable to authenticate to SQL Server 'AWB2\LASERFICHE'. [LFF13-UserUnabletoAuthenticateToSQL]   at FormsConfig.Infrastructure.DatabaseInfo.GetDataBaseList()
   at FormsConfig.Controllers.ConfigurationController.GetDataBaseList(DatabaseInfo databaseInfo)
   at lambda_method(Closure , ControllerBase , Object[] )
   at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
   at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<>c__DisplayClass2b.<BeginInvokeAction>b__1c()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult)
 

also, i tried created the database manually and try to access but no success.

 

Thank You. 

 

0 0
replied on February 25, 2017

H Mazahir,

The first thing I would check is the server and instance names are correct. Sometimes when the server is local, I'll the type the following, instead of the server name and that fixes the problem:

(local)\laserfiche

Other quick checks:

  • Ensure the SQL server instance has been configured for "mixed mode" authentication.
  • Ensue the SA account has been enabled (disabled by default, I believe).
  • Double check your SA password.

 

Let me know if that doesn't help.

-Ben

 

3 0
replied on February 26, 2017

hi Ben

I configured SQL Instance with Mixed mode and I am able to create & Configure forms Database.

  • Ensure the SQL server instance has been configured for "mixed mode" authentication.

Thank You.

0 0
replied on March 2, 2017

You're welcome :)

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.