WIN10 pro安装U2000LCT.zh-Eng
WIN10 pro安装U2000LCT.zh-Eng
com
– If the database version is correct, information similar to the following will appear in the system echo:
-------------------------------------------------- ---------------
Microsoft SQL Server 2014 (SP3) (KB4022619) - 12.0.6024.0 (X64)
Sep 7 2018 01:37:51
Copyright (c) Microsoft Corporation
Express Edition (64-bit) on Windows NT 6.3 <X64> (Build 14393:)
(Hypervisor)
– If the data version is not “12.0.6024.0”, you need to reinstall the database or contact Huawei
engineer.
Install LCT
Install via package.
4. In the Select Network Management System Language dialog box, select Simplified Chinese and click
Next.
5. In the "Configure Server" dialog box, select "Client-Server Integration Scenario", check the "Installation
Path" and "Server Address", and click "Next".
illustrate
The installation path defaults to "unzip directory/data/TransLCT".
6. In the Select Deployment Domain dialog box, select the required domain and click Next.
7. Select the timeslot mode: "Sequential Mode (ITU-T G.707)" and click "Next".
8. In the "Configure Database" dialog box, set database-related information and click "Next".
Do not change the user name sa. Set all the following three passwords to "Changeme_123". Do not change
the others.
9. In the "Pre-Safety Check" dialog box, view the pre-installation check status. After confirming that all
pre-installation check items are normal, click "Next".
10. In the "Installation Information Confirmation" dialog box, confirm the installation information and click
"Next". Please wait patiently for the installation progress dialog box.
illustrate
● If one of the check items is abnormal, "Next" will be grayed out and the installation cannot continue.
After handling the exception according to the prompts, click "Retry" in the "Pre-Installation Check"
dialog box until the check items appear normal.
● By default, U2000 LCT can automatically expand the database based on the growth parameters
defined when creating the database. The disk space required during installation is larger than the
database's allowed growth size. If the remaining disk space is less than the allowed growth size of
the database, the user will be prompted in red font that there is insufficient disk space.
● It is recommended not to operate the computer for a long time during installation, otherwise the
installation may fail because the computer enters hibernation state.
11. After the installation is completed, the installation completion dialog box will pop up. Click "Finish" and
the dialog box for whether to restart the operating system will pop up.
R018C60
Log in with Administrator username! ! !
The following are the steps to solve the problem that the installation screen does not pop up.
1. After installing the sql database patch and restarting the computer,
2. Unzip the 2 compressed files of U2000LCT to the U2000LCT folder on drive D.
3. Then open the install file under D:\U2000LCT\data\TransLCT
A cmd command box pops up and find the WindowsApps location on the second line.
4. Go to C:\Users\Administrator\AppData\Local\Microsoft and delete the WindowsApps folder
5. Just transmit the LCT normally.
Start normal installation
The following solves the problem that the trans DB_1 service cannot be started.
At this time, when you open the monitor, you will find that there is a trans DB_1 service that cannot be started.
Open: D:/lct/data/TransLCT/server/cbb/trans/engineering/windows/autodeploy
Then select the upper path, enter cmd in the upper input field, and add the following command
一、 changeProchandle.bat D:\lct\data\TransLCT 1 zh_CN
二、 addDB_nemgr_trans_hand.bat sa Changeme_123 1
3. After running the above, reopen the above path, enter cmd in the upper input field, and add the following
command
addUflight_nemgr_trans.bat 1 13101
This is to create a new trans DB_1, and then enter the monitor of U2000 to restart the service.
Reset SA password for database using SSMS
step 1. Open SSMS Manager which is usually located on the Start menu -> All Programs -> "Microsoft SQL Server
2014" -> Find the "SQL Server Management Studio" program.
step 3. To change the security of the database, select the current database server → right click → Properties
Select SQL Server and Windows Authentication Mode in Security
step 4. Change the password security of username sa → login name → select sa → right click → Properties
3. Use SQL Reset Password Recovery Tool SA Password
4. When SA has been disabled
Run command prompt CMD with administrator privileges, use command line -m to open the label command as a
single user SQL server
C:\>net stop mssqlserver
C:\>sqlcmd -e -s .
2>go