SAP / node-rfc

Asynchronous, non-blocking SAP NW RFC SDK bindings for Node.js
Apache License 2.0
249 stars 73 forks source link

Unable to Connect to SAP Logon - connection refused error #250

Closed i353590 closed 2 years ago

i353590 commented 2 years ago

Hello,

I am facing the issue of connecting to the SAP S4 System using SAP GUI. I had created the S4 system from CAL Library, now from RDP also if I try it is not accessible, and the port is also not reachable. I have created the system using CAL, and only I am able to access RDP, but not the system S4 system in running on on-prem (newly created) SAP GUI connection is failing, only the logon app I am able to launch.

image

Please let me know if you want me to provide more info.

Thanks, Shubham

bsrdjan commented 2 years ago

Please check if RFC connectivity is enabled in ABAP system: https://launchpad.support.sap.com/#/notes/460089

I have created the system using CAL, and only I am able to access RDP, but not the system

Which RDP is accessed? Why RDP used when the system is on premise?

i353590 commented 2 years ago

Hello,

RDP because it was a separate installation itself using CAL & the S4 was installed inside that system (RDP)

bsrdjan commented 2 years ago

Is node RFC client installed/running within the same RDP landscape and did you check the above mentioned oss note ?

i353590 commented 2 years ago

Hello,

I think the issue was with the DB, DB was not started due to some reason. I had tried to restart the system initially, that didn't help, but later the restart actually helped. the DB instance was working fine and then the ports were also reachable.

Thanks for your help :)

Kind Regards, Shubham