Datafeed Connect Bloomberg returns an error

2 views (last 30 days)
I get an error 'Cannot find Bloomberg license or bbapi.dll is not found on the system path' when trying to establish connection in datafeed toolbox. Few points:
  • I am able to download the data using getdata history functions
  • I have C:\blp\API on my system path(check environment variables) and I do have that file in that folder
  • Bloomberg DEMO API works
  • The Bloomberg API (Bloomberg access software) is installed on this machine
Please help if you can :)
Many thanks,
Alexey
  4 Comments
Oleg Komarov
Oleg Komarov on 26 Aug 2014
I recall the dftool was being unofficially revised/dropped. I think I had the same problem, and submitted a support request, but can't find the answer. Also, I really never use the gui in the end.
dpb
dpb on 26 Aug 2014
The current doc link doesn't say anything about the tool being deprecated.
So, I'd still suggest Alexey contact support.

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 24 Aug 2014
Just to double check, type "path" into the command window and make sure "C:\blp\API" is listed there. Also make sure the "bits" of your OS and MATLAB (32 or 64) match the "bits" of the DLL. And of course, you forgot to include your code so you're making it hard for us to help you by forcing us to guess and work "blind".
  5 Comments
dpb
dpb on 26 Aug 2014
The ones Alexey shows have the size in the names which is convenient... :)
I'm sure it's in the header info inside the file when it was built but don't have a tool handy if it's not obvious.
Shouldn't have to worry about it, though--the code will "know" which it's trying to resolve to so when get whatever's wrong in the installation worked out it'll all go away.
Image Analyst
Image Analyst on 26 Aug 2014
OK, right. Perhaps the code always calls "blpapi32.dll" by that name and to make sure that's the right one, you need to copy either blpapi3_32.dll or blpapi3_64.dll into blpapi32.dll so that it has the proper bits and is using the right file.

Sign in to comment.

More Answers (0)

Categories

Find more on Manage Products in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!