Hi there
I am getting an interesting error when creating a Report in Express Author mode: "ClientMaximumPortsExceeded"
And after receiving this, if I go into Architect I get: "Maximum Number of Connections Exceeded on the server"
CX only supports one instance of TM1 - cxmd. However a third party tool we need to use is not yet able to use security mode 4. So I had to set up the TM1 server as something other than cxmd (called it consolidations).
I have managed to integrate this server into Reporter/Cognos 8 using FrameWork manager and into Xcelerator/TM1Web by changing web.config server reference to ""
Someone mentioned on this forum }ClientProperties - I ended up changing MaximumPorts to 20.. still received the above errors.
If anyone has any tips/hacks to remedy this.. well that'd be crack'n
Express Reporter TM1 Xcelerator - Max Connections Exceeded
- rollo19
- Posts: 80
- Joined: Wed May 28, 2008 2:42 am
- OLAP Product: TM1
- Version: 10.1
- Excel Version: 2010
- Location: Perth, Australia
Express Reporter TM1 Xcelerator - Max Connections Exceeded
- Attachments
-
- IMG_15082010_115235.png (54.17 KiB) Viewed 2647 times
-
- IMG_15082010_111047.png (85.58 KiB) Viewed 2647 times
- rollo19
- Posts: 80
- Joined: Wed May 28, 2008 2:42 am
- OLAP Product: TM1
- Version: 10.1
- Excel Version: 2010
- Location: Perth, Australia
Re: Express Reporter TM1 Xcelerator - Max Connections Exceed
ah thanks MC - tm1s.lic file, MAX_USERS was set to 5 which should have been enough while using Reporter (Report Studio). Perhaps Report Studio creates multiple sessions with TM1 while building a report as even with 5 I shouldn't have been getting that error. MAX_USERS is now set to 99999 and I don't get the error.