Dear,
We installed the new sap webdispatcher and generation of certificate was also finished.
After the installation a /sec folder was generated on usr/sap/sys/sid/sec, we tried to install the certificate here, but failed, so we created a new folder /sec in usr/sap/sys/sec and the certificate generated successfully, But still the secure folder is pointing to usr/sap/sys/sid/sec and gives certificate error.please advice.
SNC_LIB and secure lib is defined in environment variables as usr/sap/sys/sec
Profile as follows:
SAPSYSTEMNAME = WDA
SAPGLOBALHOST = AWQ-WEBDISP1
SAPSYSTEM = 00
INSTANCE_NAME = W00
DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTAMD64
DIR_EXECUTABLE = $(DIR_CT_RUN)
DIR_PROFILE = $(DIR_INSTALL)\profile
_PF = $(DIR_PROFILE)\WDA_W00_AWQ-WEBDISP1
SETENV_00 = PATH=$(DIR_EXECUTABLE);%PATH%
#-----------------------------------------------------------------------
# Back-end system configuration
#-----------------------------------------------------------------------
wdisp/system_0 = SID=JPR, MSHOST=sbdc.hilan.com, MSPORT=8100
wdisp/system_1 = SID=PRD, MSHOST=sabc.hilan.com, MSPORT=8100
#-----------------------------------------------------------------------
# Configuration of maximum number of concurrent connections
#-----------------------------------------------------------------------
icm/max_conn = 2000
#-----------------------------------------------------------------------
# SAP Web Dispatcher Ports
#-----------------------------------------------------------------------
icm/server_port_0 = PROT=HTTPS,PORT=443
icm/server_port_1 = PROT=HTTP,PORT=8005
#-----------------------------------------------------------------------
# SAP Web Dispatcher Administration
#-----------------------------------------------------------------------
icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=$(DIR_DATA)$(DIR_SEP)icmandir,AUTHFILE=$(icm/authfile)
#-----------------------------------------------------------------------
# Start webdispatcher
#-----------------------------------------------------------------------
_WD = $(DIR_EXECUTABLE)\sapwebdisp$(FT_EXE)
Restart_Program_00 = local $(_WD) pf=$(_PF)
SETENV_01 = SECUDIR=$(DIR_INSTANCE)/sec
#-----------------------------------------------------------------------
icm/HTTP/redirect_0 = PREFIX=/, FROMPORT=http, FOR=sapprtlclus, TO=/irj/portal, PROT=http, HOST=sapprtlclus