<?xml version="1.0"?>
<rss version="2.0"><channel><title>Documentation</title><link>https://community.jaspersoft.com/documentation/</link><description/><language>en</language><item><title>PostgreSQL</title><link>https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-manual-db-_-manually_creating_the_jasperreports_/</link><description><![CDATA[<div id="prdnm" data-mc-conditions="GlobalConditions.EnterpriseHelp"><span class="mc-variable productvar.productName variable">JasperReports® Server</span> <span class="mc-variable productvar.productVersion variable">10.0.0</span></div>
        <div class="toolbar">
            <div class="buttons popup-container clearfix topicToolbarProxy _Skins_Toolbar_Skin mc-component nocontent" style="mc-topic-toolbar-items: PreviousTopic NextTopic Separator RemoveHighlight Print;">
                <div class="button-group-container-left">
                    <button class="button needs-pie previous-topic-button" title="Navigate previous" disabled>
                        <div>
                            <div role="img" class="button-icon-wrapper" aria-label="Navigate previous">
                                <div class="button-icon"> </div>
                            </div>
                        </div>
                    </button>
                    <button class="button needs-pie next-topic-button" title="Navigate next" disabled>
                        <div>
                            <div role="img" class="button-icon-wrapper" aria-label="Navigate next">
                                <div class="button-icon"> </div>
                            </div>
                        </div>
                    </button>
                    <button class="button needs-pie print-button" title="Print">
                        <div>
                            <div role="img" class="button-icon-wrapper" aria-label="Print">
                                <div class="button-icon"> </div>
                            </div>
                        </div>
                    </button>
                    <button class="button needs-pie remove-highlight-button" title="Remove Highlights">
                        <div>
                            <div role="img" class="button-icon-wrapper">
                                <div class="button-icon"> </div>
                            </div>
                        </div>
                    </button>
                    <button class="button needs-pie copy-url-button" onclick="copyURL()">
                        <div>
                            <div role="img" class="button-icon-wrapper">
                                <div class="button-icon"> </div>
                            </div>
                        </div>
                    </button>
                </div>
            </div>
        </div>
        <div class="page-content">
            
            <div class="topic-frame">
                <div>
                    <div role="main" id="mc-main-content">
                        <h1 class="Appendix"><a name="additional_646152231_1159733"></a><a name="additional_646152231_44868"></a>Manually Creating the <span class="mc-variable JasperVariables.JRSProductName variable">JasperReports Server</span> Database</h1>
                        <p>If you cannot use the <code class="Code">js-install</code> scripts to create the <span class="mc-variable JasperVariables.JRSProductName variable">JasperReports Server</span> database and the sample databases, you can create them manually. Follow the instructions for your database to create the repository database and optional sample databases:</p>
                        <ul>
                            <li>
                                <p><a href="#additional_646152231_1159778" class="Heading_Only MCXref xref xrefHeading_Only">PostgreSQL</a>
                                </p>
                            </li>
                            <li>
                                <p><a href="#additional_646152231_1159812" class="Heading_Only MCXref xref xrefHeading_Only">MySQL</a>
                                </p>
                            </li>
                            <li>
                                <p data-mc-conditions="JasperConditions.Pro"><a href="#additional_646152231_1159858" class="Heading_Only MCXref xref xrefHeading_Only">Oracle</a>
                                </p>
                            </li>
                            <li>
                                <p data-mc-conditions="JasperConditions.Pro"><a href="#additional_646152231_1159921" class="Heading_Only MCXref xref xrefHeading_Only">DB2</a>
                                </p>
                            </li>
                            <li>
                                <p data-mc-conditions="JasperConditions.Pro"><a href="#additional_646152231_1159952" class="Heading_Only MCXref xref xrefHeading_Only">SQL Server</a>
                                </p>
                            </li>
                        </ul>
                        <p>The commands in these sections have been tested at Jaspersoft, but the commands you need to use on your database instance may be different.</p>
                        <div class="note" data-mc-autonum="Note: "><span class="autonumber"><span class="noteHead">Note: </span></span>
                            <p>For running the Ant commands, you need to edit the <code class="Code">default_master.properties</code> file to add the settings for your database and application server as described in <a href="https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-warfileinstall-_-war_install_using_js_install/#warfiledist_4279087660_1148723" class="MCXref xref">Installing the WAR File Using js-install Scripts</a>.</p>
                        </div>
                        <h2><a name="additional_646152231_1159778"></a><a name="additional_646152231_12225"></a>PostgreSQL</h2>
                        <div class="NoPageBreak">
                            <p class="Instruction">To create the <span class="mc-variable JasperVariables.JRSProductName variable">JasperReports Server</span> database manually in PostgreSQL:</p>
                            <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>1. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="1. ">On the Windows, Linux, or Mac command line, enter these commands:</td>
                                </tr>
                            </table><pre>cd &lt;js-install&gt;/buildomatic/install_resources/sql/postgresql
psql -U postgres -W
postgres=#create database jasperserver encoding=’utf8’;
postgres=#\c jasperserver;
postgres=#\i js<code style="font-style: normal;" data-mc-conditions="JasperConditions.Pro">-pro</code>-create.ddl
postgres=#\i quartz.ddl
postgres=#\q</pre>
                        </div>
                        <table class="AutoNumber_p_Numbered_First" style="font-weight: normal; width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                            <col style="width: 18px;">
                            <col style="width: 22px;">
                            <col style="width: auto;">
                            <tr>
                                <td valign="top"></td>
                                <td class="AutoNumber_p_Bullet" valign="top"><span>2. </span>
                                </td>
                                <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="2. ">Run the following commands to install the JSAudit database:</td>
                            </tr>
                        </table><pre>cd &lt;js-install&gt;/buildomatic/install_resources/sql/postgresql
psql -U postgres -W
postgres=#create database jsaudit;
postgres=#\c jsaudit;
postgres=#\i js-pro-create-audit.ddl
postgres=#\q</pre>
                        <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                            <col style="width: 18px;">
                            <col style="width: 22px;">
                            <col style="width: auto;">
                            <tr>
                                <td valign="top"></td>
                                <td class="AutoNumber_p_Bullet" valign="top"><span>3. </span>
                                </td>
                                <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="3. ">(Optional) Run the following commands if you want to install sample databases:</td>
                            </tr>
                        </table><pre>cd &lt;js-install&gt;/buildomatic/install_resources/sql/postgresql
psql -U postgres -W
postgres=#create database sugarcrm encoding=’utf8’;
postgres=#create database foodmart encoding=’utf8’;
postgres=#\c sugarcrm;
postgres=#\i sugarcrm.sql; (first make sure the file is unzipped)
postgres=#\c foodmart;
postgres=#\i foodmart-postqresql.sql; (first make sure the file is unzipped)
postgres=#\i supermart-update.sql;
postgres=#\q</pre>
                        <div class="NoPageBreak">
                            <ul>
                                <li>
                                    <p>If you didn't install the optional sample databases, complete the installation with these commands:</p>
                                </li>
                            </ul>
                            <p class="Indent_2"><code class="Code">cd &lt;js-install&gt;/buildomatic</code>
                            </p>
                            <p class="Indent_2"><code class="Code">js‑ant import-minimal-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code>
                            </p>
                            <p class="Indent_2"><code class="Code">js-ant deploy-webapp-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code>
                            </p>
                        </div>
                        <div class="NoPageBreak">
                            <p class="Indent">If you installed the optional sample databases, complete the installation with these commands:</p>
                            <p class="Indent_2"><code class="Code">cd &lt;js-install&gt;/buildomatic</code>
                            </p>
                            <p class="Indent_2"><code class="Code">js‑ant import-sample-data-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code>
                            </p>
                            <p class="Indent_2"><code class="Code">js-ant deploy-webapp-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code></p>
                        </div>
                        <p class="Indent">For more information about executing the Ant scripts, see <a href="https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-warfileinstall-_-war_install_manually/" class="MCXref xref">Installing the WAR File Manually</a>.</p>
                        <ul>
                            <li>
                                <p>Set Java JVM Options (required), as described in <a href="https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-additional-_-setting_jvm_options_for_application_/" class="MCXref xref">Setting JVM Options for Application Servers</a>.</p>
                            </li>
                        </ul>
                        <ul>
                            <li>
                                <p data-mc-conditions="JasperConditions.Pro">Set up the JasperReports Server License (required) as described in <a href="https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-additional-_-setting_up_the_jasperreports_server_/" class="MCXref xref">Setting Up the JasperReports Server License</a>.</p>
                            </li>
                        </ul>
                        <h2><a name="additional_646152231_1159812"></a><a name="additional_646152231_17590"></a>MySQL</h2>
                        <p class="Instruction">To create the <span class="mc-variable JasperVariables.JRSProductName variable">JasperReports Server</span> database manually in MySQL:</p>
                        <p>You can use the MySQL client software, <code class="Code">mysql.exe</code> or <code class="Code">mysql</code>, to interact with the MySQL database.</p>
                        <div class="note" data-mc-autonum="Note: "><span class="autonumber"><span class="noteHead">Note: </span></span>
                            <p class="Note">For specific details on connecting to the MySQL database and setting privileges for databases and db users, please refer to the documentation provided with your database.
                        </p>
                        </div>
                        <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                            <col style="width: 18px;">
                            <col style="width: 22px;">
                            <col style="width: auto;">
                            <tr>
                                <td valign="top"></td>
                                <td class="AutoNumber_p_Bullet" valign="top"><span>1. </span>
                                </td>
                                <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="1. ">On the Windows, Linux, or Mac command line, enter the following commands to create and initialize the <span class="mc-variable JasperVariables.JRSProductName variable">JasperReports Server</span> database.</td>
                            </tr>
                        </table><pre>cd &lt;js-install&gt;/buildomatic/install_resources/sql/mysql
mysql -u root -p
mysql&gt;create database jasperserver character set utf8;
mysql&gt;use jasperserver;
mysql&gt;source js<code style="font-style: normal;" data-mc-conditions="JasperConditions.Pro">-pro</code>-create.ddl
mysql&gt;source quartz.ddl
mysql&gt;exit</pre>
                        <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                            <col style="width: 18px;">
                            <col style="width: 22px;">
                            <col style="width: auto;">
                            <tr>
                                <td valign="top"></td>
                                <td class="AutoNumber_p_Bullet" valign="top"><span>2. </span>
                                </td>
                                <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="2. ">Run these commands to create and initialize the JSAudit database.</td>
                            </tr>
                        </table><pre>mysql -u root -p
mysql&gt;create database jsaudit;
mysql&gt;use jsaudit;
mysql&gt;source js-pro-create-audit.ddl
mysql&gt;exit</pre>
                        <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                            <col style="width: 18px;">
                            <col style="width: 22px;">
                            <col style="width: auto;">
                            <tr>
                                <td valign="top"></td>
                                <td class="AutoNumber_p_Bullet" valign="top"><span>3. </span>
                                </td>
                                <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="3. ">(Optional) Run these commands to install sample databases:</td>
                            </tr>
                        </table><pre>cd &lt;js-install&gt;/buildomatic/install_resources/sql/mysql
mysql -u root -p
mysql&gt;create database sugarcrm;
mysql&gt;create database foodmart;
mysql&gt;use sugarcrm;
mysql&gt;source sugarcrm.sql;(first make sure the file is unzipped)
mysql&gt;use foodmart;
mysql&gt;source foodmart-mysql.sql; (first make sure the file is unzipped)
mysql&gt;source supermart-update.sql;
mysql&gt;exit</pre>
                        <div class="NoPageBreak">
                            <ul>
                                <li>
                                    <p>If you didn't install the optional sample databases, complete the installation with these commands:</p>
                                </li>
                            </ul>
                            <p class="Indent_2"><code class="Code">cd &lt;js-install&gt;/buildomatic</code>
                            </p>
                            <p class="Indent_2"><code class="Code">js‑ant import-minimal-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code>
                            </p>
                            <p class="Indent_2"><code class="Code">js-ant deploy-webapp-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code>
                            </p>
                        </div>
                        <div class="NoPageBreak">
                            <p class="Indent">If you installed the optional sample databases, complete the installation with these commands:</p>
                            <p class="Indent_2"><code class="Code">cd &lt;js-install&gt;/buildomatic</code>
                            </p>
                            <p class="Indent_2"><code class="Code">js‑ant import-sample-data-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code>
                            </p>
                            <p class="Indent_2"><code class="Code">js-ant deploy-webapp-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code></p>
                        </div>
                        <p class="Indent">For more information about executing the Ant scripts, see <a href="https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-warfileinstall-_-war_install_manually/" class="MCXref xref">Installing the WAR File Manually</a>.</p>
                        <ul>
                            <li>
                                <p>Set Java JVM Options (required), as described in <a href="https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-additional-_-setting_jvm_options_for_application_/" class="MCXref xref">Setting JVM Options for Application Servers</a>.</p>
                            </li>
                        </ul>
                        <ul>
                            <li>
                                <p data-mc-conditions="JasperConditions.Pro">Set up the JasperReports Server License (required) as described in <a href="https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-additional-_-setting_up_the_jasperreports_server_/" class="MCXref xref">Setting Up the JasperReports Server License</a>.</p>
                            </li>
                        </ul>
                        <div class="Conditional" data-mc-conditions="JasperConditions.Pro">
                            <h2 data-mc-conditions=""><a name="additional_646152231_1159858"></a><a name="additional_646152231_50064"></a>Oracle</h2>
                            <p class="Instruction" data-mc-conditions="">To create the <span class="mc-variable JasperVariables.JRSProductName variable">JasperReports Server</span> database manually  in Oracle:</p>
                            <p data-mc-conditions="">You can use the Oracle client software, <code class="Code">sqlplus.exe</code> or <code class="Code">sqlplus</code>, to interact with Oracle.</p>
                            <div class="note" data-mc-autonum="Note: "><span class="autonumber"><span class="noteHead">Note: </span></span>
                                <p class="Note" data-mc-conditions="">For specific details on connecting to the Oracle database and setting privileges for databases and db users, please refer to the documentation provided with your database.
                        </p>
                            </div>
                            <div class="Conditional">
                                <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                    <col style="width: 18px;">
                                    <col style="width: 22px;">
                                    <col style="width: auto;">
                                    <tr>
                                        <td valign="top"></td>
                                        <td class="AutoNumber_p_Bullet" valign="top"><span>1. </span>
                                        </td>
                                        <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="1. ">On the Windows, Linux, or Mac command line, enter the following commands to create and initialize the <span class="mc-variable JasperVariables.JRSProductName variable">JasperReports Server</span> database.</td>
                                    </tr>
                                </table><pre xml:space="preserve" class="Indent" data-mc-conditions="">cd &lt;js-install&gt;/buildomatic/install_resources/sql/oracle
sqlplus /nolog (start sqlplus client)
SQL&gt; connect system/password (use your sysUsername and password)
(or SQL&gt;connect sys/password as sysdba
SQL&gt; create user jasperserver identified by password; (as sys user)
SQL&gt; grant connect, resource to jasperserver; (as sys user)
SQL&gt; grant unlimited tablespace to jasperserver; (as sys user)
SQL&gt; connect jasperserver/password@ORCL (use your password, your SID)
SQL&gt; @/opt/jasperreports-server-pro-8.0.0-bin/buildomatic/install_resources/sql/oracle/js-pro-create.ddl
SQL&gt; @/opt/jasperreports-server-pro-8.0.0-bin/buildomatic/install_resources/sql/oracle/quartz.ddl
SQL&gt; exit </pre>
                            </div>
                            <div class="Conditional">
                                <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                    <col style="width: 18px;">
                                    <col style="width: 22px;">
                                    <col style="width: auto;">
                                    <tr>
                                        <td valign="top"></td>
                                        <td class="AutoNumber_p_Bullet" valign="top"><span>2. </span>
                                        </td>
                                        <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="2. ">To create and initialize the JSAudit database, enter the following commands.</td>
                                    </tr>
                                </table><pre xml:space="preserve" class="Indent">SQL&gt; create user jsaudit identified by password; (as sys user)
SQL&gt; grant connect, resource to jsaudit; (as sys user)
SQL&gt; grant unlimited tablespace to jsaudit; (as sys user)
SQL&gt; connect jsaudit/password@ORCL
SQL&gt; @/opt/jasperreports-server-pro-8.0.0-bin/buildomatic/install_resources/sql/oracle/js-sequence-create.ddl
SQL&gt; @/opt/jasperreports-server-pro-8.0.0-bin/buildomatic/install_resources/sql/oracle/js-pro-create-audit.ddl
SQL&gt; exit </pre>
                            </div>
                            <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>3. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="3. ">Go to the <code class="Code">&lt;js-install&gt;/buildomatic</code> path and configure the <code class="Code">default_master.properties</code> file with the required values. For example:<br><br><code class="Code">cd &lt;js-install&gt;/buildomatic<br>dbUsername=jasperserver<br>dbPassword=password
<br>sysUsername=jasperserver
<br>sysPassword=password
<br>dbHost=localhost
<br>dbPort=1521
sid=ORCL
</code><br><br><code class="Code">#audit props
<br>installType=split
<br>audit.dbHost=localhost
<br>audit.dbPort=1521
<br>audit.sid=ORCL
<br>audit.dbUsername=jsaudit
<br>audit.dbPassword=password
<br>audit.dbName=jsaudit
<br>audit.sysUsername=system
<br>audit.sysPassword=password</code></td>
                                </tr>
                            </table>
                            <p class="ListContinue">You can set sysUsername and sysPassword  the same as dbUsername and dbPassword.</p>
                            <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>4. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="4. ">Create a server setting with the audit db schema name (auditDB=JSAUDIT), to do so:</td>
                                </tr>
                            </table>
                            <table class="AutoNumber_p_Numbered_alpha" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 45px;">
                                <col style="width: 20px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>a. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="a. ">Go to <code class="Code">&lt;js-install&gt;/buildomatic/bin</code> path and edit the <code class="Code">db-common.xml</code> file.</td>
                                </tr>
                            </table>
                            <table class="AutoNumber_p_Numbered_alpha" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 45px;">
                                <col style="width: 20px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>b. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="b. ">Add the following target at the end of file and before <code class="Code">&lt;/project&gt;</code>:<br><code class="Code">&lt;target name="import-profile-attributes"&gt;
        <br>  &lt;import-profile-attribute key="auditDB" attrValue="${audit.dbName}"/&gt;<br>    &lt;/target&gt;</code></td>
                                </tr>
                            </table>
                            <table class="AutoNumber_p_Numbered_alpha" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 45px;">
                                <col style="width: 20px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>c. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="c. ">Save the file.</td>
                                </tr>
                            </table>
                            <table class="AutoNumber_p_Numbered_alpha" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 45px;">
                                <col style="width: 20px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>d. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="d. ">Run the following command:<br><code class="Code">./js-ant import-profile-attributes</code></td>
                                </tr>
                            </table>
                            <div class="note" data-mc-autonum="Note: "><span class="autonumber"><span class="noteHead">Note: </span></span>
                                <p>Server setting auditDB=JSAUDIT is needed for audit reports working properly on oracle in case of split installation.</p>
                            </div>
                            <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>5. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="5. ">(Optional) Special edit to the <code class="Code">sugarcrm.sql</code> script that creates the <code class="Code">sugarcrm</code> sample database. The <code class="Code">sqlplus</code> command line tool interprets SQL statements differently than a JDBC call (that is, the way buildomatic runs SQL scripts). Because of this, the <code class="Code">sugarcrm.sql</code> file must be edited to run using <code class="Code">sqlplus</code>. To make these edits, do the following: </td>
                                </tr>
                            </table>
                            <p class="Bullet_3" data-mc-autonum="&lt;b&gt;• &lt;/b&gt;" data-mc-conditions=""><span class="autonumber"><span><b>• </b></span></span>Unzip the <code class="Code">sugarcrm.zip</code> file to get the <code class="Code">sugarcrm.sql</code> file. Open <code class="Code">sugarcrm.sql</code> for editing:</p>
                            <p class="Bullet_3" data-mc-autonum="&lt;b&gt;• &lt;/b&gt;" data-mc-conditions=""><span class="autonumber"><span><b>• </b></span></span>Uncomment the <code class="Code">"-- set define off"</code> line to look like this <code class="Code">"set define off"</code> (Line 7)</p>
                            <p class="Bullet_3" data-mc-autonum="&lt;b&gt;• &lt;/b&gt;" data-mc-conditions=""><span class="autonumber"><span><b>• </b></span></span>Uncomment the <code class="Code">"--/"</code> line that follows the <code class="Code">CREATE TRIGGER</code> statements (there are 12 of these toward the very end of the file on line 71,282. Just before the <code class="Code">CREATE INDEX</code> statements). Change to be just <code class="Code">"/"</code>. (This stops the trigger procedure definition in <code class="Code">sqlplus</code>.)</p>
                            <p class="Bullet_3" data-mc-autonum="&lt;b&gt;• &lt;/b&gt;" data-mc-conditions=""><span class="autonumber"><span><b>• </b></span></span>Save the file. </p>
                            <div class="note" data-mc-autonum="Note: "><span class="autonumber"><span class="noteHead">Note: </span></span>
                                <p class="Note" data-mc-conditions="">If you build and load the sample databases using buildomatic, the NLS_LANG setting is automatically handled via a JDBC driver setting.</p>
                                <p class="Note" data-mc-conditions="">If you load the sample databases using buildomatic, you will not need to set any variables or make any script edits.</p>
                            </div>
                            <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>6. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="6. ">(Optional) Set the <code class="Code">NLS_LANG</code> variable. The <code class="Code">sugarcrm</code> database has test data that requires a specific NLS_LANG setting to load into Oracle correctly. You need to set this in your shell environment if you are manually loading the <code class="Code">sugarcrm</code> database.</td>
                                </tr>
                            </table>
                            <table class="TableStyle-Table" style="width: 644px;caption-side: top;mc-table-style: url('../../Resources/TableStyles/Table.css');" cellspacing="0" data-mc-conditions="JasperConditions.Pro">
                                <col width="82px" class="TableStyle-Table-Column-Column1">
                                <col width="562px" class="TableStyle-Table-Column-Column1">
                                <tbody>
                                    <tr class="TableStyle-Table-Body-Body1">
                                        <td class="TableStyle-Table-BodyE-Column1-Body1">
                                            <p data-mc-conditions="">Windows:</p>
                                        </td>
                                        <td class="TableStyle-Table-BodyD-Column1-Body1"><pre data-mc-conditions="">set NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1</pre>
                                        </td>
                                    </tr>
                                    <tr class="TableStyle-Table-Body-Body1">
                                        <td class="TableStyle-Table-BodyB-Column1-Body1">
                                            <p data-mc-conditions="">Linux:</p>
                                        </td>
                                        <td class="TableStyle-Table-BodyA-Column1-Body1"><pre data-mc-conditions="">export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1</pre>
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                            <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>7. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="7. ">(Optional) Run the following commands if you want to install sample databases:</td>
                                </tr>
                            </table><pre data-mc-conditions="">cd &lt;js-install&gt;/buildomatic/install_resources/sql/oracle
sqlplus /nolog (start sqlplus client)
SQL&gt; connect system/password (use your sysUsername and password)
(or SQL&gt;connect sys/password as sysdba
SQL&gt; create user sugarcrm identified by password;
SQL&gt; create user foodmart identified by password;
SQL&gt; grant connect, resource to sugarcrm;
SQL&gt; grant connect, resource to foodmart;
SQL&gt; connect sugarcrm/password@ORCL
SQL&gt; @sugarcrm.sql (First, make sure file is unzipped)
SQL&gt; connect foodmart/password@ORCL
SQL&gt; @foodmart-oracle.sql (First, make sure file is unzipped)
SQL&gt; @supermart-update.sql
SQL&gt; exit</pre>
                            <div class="NoPageBreak">
                                <ul>
                                    <li>
                                        <p>If you didn't install the optional sample databases, complete the installation with these commands:</p>
                                    </li>
                                </ul>
                                <p class="Indent_2"><code class="Code">cd &lt;js-install&gt;/buildomatic</code>
                                </p>
                                <p class="Indent_2"><code class="Code">js‑ant import-minimal-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code>
                                </p>
                                <p class="Indent_2"><code class="Code">js-ant deploy-webapp-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code>
                                </p>
                            </div>
                            <div class="NoPageBreak">
                                <p class="Indent">If you installed the optional sample databases, complete the installation with these commands:</p>
                                <p class="Indent_2"><code class="Code">cd &lt;js-install&gt;/buildomatic</code>
                                </p>
                                <p class="Indent_2"><code class="Code">js‑ant import-sample-data-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code>
                                </p>
                                <p class="Indent_2"><code class="Code">js-ant deploy-webapp-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code></p>
                            </div>
                            <p class="Indent">For more information about executing the Ant scripts, see <a href="https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-warfileinstall-_-war_install_manually/" class="MCXref xref">Installing the WAR File Manually</a>.</p>
                            <ul>
                                <li>
                                    <p>Set Java JVM Options (required), as described in <a href="https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-additional-_-setting_jvm_options_for_application_/" class="MCXref xref">Setting JVM Options for Application Servers</a>.</p>
                                </li>
                            </ul>
                            <ul>
                                <li>
                                    <p data-mc-conditions="JasperConditions.Pro">Set up the JasperReports Server License (required) as described in <a href="https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-additional-_-setting_up_the_jasperreports_server_/" class="MCXref xref">Setting Up the JasperReports Server License</a>.</p>
                                </li>
                            </ul>
                        </div>
                        <div class="Conditional" data-mc-conditions="JasperConditions.Pro">
                            <h2 data-mc-conditions=""><a name="additional_646152231_1159921"></a><a name="additional_646152231_72881"></a>DB2</h2>
                            <p class="Instruction" data-mc-conditions="">To create the <span class="mc-variable JasperVariables.JRSProductName variable">JasperReports Server</span> database manually in DB2:</p>
                            <p data-mc-conditions="">Use the DB2 client software, <code class="Code">db2</code> or <code class="Code">db2cmd</code>, to interact with DB2.</p>
                            <div class="note" data-mc-autonum="Note: "><span class="autonumber"><span class="noteHead">Note: </span></span>
                                <p class="Note" data-mc-conditions="">For specific details on connecting to the DB2 database and setting privileges for databases and db users, please refer to the documentation provided with your database.                        </p>
                            </div>
                            <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>1. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="1. "><a name="db2_step_1"></a><a name="additional_646152231_37885"></a>Change to the following directory:</td>
                                </tr>
                            </table>
                            <p class="Indent" data-mc-conditions=""><code class="Code">cd &lt;js-install&gt;/buildomatic/install_resources/sql/db2</code>
                            </p>
                            <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>2. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="2. ">Enter these commands in the DB2 command window to create and initialize the repository database called <code class="Code">jsprsrvr</code> in DB2 to conform to the 8-character limitation:</td>
                                </tr>
                            </table><pre data-mc-conditions="">db2 create database jsprsrvr using codeset utf-8 territory us pagesize 16384
db2 connect to jsprsrvr
db2 -tf js-pro-create.ddl
db2 -tf quartz.ddl</pre>
                            <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>3. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="3. ">To create and initialize the JSAudit database, enter the following commands in the DB2 command window:</td>
                                </tr>
                            </table><pre xml:space="preserve" data-mc-conditions="">db2 create database jsaudit
db2 connect to jsaudit
db2 -tf js-pro-create-audit.ddl
db2 exit</pre>
                            <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>4. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="4. "><a name="db2_step_3"></a><a name="additional_646152231_67414"></a>(Optional) Run the following commands in the DB2 command window if you want to install sample databases:</td>
                                </tr>
                            </table><pre xml:space="preserve" data-mc-conditions="">db2 create database sugarcrm
db2 connect to sugarcrm
db2 -tf sugarcrm.sql (first make sure file is unzipped)
db2 create database foodmart
db2 connect to foodmart
db2 -tf foodmart-db2.sql (first make sure file is unzipped)
db2 -tf supermart-update.sql (if script is available)</pre>
                            <div class="NoPageBreak">
                                <ul>
                                    <li>
                                        <p>If you didn't install the optional sample databases, complete the installation with these commands:</p>
                                    </li>
                                </ul>
                                <p class="Indent_2"><code class="Code">cd &lt;js-install&gt;/buildomatic</code>
                                </p>
                                <p class="Indent_2"><code class="Code">js‑ant import-minimal-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code>
                                </p>
                                <p class="Indent_2"><code class="Code">js-ant deploy-webapp-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code>
                                </p>
                            </div>
                            <div class="NoPageBreak">
                                <p class="Indent">If you installed the optional sample databases, complete the installation with these commands:</p>
                                <p class="Indent_2"><code class="Code">cd &lt;js-install&gt;/buildomatic</code>
                                </p>
                                <p class="Indent_2"><code class="Code">js‑ant import-sample-data-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code>
                                </p>
                                <p class="Indent_2"><code class="Code">js-ant deploy-webapp-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code></p>
                            </div>
                            <p class="Indent">For more information about executing the Ant scripts, see <a href="https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-warfileinstall-_-war_install_manually/" class="MCXref xref">Installing the WAR File Manually</a>.</p>
                            <ul>
                                <li>
                                    <p>Set Java JVM Options (required), as described in <a href="https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-additional-_-setting_jvm_options_for_application_/" class="MCXref xref">Setting JVM Options for Application Servers</a>.</p>
                                </li>
                            </ul>
                            <ul>
                                <li>
                                    <p data-mc-conditions="JasperConditions.Pro">Set up the JasperReports Server License (required) as described in <a href="https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-additional-_-setting_up_the_jasperreports_server_/" class="MCXref xref">Setting Up the JasperReports Server License</a>.</p>
                                </li>
                            </ul>
                            <div class="NoPageBreak">
                                <p style="frame-break-after: avoid;" data-mc-conditions="">Further considerations:</p>
                                <table class="AutoNumber_p_Bullet" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                    <col style="width: 29px;">
                                    <col style="width: 16px;">
                                    <col style="width: auto;">
                                    <tr>
                                        <td valign="top"></td>
                                        <td class="AutoNumber_p_Bullet" valign="top"><span><b>•</b></span>
                                        </td>
                                        <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="&lt;b&gt;•&lt;/b&gt;">If <span class="mc-variable JasperVariables.JRSProductName variable">JasperReports Server</span> is deployed on the same host as DB2, delete the following file to avoid conflicts:</td>
                                    </tr>
                                </table>
                                <p class="Indent" data-mc-conditions=""><code class="Code">&lt;db2&gt;/SQLLIB/java/db2jcc.jar</code>
                                </p>
                            </div>
                        </div>
                        <div class="Conditional" data-mc-conditions="JasperConditions.Pro">
                            <h2 data-mc-conditions=""><a name="additional_646152231_1159952"></a><a name="additional_646152231_52723"></a>SQL Server</h2>
                            <p data-mc-conditions="">Use the <code class="Code">sqlcmd</code> utility to build the <code class="Code">jasperserver</code> database manually. </p>
                            <div class="note" data-mc-autonum="Note: "><span class="autonumber"><span class="noteHead">Note: </span></span>
                                <p class="Note" data-mc-conditions="">For specific details on connecting to the SQL Server database and setting privileges for databases and db users, please refer to the documentation provided with your database.
                        </p>
                            </div>
                            <p class="Instruction" data-mc-conditions="">To create the <span class="mc-variable JasperVariables.JRSProductName variable">JasperReports Server</span> database manually in SQL Server:</p>
                            <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>1. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="1. ">Open a Command Prompt and enter the following commands using the administrator (sa) username and password.</td>
                                </tr>
                            </table><pre data-mc-conditions="">cd &lt;js-install&gt;\buildomatic\install_resources\sql\sqlserver<br>sqlcmd -S ServerName -Usa -Psa 
1&gt; CREATE DATABASE [jasperserver]
2&gt; GO
1&gt; USE [jasperserver]
2&gt; GO
1&gt; :r js-pro-create.ddl
2&gt; GO
1&gt; :r quartz.ddl
2&gt; GO</pre>
                            <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>2. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="2. ">From the Windows Start menu, select <span class="UI"><span class="uicontrol">Microsoft SQL Server <span class="mc-variable JasperVariables.Arrow variable">&gt;</span> SQL Server Management Studio</span></span>.</td>
                                </tr>
                            </table>
                            <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>3. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="3. ">Connect to SQL Server as the administrative database user, and check that the <code class="Code">jasperserver</code> database appears in the Object Explorer.</td>
                                </tr>
                            </table>
                            <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>4. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="4. ">Expand the tables in the <code class="Code">jasperserver</code> database, and check that the tables have been added.</td>
                                </tr>
                            </table>
                            <p class="Instruction" data-mc-conditions="">To create and initialize the JSAudit database:</p>
                            <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>5. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="5. ">Run the following commands:</td>
                                </tr>
                            </table><pre data-mc-conditions="">cd &lt;js-install&gt;\buildomatic\install_resources\sql\sqlserver
sqlcmd -S ServerName -Usa -Psa
1&gt; CREATE DATABASE [jsaudit]
2&gt; GO
1&gt; USE [jsaudit]
2&gt; GO
1&gt; :r js-pro-create-audit.ddl
2&gt; GO</pre>
                            <p class="Instruction" data-mc-conditions="">To create the optional sample databases manually in SQL Server:</p>
                            <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>6. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="6. ">Extract the files in the <code class="Code">sugarcrm.zip</code> file to the level above your current directory, placing the <code class="Code">sugarcrm.sql</code> file in this directory:</td>
                                </tr>
                            </table>
                            <p class="Indent" data-mc-conditions=""><code class="Code">&lt;js-install&gt;\jasperserver\buildomatic\install_resources\sql\sqlserver</code>
                            </p>
                            <table class="AutoNumber_p_Numbered_First" style="frame-break-after: avoid; width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                <col style="width: 18px;">
                                <col style="width: 22px;">
                                <col style="width: auto;">
                                <tr>
                                    <td valign="top"></td>
                                    <td class="AutoNumber_p_Bullet" valign="top"><span>7. </span>
                                    </td>
                                    <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="7. ">Enter these commands to create and initialize the <code class="Code">sugarcrm</code> database:</td>
                                </tr>
                            </table><pre data-mc-conditions="">1&gt; CREATE DATABASE [sugarcrm]
2&gt; GO
1&gt; USE [sugarcrm]
2&gt; GO
1&gt; :r sugarcrm.sql
2&gt; GO</pre>
                            <div class="NoPageBreak">
                                <table class="AutoNumber_p_Numbered_First" style="width: 100%; margin-left: 0;" cellspacing="0" cellpadding="0">
                                    <col style="width: 18px;">
                                    <col style="width: 22px;">
                                    <col style="width: auto;">
                                    <tr>
                                        <td valign="top"></td>
                                        <td class="AutoNumber_p_Bullet" valign="top"><span>8. </span>
                                        </td>
                                        <td class="AutoNumber_p_Bullet" valign="top" data-mc-autonum="8. ">You cannot initialize the foodmart database manually. Instead, change to the buildomatic directory and use the following buildomatic commands to create and initialize it from the command line:</td>
                                    </tr>
                                </table>
                                <p class="Indent" data-mc-conditions=""><code class="Code">js-ant create-foodmart-db</code>
                                </p>
                                <p class="Indent"><code class="Code">js-ant load-foodmart-db</code>
                                </p>
                                <p class="Indent">Alternatively, you can replace the first command and create the database manually using the following SQL Server commands, but you still have to use the buildomatic command <code class="Code">js-ant load-foodmart-db</code> to load the data:</p><pre data-mc-conditions="">1&gt; CREATE DATABASE [foodmart]
2&gt; GO
1&gt; USE [foodmart]
2&gt; GO</pre>
                            </div>
                            <p class="Instruction" data-mc-conditions="">To complete the manual installation of databases in SQL Server</p>
                            <div class="NoPageBreak">
                                <ul>
                                    <li>
                                        <p>If you didn't install the optional sample databases, complete the installation with these commands:</p>
                                    </li>
                                </ul>
                                <p class="Indent_2"><code class="Code">cd &lt;js-install&gt;/buildomatic</code>
                                </p>
                                <p class="Indent_2"><code class="Code">js‑ant import-minimal-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code>
                                </p>
                                <p class="Indent_2"><code class="Code">js-ant deploy-webapp-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code>
                                </p>
                            </div>
                            <div class="NoPageBreak">
                                <p class="Indent">If you installed the optional sample databases, complete the installation with these commands:</p>
                                <p class="Indent_2"><code class="Code">cd &lt;js-install&gt;/buildomatic</code>
                                </p>
                                <p class="Indent_2"><code class="Code">js‑ant import-sample-data-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code>
                                </p>
                                <p class="Indent_2"><code class="Code">js-ant deploy-webapp-<conditionaltext data-mc-conditions="JasperConditions.Pro">pro</conditionaltext></code></p>
                            </div>
                            <p class="Indent">For more information about executing the Ant scripts, see <a href="https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-warfileinstall-_-war_install_manually/" class="MCXref xref">Installing the WAR File Manually</a>.</p>
                            <ul>
                                <li>
                                    <p>Set Java JVM Options (required), as described in <a href="https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-additional-_-setting_jvm_options_for_application_/" class="MCXref xref">Setting JVM Options for Application Servers</a>.</p>
                                </li>
                            </ul>
                            <ul>
                                <li>
                                    <p data-mc-conditions="JasperConditions.Pro">Set up the JasperReports Server License (required) as described in <a href="https://community.jaspersoft.com/documentation/jasperreports-server/tibco-jasperreports%C2%AE-server-installation-guide/v1000/jrs-install-guide-_-additional-_-setting_up_the_jasperreports_server_/" class="MCXref xref">Setting Up the JasperReports Server License</a>.</p>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div>
                    <div id="feedback-survey">
                        <div class="feedback-question">
                            <p>Did you find this helpful? </p>
                            <div><a class="feedback-button feedback-yes" href="javascript:void(0)" title="Yes, this article was helpful." alt="Yes, this article was helpful.">Yes</a><a class="feedback-button feedback-no" href="javascript:void(0)" title="No, this article wasn't helpful." alt="No, this article wasn't helpful.">No</a>
                            </div>
                        </div>
                        <!--message to be displayed on clicking the "Yes" button-->
                        <div class="feedback-reason yes-thanks feedback_card yes_card" style="display:none;">
                            <div class="card_header yes_card_header">Great! </div>
                            <div class="card_body yes_card_body">Thanks for taking the time to give us some feedback.</div>
                        </div>
                        <!--message and follow up questions for the "No" response-->
                        <div class="feedback-reason no feedback_card no_card" style="display:none;">
                            <div class="card_container no_card_container">
                                <div class="card_header no_card_header" id="feedback-no-heading">Sorry about that</div>
                                <form id="form1" onsubmit="sendOtherFeedback(); return false;">
                                    <div class="card_body no_card_body">
                                        <div class="card_body_section card_body_options_section" id="options">
                                            <p>Why wasn't this helpful? (check all that apply)</p>
                                            <div class="feedback-option">
                                                <label for="option1">Could not find what I was looking for<input type="checkbox" name="option1" class="option no" id="option1" value="Could not find what I was looking for" data-analytics-label="Could not find what I was looking for"><span class="checkmark"></span></label>
                                            </div>
                                            <div class="feedback-option">
                                                <label for="option2">Instructions confusing or unclear<input type="checkbox" name="option2" class="option no" id="option2" value="Instructions confusing or unclear" data-analytics-label="Instructions confusing or unclear"><span class="checkmark"></span></label>
                                            </div>
                                            <div class="feedback-option">
                                                <label for="option3">Instructions did not work<input type="checkbox" name="option3" class="option no" id="option3" value="Instructions did not work" data-analytics-label="Instructions did not work"><span class="checkmark"></span></label>
                                            </div>
                                        </div>
                                        <div class="card_body_section card_body_otherfeedback_section" id="otherfeedback">
                                            <p>Want to tell us more?</p><textarea cols="45" rows="4" name="comments" class="card_textarea" id="myTextarea" placeholder="Enter your feedback here."></textarea>
                                            <p id="commentsRequired" style="display:none">Please select at least one option or provide details about the issue!!</p>
                                        </div>
                                    </div>
                                    <div class="card_footer">
                                        <button id="feedback-skip" type="button" value="Skip" onclick="skipFeedback(); return false;">Skip</button>
                                        <button id="feedback-submit" type="submit" form="form1" value="Submit">Submit</button>
                                    </div>
                                </form>
                                <p id="feedbackError" style="display:none"><b>Error occurred while submitting feedback.</b>
                                </p>
                                <p id="feedbackError2" style="display:none"><b>Error2 occurred while submitting feedback.</b>
                                </p>
                                <!--<script type="text/javascript" src="../Scripts/feedback-script.js"> </script>-->
                                <div id="feedback-product" style="display:none"><span class="mc-variable productvar.productName variable">JasperReports® Server</span> </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="topic-frame">
                <div>
                </div>
            </div>
        </div>
        <div>
            <p class="Copyright">Copyright © <span id="copyright-year" class="mc-variable productvar.copyright variable">2005-2026</span>. <span class="mc-variable globalvar.company variable">Cloud Software Group, Inc.</span> All Rights Reserved.</p>
        </div>
        <!-- Used for getting the document URL to copy -->
        <input type="hidden" id="input-url" value="Copy the current page URL without TOC path!">
        <script type="text/javascript" src="../../Resources/Scripts/main-content.js">
        </script>
        <script type="text/javascript" src="../../Resources/Scripts/external-links.js">
        </script>
        <script type="text/javascript" src="../../Resources/Scripts/feedback.js">
        </script>
    ]]></description><guid isPermaLink="false">20414</guid><pubDate>Tue, 09 Jun 2026 14:43:14 +0000</pubDate></item></channel></rss>
