Fernando, en efecto, hacia falta en el sitio Workflow hacer referencia al protocolo net.pipe, pero luego de eso al momento de hacer otra vez una accion y mandarla a autorizar, me da el siguiente mensaje el log del sitio workflow:
2016-02-25 09:52:21,046 [59] INFO Aseinfo.VH4.WorkflowServices.Activities.LogMessage - Ocurrió un error y se terminará la instancia faea4410-d354-46e4-87c4-8ca0707ab56d
2016-02-25 09:52:21,050 [59] ERROR Aseinfo.VH4.WorkflowServices.Activities.LogException - Se dió un error en la ejecución del workflow 9d8b1b5d-ee7e-48a7-b295-118d6950d7a9
System.Security.Cryptography.CryptographicException: Clave no válida para utilizar en el estado especificado.
en System.Security.Cryptography.ProtectedData.Unprotect(Byte[] encryptedData, Byte[] optionalEntropy, DataProtectionScope scope)
en Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.SymmetricCryptographer.Decrypt(Byte[] encryptedText)
en Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.SymmetricAlgorithmProvider.Decrypt(Byte[] ciphertext)
en Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Cryptographer.DecryptSymmetric(ISymmetricCryptoProvider provider, String ciphertextBase64)
en Aseinfo.VH4.WorkflowServices.Activities.DecryptString.Execute(CodeActivityContext context) en c:\VH4\VH4\WorkflowServices\WorkflowServices\Activities\DecryptString.cs:línea 25
en System.Activities.CodeActivity`1.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
en System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
2016-02-25 09:52:21,051 [59] INFO ASP.global_asax - Iniciando la construcción del Unity ChildContainer
2016-02-25 09:52:21,052 [59] ERROR ASP.global_asax - Ocurrió un error al construir el Unity ChildContainer del flujo
System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en Aseinfo.VH4.WorkflowServices.Global.BuildChildContainer(WorkflowContext context) en c:\VH4\VH4\WorkflowServices\WorkflowServices\Global.asax.cs:línea 215
2016-02-25 09:52:21,053 [59] INFO Aseinfo.VH4.WorkflowServices.Activities.LogMessage - Ocurrió un error al intentar Terminar la instancia
2016-02-25 09:52:21,053 [59] ERROR Aseinfo.VH4.WorkflowServices.Activities.LogException - Se dió un error en la ejecución del workflow 9d8b1b5d-ee7e-48a7-b295-118d6950d7a9
Aseinfo.Infrastructure.Base.Exceptions.AuthorizationWorkflowException: Sucedio un error en el flujo. Se está logueando el exception interno y luego se logueará el que terminará la instancia ---> System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en Aseinfo.VH4.WorkflowServices.Global.BuildChildContainer(WorkflowContext context) en c:\VH4\VH4\WorkflowServices\WorkflowServices\Global.asax.cs:línea 279
en Aseinfo.VH4.WorkflowServices.Services.AuthorizationWorkflowStaticService.TerminarInstancia(Guid codigoInstancia, Exception exception, WorkflowContext context) en c:\VH4\VH4\WorkflowServices\WorkflowServices\Services\AuthorizationWorkflowStaticService.cs:línea 253
--- Fin del seguimiento de la pila de la excepción interna ---
en System.Activities.Statements.MethodExecutor.InvokeAndUnwrapExceptions(Func`3 func, Object targetInstance, Object[] actualParameters)
en System.Activities.Statements.MethodResolver.SyncMethodExecutor.BeginMakeMethodCall(AsyncCodeActivityContext context, Object target, AsyncCallback callback, Object state)
en System.Activities.Statements.MethodExecutor.BeginExecuteMethod(AsyncCodeActivityContext context, AsyncCallback callback, Object state)
en System.Activities.AsyncCodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
en System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
answered
25 Feb '16, 10:05
Josue Mancilla
(suspended)
accept rate:
42%