Port-Check Commands

The port-check command is used to check the port connection between the current server machine and the specified machine for AE.

Syntax Defined

Syntax: ae port-check <MACHINE_NAME:PORT>

Sample Output

If the SQL Server Port is available.

 

D:\RPA\AssistEdgeAutomation\scripts>ae port-check rpaserver-04:8443


Connecting port '8443' on hostname 'RPASERVER-04'
Success


D:\RPA\AssistEdgeAutomation\scripts>

 


If the SQL Server Port is unavailable.

 

D:\RPA\AssistEdgeAutomation\scripts>ae port-check rpaserver-04:5432


Connecting port '5432' on hostname 'RPASERVER-04'
Not able to connect to the port. Please make sure application is up and running.


D:\RPA\AssistEdgeAutomation\scripts>