cancel
Showing results for 
Search instead for 
Did you mean: 

webdisptcher install SAPINST, now what

Former Member
0 Kudos

I have installed webdispatcher via sapinst however not sure what the next step is. The webdispatcher is installed on a separate server and what to redirect to ABAP and portal servers.

Read the install manuals but nothing about configuring the webdipatcher.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi!

Several things to keep in mind:

In the backend system a service has to be active listening on port 443. By the way: Why 443? Usually this is the standard port for HTTPS while 8000 ist the port for HTTP.

Nevertheless: It's your decision. But then you must have a service running in backend listening on port 443. Use transaction SMICM. then "jump" to services and you will see what is configured and active in the backend.

The relevant backend system profile parameter is icm/server_port_0.

Antoher question: Why do you address the message server via port 8000 when you want to use port 443?

rdisp/mshost = pnc_001

ms/http_port = 8000

Hope this helps a bit.

Regards,

Volker

Former Member
0 Kudos

I have checked it out and it does not help.

Here is where I am at:

I have installed the standalone webdispatcher installed viua SAPINST for NW2004 SR1. The install was successful. the webdispatcher is up and running and I can go to the webadmin URL for ICm and it shows up fine.

The problem is tieing it to a back end SAP system.

This is my profile for the webdispatcher instance in the EDMz:

SAPSYSTEMNAME = PNC

SAPSYSTEM = 00

INSTANCE_NAME = W00

DIR_CT_RUN = $(DIR_EXE_ROOT)/run

DIR_EXECUTABLE = $(DIR_CT_RUN)

#----


  1. Accesssability of Message Server

#----


rdisp/mshost = pnc_001

ms/http_port = 8000

#----


  1. Configuration for medium scenario

#----


icm/host_name_full = pnc_001.gm.com

icm/max_conn = 500

icm/max_sockets = 1024

icm/req_queue_len = 500

icm/min_threads = 10

icm/max_threads = 50

mpi/total_size_MB = 80

#----


  1. SAP Web Dispatcher Ports

#----


icm/server_port_0 = PROT=HTTP,PORT=443

I want to connect to the WAS through port 443....

So two questions:

1) Is the profile above correct (remmeber pnc is a seperate server running SAP)

2)Is there anything else I need to configure on the back end to connect to the webdispatcher.

Thanks

Mikie

I am getting this error in the work directory

[Thr 10] Sun Sep 10 17:17:15 2006

[Thr 10] *** ERROR => IcmConnClientRqCreate: No service for protocol HTTP starte

d [icxxconn_mt. 2694]

[Thr 10] *** ERROR => IcmConnClientRqCreate() failed (rc=-1) [icrxx_mt.c 4885]

[Thr 10] *** ERROR => Could not connect to SAP Message Server at pnc_001_001.gm.com. URL=/msgserver/text/logon?version=1.2 [icrxx_mt.c

Former Member
0 Kudos

Hi!

This link should answer all your questions:

http://help.sap.com/saphelp_nw04/helpdata/en/42/5cfd3b0e59774ee10000000a114084/frameset.htm

Regards,

Volker