cancel
Showing results for 
Search instead for 
Did you mean: 

php 2 sap , how to change sap server port

Former Member
0 Kudos

I set  parameters like this

"logindata"=>array(

"ASHOST"=>"172.18.95.149"  // application server

,"SYSNR"=>"99"    // system number

,"CLIENT"=>"dp"

run application get this message:

Connect_PM  GWHOST=172.18.95.149, GWSERV=sapgw99, SYSNR=90

LOCATION    CPIC (TCP/IP) on local host

ERROR       partner '172.18.95.149:3399' not reached

actually  i want to connect 3299 port,  

i look up /etc/servives file . if we need connect  3299 port,  we'll  set  sapdp99.

so  how to set  GWSERV=sapdp99,

if i modify /etc/servives   sapgw99  3299,   nothing change.   also say  partner '172.18.95.149:3399' not reached

Accepted Solutions (1)

Accepted Solutions (1)

jimguo
Advisor
Advisor
0 Kudos

Hello,

It's quite strange that you want to connect to port 3299. I think you should connect to gateway server in this senario.

Thanks.

Jim

Former Member
0 Kudos

dear jim:

thank you very much.

i've already solved the problem.

sapgw means sap getway. so i have to connect to gateway server

Message : No RFC authorization for function module RFCPING.

Are you chinese?

my email:283879541@qq.com

jimguo
Advisor
Advisor
0 Kudos

Dear huey,

Yes, I am Chinese.

You need to assign necessary authorizations to the user which you are using to logon to SAP system.

Thanks.

Jim

Answers (0)