Page 1 of 1
TM1APIDOTNET Exception: Maximum number of connections exceed
Posted: Fri Jun 18, 2010 1:02 am
by shockwave
Hi Guys,
is there a way to clear this on the server?? Off the top of my head there some setting in IIS to reset connections or something ( I think this is it) am i wrong here?? If this is what it is how do i reset this??
TM1APIDOTNET Exception: Maximum number of connections exceeded on the server.
Cheers
Shock
Re: TM1APIDOTNET Exception: Maximum number of connections ex
Posted: Fri Jun 18, 2010 12:09 pm
by George Regateiro
This sounds more like the Max Connections setting that you can set per user through the security interface. Appears like the user is logged into TM1 too many times.
Are you getting this error through custom .NET code or is this something like TM1Web returning the error?
Re: TM1APIDOTNET Exception: Maximum number of connections ex
Posted: Mon Jun 21, 2010 5:23 am
by jimshen
Hi Shock,
Years ago when I tested Dundas Chart with TM1, and got similar issue. What I found is that you can get into TM1 when running MDX statement and counts you once connected, however, the connection stays there even you get off tm1 by codes. So you can get such message after a few tests.
I remember finally I found a workaround. For some reason, I could not continue that project and so it is hard to get that part job now. You can go on that direction if it is the same issue
Cheers
Jim
Re: TM1APIDOTNET Exception: Maximum number of connections ex
Posted: Tue Jun 22, 2010 12:09 am
by shockwave
Hi George,
Thanks for your reply. Running this through customer .net. Because a code error the connection was kept open. Just had to disconnect myself within TM1 and the issue was resolved (thanks Ben). I thought this may have been some sort of ISS thing, but was wrong on this occasion.
Cheers
Shock