Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Search our knowledge base, curated by global Support, for answers ranging from account questions to troubleshooting error messages.
Talend Studio for Data Quality enables data governance teams to assess the quality of data in any data source. Talend Data Quality also lets you verify data completeness, accuracy, and integrity in preparation for data migration, instance consolidation, and data integration.
This learning plan helps you immediately utilize Talend Studio for Data Quality. You learn how to evaluate data quality according to a set of metrics and thresholds based on indicators, models, and rules for each data item to be analyzed or monitored. You also use Data Integration Jobs for simple data cleansing tasks.
If you are already a Talend Academy subscriber or want to access the publicly available content on the platform, go to the Talend Academy Welcome page to log in or create an account.
This article describes how to install HSQL for the DQ Portal as a Windows Service.
All supported Windows versions.
There is no built-in mechanism for installing HSQL Db as a Windows Service.
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)
jsl_static64.ini, in attached zip file