Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Installing 1E Catalog
You can install 1E Catalog in the following ways:
Using Tachyon Setup, pleaseMultiexcerpt include | ||||
---|---|---|---|---|
|
Please refer to Tachyon 5.0 - Tachyon Setup for
more details.installing 1E Catalog on a Tachyon 5.0 server.
The following methods are only supported for SLA Platform 3.3, or for a remote Catalog server that is part of a Tachyon 5.0 system:
Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Using the interactive installation wizard
Start a command prompt with elevated rights and navigate to your downloaded copy of 1ECatalog.msi then run it using the following command-line:
Code Block |
---|
> msiexec /i 1ECatalog.msi /l*v catinstall.log REBOOT=REALLYSUPPRESS |
Advanced Panelboxes for Confluence | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Panel | ||||
---|---|---|---|---|
| ||||
WelcomeThe welcome screen, just click Next to continue. |
Panel | ||||
---|---|---|---|---|
| ||||
License AgreementRead and accept the license information by clicking I accept the terms in the license agreement then click Next. |
Panel | ||||
---|---|---|---|---|
| ||||
Destination FolderThe next screen lets you to choose where to install 1E Catalog, by default this is:
Or you can browse to a new folder using Change... When you have set the installation folder, click Next to continue. |
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Service account
Select Specify user account or Use Network Service account. If you select Specify user account you must then enter the Username and Password for an existing domain account to run the 1E Catalog Update Service. If you select Use Network Service account the Username will be set to NT Authority\Network Service. Whichever option you choose must follow the permissions described under Preparation: Accounts needed to install the Catalog. Click Next to continue. |
Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
1E Catalog configuration
Database server you are installing to: Enter the SQL server instance name for the 1E Catalog database. The default is (local). Click Browse... to select the SQL Server instance, if the SQL Server Browser service is running on your SQL Server. If the SQL Browser service is not enabled and running then you will need to enter the database instance by hand using the following format:
For example:
Name of database catalog: Using the default 1ECatalog name is recommended. Click Browse... to select an existing database, if you have already specified the name of the SQL Server instance. AI Auto-curation To support the AI Powered Auto-curation feature in SLA, 1E Catalog can be configured to download the model file updates that are used by the AI engine. To do this check the Enable download of model file updates checkbox.
Click Next to continue. |
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Prerequisite Checks
If any checks fail, click the Back button to fix the issue. Click Next to run the checks again. If any checks currently show as Failed when you click Next on the Prerequisite Checks screen, a notification dialog displays and the installer closes without attempting the install.
Once every check is Passed, click Next to continue. |
Panel | ||||
---|---|---|---|---|
| ||||
Ready to Install the ProgramClick Back if you need to review or change any options. Once you're satisfied with your selected options, click the Install button. After install, click Finish. |
Using the installer command-line
Anchor | ||||
---|---|---|---|---|
|
Code Block | ||
---|---|---|
| ||
> msiexec /i 1ECatalog.msi SQLSERVER=<SQL Server instance name> SVCUSER=<Service account name> SVCPASSWORD=<Service account password> /qn /l*v catinstall.log |
Refer to the Installer properties page for details and optional installer properties.
Anchor | ||||
---|---|---|---|---|
|
To verify the 1E Catalog installer is installed and configured correctly:
Browse to the install location, the default installation folder is
%programfiles%\1E\Catalog
- you should see:Folder Notes CatalogUpdateService Contains binaries used by the 1E Catalog update service. CatalogWebUI Contains files used by the 1E Catalog web service. Database Contains binaries for configuring the SQL database. Using complete code to manage SQL configuration enables you to patch 1E Catalog using Windows Installer patches (.msp files).
1eolstart | ||
---|---|---|
| ||
|
1eolstart | ||
---|---|---|
| ||
|
1eolstart | ||
---|---|---|
| ||
|
1eolstart | ||
---|---|---|
| ||
|
1eolstart | ||||
---|---|---|---|---|
| ||||
|
Upgrade the 1E Catalog
Please consider the following when upgrading 1E Catalog:
- Upgrade is supported from 1E Catalog 1.2.0 and later.
- You only need to upgrade 1E Catalog to 2.0 if you intend to use it with Tachyon 5.0 and associated applications.
- If you are currently using SLA Platform 3.3 this will need to be upgraded to the SLA provided with Tachyon 5.0 in order to take advantage of the new 1E Catalog features.
- The 1E Catalog 2.0 installer comes as part of Tachyon 5.0 and this should be installed or upgraded via the Tachyon Setup. Please refer to Tachyon 5.0 - Tachyon Setup for more details.
Before upgrading
Note |
---|
If you are upgrading using a different installation account to the previous installation, you must set the new installation account as db_owner on the existing 1E Catalog database prior to running the upgrade. |
Multiexcerpt | ||
---|---|---|
| ||
|
Upgrading using the stand-alone installer
To upgrade your existing 1E Catalog to the latest version using the stand-alone installer:
- Download the installer from the Support portal: https://1eportal.force.com/s/1ecatalogtopicdetail
Start a command prompt with elevated rights, navigate to the location where you downloaded the 1ECatalog.msi and run it with:
Code Block > msiexec /i 1ECatalog.msi /l*v catinstall.log REBOOT=REALLYSUPPRESS
The subsequent upgrade steps are the same as for the install.
1eolstart | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||
|