Before you begin
- Stop all Tealeaf services.
- Locate the Tealeaf Report server installation host and installation directory (TL_HOME). The default one is
'C:\Program Files (x86)\IBM\IBM Tealeaf CX\'
. - Access translation CSV files at
<TL_HOME>\\Reporting\DatabaseSchema\For_Rs_Translation\
- Get Server details: Tealeaf Report server and SQL Server like Hostname and login credentials.
- Get TLADMIN user credentials to access the System database (Default database is
TL_SYSTEM
) - Identify your distributed environment architecture. There are two possible scenarios for this task:
- Report Server and SQL Server are on same host.
- Report Server and SQL Server are on different hosts.
Report Server and SQL Server are on same host
- Log in to the Report server/SQL server host.
- Launch the SQL Server management studio using TLADMIN user.
- Execute following procedure on Tealeaf System database (default name is TL_System) using following command, assuming Tealeaf home path is
C:\Program Files (x86)\Acoustic\Acoustic Tealeaf CX
.execute [dbo].[pr_Populate_Rstranslation_manual] @TLHomePath = 'C:\Program Files (x86)\Acoustic\Acoustic Tealeaf CX', @CustomPath = NULL
- Perform an IIS reset and start all Tealeaf services.
Report Server and SQL Server are on different hosts
- Log in to the SQL server host.
- Create a folder on the SQL Server host, example C:\Tealeaf\TransSQL\
- Log in to Tealeaf Reporting/Data collector server.
- On the reporting server, access
<TL_HOME>\Reporting\DatabaseSchema\For_Rs_Translation*.csv
files. There are 11 files. - Copy these 11 CSV files on to the SQL server host custom folder as stated in step 2.
- Execute the following procedure on Tealeaf System database (default name is
TL_System
) using following command though SQL Server management studio.execute [dbo].[pr_Populate_Rstranslation_manual] @TLHomePath = NULL, @CustomPath = 'C:\Tealeaf\TransSQL\'
- Perform an IIS reset and start all Tealeaf services.