Advanced Search
Search Results
459 total results found
Lucene data store and services
Lucene data store will contain lines for each record and record file in the system. All data in Lucene data store will be sent to Elastic search. Every time a record is updated an entry is made in Lucene data store, and by default the data is sent synchroniou...
Trouble shooting
Status on the file indexing The file indexer has a stus page that will display information about the state of the indexer https://<server>/tsFileIndexingService/execute The page also constains a goodword "HEALTHY" taht is displayed if the process has not...
Reindexing
Reindex files Before reindexing starts may clean up the index (this is optional) DELETE FROM lucenedatastore WHERE FieldID > 0; To reindex execute the statement below using the following parameters schema of the database (example: "tslive") file tab...
Understanding integrated search
The integrated fulltext serach using Elatic search is a internal/active approach to indexing the content. Content will be added to a indexing queue every time it is updated - ensuring allways updated content, but consuming CPU ressources on the indexing server...
Adding OCR capability
OCR components must be installed on the same server as TS file indexing service. Only GhostScript and Terrasect are required to proces PDF files. TEMPORARY FIX: <tomcat>\catalina\catalina.properties add java.io.tmpdir=c:/Temp Install: ImageMagick binaries...
Setting up basic search service
Note that the Elastic search server can be installed on a seperate server (neither TS file indexing or the application server is required). Install: Elastic search server Elastic search server (version 5) will run standalone and will require Java 8 or higher...
Jobnet v1
It's possible to upload jobs to JobNet using the tsJobnet servlet.This site documents the interface. Usage Send a POST or GET-request to the servlet-endpoint "/addJob" with the required parameters as url-parameters.If a parameter is missing, the servlet will...
JobnetConceptUri
Jobs uploadet to JobNet require the parameter JobDetails.JobLocation.OccupationConceptUri to be set to a valid OccupationConceptUri.A wrapper has been made for this, it is part of the JobNet servlet. Usage Send a POST or GET-request to the servlet-endpoint "...
Link to QR codes
You can use our online QR coder to convert links to mobile phone QR codes. Add the link in question as the request string (after the ?) Example: https://omega.tempusserva.dk/qr/encode?https://wiki.tempusserva.dk/index.php?title=Link_to_QR_codes You can...
LoadInfoFromCVR
What it does A codeunit that does a lookup via danish CVR register and updates the given fields of the record. Only the configurations that are set will be updated, allowing for fetching of specific fields. First setup Add a status action and set the codeu...
Understanding Oauth 2
Oauth authentication will put icons on the login page for fast and easy SSO wth multiple vendors. The user will be authenticated if the email matches between the provider and the Tempus Serva user. The following providers are supported. Google LinkedIn ...
Setting up SingleSignon
Before going into the detailed configuration please make sure https/SSL is enabled. Set the following configurations to true securitySslLogin securitySslPages Next activate service icons on the login page oauthLoginDisplay Google Oauth Using an ...
Objects
Dashboard: Front-end page Widget: UI element in a dashboard Section: Collection of entities Entity: Describes a type of record, including its behavior and datatypes (This is a class in OOP) Record: Main data holding thing (This is an object in OOP)...
Parts
Front-end: The system that the normal user sees Back-end: Where the front-end is configured Database: It's a database
Outlook calendar
Exporting data items as calendar entrys How to display an export to calendar on each data item Create a button: Parametrized URL Build an URL using the following parameters title [field] SagID [value] DataID [value] OPTION A from [field] minutes...
Pages
Pages are grouping for fields, that will display corresponding tabs in record forms. Selecting the tab will filter out the fields not belonging to the page in question. In questionaires the pages will be displayed as an explanatory subject.
Installing Pentaho CE
https://www.hitachivantara.com/en-us/pdfd/white-paper/pentaho-community-edition-installation-guide-for-windows-whitepaper.pdf https://sourceforge.net/projects/pentaho/
Setting up Mondrian
https://rpbouman.blogspot.com/2016/03/need-mondrian-war-checkout-xmondrian.html https://github.com/rpbouman/xmondrian NOT https://sourceforge.net/projects/mondrian/