You could try to run the exe in a windows vm, and then it will work as expected. (using socat as I explained)
I have no experience with emul.exe, so I can't really offer any other insight. Perhaps use nmap or some other tool to determine which port it is exposing... Good luck. -Whit On Mon, Jan 27, 2014 at 9:09 AM, arnaud gaboury <[email protected]> wrote: > On Mon, Jan 27, 2014 at 2:51 PM, arnaud gaboury > <[email protected]> wrote: >> On Mon, Jan 27, 2014 at 2:47 PM, Whit Armstrong >> <[email protected]> wrote: >>> you need to connect to port 18194. >>> >>> Look at the arguments for blpConnect, it should take a server and port >>> as optional args. >>> >>> -Whit > > Na na > > gabx@hortensia [R] conn <- blpConnect("localhost",18194) > 27JAN2014_14:57:04.078 11424:140271449896704 ERROR > blpapi_platformtransporttcp.cpp:671 > blpapi.session.transporttcp.{3}.<localhost:18194> Connection aborted > > gabx@hortensia ¤➤ bin/BEmuInstaller % socat TCP4-LISTEN:18194,fork > TCP4:localhost:8194 > 2014/01/27 14:57:04 socat[11898] E connect(3, AF=2 127.0.0.1:8194, > 16): Connection refused > > > > ___________________________________________ >>>> [email protected] mailing list >>>> https://stat.ethz.ch/mailman/listinfo/r-sig-finance >>>> -- Subscriber-posting only. If you want to post, subscribe first. >>>> -- Also note that this is not the r-help list where general R questions >>>> should go. > > > > -- > > google.com/+arnaudgabourygabx > > _______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-sig-finance > -- Subscriber-posting only. If you want to post, subscribe first. > -- Also note that this is not the r-help list where general R questions > should go. _______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-finance -- Subscriber-posting only. If you want to post, subscribe first. -- Also note that this is not the r-help list where general R questions should go.
