-
Notifications
You must be signed in to change notification settings - Fork 74
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
The specified procedure could not be found error is thrown from 2.4.3 version onwards #229
Comments
Which SAP NWRFC SDK version is used? |
latest version of NWRFCSDK which is 7.50.8. |
Thanks Ankit. And the |
Yes Srdjan |
The issue looks similar to #226 but could not reproduce it either. Could you please activate Windows Process Monitor trace on affected system, to track down which library exactly fails to load (example: #127 (comment)) ? |
Could you please check if this solution of the similar (same?) issue helps on your system #226 (comment) ? |
The log shows:
There should be one copy of SAP NWRFC SDK Libs on PATH and removing the "copies" should fix the issues, similar to #226 (comment) Perhaps some recently installed package installed these additional copies of RFC SDK? Can you eventually found out which one? |
Please reopen if support still needed. |
Above exception is thrown while calling require('node-rfc').This exception is thrown in latest version 2.5.1.Things are working fine in version 2.4.2 and below.
This issue is machine specific as well. We could reproduce this issue in 3 systems.
Below is the environment info of the system.
System:
OS: Windows 10 10.0.19042
CPU: (8) ia32 Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz
Memory: 19.61 GB / 31.84 GB
Binaries:
Node: 14.16.1 - C:\Program Files\nodejs\node.EXE
npm: 6.14.12 - C:\Program Files\nodejs\npm.CMD
The text was updated successfully, but these errors were encountered: