Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC_COMMUNICATION_FAILURE #291

Closed
CodingQueries2023 opened this issue Jun 30, 2023 · 6 comments
Closed

RFC_COMMUNICATION_FAILURE #291

CodingQueries2023 opened this issue Jun 30, 2023 · 6 comments
Assignees
Labels

Comments

@CodingQueries2023
Copy link

On server I am getting the error RFC_COMMUNICATION_FAILURE and it is automatically trying to connect to our IP with PORT 3300, which is a wrong port. My correct PORT is 3629 but instead of 3629 it is trying to connect to 3300 and is getting failed to connect to. In my docker file I have mentioned the PORT 3629 and not 3300. Is there anything that you can suggest about the issue?

@bsrdjan bsrdjan self-assigned this Jul 3, 2023
@CodingQueries2023
Copy link
Author

CodingQueries2023 commented Jul 5, 2023

Hi @bsrdjan ,
I talked to our cloud ops team and they checked and told me the server on which the node-rfc code is hosted is able to access the SAP server and there is no connectivity issue in it. My server is ubuntu X86_64 and the SAP SDK I am using is Linux on X86_64 64 bit. But I am getting the following error:
serverError

Could you please suggest how to debug or go about this issue

@bsrdjan
Copy link
Member

bsrdjan commented Jul 5, 2023

Which connection parameters are you using and did you already test with niping:

@CodingQueries2023
Copy link
Author

Hi @bsrdjan ,

I am using these parameters:
new nodeRfc.Pool({ connectionParameters: { dest: 'MME', ASHOST: 'IP',GWSERV:'3629',CLIENT:'200', PASSWD: password, USER: userid } });

Could you please let me know if there is any issue with the parameter or if need to change anything here.

@bsrdjan
Copy link
Member

bsrdjan commented Jul 6, 2023

GWSERV is used for server connections. in combination with GWHOST, not ASHOST. I cannot help with connection parameters' details because it depends on your ABAP system settings. Connection parameters are documented in sapnwrfc.ini file, in SAP NW RFC SDK folder "demo". There you may find when and how to use which parameter. You can also check with your ABAP system admin. If you have access to SAPGUI client, you can use the same parameters used in SAPGUI client for your ABAP system.

@bsrdjan
Copy link
Member

bsrdjan commented Jul 27, 2023

Please re-open if needed

@bsrdjan bsrdjan closed this as completed Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants