cancel
Showing results for 
Search instead for 
Did you mean: 

windows: dedicated sap gateway autostart

Former Member
0 Kudos

Hi @all,

I'd like to start the gwrd.exe automatically after the sapstart service.I've found in the following documentation, that I can set autostart = 1 in the start profile of a sap instance, to achieve this aim. But it doesn't work...

Does somebody have an idea?

http://help.sap.com/saphelp_sem320bw/helpdata/de/c4/3a6377505211d189550000e829fbbd/content.htm

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved ... pls have a look to the last posting

Former Member
0 Kudos

Excelent !!! Thank You !

Former Member
0 Kudos

Did you check trace dev_rd for detailed information?

Former Member
0 Kudos

trc file: "dev_rd", trc level: 1, release: "700"

-


Mon Aug 10 16:09:12 2009

***LOG S00=> GwInitReader, gateway started ( 5188) [gwxxrd.c 1757]

systemid 560 (PC with Windows NT)

relno 7000

patchlevel 0

patchno 176

intno 20050900

make: multithreaded, ASCII, optimized

pid 5188

gateway runs with dp version 241(ext=110) (@(#) DPLIB-INT-VERSION-241)

gateway (version=700.2008.06.23)

gw/local_addr : 0.0.0.0

switch off alert monitoring

Bind service sapgw00 (socket) to port 3300

GwPrintMyHostAddr: my host addresses are :

1 : [172.29.31.8] host.ads.domain.de (HOSTNAME)

2 : [127.0.0.1] host.ads.domain.de (LOCALHOST)

Full qualified hostname = host.ads.domain.de

GwDpInit: not attached to gw_adm

START_G00_host

<b>autostart = 1</b>

SAPSYSTEMNAME = GAT

SAPGLOBALHOST = host

SAPSYSTEM = 00

INSTANCE_NAME = G00

DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTI386

DIR_EXECUTABLE = $(DIR_CT_RUN)

DIR_PROFILE = $(DIR_INSTALL)\profile

PF = $(DIRPROFILE)\GAT_G00_host

#----


  1. Start gateway

#----


GW = $(DIREXECUTABLE)\gwrd$(FT_EXE)

Start_Program_00 = local $(_GW) -mode=profile pf=$(_PF)

Former Member
0 Kudos

solved:

parameter is "Autostart", not autostart and not AUTOSTART but Autostart the value is case sensitive.

Autostart = 1

And the value is wrong on the SAP HELP side... http://help.sap.com/saphelp_sem320bw/helpdata/de/c4/3a6377505211d189550000e829fbbd/content.htm

It is possible to set the parameter autostart = 1 in the Windows start profile. If this parameter is set, the SAP service and the

SAP System are started when the Windows system is booted. Bear in mind, however, that the individual processes are not

synchronized automatically. This means, for example, that the administrator must ensure that the application servers are not

started until the database server has been started successfully.

found on sap knowledge base

>Message Number : 0120025231 0000290065 2008

>der Parameter ist sensibel für Groß- und Kleinschreibung. Bitte setzen

>Sie den Parameter wie folgt ins START Profil: Autostart = 1

>Bitte überprüfen Sie in diesem Zusammenhang auch Hinweis #80474, in dem

>Sie weitere Infos finden können.

>Testen Sie bitte das Ergebnis.

http://service.sap.com/sap/bc/bsp/spn/sapnotes/index2.htm?numm=80474