An error occurred while processing your request. Please try again later.
System.Exception: LoggedByPage ---> System.Data.SqlClient.SqlException: The server principal "VAIPUB\IUSR_FundataWPS" is not able to access the database "ProfilerV3" under the current security context.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader()
at Fundata.WebProductSuite.MutualFundsLibrary.DataAccess.Sql.ExecuteQuery(SqlCommand command) in C:\DevOps\FundataProjectCollection\Fundata\WebProductSuiteOld\MutualFundsWebsite\Releases\Release 3.4.x\Code\MutualFundsLibrary\DataAccess\Sql.cs:line 266
at Fundata.WebProductSuite.MutualFundsLibrary.DataAccess.Sql.ExecuteQuery(String commandName, Object[] parametersValues) in C:\DevOps\FundataProjectCollection\Fundata\WebProductSuiteOld\MutualFundsWebsite\Releases\Release 3.4.x\Code\MutualFundsLibrary\DataAccess\Sql.cs:line 300
at Fundata.WebProductSuite.Services.FundTypeSvc.GetList(String Language) in C:\DevOps\FundataProjectCollection\Fundata\WebProductSuiteOld\MutualFundsWebsite\Releases\Release 3.4.x\Code\MutualFundsLibrary\Services\FundTypeSvc.cs:line 23
at MutualFunds_Search.LoadFundTypeList() in c:\Websites\WebProductSuiteWebsite\MutualFundsWebsite\Search.aspx.cs:line 134
at MutualFunds_Search.Page_PreRender(Object sender, EventArgs e) in c:\Websites\WebProductSuiteWebsite\MutualFundsWebsite\Search.aspx.cs:line 65
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Control.OnPreRender(EventArgs e)
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--- End of inner exception stack trace ---
at Fundata.WebProductSuite.BasePage.Page_Error(Object sender, EventArgs e)
at System.Web.UI.TemplateControl.OnError(EventArgs e)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.search_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\mutualfunds\a4abe4ee\3fdb46cb\App_Web_g3tynxi1.2.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)