Warning |
---|
The initial release of Version 8.1 will be deployed to the frevvo Cloud on 3/9/2019.. A future release will be available for in-house customers. |
...
frevvo is committed to making more intuitive and easier to use. More features/improvements are coming in future releases.
Installable Templates
Users are reporting a Max user limit has been reached error message when they try to login to ? What does the Superuser/tenant admin(s) do? In v8.1, you no longer have to restart or wait for the configured session timeout to terminate sessions.
The Manage User Sessions UI makes it easy for the Superuser/initial tenant admin or additional admins to see who is logged in and take action to terminate user sessions. Once the max user limit is reached, only the Superuser admin or the tenant admin that was set up when the tenant was created (initial) are allowed to login. Additional admin users will be prevented from logging in.
Admins access the Manage Sessions page by clicking the link on the Manage Tenant screen.
The Manage Sessions page displays the following:
...
...
...
Image Removed
Refer to Manage Logged in User Sessions for the details.
You May Notice...
Error Description Column in the Submissions Table moved to last position
The Error Description column in the Submission table has been moved to the
Stay tuned for announcements about existing and exciting new features, upcoming webinars/training sessions and other important information.
Excerpt |
---|
|
Section |
---|
Column |
---|
The initial release of version 8.0 will be deployed to the frevvo Cloud on December 1, 2018. Version 8.1 will be released for in-house customers on TBD. Windows: - Open a command prompt. Navigate to <frevvo-home>\solr-6.6.2. Type bin\solr.cmd start to run the Insight server in the background, listening on the default port 8983.
Note |
---|
Use the bin\solr.cmd -all command to stop all instances of the Insight Server. The -p option allows you to specify the port number for the instance you want to stop |
You will see this message:
- Browse http;<your server:your port>/solr to verify the Insight server is running. The <server:port> default values are localhost:8983. Change <your server> to the server name and <your port> to the port the Insight server is running on if they are different than the defaults. Do not include the angle brackets <>. You will see the Insight server (Solr) dashboard with the current status:
|
Column |
---|
Linux: - Ensure that the scripts are executable: chmod 755 <frevvo-home>/tomcat/bin/*.sh
- Navigate to <frevvo-home>/solr-6.6.2/bin. Run this command to make the solr startup file executable:
chmod +x solr
- Navigate back to the solr-6.6.2 directory.
- Start the Insight server by typing:
bin/solr start - this starts the Insight server in the background, listening on the default port 8983.
- Browse http;<your server:your port>/solr to verify the Insight server is running. The <server:port> default values are localhost:8983. Change <your server> to the server name and <your port> to the port the Insight server is running on if they are different than the defaults. Do not include the angle brackets <>. You will see the Insight server (Solr) dashboard with the current status:
|
|
You do not have to restart the Insight server every time you restart . |
...