Symptoms
The Processing Server can't connect to the Application Server, which causes looped restarting of the server.
Cause
This can be caused by the incorrect resolving of the Application Server name or some firewall rules.
The following errors can be observed in the Windows Event Viewer log > Applications.
FlexiBr: Error creating an Application Server session: Cannot connect to 'applicationserveraddress' (error code: 12007).
Resolution
Please do the following:
- Make sure that Processing Server is correctly configured and the corresponding user for it is created:
https://help.abbyy.com/en-us/flexicapture/12/admin_guide/processing_server_setup/ - Check the application server name specified in the Processing Server properties:
Please note. If you are using a non-secure connection, then the address should contain http in the beginning. - Check firewall rules:
- On the machine with a Processing server, port 10024 should be open.
You can check this with the PowerShell command:
Test-Netconnection -p 10024 %ProcessingServermahcineDNS%
- On the Application Server machine port 80 (if HTTP is used) or port 443 (if HTTPS is used) should be open.
You can check this with the PowerShell command:
Test-Netconnection -p 80 %ApplicationServermahcineDNS%
- On the machine with a Processing server, port 10024 should be open.
Comments
0 comments
Please sign in to leave a comment.