Java exception when using emsx
Afficher commentaires plus anciens
I have recently installed the Bloomberg Terminal/EMSX software.
I have followed all the instructions in the MATLAB documentation (added blpap3.jar to my static path, run the Bloomberg Comm Server, BBcomm, have the terminal open and running in the background, I am logged in, etc).
I can successfully connect to Bloomberg from MATLAB:
c = blp;
However, the command to connect to EMSX appears to fail: ERROR: >> b = emsx('//blp/emapisvc') Error using emsx/getAllFieldMetaData (line 58) Java exception occurred: com.bloomberglp.blpapi.NotFoundException: No Element definition found with name = MetaData at com.bloomberglp.blpapi.impl.Z.b(SchemaTypeDefinitionImpl.java:217) at com.bloomberglp.blpapi.impl.aL.e(ElementImpl.java:3056) at com.bloomberglp.blpapi.impl.aL.d(ElementImpl.java:3045) at com.bloomberglp.blpapi.impl.aL.getElement(ElementImpl.java:558) at com.bloomberglp.blpapi.impl.h.getElement(MessageImpl.java:164) Error in emsx
Is this a result of missing a setup step on the MATLAB side, or does it appear that I am not setup enough on the Bloomberg side?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Package MATLAB Functions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!