‎2020 Dec 22 8:42 AM
Hello Experts,
I try to execute NWBC Transaction code after i have activate the services on SICF it will throw an error message " Invalid HTTP Configuration please contact your system administrator" Please i need help on this. attach is the error message

‎2020 Dec 22 8:54 AM
Hello,
Have you checked smicm if http port is active?
Is the parameter icm/server_port_0 PROT=HTTP,PORT=80$$,TIMEOUT=3600,PROCTIMEOUT=3600 defined?
‎2020 Dec 22 11:59 AM
Hello Oguzhan,
Find attach the SMICM, from here is it activated if yes what next will i do.

‎2020 Dec 22 12:05 PM
Hello again,
It is activated but there is no port defined. Please set below parameters for assigning the ports for HTTP and HTTPS then restart the system. If you do not want to restart the system assign these parameters using rz11 and restart icm( you need to set them in rz10 too for them to be permanent after restart.)
icm/server_port_0 PROT=HTTP,PORT=80$$,TIMEOUT=3600,PROCTIMEOUT=3600
icm/server_port_2 PROT=HTTPS,PORT=44300,TIMEOUT=60,PROCTIMEOUT=60
‎2020 Dec 28 12:51 PM
Hello Experts,
After activating all the service on SICF i am still faced with issue when i execute NWBC t-code it open and when i enter my user name and password it will display 500 Internal Server error. Attach is the log from ST22. please i need help
Regards
Kanayochukwu
‎2020 Dec 28 1:48 PM
Hello Kanayochukwu,
Are you accessing SAP using a FQDN (Fully Qualified Domain Name), like "server.example.com"?
Accessing SAP using just the (short) hostname or an IP address could be the root cause for the ST22 dump you have sent in your recent update.
Regards,
IsaÃas
‎2020 Dec 29 6:38 AM
Hello isaias.freitas
what i am doing is to access SAP from NWBC, if i execute T-code NWBC it will open but once i enter my user name and password it will throw 500 server internal error
‎2020 Dec 29 11:47 PM
Hello Kanayochukwu,
And if you take an HTTP trace (e.g., using the "F12 - developer tools" of the browser), are all requests made with the FQDN?
What is the value of the following profile parameters (at your SAP system, please verify both the instance profile and the "DEFAULT.PFL"):
Regards,
IsaÃas