SAP / node-rfc

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

Node RFC connection with ABAP is disconnected after 1 min. For that reason big data is not coming from the ABAP #265

Closed sanjaysarkar1997 closed 1 year ago

sanjaysarkar1997 commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Describe how the node-rfc is installed, like locally or globally and using npm install or build from source.

Describe steps to reproduce the behavior, including the test script.

Screenshots If applicable, add screenshots to help explain your problem.

Environment

Additional context Add any other context about the problem here.

sanjaysarkar1997 commented 1 year ago

Please help on that

sanjaysarkar1997 commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Describe how the node-rfc is installed, like locally or globally and using npm install or build from source.

Describe steps to reproduce the behavior, including the test script.

Screenshots If applicable, add screenshots to help explain your problem.

Environment

  • The output of node -p "require('node-rfc').environment"

Additional context Add any other context about the problem here.

please help

bsrdjan commented 1 year ago

node-rfc supports client or connection timeout, both inactive by default. If these options not used, ABAP server can also terminate RFC connection after 1 min, if configured that way. ABAP consultant shall check ABAP server settings, if connection timeout configured there.

Is the connection idle or the termination occurs during an ongoing RFC call?

Can you activate the RFC connection tracing, by setting RFC_TRACE connection parameter to "3", reproduce the issue and send the logs?

bsrdjan commented 1 year ago

Closed as no response