cancel
Showing results for 
Search instead for 
Did you mean: 

sapgw

Former Member
0 Kudos

Hello,

I have SAP JAVA system with PORTAL and BI-JAVA up and running but gateway server services is not listening, what process exactly need to run in SAP Java for Gateway Server services to run?

I just went to into the netstat to see if services is being listening....for that Java System....it is not running

Thanks

Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Gateway processes are automaticall started, make sure your services files has entries. If your installation is correct, then SAPinstaller automatically creates the files

/etc/services for unix

c:\WINDOWS\system32\drivers\etc\services for NT

If the services file doesnt have proper entry, then your RFC between ABAP & JAVA wont work properly,

Also bounce the UNIX/NT once after you fix the entries

Former Member
0 Kudos

Thanks.

Which SAP starting/started process triggers gateway services sapgw35 (in my case) to run or listen in OS?

Kumar

Former Member
0 Kudos

Kumar,

If you are running a standalone java stack, you need to install a separate standalone SAP gateway (see installation of standalone engines) and point your java stack to the standalone gateway.

-RK

Former Member
0 Kudos

Hi,

You need an entry in the services files of both the Java and ABAP servers as such:

sapmsBWP 3600/tcp

Remember to always have a blank line at the bottom of the services file!

Cheers