CustomCertificationServer.bat error

06/29/2014 14:48 catalans1#1
Hello everybody,

Im trying to make a private server, following SROinfo guide.

Im new at this so I don't understant which ip I need to use, so Im using the ip that my isp has provided to me, I want to use it for the moment for a local use, so which IP I need to put?

The other thing, when I execute CustomCertificationServer.bat, I get this error:

[Only registered and activated users can see links. Click Here To Register...]

The line in spanish says: "The requested address is not valid in this context"

And the windows error is the typical error of execution that says that "has stop working."

I checked the DSN, is all correct, and the .ini files are correct too, what may fail?
06/29/2014 15:46 kingsmall2#2
srNodeType.ini can you show me its content ?
06/29/2014 15:56 catalans1#3
Quote:
Originally Posted by kingsmall2 View Post
srNodeType.ini can you show me its content ?
I used my local ip, and now it works fine, but when I start GlobalManager.exe, BSObj Plugin error appers :S.

srNodeType.ini:

[global]
count=1
[entry0]
id=335
operation_type=22
name=SRO_Vietnam_TestLocal
wip=192.168.1.80
nip=192.168.1.80
machine_manager_node_id=699
06/29/2014 20:15 kingsmall2#4
i think global error is because of something wrong in srGlobalService.ini
make sure that DSN+DATABASE=SRO_VT_ACCOUNT

and server.cfg must be like this

GlobalManager {
Certification "your local ip", 32000
LoginFailureTolerance 3
IBUVFailureTolerance 3
LoginFailureBlockTimeMin 0
IBUVFailureBlockTimeMin 0
AutomatedPunisher "AutomatedPunisher"
LoginPunishmentGuide "Blocked for 10 minutes due to incorrect password entered 3 times"
LoginPunishmentDescription "Blocked for 10 minutes due to incorrect password entered 3 times"
IBUVPunishmentGuide "Blocked for 10 minutes due to incorrect code entered 3 times"
IBUVPunishmentDescription "Blocked for 10 minutes due to incorrect code entered 3 times"
}