Recent Documents
-
Why all JRXML templates are selected by default when exporting a single report?
When trying to export a profiling report that is generated with a user-defined JRXML template, all JRXML templates in the DQ repository of the Stud... Show More -
In Talend Studio, the report file generated from an imported Job using tDqReport...
Problem Description When running an imported Job on a remote server, that uses a tDqReportRun component to launch a report, the generated report ... Show More -
Data sources cannot be tested and set correctly in the Administrator page of the...
Overview Before you can use Talend Data Quality Portal as a web-based monitoring and reporting tool of data quality metrics, you must define the ... Show More -
Cannot execute the Talend Data Quality (DQ) report
Talend Version6.4.1 Summary Running the Talend DQ report causes an execution error. Additional Versions ProductTalend Data QualityComponentStudioP... Show More -
Handling a context change in the Jobs using tDqReportRun
Problem Description In the Profiling perspective of Talend Studio, once you create a report on one or several analyses, you can generate a ready-... Show More -
Is creation of different data sources for the Talend DQ Portal supported?
Answer By default, the Talend Data Quality Portal gets data from the data source Talend datamart. It uses data in this source to fill up document... Show More -
SEVERE: No Store configured, persistence disabled
Overview An error message may be appended to Tomcat's log file while using Talend Data Quality Portal. This article describes this error and prov... Show More -
How to set up HSQL Db as a Windows Service
Overview This article describes how to install HSQL for the DQ Portal as a Windows Service. Environment All supported Windows versions. Symp... Show MoreOverview
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
-
How to make drools work without internet access
Talend Version 6.1.1 Summary Additional Versions Key wordsdroolsProductTalend Data QualityComponentDrools GuvnorArticle TypeConfigurationP... Show More