piersharding / RSAP

SAP NW RFC connector for R
21 stars 16 forks source link

nwrfcsdk needs an include folder, what should be in there? #2

Closed martinhyy closed 5 years ago

martinhyy commented 6 years ago

Hi @Piers,

I'm trying to install RSAP in R. As constructed I put a bunch of files in C:/nwrfcsdk/lib folder, however when I use install.packages("RSAP"), I still got an ERROR message says

C:/nwrfcsdk/include include directory does not exist.

May I ask what files are needed in include folder?

I'm using windows 10, R version 3.4.2 64 bit

Thanks

piersharding commented 6 years ago

Hi -

You need to obtain the NW RFC SDK from SAP. This usually comes from SAP installation media or OSS in a compressed archive file format (.CAR/.SAR file).

Cheers, Piers Harding.

martinhyy commented 6 years ago

Hi @piersharding ,

I was given lib files and I put them all in the lib folder like the screenshot below:

image

So wondering in the include folder, do I need something else?

Thanks

piersharding commented 6 years ago

Yes -you need the header files from the NW RFC SDK that go with the lib files. Your technical representative for SAP should have access to get the SDK for you.

Cheers, Piers.