Skip to main content

I am trying to deploy a project on K2 blackpearl and I got this error: A database error occurred: error sending buffer.


It is referring to the file WorkFlow_Simple.msbuild. Around these lines.



Target Name="Deploy Processes" Condition="$(Deploy_Processes) == 'true'">


    <SourceCode.DeploymentTasks.ExportProcessTask TaskGuid="70c0f32fcfd9412dbdf03aada9b0efc0" />


  </Target>



Is any one encoutered this error or plroblem before.


 


Saw this error with one customer who had a hardware load balanced setup configured to use cookie based affinity instead of IP based affinity.  Not sure if this is related to your case.


Reply