hello together,
i'm using the snapcreator powershell framework and get the problem, with growing job history, the Get-ScWorkflowHistory :
trows the error:
The maximum message size quota for incoming messages (2097152) has been
exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate
binding element.
i tried to increase the binding in the snapcreator.dll.config with this line:
<binding name="RepositoryImplServiceSoapBinding" maxReceivedMessageSize="6500536">
<security mode="Transport" />
</binding>
but i doesnt help.
did i something wrong or can anybody help me please?
thx in advance, chris