cancel
Showing results for 
Search instead for 
Did you mean: 

Sap Gateway

Former Member
0 Kudos

Hi Gurus,

I started the SAP Gateway in a Enterprise Portal System with this command:

X:\usr\sap\<SID>\SYS\exe\uc\NTI386\gwrd.exe -force pf="X:\usr\sap\<SID>\SYS\profile\SID_JC01_hostname"

But I get this message:

rslgwr1(21): Searching for overlap point in pre-existing Syslog file...

Actually the Sap Gateway it's working. I searched for a note or something that can help me but I not found information.

Anybody can help me.

Thanks in advance.

Regards

Isrrael

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Why do you need a gwrd on a portal system? I

Former Member
0 Kudos

Hi Sandeep,

Because, I want to schedule Jobs in the DB13c transaction on the Solution Manager system, actually I added the gwrd as a service, and now it works, now a I have autentification issues, but this is another history.

Thanks Anyway.

Regards,

Isrrael Flores

Former Member
0 Kudos

Hello wrong forum.

a portal has no gateway started by default.

You can do the following:

Install a standalone gw OR Start the gw in SCS

Starting the gateway in SCS


a) add entry to start profile START_SCS<instno>_<virtual host>, e.g.
      #---------------------------------------------------------------
      # Start SAP gateway service
      #---------------------------------------------------------------
      _GW = $(DIR_EXECUTABLE)\gwrd$(FT_EXE)
      Start_Program_05 = local $(_GW) pf=$(_PF)

   b) add gwmon, gwrd to sapcpe file scs.lst
      file is located in /usr/sap/<SID>/SYS/exe/uc/<os>/scs.lst

After doing that restart SAP completly.

Greetings Thomas

Former Member
0 Kudos

Hi Thomas,

Sorry about the post in wrong forum the next time i'll put more atention in the topic. Thanks for the response but it doesn't work for me, I added all the string but when I restarted the instance the gwrd not appears.

Im trying to start the gateway in this way because i need to schedule all de dbatasks from the DB13C transaction.

Regards

Former Member
0 Kudos

I've implemented this on many systems.

I wrote that you need to restart SAP completly. You are running on Windows. The start profile will only reloaded if you restart the Windows services. Best way is to make the changes on the profile and restart the complete server.

See also Note 951910 (point 2a and 2b).

It should work. After this the gw will start on the SCS not CI.

Former Member
0 Kudos

Is important change the \ by / in GW = $(DIREXECUTABLE)\gwrd$(FT_EXE) in Unix OS for Gateway in HA.