<< Click to Display Table of Contents >> Navigation: Technical Documentation > Insider > Insider8 Installation > Rcvlogsrv Service |
This service is aimed at displaying all the information related to what is being broadcast in AirDDO. This information is displayed on the Flash banner.
•Using command lines, install the RCVLOGSRV.exe service (in Insider8\conduct\RCVLOG).
•Once it is installed, stop the service.
•In the Windows Registry, configure the service :
In this example, there is only one channel being followed up in Insider8 :
[HKEY_LOCAL_MACHINE\SOFTWARE\NETIA\RCVLOG Service\1.0]
IP Address : 234.11.11.11 (default) > Address for AirDDO incoming messages
Receive IP Port : 8888 (default)
Output IP Port : 8888 (default)
Guid Channel for output 1 : enter the GUID channel's name corresponding to the channel you want to follow up, such as it is displayed in the T_FED_CHANNEL table of RA's database.
Attention : be sure to respect the syntax used in the global.asa file
Re-start the RCVLOGSRV.exe service
Note : These various parameters must be the same as those used in the global.asa file that is loacted in the Insider's root directory
Application("selocalDTDDO")="fr-fr"
'GUID du CHANNEL !!!
Session("Canal_AF337B83-6912-42FE-B6D4-023BDC595CB9")="8888" > GUID channel of the channel you want to follow up, such as it is displayed in T_FED_CHANNEL
Note : it is possible to follow up various channels in Insider8. Consequently, you must configure several channels in the RCVLOG registry and in the global.asa file
Add some necessary lines, such as : Session("Channel_guid of the channel ")="listening port"
Example : Session("Channel_AF337B83-6912-42FE-B6D4-023BDC595CB9")="8888"
Ports must be different for each channel.