Server Error in '/skyquery' Application.

Cannot open database "Graywulf" requested by the login. The login failed.
Login failed for user 'SDSS\skyquery-user'.

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: System.Data.SqlClient.SqlException: Cannot open database "Graywulf" requested by the login. The login failed.
Login failed for user 'SDSS\skyquery-user'.

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): Cannot open database "Graywulf" requested by the login. The login failed.
Login failed for user 'SDSS\skyquery-user'.]
   System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) +1524
   System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) +467
   System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) +70
   System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) +940
   System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) +111
   System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) +1567
   System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) +118
   System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) +268
   System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +315
   System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) +128
   System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) +265
   System.Data.SqlClient.SqlConnection.Open() +133
   Jhu.Graywulf.Registry.RegistryContext.OpenConnection() in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\dll\Jhu.Graywulf.Registry\Registry\RegistryContext.cs:317
   Jhu.Graywulf.Registry.RegistryContext.EnsureOpenConnection() in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\dll\Jhu.Graywulf.Registry\Registry\RegistryContext.cs:306
   Jhu.Graywulf.Registry.RegistryContext.get_DatabaseConnection() in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\dll\Jhu.Graywulf.Registry\Registry\RegistryContext.cs:125
   Jhu.Graywulf.Registry.RegistryContext.CreateCommand(String sql) in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\dll\Jhu.Graywulf.Registry\Registry\RegistryContext.cs:484
   Jhu.Graywulf.Registry.RegistryContext.CreateStoredProcedureCommand(String sql) in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\dll\Jhu.Graywulf.Registry\Registry\RegistryContext.cs:466
   Jhu.Graywulf.Registry.EntityFactory.LoadEntityByNameParts(EntityType entityType, String[] nameParts) in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\dll\Jhu.Graywulf.Registry\Registry\EntityFactory.cs:454
   Jhu.Graywulf.Registry.EntityFactory.LoadEntity(String name) in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\dll\Jhu.Graywulf.Registry\Registry\EntityFactory.cs:413
   Jhu.Graywulf.Registry.EntityFactory.LoadEntity(String name) in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\dll\Jhu.Graywulf.Registry\Registry\EntityFactory.cs:419
   Jhu.Graywulf.Registry.EntityReference`1.EnsureEntityLoaded() in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\dll\Jhu.Graywulf.Registry\Registry\EntityReference.cs:309
   Jhu.Graywulf.Registry.EntityReference`1.get_Value() in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\dll\Jhu.Graywulf.Registry\Registry\EntityReference.cs:151
   Jhu.Graywulf.Registry.RegistryContext.get_Federation() in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\dll\Jhu.Graywulf.Registry\Registry\RegistryContext.cs:171
   Jhu.Graywulf.Web.UI.Apps.MyDB.App.RegisterVirtualPaths(UIApplicationBase application, EmbeddedVirtualPathProvider vpp) in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\web\Jhu.Graywulf.Web.UI\Apps\MyDB\App.cs:19
   Jhu.Graywulf.Web.UI.UIApplicationBase.RegisterApp(Type type) in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\dll\Jhu.Graywulf.Web\Web\UI\UIApplicationBase.cs:214
   Jhu.SkyQuery.Web.UI.Global.RegisterApps() in C:\Data\dobos\project\skyquery-all-v1.3\skyquery\web\Jhu.SkyQuery.Web.UI\Global.asax.cs:25
   Jhu.Graywulf.Web.UI.UIApplicationBase.Application_Start(Object sender, EventArgs e) in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\dll\Jhu.Graywulf.Web\Web\UI\UIApplicationBase.cs:134
   Jhu.Graywulf.Web.UI.DomainApplicationBase.Application_Start(Object sender, EventArgs e) in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\web\Jhu.Graywulf.Web.UI\DomainApplicationBase.cs:27
   Jhu.Graywulf.Web.UI.FederationApplicationBase.Application_Start(Object sender, EventArgs e) in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\web\Jhu.Graywulf.Web.UI\FederationApplicationBase.cs:14
   Jhu.SkyQuery.Web.UI.Global.Application_Start(Object sender, EventArgs e) in C:\Data\dobos\project\skyquery-all-v1.3\skyquery\web\Jhu.SkyQuery.Web.UI\Global.asax.cs:12

[HttpException (0x80004005): Cannot open database "Graywulf" requested by the login. The login failed.
Login failed for user 'SDSS\skyquery-user'.]
   System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +546
   System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +171
   System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +173
   System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +255
   System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +347

[HttpException (0x80004005): Cannot open database "Graywulf" requested by the login. The login failed.
Login failed for user 'SDSS\skyquery-user'.]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +552
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +122
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +737


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4494.0