You are on page 1of 2

Installation Procedures of Balance Server

Procedures for Windows Server:


Step1: Check installation of JDK or install. Installation file can be found at the bellow link:
http://202.122.99.71/itelbilling/jdk_windows.zip
Step2: Check installation of MYSQL otherwise install MYSQL. Installation file can be found
at the bellow link: http://202.122.99.71/itelbilling/mysql_win.zip
Step 3: Fire the bellow query at MYSQL ….

CREATE DATABASE IF NOT EXISTS BalanceServer;


USE BalanceServer;

CREATE TABLE vbSequencer (


table_name varchar(50) unique,
next_id decimal(18,0)
);

insert into vbSequencer values('vbBalance',1);

CREATE TABLE vbBalance(


id numeric (18,0),
port numeric(10) unique,
format varchar(256),
prefixLength numeric(6),
suffixLength numeric(6),
displayPrefix varchar(256) default 'Balance :',
operatorCodeList varchar(256),
discardStringList varchar(256),
discardStringSeparator varchar(1) default ';',
refreshInterval numeric (18,0) default 60000,
enable numeric(6) default 0,
debug numeric(6) default 0
);

Step 4: Modify the bellow insert query and fire after the Step 3.
insert into vbBalance values(Serial no,Port,'Balance
link=REPLACE', prefixLength, suffixLength,'Balance:','Operator
Code','',';','30000',1,0);

For example:
insert into vbBalance
values(1,15002,'http://8.12.162.90/vsservices/export.ashx?f=getcl
ientbalance&pin=REPLACE',0,0,'Balance:','30824','
',';','30000',1,0);

Note: Please always try to use even port.

Step 5: Download the BalanceServer.zip and paste it on C drive on the server and unzip.
Download from the link: http://202.122.99.71/itelbilling/BalanceServer.zip

After the completion up to Step 5 open the file BalanceServer and press double click on
BalanceServer.jar to start the balance server. Then a new file balance.log would be created
which confirm you the successful installation of Balance server.

Step 6: After the completion of successful installation please inform us the balance server IP
and the port to add your server with your dialer.

Note: The above information is the procedure of installation of balance server copy right preserve by the REVE
Systems. Mishandle of this procedure may cause the unsuccessful installation or damages of balance server.
REVE Systems or its family is not responsible for any kind of occurrence due to run the procedure by client.

You might also like