DevOps and System Administration Forum
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

NWBC ERROR

former_member624966
Participant
0 Likes
3,164

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

7 REPLIES 7
Read only

2,728

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?

Read only

0 Likes
2,728

Hello Oguzhan,

Find attach the SMICM, from here is it activated if yes what next will i do.

Read only

2,728

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

Read only

former_member624966
Participant
0 Likes
2,728

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

nwbc-new.txt

Read only

Isaias_SAP
Product and Topic Expert
Product and Topic Expert
0 Likes
2,728

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

Read only

0 Likes
2,728

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

Read only

Isaias_SAP
Product and Topic Expert
Product and Topic Expert
0 Likes
2,728

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"):

  • SAPLOCALHOST
  • SAPLOCALHOSTFULL
  • SAPFQDN
  • icm/host_name_full

Regards,

Isaías