cancel
Showing results for 
Search instead for 
Did you mean: 

DEV system not starting

former_member624966
Participant
0 Kudos

Hello Expert,

Please i have an issue now i add this below profile parameter on my default instance on My DEV system after which i restart the instance but the Instance refuse start please does anybody knows what is the course..

cm/server_port_0PROT=HTTP,PORT=80$icm/server_port_1PROT=SAPHTTP,PORT=80$,PROCTIMEOUT=60,TIMEOUT=60icm/server_port_2PROT=SMTP,PORT=25$,PROCTIMEOUT=120,TIMEOUT=120

The Dev System is running on window server 2012 and MSSQL 2012R2 ABAP ECC 6.0 EHP/8 NW 7.5

venkateswaran_k
Active Contributor
0 Kudos

What is the error it shows?

Accepted Solutions (0)

Answers (4)

Answers (4)

isaias_freitas
Advisor
Advisor

Hello,

It seems that the parameters you have are:

icm/server_port_0 PROT=HTTP,PORT=80$

icm/server_port_1 PROT=SAPHTTP,PORT=80$,PROCTIMEOUT=60,TIMEOUT=60

icm/server_port_2 PROT=SMTP,PORT=25$,PROCTIMEOUT=120,TIMEOUT=120

The first two are opening the same port, which will not work.

The second one would be using an invalid protocol.

All three have incorrect port number definitions. You can use either the complete port number (like "PORT=80") or use two "$" signs to represent the SAP instance number (like "PORT=80$$").

If fixing the parameters as suggested above does not help, please provide the items requested by Raquel.

Regards,

Isaías

raquel_gomez
Employee
Employee

Hi,
Please provide sapstart.log, dev_disp, dev_w0 and dev_icm traces that can be found under work folder from affected application server which is not starting.

Traces should contain more information why server is not starting.
Regards,
Raquel

former_member624966
Participant
0 Kudos

Hello Raquel,

please where is this sapstart.log. dev_disp, dev_wo and dev_icm Locate in the system.

Regards

Kanayo

raquel_gomez
Employee
Employee
0 Kudos

Hi Kanayo,
Files are located under work folder (this is generally found under /usr/sap/SID/<instance_$$>/work.
Regards,
Raquel

former_member624966
Participant

Hello All,

Thanks every one for your wonderful contribution, i re-started the server machine and start the instance again it came up.

Regards

Kanayochukwu

alichtenau
Advisor
Advisor
0 Kudos

Good morning!

first of all: Is this the formatting? Please format it like this:

icm/server_port_0 = PROT=HTTP,PORT=0,TIMEOUT=30,PROCTIMEOUT=60
icm/server_port_1 = PROT=SMTP,PORT=0,TIMEOUT=120,PROCTIMEOUT=120

Please attach the dev_traces of the instance.

Cheers;
Andreas