Hi @Manulak
I believe this is due to limitation on server for accessing external websites. I have the same issue on one of my projects and they don't allow accessing external links from the server. Therefore we cannot validate.
The function uses below webpage to validate.
Vies on-the-Web - European Commission (europa.eu)
Hope this helps
Thanks a lot for the quick reply @gumabs.
Yes, for me too it seems like the limitation pops out from the endpoint.
It works most of the time (good news) but fails intermittently.
Look what I found on Stack Overflow.
I’d assume that, if this is a known limitation, there should be a failover mechanism or a retry which should be imposed by IFS. This post is to find if this concern was ever triggered IFS support, etc.
I have been experiencing the same issue and logged a case several months ago but no response yet.
@JGHSUSAN sorry to hear, but, as far as I understand, IFS cannot do anything about it. Because, my investigations confirmed that the particular error occurs when the web response contains the error code MS_MAX_CONCURRENT_REQ which makes the endpoint (EUROPA.eu web endpoint in this case) to be blamed.
What IFS could do is to implement a failover mechanism when it creates the client call, by catching this exception and perform a retry, as the second try works in most cases.