Hello, I followed the S100 video to set up a trial version to do some testing of Acumatica, but when I try to launch the instance, I get a login failed screen. I looked around and couldn’t find any TBS info on this topic. Just wondering if theres something simple i’m overlooking. I copied the server error below.
Server Error in '/AcumaticaERP' Application.
Login failed for user ‘XXX$'.
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: Microsoft.Data.SqlClient.SqlException: Login failed for user ‘XXX$'.
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:
"SqlException (0x80131904): Login failed for user 'XXX$'.] PX.Data.PXDatabase.get_Provider() +861 PX.Web.Startup.GetInstallationPrefix() +44 PX.Web.Startup.ConfigureServices(IServiceCollection services) +241 PX.Data.DependencyInjection.LoggingStartupWrapper.PX.Hosting.IStartup.ConfigureServices(IServiceCollection services) +180 PX.Hosting.HostBuilder.CreateServiceProvider(HostBuilderContext hostBuilderContext, IEnumerable`1 configureServicesActions, Func`2 providerFactory, IEnumerable`1 configureContainerActions) +435 PX.Hosting.HostBuilder.Build() +146 PX.Data.DependencyInjection.CompositionRoot.CreateContainer(Configuration configuration) +795 PX.Web.PXApplication.Application_Start(Object sender, EventArgs e) +119
=HttpException (0x80004005): Login failed for user 'XXX$'.] System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +517 System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfoo] handlers) +185 System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo ] handlers, IntPtr appContext, HttpContext context) +168 System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +277 System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +369
eHttpException (0x80004005): Login failed for user ‘XXX$'.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +532 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +111 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +719 |