Hi Chirs,
Thanks for your answer.
My installation is distributed:
BICMDESA Server: Content Manager + Gateway (installed in separate folders)
BIAPP1DESA Server: Dispatcher
BIAPP2DESA Server: Dispatcher
Both Dispatchers are declared in Dispatcher URIs for the gateway
Gateway URL: "http: // bicmdesa: 80 / ibmcognos / cgi-bin / cognosisapi.dll"
I should replace the value:
dispatcherURL = "http: // biapp1desa: 9300 / p2pd / servlet / dispatch"
for:
dispatcherURL = "http: // bicmdesa: 80 / ibmcognos / cgi-bin / cognosisapi.dll"
Once this change is made, the load balancing rules will be applied and will begin to distribute the load between both dispatchers?
Note:
My environment is configured as Weighted Round Robin with a Processing capacity 1,1 because both dispatchers has the same configuration of hardware (Processor, Ram, HDD)
Regards
------------------------------
Diego Campos
------------------------------
Original Message:
Sent: Wed November 13, 2019 03:42 PM
From: Chris Stadler
Subject: IBM Cognos SDK Workload Balance
Do you have a gateway configured? In our environment we typically make the dispatcher url = Gateway server. Then the gateway server processes it as a normal report request which then uses all your configured routing rules, load balancing, and dispatcher settings. If you are hardcoding dispatcherUrl = one dispatcher that server will be the only one processing the requests.
------------------------------
Chris Stadler
------------------------------