0
Answered
sapConnector timing out in 64bit mode
Monash 9 years ago
in UNIFYBroker/SAP ERP Human Capital Management
•
updated by anonymous 9 years ago •
14
Trying to do a full import on multiple SAP connectors in 64bit mode..
Change detection engine import all items for connector sapOrgUnit failed with reason The request channel timed out while waiting for a reply after 00:00:59.9960936. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.. Duration: 00:01:00.1614898
Unify.Service.Connect.exe.config
Customer support service by UserEcho
It might need updated timeout values on the client (e.g. here). For this particular error a larger receiveTimeout should do it. If that still doesn't do it and it's caused by requests queuing up, I'll take another look at the service (there's already the code to allow multiple requests at once, but it might not be working as advertised).
Did the change but still failing with the 1 minute timeout
Huu Tran, which binding is the SAP service using? The wrong one may have been updated.
Monash, is the error message identical to the original one? Sometimes these messages have very subtle differences. Thanks.
Hi Adam
Attached the Unify.Service.Connect.exe file and also this is the error message atm
Something interesting
Currently I am (afaik) seeing it fail for only one connector sapOrgUnit. But the same connector is working on other server connecting to the same data source (QAT SAP)
On our working server for the connector here is the stat for full import
Adam van Vliet: it is using
We may have increase the timeout on Web Service call to SAP ...
Hi Huu Tran, that's why I did it in WCF, so that it's completely configurable.
Hi Adam
Another error in sapPerson now
Hi Piyush,
Please change MaxReceivedMessageSize in the httpBasic binding accordingly and try it again.
Thanks,
Huu
Hi Huu
Changed maxReceivedMessageSize="20000000000"
But got the error
What's the max value we should put ?
I believe it is 2,147,483,647 so pls put in 2,000,000,000
Hi Piyush,
Can you pls put the settings as below and try for both issues.
Hi Huu
Yes that seems to have resolved the import issue..
but seeing performance degradation - not sure atm
might raise that separately once we get a bit more idea..
Please close this ticket and update the doc with the recommended settings.
Will do. Ta