AXForum  
Вернуться   AXForum > Microsoft Dynamics CRM > Dynamics CRM: Разработка
DAX
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск Все разделы прочитаны

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 15.07.2010, 15:52   #6  
Dicora is offline
Dicora
Участник
 
109 / 15 (1) ++
Регистрация: 12.07.2010
Строка из лога WorkFLow Trace
Подскажите пожалуйста какую строчку из этого лога нужно гуглить чтобы ошибку решить?

PHP код:
[2010-07-15 15:32:57.4Processw3wp |Organization:2768dbac-48b7-4ee6-a3cc-de1d36049146 |Thread:    |CategoryException |Userf7345b57-872e-4dda-ad61-c54343120c7a |LevelError CrmException..ctor
    at CrmException
..ctor(String messageInt32 errorCode)
    
at WorkflowServiceInternal`1.CompileWorkflow(ExecutionContext context, WorkflowEntity definition, List`1 dependencies, List`1 customActivityIds, Guid activationId)
    at WorkflowServiceInternal
`1.CompletePublishing(WorkflowEntity definition, List`1 dependencies, List`1 customActivityIdsExecutionContext context)
    
at WorkflowServiceInternal`1.Publish(BusinessEntityMoniker moniker, ExecutionContext context)
    at WorkflowServiceInternal
`1.SetState(BusinessEntityMoniker monikerInt32 newStateInt32 newStatusCodeExecutionContext context)
    
at BusinessProcessObject.SetStateStatus(BusinessEntityMoniker monikerInt32 newStateInt32 newStatusCodeExecutionContext context)
    
at WorkflowService.Microsoft.Crm.Sdk.IStateful.SetStateStatus(BusinessEntityMoniker Int32 Int32 ExecutionContext )
    
at RuntimeMethodHandle._InvokeMethodFast(Object targetObject[] argumentsSignatureStructsigMethodAttributes methodAttributesRuntimeTypeHandle typeOwner)
    
at RuntimeMethodHandle.InvokeMethodFast(Object targetObject[] argumentsSignature sigMethodAttributes methodAttributesRuntimeTypeHandle typeOwner)
    
at RuntimeMethodInfo.Invoke(Object objBindingFlags invokeAttrBinder binderObject[] parametersCultureInfo cultureBoolean skipVisibilityChecks)
    
at RuntimeMethodInfo.Invoke(Object objBindingFlags invokeAttrBinder binderObject[] parametersCultureInfo culture)
    
at LogicalMethodInfo.Invoke(Object targetObject[] values)
    
at InternalOperationPlugin.Execute(IPluginExecutionContext context)
    
at PluginStep.Execute(PipelineExecutionContext context)
    
at Pipeline.Execute(PipelineExecutionContext context)
    
at MessageProcessor.Execute(PipelineExecutionContext context)
    
at InternalMessageDispatcher.Execute(PipelineExecutionContext context)
    
at ExternalMessageDispatcher.Execute(String messageNameInt32 primaryObjectTypeCodeInt32 secondaryObjectTypeCodePropertyBag fieldsCorrelationToken correlationTokenCallerOriginToken originTokenUserAuth userAuthGuid callerId)
    
at RequestBase.Process(Int32 primaryObjectTypeCodeInt32 secondaryObjectTypeCodeCorrelationToken correlationTokenCallerOriginToken originTokenUserAuth userAuthGuid callerId)
    
at RequestBase.Process(CorrelationToken correlationTokenCallerOriginToken originTokenUserAuth userAuthGuid callerId)
    
at CrmServiceInternal.Execute(RequestBase requestCorrelationToken correlationTokenCallerOriginToken originTokenUserAuth userAuthGuid callerId)
    
at InProcessCrmService.Execute(Object request)
    
at PlatformCommand.ExecuteInternal()
    
at SetStateCommand.Execute()
    
at ActivateDialogPage.ConfigureForm()
    
at AppUIPage.OnPreRender(EventArgs e)
    
at Control.PreRenderRecursiveInternal()
    
at Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPointBoolean includeStagesAfterAsyncPoint)
    
at Page.ProcessRequest(Boolean includeStagesBeforeAsyncPointBoolean includeStagesAfterAsyncPoint)
    
at Page.ProcessRequest()
    
at Page.ProcessRequestWithNoAssert(HttpContext context)
    
at Page.ProcessRequest(HttpContext context)
    
at korusconsulting__grid_cmds_dlg_activate_aspx.ProcessRequest(HttpContext context)  c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\fcc31ff6\e77f4ed8\App_Web_sprzbhiq.57.cs
    at CallHandlerExecutionStep
.System.Web.HttpApplication.IExecutionStep.Execute()
    
at HttpApplication.ExecuteStep(IExecutionStep stepBooleancompletedSynchronously)
    
at ApplicationStepManager.ResumeSteps(Exception error)
    
at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext contextAsyncCallback cbObject extraData)
    
at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
    
at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr)
    
at ISAPIRuntime.ProcessRequest(IntPtr ecbInt32 iWRType)
>
Crm ExceptionMessageWorkflow compilation failed:
CS0426The type name 'CurrencyParser' does not exist in the type 'CurrencyParser.CurrencyParser'ErrorCode: -2147201023
[2010-07-15 15:32:57.4Processw3wp |Organization:2768dbac-48b7-4ee6-a3cc-de1d36049146 |Thread:    |CategoryException |Userf7345b57-872e-4dda-ad61-c54343120c7a |LevelError CrmException..ctor
    at CrmException
..ctor(String messageException innerExceptionInt32 errorCode)
    
at WorkflowServiceInternal`1.CompileWorkflow(ExecutionContext context, WorkflowEntity definition, List`1 dependencies, List`1 customActivityIds, Guid activationId)
    at WorkflowServiceInternal
`1.CompletePublishing(WorkflowEntity definition, List`1 dependencies, List`1 customActivityIdsExecutionContext context)
    
at WorkflowServiceInternal`1.Publish(BusinessEntityMoniker moniker, ExecutionContext context)
    at WorkflowServiceInternal
`1.SetState(BusinessEntityMoniker monikerInt32 newStateInt32 newStatusCodeExecutionContext context)
    
at BusinessProcessObject.SetStateStatus(BusinessEntityMoniker monikerInt32 newStateInt32 newStatusCodeExecutionContext context)
    
at WorkflowService.Microsoft.Crm.Sdk.IStateful.SetStateStatus(BusinessEntityMoniker Int32 Int32 ExecutionContext )
    
at RuntimeMethodHandle._InvokeMethodFast(Object targetObject[] argumentsSignatureStructsigMethodAttributes methodAttributesRuntimeTypeHandle typeOwner)
    
at RuntimeMethodHandle.InvokeMethodFast(Object targetObject[] argumentsSignature sigMethodAttributes methodAttributesRuntimeTypeHandle typeOwner)
    
at RuntimeMethodInfo.Invoke(Object objBindingFlags invokeAttrBinder binderObject[] parametersCultureInfo cultureBoolean skipVisibilityChecks)
    
at RuntimeMethodInfo.Invoke(Object objBindingFlags invokeAttrBinder binderObject[] parametersCultureInfo culture)
    
at LogicalMethodInfo.Invoke(Object targetObject[] values)
    
at InternalOperationPlugin.Execute(IPluginExecutionContext context)
    
at PluginStep.Execute(PipelineExecutionContext context)
    
at Pipeline.Execute(PipelineExecutionContext context)
    
at MessageProcessor.Execute(PipelineExecutionContext context)
    
at InternalMessageDispatcher.Execute(PipelineExecutionContext context)
    
at ExternalMessageDispatcher.Execute(String messageNameInt32 primaryObjectTypeCodeInt32 secondaryObjectTypeCodePropertyBag fieldsCorrelationToken correlationTokenCallerOriginToken originTokenUserAuth userAuthGuid callerId)
    
at RequestBase.Process(Int32 primaryObjectTypeCodeInt32 secondaryObjectTypeCodeCorrelationToken correlationTokenCallerOriginToken originTokenUserAuth userAuthGuid callerId)
    
at RequestBase.Process(CorrelationToken correlationTokenCallerOriginToken originTokenUserAuth userAuthGuid callerId)
    
at CrmServiceInternal.Execute(RequestBase requestCorrelationToken correlationTokenCallerOriginToken originTokenUserAuth userAuthGuid callerId)
    
at InProcessCrmService.Execute(Object request)
    
at PlatformCommand.ExecuteInternal()
    
at SetStateCommand.Execute()
    
at ActivateDialogPage.ConfigureForm()
    
at AppUIPage.OnPreRender(EventArgs e)
    
at Control.PreRenderRecursiveInternal()
    
at Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPointBoolean includeStagesAfterAsyncPoint)
    
at Page.ProcessRequest(Boolean includeStagesBeforeAsyncPointBoolean includeStagesAfterAsyncPoint)
    
at Page.ProcessRequest()
    
at Page.ProcessRequestWithNoAssert(HttpContext context)
    
at Page.ProcessRequest(HttpContext context)
    
at korusconsulting__grid_cmds_dlg_activate_aspx.ProcessRequest(HttpContext context)  c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\fcc31ff6\e77f4ed8\App_Web_sprzbhiq.57.cs
    at CallHandlerExecutionStep
.System.Web.HttpApplication.IExecutionStep.Execute()
    
at HttpApplication.ExecuteStep(IExecutionStep stepBooleancompletedSynchronously)
    
at ApplicationStepManager.ResumeSteps(Exception error)
    
at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext contextAsyncCallback cbObject extraData)
    
at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
    
at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr)
    
at ISAPIRuntime.ProcessRequest(IntPtr ecbInt32 iWRType)
>
Crm ExceptionMessageWorkflow compilation failed:
CS0426The type name 'CurrencyParser' does not exist in the type 'CurrencyParser.CurrencyParser'ErrorCode: -2147201023InnerExceptionMicrosoft.Crm.CrmExceptionWorkflow compilation failed:
CS0426The type name 'CurrencyParser' does not exist in the type 'CurrencyParser.CurrencyParser'
   
в Microsoft.Crm.ObjectModel.WorkflowServiceInternal`1.CompileWorkflow(ExecutionContext context, WorkflowEntity definition, List`1 dependencies, List`1 customActivityIds, Guid activationId)
[2010-07-15 15:32:57.4] Process: w3wp |Organization:2768dbac-48b7-4ee6-a3cc-de1d36049146 |Thread:    1 |Category: Platform |User: f7345b57-872e-4dda-ad61-c54343120c7a |Level: Error | MessageProcessor.Execute
>MessageProcessor fail to process message 'SetStateDynamicEntity' for 'workflow'.
[2010-07-15 15:32:57.4] Process: w3wp |Organization:2768dbac-48b7-4ee6-a3cc-de1d36049146 |Thread:    1 |Category: Application |User: 00000000-0000-0000-0000-000000000000 |Level: Error | ErrorInformation.LogError
>MSCRM Error Report:
--------------------------------------------------------------------------------------------------------
Error: Выдано исключение типа "System.Web.HttpUnhandledException".

Error Number: 0x80045001

Error Message: Workflow compilation failed:
CS0426: The type name 'CurrencyParser' does not exist in the type 'CurrencyParser.CurrencyParser'

Error Details: Workflow compilation failed:
CS0426: The type name 'CurrencyParser' does not exist in the type 'CurrencyParser.CurrencyParser'

Source File: Not available

Line Number: Not available

Request URL: https://crmsrv02/KORUSConsulting/_grid/cmds/dlg_activate.aspx?iObjType=4703&iTotal=1&iIndex=0&iId={0E49E56C-6298-43CF-A608-FB687CF327F2}

Stack Trace Info: [CrmException: Workflow compilation failed:
CS0426: The type name 'CurrencyParser' does not exist in the type 'CurrencyParser.CurrencyParser']
   в Microsoft.Crm.ObjectModel.WorkflowServiceInternal
`1.CompileWorkflow(ExecutionContext contextWorkflowEntity definition, List`1 dependencies, List`1 customActivityIdsGuid activationId)

[
CrmExceptionWorkflow compilation failed:
CS0426The type name 'CurrencyParser' does not exist in the type 'CurrencyParser.CurrencyParser']
   
в Microsoft.Crm.ObjectModel.WorkflowServiceInternal`1.CompileWorkflow(ExecutionContext context, WorkflowEntity definition, List`1 dependencies, List`1 customActivityIds, Guid activationId)
   в Microsoft.Crm.ObjectModel.WorkflowServiceInternal
`1.CompletePublishing(WorkflowEntity definition, List`1 dependencies, List`1 customActivityIdsExecutionContext context)
   
в Microsoft.Crm.ObjectModel.WorkflowServiceInternal`1.Publish(BusinessEntityMoniker moniker, ExecutionContext context)
   в Microsoft.Crm.ObjectModel.WorkflowServiceInternal
`1.SetState(BusinessEntityMoniker monikerInt32 newStateInt32 newStatusCodeExecutionContext context)
   
в Microsoft.Crm.BusinessEntities.BusinessProcessObject.SetStateStatus(BusinessEntityMoniker monikerInt32 newStateInt32 newStatusCodeExecutionContext context)
   
в Microsoft.Crm.ObjectModel.WorkflowService.Microsoft.Crm.Sdk.IStateful.SetStateStatus(BusinessEntityMoniker Int32 Int32 ExecutionContext )

[
TargetInvocationExceptionАдресат вызова создал исключение.]
   
в Microsoft.Crm.Application.Utility.Util.RaiseXMLError(Exception exception)
   
в Microsoft.Crm.Dialogs.ActivateDialogPage.ConfigureForm()
   
в Microsoft.Crm.Application.Controls.AppUIPage.OnPreRender(EventArgs e)
   
в System.Web.UI.Control.PreRenderRecursiveInternal()
   
в System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPointBoolean includeStagesAfterAsyncPoint)

[
HttpUnhandledExceptionВыдано исключение типа "System.Web.HttpUnhandledException".]
   
в System.Web.UI.Page.HandleError(Exception e)
   
в System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPointBoolean includeStagesAfterAsyncPoint)
   
в System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPointBoolean includeStagesAfterAsyncPoint)
   
в System.Web.UI.Page.ProcessRequest()
   
в System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
   
в System.Web.UI.Page.ProcessRequest(HttpContext context)
   
в ASP.korusconsulting__grid_cmds_dlg_activate_aspx.ProcessRequest(HttpContext contextв c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\fcc31ff6\e77f4ed8\App_Web_sprzbhiq.57.cs:строка 0
   в System
.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   
в System.Web.HttpApplication.ExecuteStep(IExecutionStep stepBooleancompletedSynchronously
Спасибо!
Теги
загрузка курсов валют, dynamics crm, курс

 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
CRM DE LA CREME! CRM 4.0 Disaster Recovery Blog bot Dynamics CRM: Blogs 2 26.02.2016 08:23
Ошибка бизнес-процесса Tarasov E Dynamics CRM: Разработка 9 18.02.2010 14:02
CRM DE LA CREME! Configuring Microsoft Dynamics CRM 4.0 for Internet-facing deployment Blog bot Dynamics CRM: Blogs 0 18.08.2009 11:05
Microsoft Dynamics CRM Team Blog: List Web Part for Microsoft Dynamics CRM 4.0 Deployment Scenarios Blog bot Dynamics CRM: Blogs 0 30.01.2009 22:05
Microsoft Dynamics CRM Team Blog: Workflow E-mail Utilities Blog bot Dynamics CRM: Blogs 0 16.12.2008 23:05
Опции темы Поиск в этой теме
Поиск в этой теме:

Расширенный поиск
Опции просмотра

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 08:51.