RSAP package to connect to SAP through R (windows) -


i'd need able grab data straight r without going through using gui. i've found rsap package seems i'm looking for. followed steps recommended piers , alvaro tejada galindo (made work on windows environment) , here i'm stuck:

  • managed compile rsap package
  • managed install it
  • everything looking in shape when run library(rsap)
  • whatever try in rsapconnect command, r session crashes without log or tools able debug.

of course i've tried few combinations of arguments in command, in every single case still crashed without me knowing why. not matter whether enter valid ashost or aaa instance, still crashes...

here code thinking work (of course added stars in there):

conn <- rsapconnect(ashost = "*****.****.com", sysnr = "00", client = "410",            user = "*****", passwd = "*********", trace = "3") 

has experienced similar ? don't know in direction try , make work. in fact i'd have expected error message "server not reach" instance should ashost not right, none of happens.

i'd appreciate assistance on this.

thanks ahead support. kind regards

after talking piers harding, appears segfault happens because of code changes between previous version , version 3.x, use.

m. alvaro tejada galindo tried use rsap on windows machine me, if read his post, you'll see using r 2.15.0 @ time.

unfortunately not have skills locate these changes , make required adjustments within rsap code.

piers did confirm though rsap still working great using r latest build linux.

lastly, me struggled find nw rfc library, can find on github.

if can anyone...


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -