30日間の無料評価版をお試しいただけます。

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top
top

Table of Contents
classcontents

Overview

Styleclass
ClasstopLink

...

Running Custom SQL

You may want to run custom SQL against the Yellowfin configuration database as part of the installation. This could be used to further customise the installation, set additional configuration parameters, create additional users etc. This can be done by creating an XML file containing the SQL queries you want to run, including it in the installer archive (see Adding Files to the Installer インストーラーへのファイルの追加), and setting the following property:

...

The structure of the XML file is as follows:

Code Block
languagexml

<?xml version="1.0" encoding="utf-8"?>
<sql>
  <query> ... </query>
  <query> ... </query>
  ...
</sql>

...

The SQL commands in this XML file will be run at the end of the installation process, after the installer has finished setting up the Yellowfin data. Please note that while Yellowfin support will try to help debug any issues caused by using this property, modifications made to the configuration database are done at your own risk.

 

horizontalrule
Styleclass
ClasstopLink

...

Running Custom SQL

 

 

...