-
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
[SOLVED]The SAP NW RFC SDK could not be loaded, check the installation #119
Comments
Hello fredimartins,
Let's start with 1 & 2
1) Check the installation and if all files exists and are placed correctly.
The error message is cropped on the first screenshot. I believe it
reads as "Nao foi possivel encontrar o modulo especificado" that
translates to:
"The specified module could not be found."
It looks like the file sapnwrfc.node is missing in your installation?
This file should match the node release is my understanding.
This file would be deployed with npm install if the node version you
are using is supported.
More details on:
Please refer to the link: #78
2) It could be again a path issue again in this case have a look at my
previous message and you can also run the commands below to double
check if the libs are installed with the right version etc.
cd %SAPNWRFC_HOME%/bin
rfcexec
Again, make sure the 1.0.2 1.0.3 binding version libs you are using
matches your computer architecture 32 or 64 bits.
*Just to repeat myself I do not work for SAP, I am just trying to help
people... :) "
Hope this helps,
Felipe
…On 20/01/2020, fredimartins ***@***.***> wrote:
Hi,
I'm trying to use this lib on windows 10 and i'm receiving this error
![image](https://user-images.githubusercontent.com/8070129/72749316-73ace580-3b98-11ea-8f28-a954926c9187.png)
This error Apparently only occurs in 1.0.2 and 1.0.3 versions
The system:
Windows 10
Node 8.11.2
nwrfc750P_5-70002726
If i try with 1.0.0 and 1.0.1 version i receive this message it seems to
work
![image](https://user-images.githubusercontent.com/8070129/72749570-309f4200-3b99-11ea-801c-cb75d5ed2820.png)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#119
|
Hi, this is loosely related to issue #115. Your problem is probably a bit different but I have posted several ways to get to the bottom of it that should be able to help you out. Hint: The error message can be misleading. It might be you are not actually missing the correct sapnwrfc lib but rather the correct version of the Visual C++ runtime. Hope it helps! |
For some reason my s-user only see nwrfc750P_5-70002726 was appear to be a linux version. I asked for my basis to download win10 x64 version and now i have this version. "_from": "node-rfc@^1.0.3", Tks for the tip! |
Ok, Now i have discovered the problem. |
Yeah, its the case, sapnwrfc.node depends of VCRUNTIME140_1.dll, it appear to came with vcredist2019. |
solved. |
Current SAP NWRFC SDK requires Microsoft C Runtime DLLs version 12.0, which is a part of Microsoft Visual C++ Redistributable Packages for Visual Studio 2013. The source of this information is SAP OSS Note 2573790 - Installation, Support and Availability of the SAP NetWeaver RFC Library 7.50. The build toolchain can use also newer Microsoft Build Tools, like VS 2019. See #124. |
Hi,
I'm trying to use this lib on windows 10 and i'm receiving this error
This error Apparently only occurs in 1.0.2 and 1.0.3 versions
The system:
Windows 10
Node 8.11.2
nwrfc750P_5-70002726
If i try with 1.0.0 and 1.0.1 version i receive this message it seems to work
The text was updated successfully, but these errors were encountered: