Too Many users Error

Chris Rendall crendall at teamind.com
Fri Oct 6 09:20:21 PDT 2017


This doesn't answer your question directly, but below is a script I wrote called fpuc with stands for filePro User Count.  This will count up how many *clerk and *report processes you have running.


rc=`ps -eaf | grep "[r]clerk" | wc -l`
rr=`ps -eaf | grep "[r]report" | wc -l`
tt="$(($rc + $rr))"

echo rclerk : $rc
echo rreport: $rr
echo "        -----"
echo "total  :" $tt

-- Chris


-----Original Message-----
From: Rami Mantoura via Filepro-list [mailto:filepro-list at lists.celestial.com] 
Sent: Friday, October 6, 2017 10:58 AM
To: FilePro Mailing List <filepro-list at lists.celestial.com>
Subject: Too Many users Error

I am running on a ubuntu linux server with FP 5.7.
I am licensed for 79 users, but there is no way I am hitting that number.

How do I see what the licenses are using.

I ran the ps command on report and clerk and have a count of about 50.
I also only have 50 users logged in.

Beside a reboot, is there anything I could do?

Thanks
Rami
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.celestial.com/pipermail/filepro-list/attachments/20171006/fb21d871/attachment.html>
_______________________________________________
Filepro-list mailing list
Filepro-list at lists.celestial.com
Subscribe/Unsubscribe/Subscription Changes http://mailman.celestial.com/mailman/listinfo/filepro-list


More information about the Filepro-list mailing list