Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I'm facing error in object tMicrosoftCRMInput:
httpclientexception:java.net.connectexception
It seems to be a connection timeout exactly after 1 hour, even if the object has a Timeout property set to a much higher value.
Is there someone who can help me?
Many thanks
Max
Hello,
We need more information to address your issue.
Could you please clarify in which Talend version/edition you are? How did you set your tMicrosoftCRMInput? There is an option "Reuse Http Client" in advanced setting which retain the current connection or clear it to release the connection.
Note: This property is not available for Microsoft CRM ON-PREMISE 2015.
Best regards
Sabrina
Hello Sabrina,
thanks for the answer, I'm using Talend 7.0.1 and Dynamics 365.
These are the option I've set:
Authentication Type = ONLINE
API Version = v2016
Registerer application type = Native App
Timeout: 14400
Reuse Http Client = YES
Max number of reconnection attempts = 100
I tried "Reuse Http Client = NO", it didn't work.
The error changes randomly:
1. java.lang.IllegalStateException: Invalid use of BasicClientConnManager: connection still allocated.
Make sure to release the connection before allocating another one.
2. org.apache.olingo.client.api.communication.ODataClientErrorException401) Unauthorized [HTTP/1.1 401 Unauthorized]
3. java.net.ConnectException: Connection timed out: connect
But always after 60 minutes.
Timeout is set properly.
Any ideas?
Thank you so much
Massimiliano