SR_ShardManager.exe GIVES AN ERROR

02/24/2015 16:28 intelligent2009#1
Finally very happy to have my new server. If it wasn't for you guys I wouldn't have been able to open it properly . THANK YOU!

note : using vsro files and clean database.
02/24/2015 16:41 magicanoo#2
Quote:
BILLING_SERVER_URL "http://25.73.56.254:8080/"
Replace that IP with 127.0.0.1
02/24/2015 17:02 intelligent2009#3
This time Global Manager turned blue too which is good but shardmanager still closes in like 4 seconds after I launch it. error is : "billing server is dead. " and closes
[Only registered and activated users can see links. Click Here To Register...]

my new server.cfg here
Code:
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.73.56.254", 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.73.56.254", 15880
		IBUVQueueReserveCount		20000
		IBUVQueuePrepareRatio		0.10
		IBUVFailureIPTolerance		0
		IBUVStringSize				1
		IBUVCharacterSet			"ABCDEF1234567890"
}

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

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

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

SR_GameServer {
		Certification "25.73.56.254", 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.73.56.254", 15882
		BILLING_SERVER_URL 				"http://127.0.0.1:8080/"
		CREST_FTP_URL 					"ftp://SRO_FTP:3510412XX@127.0.0.1/"
		ChristmasEvent2007 				1
		SERVER_EVENT_SYSTEM             ON
		LOCALE 							LOCALE_VIETNAM
		FlagEvent 						1
			//HourForMeterRateLevelFirst	24
			//HourForMeterRateLevelSecond	0

		BattleArenaRandom 				1
		BattleArenaParty 				1
		BattleArenaGuild 				1
		BattleArenaJob 					1
		ArenaMatchOccupy 				1
		ArenaMatchFlag 					1
		ArenaMatchPoint 				1
}
02/24/2015 17:08 ​Exo#4
billing server is dead == there's a problem with your webserv check your IIS config.
02/24/2015 17:18 intelligent2009#5
I dont see what could be the problem :S I've set up my port to 8080 in IIS too. I've copied the files into my C:\inetpub\wwwroot as well

Quote:
Originally Posted by xExorcist View Post
billing server is dead == there's a problem with your webserv check your IIS config.
Quote:
Originally Posted by intelligent2009 View Post
I dont see what could be the problem :S I've set up my port to 8080 in IIS too. I've copied the files into my C:\inetpub\wwwroot as well
should I touch DBConnect ? in C:\inetpub\wwwroot ?

Quote:
Originally Posted by xExorcist View Post
billing server is dead == there's a problem with your webserv check your IIS config.
Quote:
Originally Posted by intelligent2009 View Post
I dont see what could be the problem :S I've set up my port to 8080 in IIS too. I've copied the files into my C:\inetpub\wwwroot as well
should I touch DBConnect ? in C:\inetpub\wwwroot ?
02/24/2015 19:22 ​Exo#6
Quote:
Originally Posted by intelligent2009 View Post
I dont see what could be the problem :S I've set up my port to 8080 in IIS too. I've copied the files into my C:\inetpub\wwwroot as well





should I touch DBConnect ? in C:\inetpub\wwwroot ?
Of course,
Quote:
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=YOURPC\SQLEXPRESS;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=123456;"
DBConnA.Open strConnectA

%>
What to change
YOURPC\SQLEXPRESS >> Your server name
sa = DB user ID
123456 > DB user PW
SRO_VT_ACCOUNT change this if you have another db name
02/25/2015 05:09 intelligent2009#7
Quote:
Originally Posted by xExorcist View Post
Of course,

What to change
YOURPC\SQLEXPRESS >> Your server name
sa = DB user ID
123456 > DB user PW
SRO_VT_ACCOUNT change this if you have another db name
i did it here is my DBConnect.asp

You seem like a good person . if you are willing to help me I can gove you tw so it would be easier for both of us. thank you
if yes please add me on facebook : Orhan Gunes Biler ( prof pic is with my girldfriend)
02/25/2015 14:02 Memoirs#8
give me your tw, I could help.
02/25/2015 14:43 Aaron*#9
add me on skype i will solve it
aeron.53
02/25/2015 22:39 intelligent2009#10
Quote:
Originally Posted by Memoirs View Post
give me your tw, I could help.
I have fixed the issues thank you guys all I will add you anyway for being so kind!

Quote:
Originally Posted by Memoirs View Post
give me your tw, I could help.
Thank you brother I will add you too but I have solved all my issues only npc names,unique names item names won't show.