How to transfer clicks from one QAS Pro Web to another

Document type: Tech doc  
Associated product(s): Product name: Pro Web Version: 4.0 + Implementation: Web API
Views: 608  |  Created: Last yearLast updated: Last year

How to transfer clicks from one QAS Pro Web to another

To transfer your clicks from one QAS Pro Web to another please follow the steps below.

1. Navigate to the installation directory for QAS Pro Web (Please use the command prompt if you are a windows user) 

2. Run the following command:

wvmgmtd meterslistread <Server>

Working examples:
wvmgmtd meterslistread localhost:2021
wvmgmtd meterslistread lonw002679:2021
wvmgmtd meterslistread 127.192.0.1:2021

3. This will result in the following output

<number of fields> or <Errorcode><meter name><TAB><meter
value><TAB><*><meter expiry>


Where <*> is the active flag. This reports whether data has been used, and if
so, whether there is a respective licence for that counter.

Please make a note of the meter name for which you wish to move the clicks from. 

4. Run the below command to move the clicks to the new server.

wvmgmtd meterstransfer <source server> <destination server> <meter
name1>:<clicks to transfer> [<meter name2>:<clicks to transfer> ...]

Working examples:
wvmgmtd meterstransfer Lonw002679:2021 lonw002678:2021 WEB.GBR.MATCH.20100301.20110228:300

wvmgmtd meterstransfer Lonw002679:2021 lonw002678:2021 WEB.FRA.MATCH:300

The section in bold are examples of meter names returned from calling the command in step 3

 

N.B Please ensure the QAS Pro Web Server Ports are open on any firewalls between the two machines so they can communicate with each other. 

Was this document helpful?

What can we do to improve this information?