Closed StephanusRex closed 6 years ago
Did you check if SAPNWRFC_HOME env variable correctly set? It should point to SAP NW RFC SDK root folder, c:\nwrfcsdk in this case.
Thanks @bsrdjan. I had not done that but I did and rebooted (just to be sure) and tried again with the same result. I'm really at a loss. I've done this on 3 other machines (2 servers and 1 PC) and all were successful. I'm trying to get my development PC back up. Do you know if the SAP NW RFC SDK is 64bit or 32bit? I'm running 32bit Nodejs. The reason I'm not running 64-bit is because I also want to run IISNODE and I can only get IIS 7 Express in 32 bit which is why I'm using 32 bit for everything.
SAP NW RFC SDK has both the 32 and 64 bit versions and for 32 bit nodejs, the 32 bit SAP NW RFC SDK is required. You are right, the version mismatch can also cause such issues.
I downloaded the 64-bit IIS 8 Express, NodeJS 64 bit and all seems to be OK now. Thanks for the help.
Sincerely,
Steven M. King
On Wed, Mar 7, 2018 at 3:23 AM, Srdjan Boskovic notifications@github.com wrote:
SAP NW RFC SDK has both the 32 and 64 bit versions and for 32 bit nodejs, the 32 bit SAP NW RFC SDK is required. You are right, the version mismatch can also cause such issues.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SAP/node-rfc/issues/43#issuecomment-371060469, or mute the thread https://github.com/notifications/unsubscribe-auth/AXibV-8DQzZSw6CRaj_yfc6qiy4ZLB3xks5tb5kUgaJpZM4SdyGe .
Glad to hear.
Hello. I'm running into many errors trying to install node-rfc on my PC. Here's my setup:
OS: Windows 10 IIS: IIS 7 Express (32-bit) NOTE: I could not find a 64-bit version of IIS 7 Express Node: 8.9.4 (32-bit)
Also, the SAP NW RFC SDK is on my PC and the paths to
c:\nwrfcsdk
andc:\nwrfcsdk\lib
are both in the PATH environment variable.When I run npm install node-rfc I'm getting the following warnings & errors.
Thanks in advance!