Advanced Search
Search Results
430 total results found
Local development environment tutorial
This tutorial's goal is to explain how to set up the TS-nocode platform and database on a Windows PC. You will need TortoiseSVN Apache Tomcat 8.5 Netbeans 8.2 running JDK 1.8 MariaDB 11 Navicat for MariaDB TempusServa.war mariadb-java-client-3.1.4 ...
MitID Integration
What it does We have a generic integration to Criipto (a MitID, and other eID, broker) and an account, allowing for sign in and document signing with MitID/nemID. Sign in Sign in can be setup as a webinterface or as SSO from the login-page (not fully suppor...
Move a File
What it does Moves a file from one document-field to another, on the same entity. Works between document-fields with and without signing. How to invoke Add the following snippet to the entity scripts. This enables movement between all document-fields on th...
Moving database from live to test
Option: Database creation I can there is no database already please perform the following steps (assuming new db is named "sandbox") mysql -uUSERNAME -pPASSWORD CREATE DATABASE IF NOT EXISTS sandboxbase; CREATE DATABASE IF NOT EXISTS sandboxtest; CREATE ...
Hardcoding policies
As of version 2143 configuration values can be hardcoded/overloaded. The server policies can be hardcoded into the deployment file for various reasons Ensure system values are not subject to change in the designer Ease environment replication: Just copy t...
Enable Twofactor SMS authentication
Understanding two factor authentication Two factor security will require authenticated user to Provide a passcode sent to their cell phone Login from one the office IP addresses ("Office IP") Login from an IP that they have succesfully logged in from X t...
Codebase development over time
Designer configuring the solution meta models Engine handling the solution meta models Tempus Serva core databases Client side scripting Linux administration tools
Platform metrics
Performance indicators Tested on a standard AWS small server Setup Topology: Seperate frontend / database server Hardware: 4 Core CPU, 2 Gb RAM Software: Windows, MySQL, Tomcat Usecases: login, list, item, update, export Results Frontend server: ...
Server configuration
System name Display name Explantion Extra info applicationBasePath Application folder Location of WAR / deployed web application applicationDisplayName Application display name Name of application displayed to users applicatio...
Setting up an Application Entity
Once you have identified the variable data in the document you can begin building the Application Entity to feed into the document or use an existing entity. Every field in a TS Application has a unique system name (all caps) e.g. DATE, USER, WEIGHT, etc. Each...
Database connection / SQL
Databases fields are mapped to solution fields by their SQL names. The SQL import allows for incremential imports, by adding a datetime filter on the records extracted. Connections for the remote database is set up in: Designer > Integration > DB Connections
CSV file import
CSV imports are handled much in the same way as SQL connections using af CSV database driver. The differences are Use the filename as substitute for the table name Files have to be placed in the folder set by the configuration: folderIntegrationCSV Suppo...
Parsing XML data files
XML fields are mapped to solution fields by xpath expressions. XML integration also handles task splitting and handling. Each file is split into multiple smaller requests, that are logged and handled individually. In that way an error in a single line, will n...
Converting emails to data
The email import converts new emails sent to a certain account. A few special email "values" can be mapped to solution fields Email: Senders address Subject: Email subject title line (text) Content: Text payload in email (rich text) Attatchments: Files ...
Problems with wrappers
The usage of wrappers can result in SSL warnings. If your solution is depending on the use of Wrappers, please tjeck the following All style, script and image references are made with HTTPS No referenced stylesheets depends on images using HTTP If the ...
Requirements
Hardware requirements Tempus Serva is a highly optimized platform, that will run on even the smallest server configurations: The software will even run on the Raspberry PI (worlds smallest common Linux platform). For running EC2 instances small server is reco...
Data handling
Storage and backup You can choose between On premisis (customer location) Cloud hosting Cloud hosting will be handled on Amazon Web Services Europe (AWS) datacenters in either Ireland or Sweden. Backup is done to segregated triple redundant storage ...
Security
Authentication Authentication is based on username/password. Optionally 2-factor authentication can be set up using af mix of SMS sent to phone IP address of callers Single sign on (optional) Single sign on integration is included for ADFS LDAP (...
Hosting
TS recommends using hosted cloud servers, but on prem setup is also possible. Read about Requirements if you want to install your own server.
Requirements
Languages Frontend can run multiple languages simultaneously. Preconfigured languages English Danish Other languages can be setup in the backend Backend language is English Software User clients A modern browser is needed Chrome Mozilla ...