Hi,
We are using Bloomberg API for .Net to connect to Bloomberg and get
the field information for specific securities. The application is
running on a Bloomberg terminal. While requesting, we first start the
'MarketDataAdapter' and then send the request.
Whenever we send the request to the Bloomberg agent, the application
gets a series of status responses before receiving the actual reply.
The following are the replies in timely fashion that application gets
from Bloomberg terminal.
(i) Status code = SessionConnected, Error = false,
Description = Connected to bbcom agent.
(ii) Status code = SessionEstablished, Error = false,
Description = Session established.
We have found that the Bloomberg terminal some times does not respond
to our request in two ways:
(1) We get a session timeout error, SessionTzTimeOut
with the following status responses after the request has been sent.
(i) Status code = SessionConnected, Error =
false, Description = Connected to bbcom agent.
(ii) Status code = SessionTzTimedout, Error =
true, Description = Unable to adjust session timezone.
(2) We do not get any response from Bloomberg Terminal
- neither we receive any data nor any error from Bloomberg terminal.
If any one has a solution to these two issues please reply.
Regards,
Yasir.