Copyright ©
Mindbreeze GmbH, A-4020 Linz, .
All rights reserved. All hardware and software names are brand names and/or trademarks of their respective manufacturers.
These documents are strictly confidential. The submission and presentation of these documents does not confer any rights to our software, our services and service outcomes or other protected rights. The dissemination, publication or reproduction hereof is prohibited.
For ease of readability, gender differentiation has been waived. Corresponding terms and definitions apply within the meaning and intent of the equal treatment principle for both sexes.
The profile service makes it possible to save settings for any client, such as the number of hits and the client language. For instance, let’s say you would like ten hits per search instead of five and you want the client to be displayed in English. Now when you pull up the client, these settings are automatically applied and used accordingly.
A database must exist for a profile in order for you to be able to use it. This database might already exist in your system. This is the case when notifications have been configured.
Tip: This is how you create a database:
create database notifications;
CREATE USER user WITH PASSWORD 'password';
grant all privileges on database "notifications" to user;
The setting for this can be found in the Configurator under "Client Services". If you have already entered these settings, you can skip this chapter.
Settings:
Enable: Enables persisted resources − default: false
User Administrator Users: Specifies the user administrators
User administrators can administer all users (delete, edit [e.g. edit an e-mail address] and add). Each user is entered on a new line.
JDBC URL: Specifies the database URL
Max Number of Database Connections: Maximum number of database connections. Default value: 10, minimum value: 2.
User: Specifies the user for the database.
Password: Specifies the password for the database.
Database Table Prefix: Specifies the table prefix in the database
To activate this component just activate the checkbox in Client-Service – “Userprofile”
The profile settings are found on the client under "Settings" in the upper right menu.
Choose your preferred settings from the drop-down menus and save them with "Save".
The changes take effect as soon as the client is opened again.