Datafeed Connect Bloomberg returns an error

5 Ansichten (letzte 30 Tage)
Alexey
Alexey am 24 Aug. 2014
Kommentiert: Image Analyst am 26 Aug. 2014
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 Kommentare
Oleg Komarov
Oleg Komarov am 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 am 26 Aug. 2014
The current doc link doesn't say anything about the tool being deprecated.
So, I'd still suggest Alexey contact support.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Image Analyst
Image Analyst am 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 Kommentare
dpb
dpb am 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 am 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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by