Advanced Search
Search Results
26 total results found
Installing AVIX Server - other methods
This document shows different methods, that might be relevant in some cases, but for the most part you should be using the other installation instructions - LINK installation methods AVIX server installation is done slightly different depending if it is a...
Troubleshooting and additional configuration
If you need to do further configurations or are experiencing problems, please refer to the information below. Ports and firewalls Verify ports are open (by default TCP 45500 2036 and 45543). Check that firewall is open on server host for the ports: If yo...
Configuration of DB repositories
DB configuration is not needed for using AVIX file based with SFV. Your AVIX server will need restarting, if you make any changes to configuration files. In order to make the AVIX server provide data to its consumers (the AVIX desktop application, the Shop ...
PREREQUISITE: Create Access Control db Storage
This chapter instructs you how to create a database storage that contains access control entities, e.g. a set of Organizations, Roles and Subjects (Users and Groups). This db storage can be referred by other storages, thus in effect providing access control to...
AVIX5 Server configuration for time-scheduled Active Directory sync tasks
To enable the AVIX server to run time-scheduled jobs, you will need to configure a couple of directives in the preference file. Furthermore, since the aim is that the AVIX server will perform queries vs. Directory Service (e.g. Active Directory), you will ...
Example of syncing Active Directory group members to AVIX
Make sure that the AVIX server is started, exposing at least a repository named "AC" which contains the access control entities. The server should furthermore have been configured as outlined in the previous chapter. Set up Group entity in avix for sync vs...
Schedule service restart
For one reason or another, the need to schedule a restart of the AVIX Server may arise. For instance, for deployed AVIX5.0 servers we've had experiences at customers when the SFV stops answering. One mitigating solution in this case was to schedule regular s...
Online references
Detect server version https://www.sqlserverversions.com/ Helps you to detect the release version of the SQL Server you have installed. Use the SQL Server SMS and connect to your SQL Server instance, and right-click to show the properties: SQL Server Co...
SQL Server setup
SQL Server port 1433 is a default port. Below, it is assumed that 1433 is used, but that may of course be changed. Assert that you're running SQL Server on port 1433, that the service is running and that you don't have a firewall blocking incoming connectio...
Create new user (if using "SQL Server authentication")
If using SQL Server authentication - as opposed to WIndows (integrated) authentication - you will define users or "logins" in SQL Server Management Studio. The login name and password will have to be noted (they need to be entered in the configuration file "re...
Create new DB
Right-click on the “Databases” node, and select “New database...”
Troubleshooting
Specifying connection properties If you followed the guide so far and did everything correctly, the server is now running the query you specified on the Group entity. If still no results are found, we encourage you to have a look in the server log file. If th...
Configuration summary
Repositories.xml <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <repositoryConfig> <!-- h2 repository example (self-hosted by the AVIX server) --> <repository name="avix" type="se.solme.avix.server.cdo.h2" databaseName="avix"/> <repository na...
Transfer data to AVIX version 5.1.6
AVIX 5.1.6 includes an overhaul of how more centralized data such as the configuration (admin template) and the access control are handled. In previous versions, including 5.1.5, possible setups were: Storage type Configuration Access control ...
Notification configuration : E-mail, MS Teams etc
Your AVIX server will need restarting, if you make any changes to configuration files. The AVIX Server can be configured to send notifications to other systems. This may be of interest, if your AVIX users are using some of the collaborative functions in the...
Installation (Windows Service)
Installation media Get the latest version of the AVIX Server executable installer here: AVIX Community Site Look under "Latest release", the downloadable unit should be called: "AVIX Server v5.1.X (64-bit).exe" (where X=latest version) upgrade noti...
System requirements
Below figures are valid for a company with approx 50-100 users, having a quite large amount of data.CPU: 8 core 2 GHz processorRAM: 32 GB Disk space (AVIX Server): Category Size (approx.) Description Server installation 1 GB Server...
Server service (Windows): changing user account
The user account running the AVIX Server service provides the access permissions for the server. Local Service - the default account in use after registering the AVIX Server as a Windows service - runs with low privileges. This means that is will not have any ...
Server service (Windows): change jvm memory
change jvm memory assignment This can be done in two ways: Using the SolmeAviXServer service manager application Using the Registry Editor Regardless of method used, you will need to re-start the service after having changed the xmx setting. Usin...
Configuration: Database repositories
Your AVIX server will need restarting, if you make any changes to configuration files. If you intend to make use of a relational database management system (DBMS) as the back-end for AVIX data, you need to configure the AVIX server with the necessary connec...