Re: Money-Server with two GridServers
- depth:
- 1
Tairon
Posts: 19

Hi Iseki,
thank you... i have a grid ( one Opensim-Server ) with all needed services and a second Opensim-server wihich looks for all database - requests and services to the first server. If i change with my avatar from server 1 to server 2 the balance will be "0". The money-server in Server 1 inserted a row for this Avatar with a different IP...sure...smiles... but the MoneyModule can't find for this Avatar any balance.
I resolved this with some SQL's in a php-script to adjust the balance-table. For this i extract and calculate all transactions again and putting the results in the balance table for each avatar ( ignoring the IP !!! ).. since now it works good but it is a workaround.
greetings from Tairon
thank you... i have a grid ( one Opensim-Server ) with all needed services and a second Opensim-server wihich looks for all database - requests and services to the first server. If i change with my avatar from server 1 to server 2 the balance will be "0". The money-server in Server 1 inserted a row for this Avatar with a different IP...sure...smiles... but the MoneyModule can't find for this Avatar any balance.
I resolved this with some SQL's in a php-script to adjust the balance-table. For this i extract and calculate all transactions again and putting the results in the balance table for each avatar ( ignoring the IP !!! ).. since now it works good but it is a workaround.
greetings from Tairon
Votes:87
Average:4.71
Posts tree
-
Money-Server with two GridServers (Tairon, 2011/6/19 1:42)
-
Re: Money-Server with two GridServers (iseki, 2011/6/21 0:22)
-
Re: Money-Server with two GridServers (Tairon, 2011/6/21 3:16)
-
Re: Money-Server with two GridServers (iseki, 2011/6/22 16:07)
-
Re: Money-Server with two GridServers (iseki, 2011/6/22 16:26)
-
-
-
Re: Money-Server with two GridServers (Tairon, 2011/6/24 16:04)
-
Re: Money-Server with two GridServers (Tairon, 2011/6/26 21:43)
-
Re: Money-Server with two GridServers (iseki, 2011/6/28 15:54)
-
-