Current location - Quotes Website - Collection of slogans - Unable to start the Unicom service.
Unable to start the Unicom service.
A: This kind of prompt is common in the process of service startup, and there are many reasons for the error. In general, the problem is identified by analyzing the Youtong log file (system32\uf2000.log). The common situations are as follows: Situation 1: Log file record: [2008.6.13165438+. Analysis: According to the prompt, you know that the UFSystem database has not been created. You can check whether the UFSystem database exists by checking database tools (such as Enterprise Manager). The system database is established in the process of automatically creating the system database and demonstrating SOB after logging into the system management for the first time after installing the product or restarting the computer. The service that started Youtong reported this error. It is likely that you did not log in to the system management or perform initialization operation, or it may fail during execution.

Solve:

Method 1: Perform system management and initialize.

Method 2: If the method 1 is not initialized, it may have been initialized before. Delete the registry key: [HKEY _ Local _ Machine \ Software \ UFIDA \ ufsoft \ UF2000 \ 2.0 \ setup], and then log in to System Management to initialize.

Method 3: If the initialization operation fails to establish the system database, you can manually establish the system database and restore the file \ admin \ ufsystem.bak. The database name is defined as UFSystemCase 2: [2008.6.149: 55: 33] provider = sqloledb; Data source = Youtong-UFIDA; User ID=SA

Assword = … [June 2008.14 9: 55: 33] Unable to connect to SQL Server, the password may be incorrect. Analysis: I learned from the prompt that the connection to the database failed, which generally refers to the database password problem. The password of the system management setting SA is called by the Youtong service, and it is generally checked whether the system management can run normally. Please refer to the [System Management] page for the system management operation prompt SA password.

Solution: Configure SQL password and run system management normally. For operation, please refer to the [System Administration] page. Case 3: [June, 2008.1415:16: 53] Error in receiving information. ..... the interface cannot be bound. Analysis: The interface in the prompt can be understood as a port. The product port of Youtong is 4630, and the default port of SQLServer is 1433. Logging interface cannot be bound. The product port may have been disabled or occupied by someone else. Disabled ports are generally caused by firewalls, including firewalls of anti-virus software or XP2 systems. The occupied port may be that other application software needs to call its own port or a temporary dynamic port, resulting in that port 4630 cannot be normally called by Youtong service.

Use the command to check the server port opening under DOS. The command is netstat–a–n. Under normal circumstances, the TCP protocol type 4630 port status is listening. Use the command to check the server port connection under the server or client DOS. The command is telnet Ip address and port number (such as 4630). If the connection is normal, a blank interface will pop up. As shown in the figure below, if the connection fails, you will be prompted that you are connecting to the computer name ... The connection with the host cannot be opened. On port 4630, the connection failed. Solution: If the detected port is really abnormal, you can check the network environment of the machine or the configuration of the firewall. For the configuration of the firewall, please refer to the Firewall page. Case 4: Prompt: ". Trouble .. failed. "

Analysis: It may be because the versions of data access components are inconsistent.

Solution: Install the latest patch of SQL database, MSDE users type in MSDE2000SP4 patch package, SQLServer2000 users type in SQL Server 2000 SP4 patch package, and the number of downloads in the website service toolbar is 865 and 866 respectively. If this patch package is large, you can also consider updating the data access component MDAC. The website can download version MDAC2.7, and the tool number is 678. Case 5: Tip: The server cannot load the bottom interface SGV. Analysis: It may be caused by the incompatibility between the service and the version of Youtong. The file corresponding to Youtong service is System32\ServerNT.exe, which is inconsistent with the current Youtong version. The reason may be that the early version was not completely uninstalled or the encryption dog was patched.

Solve:

Method 1: Stop using the Youtong service, copy the ServerNT.exe file from other machines to overwrite this file, and then start using the Youtong service.

Method 2: Uninstall Youtong products. If the System32 \ ServerNT.exe file still exists, please delete it manually, and then reinstall the Youtong product. Q: The version of Caitong can't be started automatically after being started by Youtong service (UF2000) in WindowsXP environment, so it needs to be started manually. How to configure automatic service startup?

A: This function can be realized by batch commands without changing the operating system.

[Operation Steps] (Take financial communication service: UF2000 management software as an example)

1. Create a new text document and write: net start UF2000 financial software exit on the first line, save and exit.

2. change the suffix of this text document to bat suffix, and the file name is not limited, for example, change it to: financial communication service startup. Bat.

3. This file is stored in the startup directory of the operating system, such as: d: \ documents and settings \ peak \ start menu \ program \ startup \ financial services startup. Bat.