|
04.08.2009, 18:47 | #1 |
Чайный пьяница
|
Включите трасировку ошибок. Это, надеюсь, поможет Вам разобраться в причине ошибок.
__________________
Эмо разработчик, сначала пишу код, потом плачу над его несовершенством. Подписывайтесь на мой блог, twitter и YouTube канал. Пользуйтесь моим Ultimate Workflow Toolkit |
|
04.08.2009, 19:12 | #2 |
Участник
|
Трассировка включена с помощью Microsoft Crm Diagnostics Tool 4, но в логе нет сообщения об ошибке. Пишет 2 лога: CRMWeb и CRMAsyncService. Ниже фаргмент веб-лога, в котором вызывается страница показа ошибки:
Код: >MapOrgEngine: Retreived the OrgId[{03215DE1-08B9-43F6-AC53-4FBF9E524C9A}] for URL[http://mycompany-sbs:5555/mycompany-CRM/_forms/FormScript.js.aspx?etc=8&FormType=main&FormName=crmForm]. [2009-08-04 17:27:34.0] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread: 3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Verbose | SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute at SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) >AUTH: Request [GET http://mycompany-sbs:5555/mycompany-CRM/_forms/FormScript.js.aspx?etc=8&FormType=main&FormName=crmForm] entered Authentication Pipeline. [2009-08-04 17:27:34.0] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread: 3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Verbose | AuthenticationPipeline.Authenticate at AuthenticationPipeline.Authenticate(HttpApplication application) at AuthenticationEngine.Execute(Object sender, EventArgs e) at SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) >AUTH: AuthenticationProvider [Microsoft.Crm.Authentication.WindowsAuthenticationProvider] will be atempted. [2009-08-04 17:27:34.0] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread: 3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Verbose | WindowAuthenticationProviderBase.Authenticate at WindowAuthenticationProviderBase.Authenticate(HttpApplication application) at AuthenticationStep.Authenticate(HttpApplication application) at AuthenticationPipeline.Authenticate(HttpApplication application) at AuthenticationEngine.Execute(Object sender, EventArgs e) at SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) >WindowsAuthenticationProvider published CrmWindowsIdentity [UserToken:W:S-1-5-21-3643464063-1753334398-1307092419-1142] [UserId:{1A59AD16-5757-DE11-9AD7-0018F396FD43}]. [2009-08-04 17:27:34.0] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread: 3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info | AuthenticationPipeline.Authenticate at AuthenticationPipeline.Authenticate(HttpApplication application) at AuthenticationEngine.Execute(Object sender, EventArgs e) at SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) >AUTH: AuthenticationProvider [Microsoft.Crm.Authentication.WindowsAuthenticationProvider] handled request [http://mycompany-sbs:5555/mycompany-CRM/_forms/FormScript.js.aspx?etc=8&FormType=main&FormName=crmForm]. [2009-08-04 17:27:34.0] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread: 3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Verbose | BuildResult.ComputeSourceDependenciesHashCode at BuildResult.ComputeSourceDependenciesHashCode(VirtualPath virtualPath) at BuildResult.IsUpToDate(VirtualPath virtualPath) at MemoryBuildResultCache.GetBuildResult(String cacheKey, VirtualPath virtualPath, Int64 hashCode) at BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode) at BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) at MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) >GetFileHash(/mycompany-CRM/_forms/FormScript.js.aspx, System.Collections.ArrayList) called. [2009-08-04 17:27:34.0] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread: 3 |Category: Platform.Sql |User: 00000000-0000-0000-0000-000000000000 |Level: Info | CrmDbConnection.ExecuteNonQuery at CrmDbConnection.ExecuteNonQuery(IDbCommand command, Boolean impersonate) at CrmDbConnection.SetTransactionIsolationLevel(IsolationLevel il) at CrmDbConnection.Open() at DatabaseService.Retrieve(String tableName, String[] columns, PropertyBag[] conditions) at DatabaseService.RetrieveById(String tableName, Object id, String[] columns) at ServerLocatorService.RetrieveById(String tableName, Object primaryKey, String[] columns) at ServerLocatorService.GetOrganization(Guid organizationId) at ApplicationConfig.Retrieve(String propertyName, Object defaultValue, Guid organizationId) at ApplicationConfig.IIsAllowCaching(Guid organizationId) at MainApplication.Application_OnPostRequestHandlerExecute(Object sender, EventArgs eventArguments) at SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) >SET TRANSACTION ISOLATION LEVEL READ COMMITTED [2009-08-04 17:27:34.0] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread: 3 |Category: Platform.Sql |User: 00000000-0000-0000-0000-000000000000 |Level: Info | CrmDbConnection.ExecuteReader at CrmDbConnection.ExecuteReader(IDbCommand command, Boolean impersonate) at DatabaseService.ExecuteBaseReader(CrmDbConnection connection, IDbCommand command, String[] columns) at DatabaseService.Retrieve(String tableName, String[] columns, PropertyBag[] conditions) at DatabaseService.RetrieveById(String tableName, Object id, String[] columns) at ServerLocatorService.RetrieveById(String tableName, Object primaryKey, String[] columns) at ServerLocatorService.GetOrganization(Guid organizationId) at ApplicationConfig.Retrieve(String propertyName, Object defaultValue, Guid organizationId) at ApplicationConfig.IIsAllowCaching(Guid organizationId) at MainApplication.Application_OnPostRequestHandlerExecute(Object sender, EventArgs eventArguments) at SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) >SELECT Id, ConnectionString, DatabaseName, FriendlyName, HelpContentServerUrl, MirroredSqlServerName, PartitionNumber, ScaleGroupId, SqlServerName, SrsUrl, State, SupportUserCrmUserId, Type, UniqueName FROM Organization WHERE (((Id = '03215de1-08b9-43f6-ac53-4fbf9e524c9a')) ) AND (IsDeleted = 0) [2009-08-04 17:27:34.0] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread: 3 |Category: Platform.Sql |User: 00000000-0000-0000-0000-000000000000 |Level: Info | CrmDbConnection.ExecuteReader at CrmDbConnection.ExecuteReader(IDbCommand command, Boolean impersonate) at DatabaseService.ExecutePropertiesReader(CrmDbConnection connection, IDbCommand command, String[] columns, PropertyBagCollection resultSet) at DatabaseService.Retrieve(String tableName, String[] columns, PropertyBag[] conditions) at DatabaseService.RetrieveById(String tableName, Object id, String[] columns) at ServerLocatorService.RetrieveById(String tableName, Object primaryKey, String[] columns) at ServerLocatorService.GetOrganization(Guid organizationId) at ApplicationConfig.Retrieve(String propertyName, Object defaultValue, Guid organizationId) at ApplicationConfig.IIsAllowCaching(Guid organizationId) at MainApplication.Application_OnPostRequestHandlerExecute(Object sender, EventArgs eventArguments) at SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) >SELECT Id, ColumnName, BigIntColumn, IntColumn, SmallIntColumn, TinyIntColumn, BitColumn, FloatColumn, DateTimeColumn, SmallDateTimeColumn, NVarCharColumn, UniqueIdentifierColumn, VarBinaryColumn FROM OrganizationProperties WHERE Id IN (SELECT Id FROM Organization WHERE (((Id = '03215de1-08b9-43f6-ac53-4fbf9e524c9a')) ) AND (IsDeleted = 0)) [2009-08-04 17:27:34.2] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread: 3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Verbose | SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute at SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) >MapOrgEngine: Retreived the OrgId[{03215DE1-08B9-43F6-AC53-4FBF9E524C9A}] for URL[http://mycompany-sbs:5555/mycompany-CRM/_common/error/dlg_error.aspx?hresult=&errMessage=]. [2009-08-04 17:27:34.5] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread: 3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Verbose | SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute at SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) >AUTH: Request [GET http://mycompany-sbs:5555/mycompany-CRM/_common/error/dlg_error.aspx?hresult=&errMessage=] entered Authentication Pipeline. [2009-08-04 17:27:34.5] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread: 3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Verbose | AuthenticationPipeline.Authenticate at AuthenticationPipeline.Authenticate(HttpApplication application) at AuthenticationEngine.Execute(Object sender, EventArgs e) at SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) >AUTH: AuthenticationProvider [Microsoft.Crm.Authentication.WindowsAuthenticationProvider] will be atempted. [2009-08-04 17:27:34.5] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread: 3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Verbose | WindowAuthenticationProviderBase.Authenticate at WindowAuthenticationProviderBase.Authenticate(HttpApplication application) at AuthenticationStep.Authenticate(HttpApplication application) at AuthenticationPipeline.Authenticate(HttpApplication application) at AuthenticationEngine.Execute(Object sender, EventArgs e) at SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) >WindowsAuthenticationProvider published CrmWindowsIdentity [UserToken:W:S-1-5-21-3643464063-1753334398-1307092419-1142] [UserId:{1A59AD16-5757-DE11-9AD7-0018F396FD43}]. [2009-08-04 17:27:34.5] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread: 3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info | AuthenticationPipeline.Authenticate at AuthenticationPipeline.Authenticate(HttpApplication application) at AuthenticationEngine.Execute(Object sender, EventArgs e) at SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) >AUTH: AuthenticationProvider [Microsoft.Crm.Authentication.WindowsAuthenticationProvider] handled request [http://mycompany-sbs:5555/mycompany-CRM/_common/error/dlg_error.aspx?hresult=&errMessage=]. [2009-08-04 17:27:34.5] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread: 3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Verbose | BuildResult.ComputeSourceDependenciesHashCode at BuildResult.ComputeSourceDependenciesHashCode(VirtualPath virtualPath) at BuildResult.IsUpToDate(VirtualPath virtualPath) at MemoryBuildResultCache.GetBuildResult(String cacheKey, VirtualPath virtualPath, Int64 hashCode) at BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode) at BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) at MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) >GetFileHash(/mycompany-CRM/_common/error/dlg_error.aspx, System.Collections.ArrayList) called. [2009-08-04 17:27:34.5] Process: w3wp |Organization:03215de1-08b9-43f6-ac53-4fbf9e524c9a |Thread: 3 |Category: Application |User: 00000000-0000-0000-0000-000000000000 |Level: Info | Util.TraceMessage at Util.TraceMessage(TraceLevel level, String message, Object[] args) at AppForm.ConfigureControl() at CrmUIControlBase.ConfigureControlInternal() at Control.PreRenderRecursiveInternal() at Control.PreRenderRecursiveInternal() at Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at Page.ProcessRequest() at Page.ProcessRequest(HttpContext context) at mycompany_crm__common_error_dlg_error_aspx.ProcessRequest(HttpContext context) at CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) >UserId ({1A59AD16-5757-DE11-9AD7-0018F396FD43}): AppForm.ConfigureControl: QueryString : /mycompany-CRM/_common/error/dlg_error.aspx?hresult=&errMessage= [2009-08-04 17:27:34.5] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread: 3 |Category: Platform.Sql |User: 00000000-0000-0000-0000-000000000000 |Level: Info | CrmDbConnection.ExecuteNonQuery at CrmDbConnection.ExecuteNonQuery(IDbCommand command, Boolean impersonate) at CrmDbConnection.SetTransactionIsolationLevel(IsolationLevel il) at CrmDbConnection.Open() at DatabaseService.Retrieve(String tableName, String[] columns, PropertyBag[] conditions) at DatabaseService.RetrieveById(String tableName, Object id, String[] columns) at ServerLocatorService.RetrieveById(String tableName, Object primaryKey, String[] columns) at ServerLocatorService.GetOrganization(Guid organizationId) at ApplicationConfig.Retrieve(String propertyName, Object defaultValue, Guid organizationId) at ApplicationConfig.HelpContentServerUrl(Guid organizationId) at AppHeader.AddGlobalValues() at Header.PrepareHeader() at Header.Render(HtmlTextWriter output) at Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at Page.Render(HtmlTextWriter writer) at Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at Page.ProcessRequest() at Page.ProcessRequest(HttpContext context) at mycompany_crm__common_error_dlg_error_aspx.ProcessRequest(HttpContext context) at CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at ApplicationStepManager.ResumeSteps(Exception error) at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr) at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) |
|