Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

When the user tries to visit the syclo config panel, then he or she may need to use the HTTP or HTTPs protocol to do the communication.

If the port is not configured on the backend or the port is blocked by the server, you may get the error and can't access the page.

To configure the communication port:

  1. Stop the service of the backend ERP server.
  2. Navigate to \\<hostname>\sapmnt\<SID>\SYS\profile
  3. Open the DEFAULT.PEL in notepad
  4. Add or change the lines below to the end of the file:

icm/server_port_0 = PROT = HTTP, PORT = 80, PROCTIMEOUT = 600, TIMEOUT = 600

icm/server_port_1 = PROT = HTTPS, PORT = 443, PROCTIMEOUT = 600, TIMEOUT = 600

     5.  Start the service of backend ERP server.

Now you can use TCode SICF to check the port information and the port should be configured properly.

Hope this help to your system.

Best regards,

Charlie