-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Description
Hi, i have a specific problem with running the library node-rfc. When I run a simple script with node-rfc everything works fine, but when I want to use the library in vs code extesion i have error "The SAP NW RFC SDK could not be loaded, check the installation "
I also have settings in vs code to always includes libraries. I also installing node in the directory where the debugger starts.
do you have any idea what is wrong? I'm out of ideas :(
To Reproduce i'm use helloworld-sample
https://github.com/siasty/abaprfc.git
Environment
{
platform: { name: 'win32', arch: 'x64', release: '10.0.19044' },
env: {
SAPNWRFC_HOME: 'C:\nwrfcsdk',
RFC_INI: '',
nwrfcsdk_lib_on_path: true
},
versions: {
node: '16.14.2',
v8: '9.4.146.24-node.20',
uv: '1.43.0',
zlib: '1.2.11',
brotli: '1.0.9',
ares: '1.18.1',
modules: '93',
nghttp2: '1.45.1',
napi: '8',
llhttp: '6.0.4',
openssl: '1.1.1n+quic',
cldr: '40.0',
icu: '70.1',
tz: '2021a3',
unicode: '14.0',
ngtcp2: '0.1.0-DEV',
nghttp3: '0.1.0-DEV'
},
noderfc: {
version: '2.6.1',
nwrfcsdk: { major: 7500, minor: 0, patchLevel: 9 }
}
}
