Skip to content

Commit 6dbe2cc

Browse files
committed
docs(readme): sap nw rfc sdk installation troubleshooting
1 parent a121067 commit 6dbe2cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/installation.md

+5
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@ Another test, using `rfcexec` command, will fail if either 32 bit NWRFC SDK is i
157157
cannot open shared object file: No such file or directory
158158
```
159159
160+
If all looks good and node-rfc still fails to load
161+
162+
- Try with installation in another folder, or
163+
- Capture Process Monitor output for the command `node -p "require('node-rfc')"`, to find out which DLL is not loaded. More info are in [issues/284#comment](https://github.com/SAP/node-rfc/issues/284#issuecomment-1490272036)and [issues/115#comment](https://github.com/SAP/node-rfc/issues/115#issuecomment-570248671)
164+
160165
## Verify node-rfc installation
161166
162167
```shell

0 commit comments

Comments
 (0)