Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!

How to set up HSQL Db as a Windows Service

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
TalendSolutionExpert
Contributor II
Contributor II

How to set up HSQL Db as a Windows Service

Last Update:

Feb 9, 2024 1:11:13 PM

Updated By:

Jamie_Gregory

Created date:

Apr 1, 2021 5:59:01 AM

Overview

This article describes how to install HSQL for the DQ Portal as a Windows Service.

 

Environment

All supported Windows versions.

 

Symptoms/Description

There is no built-in mechanism for installing HSQL Db as a Windows Service.

 

Resolution

Follow the installation guide for Job Server using JSL to install a Windows Service (Installing JobServer as a service) and modify the following area(s) in the jsl_static.ini or jsl_static64.ini file to fit your environment:

 

[service]
appname = HSQLService
servicename = HSQLService
displayname = HSQLService
[java]
params = 9
param00 = -cp
param01 = <PathToJar>\hsqldb.jar (set this parameter to <PathToJar>\hsqldb1_8_0_2.jar if you use the 5.6.3 release or older)
param02 = org.hsqldb.Server
param03 = -database.0
param04 = <PathToDatabase>\tdqportal
param05 = -dbname.0
param06 = tdqportal
param07 = -port
param08 = 7890 ( set this parameter to 9001 if you use the 5.3.2 release or older)

 

Related Files

jsl_static64.ini, in attached zip file

Version history
Last update:
‎2024-02-09 01:11 PM
Updated by: