Too many users connected
Bruno Del Sol
bruno.delsol at bydesign.fr
Wed Dec 2 03:01:50 EST 2020
Hi Das,
During dev, it generally means an instance of forms you have tested
could not be closed correctly by Omnis for some reason. In other words
Omnis server didn't get the message from the client browser that the
page containing the form was about to be closed.
You can check which instance is still opened with the notation
inspector in the groups $remoteforms and $iremotetasks
To get rid of all opened remote instances prior to do a new test, you
can run this code
Set reference ref to $root.$iremotetasks.$first
While ref
Do ref.$close()
Set reference ref to $root.$iremotetasks.$first
End While
Set reference ref to $root.$iremoteforms.$first
While ref
Do ref.$close()
Set reference ref to $root.$iremoteforms.$first
End While
Regards
Bruno
By Design
[1]http://www.bydesign.fr
Bruno Del Sol
[2]bruno.delsol at bydesign.fr
46, rue de La Tour d'Auvergne
75009 Paris (France)
Le 02/12/2020 à 02:22, Das Goravani a écrit :
Too many users connected to the server
That’s what I get when I Command-T to use my form
I have a remote form made.. I made it with my dev serial number I believe.. or w
as I using the App Server serial number?
That’s the thing.. how do you test a remote form when you are in your Developmen
t copy of Omnis..
I’m in 10.1 on Big Sur.. I developed the form on Mojave.. and I thought it was t
hen just using my then developer serial number as I am on now..
But something has changed because it feels it doesn’t have one user left.. I am
the only person using it.. I mean it’s my dev omnis on my Mac.. I’m not working
on the server.. you can’t work on the server so far as I know..
How do I test my form in dev mode if it does this error message always?
_____________________________________________________________
Manage your list subscriptions at [3]http://lists.omnis-dev.com
Start a new message -> [4]mailto:omnisdev-en at lists.omnis-dev.com
References
1. http://www.bydesign.fr/
2. mailto:bruno.delsol at bydesign.fr
3. http://lists.omnis-dev.com/
4. mailto:omnisdev-en at lists.omnis-dev.com
More information about the omnisdev-en
mailing list