1. Modify the LeeIMService.exe.config server configuration file:
2. The configuration of the client is relatively simple, just write the server's IP on the "Sercerip" node:
3. Then, the ports are:
Msg_udp_port: The UDP port that sends the message;
Msg_tcp_port: The TCP port on which the message is sent;
File_tcp_port: A TCP port for transmitting files;
File_udp_port: UDP port for transmitting files;
Av_udp_port: Video UDP Port;
Av_tcp_port: Video TCP Port;
These ports need to be mapped well, or can not be sent through the external network to send messages;
4. Then check your database has not correctly generated CCIM of the data tables, and sometimes install ccflow when you choose to install CCIM will not be successful to generate the related tables, need to attach "Ccim.bak" The table generation creation SQL statements are then executed in your Ccflow database (the database that is configured in the Web. config file), and you cannot log on CCIM because you do not have a user name and password, you need to execute the stored procedure: Updatesystemdata synchronize the username and password added to the organization into CC Im data table, and then query
table Imuser, Smsuser If there is data, you can find a user name and password when logging in:
5. Start the service:
Perform Setupserver.bat installation service after the above configuration is completed;
After the installation is complete, go to the Windows service and find the Leeimservice boot:
If you are interested, you can follow us in order to get source learning:
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Message mechanism in CCBPM, CCIM server installation instructions