Register for your free account! | Forgot your password?

You last visited: Today at 18:28

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



DB Connection Failed :(

Discussion on DB Connection Failed :( within the SRO Private Server forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2013
Posts: 15
Received Thanks: 0
DB Connection Failed :(

Hello Guys: i have a problem in SR_GameServer & SR_ShardManager "DB Connection Failed"
and this is the photos ..





and also server.ini
Quote:
Common {
debug_option_debugger_present{
DEBUG_OPTION_ASSERT_SHOW_MESSAGEBOX_OKCANCEL,
DEBUG_OPTION_ASSERT_ADVANCE_BREAK,
DEBUG_OPTION_ASSERT_CANCEL_EXIT
}
debug_option_stand_alone{
DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
}
netengine_debug_option_debugger_present{
DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
}
netengine_debug_option_stand_alone{
DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX,
DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
}

}

////////////////////////////////////////////////////////////////////////////////////////////
GlobalManager {
Certification "25.80.134.214", 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"
}

GatewayServer {
LastFullVersion_SR_Client 130
Certification "25.80.134.214", 15880
IBUVQueueReserveCount 20000
IBUVQueuePrepareRatio 0.10
IBUVFailureIPTolerance 0
IBUVStringSize 1
IBUVCharacterSet "ABCDEF1234567890"
}

DownloadServer {
Certification "25.80.134.214", 15880
}
FarmManager {
Certification "25.80.134.214", 15880
}

AgentServer {
Certification "25.80.134.214", 15882 //no global manager running lol
//traffic_filter_activity "service_off"
//MaxUser 5000
//SockTCPCount 15000
MaxConnectionsPerServer "5000"
MaxConnectionsPer1_OServer "5000"
}

MachineManager {
Certification "25.80.134.214", 15880
CERTIFICATION_IP_BIND "25.80.134.214"
}

SR_GameServer {
Certification "25.80.134.214", 15882
SockTCPCount "5000"
ExpRatio "35000"
ExpRatioParty "35000"
DropItemRatio "5000"
DropGoldAmountCoef "15000"
HwanGainFactor "250"
ShowFormulaDetail "1"

//WINTER_EVENT_2009 EVENT_ON
//EUBUSINESS_EVENT EVENT_ON
//GOLDEN_PIG_FEBRUARY_EVENT EVENT_ON
//THANKS_GIVING_EVENT EVENT_ON
//LIBERATION_EVENT EVENT_ON
LOCALE LOCALE_VIETNAM

//#ifdef OPEN_MARKET_SYSTEM
SET_FEE_RATE "0,5,5,5"
SELL_FEE_RATE "0,10,10,10"
//#endif OPEN_MARKET_SYSTEM
//RE FTW

DO_NOT_SPAWN_MONSTER_OVER_MAX_SERVICE_LEVEL "OFF"
ENTER_LIMIT_CONDITION_GAME_WORLD_ASSIGNED "OFF"


}

SR_ShardManager {
Certification "25.80.134.214", 15882
BILLING_SERVER_URL "http://25.80.134.214:8080/"
CREST_FTP_URL "ftp://mohamedmagdi:[email protected]/SRO_CREST/"
ChristmasEvent2007 1
SERVER_EVENT_SYSTEM ON
LOCALE LOCALE_VIETNAM
FlagEvent 1

HourForMeterRateLevelFirst 22
HourForMeterRateLevelSecond 23

BattleArenaRandom 1
BattleArenaParty 1
BattleArenaGuild 1
BattleArenaJob 1
ArenaMatchOccupy 1
ArenaMatchFlag 1
ArenaMatchPoint 1
}
Thanks Guys
casper20052525 is offline  
Old 10/26/2013, 22:35   #2
 
elite_sniper's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 27
Received Thanks: 2
What order are you opening each .exe for the server? The config looks correct from what i see.
elite_sniper is offline  
Old 10/27/2013, 00:13   #3
 
zikor1337's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 2,667
Received Thanks: 1,886
Quote:
Originally Posted by elite_sniper View Post
What order are you opening each .exe for the server? The config looks correct from what i see.
Why for **** sake would you ask that ? First of all there is not a particular order in opening the exes.

Second, there is a mistake . the first UID, for the shard db, in the srShard.ini is wrong : "sa_db" . In the others two lines, for the log db and account db, you have it as "sa" .
zikor1337 is offline  
Thanks
1 User
Old 10/27/2013, 07:04   #4
 
elite*gold: 0
Join Date: May 2013
Posts: 1,447
Received Thanks: 1,044
Quote:
Originally Posted by zikor1337 View Post
Why for **** sake would you ask that ? First of all there is not a particular order in opening the exes.

Second, there is a mistake . the first UID, for the shard db, in the srShard.ini is wrong : "sa_db" . In the others two lines, for the log db and account db, you have it as "sa" .
Usually yes but you can't open agent/gs/shard before FarmManager just like you can't open Global before Certification ^^
Anonymous-6723 is offline  
Old 10/27/2013, 17:24   #5
 
elite_sniper's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 27
Received Thanks: 2
Quote:
Originally Posted by zikor1337 View Post
Why for **** sake would you ask that ? First of all there is not a particular order in opening the exes.



Second, there is a mistake . the first UID, for the shard db, in the srShard.ini is wrong : "sa_db" . In the others two lines, for the log db and account db, you have it as "sa" .

Because there is an order, you cant just open them randomly. That's why "for **** sake" i asked you *****. If you cant respond to a post without trying to start ****. Do not reply. That simple.

With that being said, like zikor1337 said, fix where you have sa_db and change it to sa (in the srshard.ini)
elite_sniper is offline  
Old 10/27/2013, 23:14   #6
 
zikor1337's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 2,667
Received Thanks: 1,886
Quote:
Originally Posted by elite_sniper View Post
Because there is an order, you cant just open them randomly. That's why "for **** sake" i asked you *****. If you cant respond to a post without trying to start ****. Do not reply. That simple.

With that being said, like zikor1337 said, fix where you have sa_db and change it to sa (in the srshard.ini)
Your arguments are invalid . You asked him the order he opened the exe's when the problem he had was a certification problem . Even if I open them randomly I will never get such an error, never ever!

And the config was obviously not correct .. lol .
zikor1337 is offline  
Reply


Similar Threads Similar Threads
DB Connection failed
06/25/2013 - SRO Private Server - 1 Replies
I have a problem with my GameServer and ShardNanager that they cant connect to DB if someone could help me please add me to skype : dayron305 or also to teamviewer Thanks!
DB Connection Failed! -.-
01/26/2013 - SRO Private Server - 9 Replies
OMG... My SR_ShardManager dont connect with DB :( SR_ShardManager : DB Connection Failed! srShard count=1
DB Connection failed
09/05/2012 - SRO Private Server - 2 Replies
Well, I am trying to run my own server, but when I open Sr_gameserver it gives me this error: DB Connection failed. I think everything is right and fine because I can't see any error. Does somebody knows what's happening? Or does anyone knows how to fix this? Thank you so much! :)
DB Connection failed! need help.
08/15/2012 - SRO Private Server - 12 Replies
DB Connection failed! any1 can help me? http://img46.imageshack.us/img46/1876/96793744.pn g
ERROR: Connection failed. Host 'Mcncc.com' is blocked because of many connection erro
04/10/2010 - Metin2 Private Server - 8 Replies
Hab ein Problem mit meinem DynDns Server nach einiger Zeit kommt bei der DB und Regi immer olgendes "ERROR: Connection failed. Host 'Mcncc.com' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'" kann mir jemand sagen woran das liegt?



All times are GMT +2. The time now is 18:28.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.