Datafeed Connect Bloomberg returns an error
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Alexey
le 24 Août 2014
Commenté : Image Analyst
le 26 Août 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 commentaires
Oleg Komarov
le 26 Août 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
le 26 Août 2014
The current doc link doesn't say anything about the tool being deprecated.
So, I'd still suggest Alexey contact support.
Réponse acceptée
Image Analyst
le 24 Août 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 commentaires
dpb
le 26 Août 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
le 26 Août 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.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!