Workflow and ServiceDesk Community

 View Only
  • 1.  Server did not recognize the value of HTTP Header SOAPAction www.transparentlogic.com

    Posted Dec 17, 2015 08:10 AM

    Error:

    Application Name : SD.IncidentManagement
    Process ID : 6172
    Date :12/17/2015 11:01:21 AM
    Log Level :Error
    Log Category :LogicBase.ExecutionEngine
    Machine Name : RSASAOSRVALT003
    Message : 
    System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: www.transparentlogic.com/get_Global_WFTaskID.
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at SAManagementDynamicService.SAManagement.get_Global_WFTaskID(String workflowTrackingId)
       at SAManagementDynamicService.get_Global_WFTaskIDComponent.Run(IData data)
       at LogicBase.Core.ExecutionEngine.SinglePathProcessComponentExecutionDelegate.Execute(IData data, IOrchestrationComponent comp, String& outputPath, IExecutionEngine engine, TLExecutionContext context)
       at LogicBase.Core.ExecutionEngine.AbstractExecutionEngine.RunComponent(TLExecutionContext context, IData data, IOrchestrationComponent comp)

     

    Application Name : SD.IncidentManagement
    Process ID : 6172
    Date :12/17/2015 11:01:21 AM
    Log Level :Error
    Log Category :LogicBase.ExecutionEngine
    Machine Name : RSASAOSRVALT003
    Message : 

    current component get_ Global_ WFTask IDComponent(get_Global_WFTaskIDComponent)

     

    Application Name : ProcessManager
    Process ID : 1504
    Date :12/17/2015 11:01:21 AM
    Log Level :Error
    Log Category :ProfileService
    Machine Name : RSASAOSRVALT003
    Message : 
    [global] Error Deleting FieldValues
    [global] -- error.ToString() --
    [global] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Data.SqlClient.SqlException: The DELETE statement conflicted with the REFERENCE constraint "FK_TaskAssignment_Task". The conflict occurred in database "ProcessManager_71", table "dbo.TaskAssignment", column 'TaskID'.
    [global] The statement has been terminated.
    [global]    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
    [global]    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
    [global]    at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
    [global]    at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
    [global]    at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
    [global]    at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
    [global]    at WebServiceTasksRSA.Delete(ProfileTasksRSA objTasksRSA)
    [global]    --- End of inner exception stack trace ---
    [global]    at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
    [global]    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
    [global]    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    [global]    at LogicBase.Ensemble.Profile.ProfileService.DeleteProfileFieldValue(String sessionID, String profileDefinitinID, String referenceID)

     



  • 2.  RE: Server did not recognize the value of HTTP Header SOAPAction www.transparentlogic.com

    Posted Dec 18, 2015 12:06 PM

    Oi Melina,

    Você está usando um componente customizado para excluir uma tarefa do banco? (É o que parece neste ultimo log) Talvez seja melhor usar um deafult.

    DeleteTask.PNG

     

    Primeiro log me parece que está chamando um WS mas não está reconhecendo o wsdl. Consegue recompilar o integration e ve se a chamada desse WS está funcional?


    Qual a versão do SD/WF?

     

    Att,

    André Florencio



  • 3.  RE: Server did not recognize the value of HTTP Header SOAPAction www.transparentlogic.com

    Posted Jan 21, 2016 12:07 PM

    Olá, André. 

    É a versão 7.1 ainda. 

    Não é a primeira vez que pego este problema. É em produção, vou tentar recompilar o integration. 

    Obrigada e desculpa a demora. 

    Não tinha visto. E velho calhar de acontecer novamente esse problema: 

     

    Error,Thursday, January 21, 2016 10:53:56 AM,Exception at Run method with message :Execution Engine Exception 
    Error,Thursday, January 21, 2016 10:54:05 AM,Exception at Run method with message :Server did not recognize the value of HTTP Header SOAPAction: www.transparentlogic.com/get_Global_WFTaskID.
    Error,Thursday, January 21, 2016 10:54:05 AM,System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: www.transparentlogic.com/get_Global_WFTaskID.
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)



  • 4.  RE: Server did not recognize the value of HTTP Header SOAPAction www.transparentlogic.com

    Posted Jan 21, 2016 12:07 PM

    Olá, André. 

    É a versão 7.1 ainda. 

    Não é a primeira vez que pego este problema. É em produção, vou tentar recompilar o integration. 

    Obrigada e desculpa a demora. 

    Não tinha visto. E velho calhar de acontecer novamente esse problema: 

     

    Error,Thursday, January 21, 2016 10:53:56 AM,Exception at Run method with message :Execution Engine Exception 
    Error,Thursday, January 21, 2016 10:54:05 AM,Exception at Run method with message :Server did not recognize the value of HTTP Header SOAPAction: www.transparentlogic.com/get_Global_WFTaskID.
    Error,Thursday, January 21, 2016 10:54:05 AM,System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: www.transparentlogic.com/get_Global_WFTaskID.
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)



  • 5.  RE: Server did not recognize the value of HTTP Header SOAPAction www.transparentlogic.com

    Posted Feb 02, 2016 12:29 PM

    The posted error states the following:

     

    [global] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Data.SqlClient.SqlException: The DELETE statement conflicted with the REFERENCE constraint "FK_TaskAssignment_Task". The conflict occurred in database "ProcessManager_71", table "dbo.TaskAssignment", column 'TaskID'.

     

    This tells me that your SQL Integration component is executing a DELETE statement and is constrained by FK_TaskAssignment_Task, hence the error.

    The constraint is on [dbo].[Task] ([TaskID]), you will need to DELETE the task 1st, then the TaskAssignment can go away.