Showing posts with label Dispatcher. Show all posts
Showing posts with label Dispatcher. Show all posts

Sunday, August 9, 2015

Dispatcher


The dispatcher starts all IBM Cognos services configured. It also routes the requests given by the gateways. It can route requests to a local services, such as report service, query service, repository
service or system service. This way dispatcher perform load balancing.

It is a multi-thread application, it can use one or more threads per requests. Any configuration change in the application are routinely communicated to all running dispatchers. It also includes  IBM Cognos Application Firewall to provide security for IBM Cognos BI.

When a dispatcher starts, it registers itself with content manager and this way each dispatcher have information about other dispatcher. If one dispatcher fails or unavailable, request for that dispatcher are routed to next available dispatcher until the failed dispatcher re-register itself

Thursday, August 6, 2015

Application Tier


The IBM Cognos BI applications tier contains one or more IBM Cognos BI servers. It is responsible for running all the services requested by a gateways. It receives requests from gateways and send it to appropriate service.

Applications Tier Components-
  1. Dispatcher, it operates services and routes requests.
  2. Content Manager, it manages the storage of customer application data.
IBM Cognos BI server runs requests, eg- report studio, analysis studio, query studio, which are forwarded by a gateway. Apart from that IBM Cognos BI server also renders the IBM Cognos Connection and Metric studio interfaces.