Skip to content
Prev 8455 / 15274 Next

blpConnect hangs with RBloomberg 0.4-150 on R2.13.1

Hi Murali,

I don't see anything obvious that would cause this to stop working for
you on upgrade. One possibility could be that your Bloomberg API is
installed in a non-standard directory, but that's not definitely the
issue.

It might be useful to look at your Java logs. First, try increasing
the logging level like this:
conn <- blpConnect(blpapi.jar.file = 'C:/Program
Files/blp/API/blpapi3.jar', log.level = "info")

The log will be in your Java home dir (possibly the same as your
Windows home dir) named something like org.findata.blpwrapper.*.log.
We're looking for an entry like "Session Started" or "Service Started"
or something along those lines.

Thanks,
John
On Tue, Sep 6, 2011 at 7:35 AM, <Murali.Menon at avivainvestors.com> wrote: