Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Guide] for ep 3.3

Status
Not open for further replies.
Joined
Sep 7, 2011
Messages
1,323
Reaction score
528
sorry, but this is precisely global.cfg this guide made ​​by you. :)
Now if you are so kind to help me I would appreciate that.

True but that was for other thread maded by you.

Code:
#################################################################################
# $LOCAL_IP_ADDR	: local computer IP(All server edit)
# $SERVER_GROUP_NAME: set ServerGruop(IM, Field server edit), Max 19Bytes
# $LANGUAGE_TYPE	: set language load Text field of DB
# define LANGUAGE_TYPE_UNKNOWN				-1
# define LANGUAGE_TYPE_KOREAN				0
# define LANGUAGE_TYPE_ENGLISH				1
# define LANGUAGE_TYPE_JAPANESE				2
# define LANGUAGE_TYPE_CHINESE				3
# define LANGUAGE_TYPE_VIETNAMESE			4
################################################################################
	$LOCAL_IP_ADDR					= 5.175.254.21 			-(for hamachi) or u can put here ur local ip (ex: 192.168.25.10)
	$LOCAL_PUBLIC_IP_ADDR				= 73.128.265.001 		-(here you put your external IP in case u want to run it globally. Or just $LOCAL_IP_ADDR for hamachi.
	$ARENA_IP_ADDR					= $LOCAL_PUBLIC_IP_ADDR		-Arena to work, globally, I puted here the external IP.
	$WEBSRV_IP_ADDR					= $LOCAL_IP_ADDR
	$FTPSRV_IP_ADDR					= $LOCAL_IP_ADDR
	$IS_ARENA_SERVER				= FALSE
	$SERVER_GROUP_NAME				= YourServerGroupName
	$LANGUAGE_TYPE				= 1

################################################################################
# ServerGroupList
################################################################################
	$SERVER_GROUP_NAME_1				= YourServerGroupName
	$SERVER_GROUP_NAME_2				= 
	$SERVER_GROUP_NAME_3				= 
	$SERVER_GROUP_NAME_4				= 
	$SERVER_GROUP_NAME_5				= 
	$SERVER_GROUP_NAME_6				= 
	$SERVER_GROUP_NAME_7				= 
	$SERVER_GROUP_NAME_8				= 
	$SERVER_GROUP_NAME_9				= 
	$SERVER_GROUP_NAME_10				= 
	$SERVER_GROUP_NAME_11				= ARENA
	$SERVER_GROUP_NAME_12				= 
	$SERVER_GROUP_NAME_13				= 
	$SERVER_GROUP_NAME_14				= 
	$SERVER_GROUP_NAME_15				= 
	$SERVER_GROUP_NAME_16				= 
	$SERVER_GROUP_NAME_17				= 
	$SERVER_GROUP_NAME_18				= 
	$SERVER_GROUP_NAME_19				= 
	$SERVER_GROUP_NAME_20				= 
	$MGAME_SERVER_ID_1		 		= 10061
	$MGAME_SERVER_ID_2				= 10062
	$MGAME_SERVER_ID_3				= 10063
	$MGAME_SERVER_ID_4				= 10064
	$MGAME_SERVER_ID_5				= 10065
	$MGAME_SERVER_ID_6				= 10066
	$MGAME_SERVER_ID_7				= 10067
	$MGAME_SERVER_ID_8				= 10068
	$MGAME_SERVER_ID_9				= 10069
	$MGAME_SERVER_ID_10				= 10070
	$MGAME_SERVER_ID_11				= 10071
	$MGAME_SERVER_ID_12				= 10072
	$MGAME_SERVER_ID_13				= 10073
	$MGAME_SERVER_ID_14				= 10074
	$MGAME_SERVER_ID_15				= 10075
	$MGAME_SERVER_ID_16				= 10076
	$MGAME_SERVER_ID_17				= 10077
	$MGAME_SERVER_ID_18				= 10078
	$MGAME_SERVER_ID_19				= 10079
	$MGAME_SERVER_ID_20				= 10080

################################################################################
# PreServer Group List
#	Syntax						= [LoginServerName]		[LoginServerIP]		[TabIndex and OrderIndex]
#############################################################################
	$$GAME_SERVER_GROUP_NAME1			= MainServer1		$LOCAL_PUBLIC_IP_ADDR		10061
	$$GAME_SERVER_GROUP_NAME2			= 
	$$GAME_SERVER_GROUP_NAME3			= 
	$$GAME_SERVER_GROUP_NAME4			= 
	$$GAME_SERVER_GROUP_NAME5			= 
	$$GAME_SERVER_GROUP_NAME6			= 
	$$GAME_SERVER_GROUP_NAME7			= 
	$$GAME_SERVER_GROUP_NAME8			= 
	$$GAME_SERVER_GROUP_NAME9			= 
	$$GAME_SERVER_GROUP_NAME10			= 

################################################################################
# ServerGroupInfo List
#	Syntax						= [ServerName]			[ServerId]		[Enable]
#############################################################################
	$$SERVER_GROUP_INFO_1				= $SERVER_GROUP_NAME_1		$MGAME_SERVER_ID_1	TRUE
	$$SERVER_GROUP_INFO_2				= $SERVER_GROUP_NAME_11		$MGAME_SERVER_ID_1	TRUE
	$$SERVER_GROUP_INFO_3				= 
	$$SERVER_GROUP_INFO_4				= 
	$$SERVER_GROUP_INFO_5				= 
	$$SERVER_GROUP_INFO_6				= 
	$$SERVER_GROUP_INFO_7				= 
	$$SERVER_GROUP_INFO_8				= 
	$$SERVER_GROUP_INFO_9				= 
	$$SERVER_GROUP_INFO_10				= 

################################################################################
# Each Server's IP
################################################################################
	$PRE_SERVER_IP					= $LOCAL_IP_ADDR
	$IM_SERVER_IP					= $LOCAL_IP_ADDR
	$LOG_SERVER_IP					= $LOCAL_IP_ADDR
	$FIELD_SERVER_IP				= $LOCAL_IP_ADDR
	$NPC_SERVER_IP					= $LOCAL_IP_ADDR
	$VD_SERVER_IP					= $LOCAL_IP_ADDR
	$VC_SERVER_IP					= $LOCAL_IP_ADDR





################################################################################
# Default Listening Ports
################################################################################
	$PRE_SERVER_PORT				= 15100
	$IM_SERVER_PORT					= 15101
	$LOG_SERVER_PORT				= 15102
	$FIELD_SERVER_PORT				= 15103
	$NPC_SERVER_PORT				= 15104
	

################################################################################
# ArenaServer - Setting
################################################################################
	$ARENA_SERVER_NAME				= $MGAME_SERVER_ID_11
	$ARENA_SERVER_ID				= $SERVER_GROUP_NAME_11
	$Arena_DB_SERVER_NAME_IM			= atum2_db_arena
	$Arena_SERVER_GROUP_ODBC_DSN			= db_arena
	$ARENA_IM_IP					= $LOCAL_IP_ADDR
	$ARENA_LOG_IP					= $LOCAL_IP_ADDR
	$ARENA_FIELD_IP				        = $LOCAL_IP_ADDR
	$ARENA_NPC_IP					= $LOCAL_IP_ADDR

	$ARENA_IM_PORT					= 15105
	$ARENA_LOG_PORT				        = 15106
	$ARENA_FIELD_PORT				= 15107
	$ARENA_NPC_PORT				        = 15108

################################################################################
# VoIP Server Settings(PCCallAgent)
################################################################################
	$VOIP_1to1_SERVER_IP				= $LOCAL_IP_ADDR
	$VOIP_1to1_SERVER_PORT				= 15152
	$VOIP_NtoN_SERVER_IP				= $LOCAL_IP_ADDR
	$VOIP_NtoN_SERVER_PORT				= 15150

################################################################################
# Auto Update Settings
################################################################################
#	$AUTO_UPDATE_SERVER_TYPE			= {FTP|HTTP}, default FTP
	$AUTO_UPDATE_SERVER_TYPE			= FTP

################################################################################
	$UPLOAD_FTP_SERVER_IP				= 
	$UPLOAD_FTP_SERVER_PORT				= 
	$UPLOAD_FTP_SERVER_ACCOUNT			= 
	$UPLOAD_FTP_SERVER_PASSWORD			= 
	
	$DOWNLOAD_FTP_SERVER_IP1			= 
	$DOWNLOAD_FTP_SERVER_IP2			= 
	$DOWNLOAD_FTP_SERVER_PORT			= 
	$DOWNLOAD_FTP_SERVER_ACCOUNT			= 
	$DOWNLOAD_FTP_SERVER_PASSWORD			= 
	
	$CLIENT_FTP_UPDATE_UPLOAD_DIR			= //autoupdate/aceonline
	$LAUNCHER_FILE_UPLOAD_PATH			= //autoupdate/launcher/Launcher.atm
	$DELETE_FILE_LIST_UPLOAD_PATH			= //autoupdate/deletefilelist/deletefilelist.txt
	$NOTICE_FILE_UPLOAD_PATH			= //autoupdate/notice/notice.txt
    	$VERSION_LIST_FILE_UPLOAD_PATH			= //autoupdate/aceonline/versionlist.ver

	$CLIENT_FTP_UPDATE_DOWNLOAD_DIR			= //autoupdate/aceonline
	$LAUNCHER_FILE_DOWNLOAD_PATH			= //autoupdate/aceonline/Launcher.atm
	$DELETE_FILE_LIST_DOWNLOAD_PATH			= //autoupdate/deletefilelist/deletefilelist.txt
	$NOTICE_FILE_DOWNLOAD_PATH			= //autoupdate/notice/notice.txt
	
	############################################################################
	# HTTP Setting
	$DOWNLOAD_HTTP_SERVER_IP1			= $WEBSRV_IP_ADDR
	$DOWNLOAD_HTTP_SERVER_IP2			= $WEBSRV_IP_ADDR
	$DOWNLOAD_HTTP_SERVER_PORT			= 80
	$DOWNLOAD_HTTP_SERVER_ACCOUNT			= anonymous
	$DOWNLOAD_HTTP_SERVER_PASSWORD			=
	$CLIENT_UPDATE_DOWNLOAD_HTTP_DIR		= autoupdate/aceonline
	$LAUNCHER_FILE_DOWNLOAD_HTTP_PATH		= autoupdate/launcher/Launcher.atm
	$DELETE_FILE_LIST_DOWNLOAD_HTTP_PATH		= autoupdate/deletefilelist/deletefilelist.txt
	$NOTICE_FILE_DOWNLOAD_HTTP_PATH			= autoupdate/notice/notice.txt
    	$VERSION_LIST_FILE_DOWNLOAD_HTTP_PATH		= autoupdate/aceonline/versionlist.ver

################################################################################
# Client Update ignore Flag, Warning: certanly set FALSE when real service!!!
################################################################################
	$INGNORE_CLIENT_VERSION_UPDATE			= FALSE

################################################################################
# Log server connect flag, Warning: certanly set TRUE when real service!!!
################################################################################
	$CHECK_LOG_SERVER				= TRUE

################################################################################
# Test Server Flag
################################################################################
	$IS_TEST_SERVER					= FALSE
	$MAIN_OR_TEST_SERVER_NAME			= MainServer
	$GAME_PUBLISHER					= YourServerGroupName

################################################################################
# Jamboree Server Flag
################################################################################
	$IS_JAMBOREE_SERVER				= FALSE

################################################################################
# Only Choice Server Flag
################################################################################
	$IS_ONLY_CHOICE_SERVER				= FALSE

################################################################################
# Server Group Limite User Count
################################################################################
	$SERVER_GROUP_LIMITE_USER_COUNT			= 1000
	
################################################################################
# Cash Shop Service Flag
################################################################################
	$CASH_SHOP_SERVICE_FLAG				= TRUE

################################################################################
# Use SecondaryPassword System Flag
################################################################################
	$USE_SECONDARYPASSWORD_SYSTEM_FLAG		= FALSE

################################################################################
# Client Reinstall-Version
################################################################################
	$CLIENT_REINSTALL_VERSION    	 		= 1.0.0.0

################################################################################
# MAP Settings
################################################################################
	$SERVER_GROUP_DEFAULT_MAP			= 2001

################################################################################
# Database Settings - Global
################################################################################
	$DB_SERVER_IP					= #your hamachi or local ip
	$DB_SERVER_PORT					= 1433
	$DB_SERVER_NAME_PRE				= atum2_db_account
	$DB_SERVER_NAME_IM				= atum2_db_1

	$LOGDB_SERVER_IP				= #your hamachi or local ip
	$LOGDB_SERVER_PORT				= 1433

	$BILLING_SERVER_IP				= #your hamachi or local ip
	$BILLING_SERVER_PORT				= 1433
	$BILLING_DB_NAME				= atum2_db_1
	$BILLING_SERVER_UID				= atum  	#this is default if u got other id just change it.
	$BILLING_SERVER_PASSWORD			= callweb  	#this is default if u got other pw just change it.

	$EXTAUTH_DB_SERVER_IP 				= #your hamachi or local ip
	$EXTAUTH_DB_SERVER_PORT				= 1433
	$EXTAUTH_DB_SERVER_DB_NAME			= atum2_db_account

################################################################################
# Database Settings 1 - PreServer
################################################################################
	$PRE_ODBC_DSN					= db_account
	$PRE_ODBC_UID					= atum		#this is default if u got other id just change it.
	$PRE_ODBC_PASSWD				= callweb  	#this is default if u got other pw just change it.

################################################################################
# Database Settings 2 - ServerGroup(IMServer, FieldServer, LogServer, NPCServer)
################################################################################	
	$SERVER_GROUP_ODBC_DSN				= db_1
	$SERVER_GROUP_ODBC_UID				= atum		#this is default if u got other id just change it.
	$SERVER_GROUP_ODBC_PASSWD			= callweb  	#this is default if u got other pw just change it.

################################################################################
# Database Settings 3 - Log DB Server(LogServer)
# ($LOG_SERVER_GROUP_ODBC_XXX)
################################################################################	
	$LOG_SERVER_GROUP_ODBC_DSN			= db_1
	$LOG_SERVER_GROUP_ODBC_UID			= atum		#this is default if u got other id just change it.
	$LOG_SERVER_GROUP_ODBC_PASSWD			= callweb  	#this is default if u got other pw just change it.

################################################################################
# External Authentication Flag
# Database Settings 3 - External Authentication(DB)
################################################################################
	$IS_EXTERNAL_AUTHENTICATION 			= FALSE
	$EXT_AUTH_ODBC_DSN				= atum_external_authentication_dsn
	$EXT_AUTH_ODBC_UID				= atum		#this is default if u got other id just change it.
	$EXT_AUTH_ODBC_PASSWD				= callweb  	#this is default if u got other pw just change it.

################################################################################
#SCADMIN-TOOL - Allowed IP
################################################################################
	$ALLOWED_TOOL_IP_1				= 127.0.0.1
	$ALLOWED_TOOL_IP_2				= 
	$ALLOWED_TOOL_IP_3				= 
	$ALLOWED_TOOL_IP_4				= 
	$ALLOWED_TOOL_IP_5				= 
	$ALLOWED_TOOL_IP_6				= 
	$ALLOWED_TOOL_IP_7				= 
	$ALLOWED_TOOL_IP_8				= 
	$ALLOWED_TOOL_IP_9				= 
	$ALLOWED_TOOL_IP_10				=

This looks like beeing the one that I attached near the guide.
Look at the differences. Anyway nvm about this.


Maybe its not working because you didn't created an login with "sysadmin" for atum with password callweb in SQL Server Management Studio, and also u need to increment the databases under atum.

And the ODBC part the same. The thing is with ODBC, that you have to fill up with atum and callweb and not with the atum and callweb which are in global.cfg XoRed.
 
Newbie Spellweaver
Joined
Dec 29, 2011
Messages
19
Reaction score
1
OMG, that is the problem.
I have a SQL server management studio
NT / Authority System with current user

SQL Server 2008 R2 conectar servidor.JPG - [Guide] for ep 3.3 - RaGEZONE Forums

DNS de sistema.JPG - [Guide] for ep 3.3 - RaGEZONE Forums

Step 3: Setting up the server (SQL Side of things).
-Moving right on to SQL side of things, the installation is fairly simple, so i'm not going to walk you through it. You're a big kid, running your own server and stuff, i think you can figure it out. (When it asks what you want to install, select all. USe NT/System Authority, and Add current user for anything after that. Install it and you should be on your way. Figured i'd just give an overview
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 14, 2011
Messages
10
Reaction score
0
The fourth task map into error.
Information such as pictures.
WARonline - [Guide] for ep 3.3 - RaGEZONE Forums


FieldSystem_20120107_231913
Code:
01-07 23:21:59|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3390) SockIdx( 135) 
01-07 23:22:00|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3391) SockIdx( 136) 
01-07 23:22:00|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3392) SockIdx( 137) 
01-07 23:22:00|  SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_SERVICE_INFO Param1(0) Param2(0) Msg((null))
01-07 23:22:00|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3395) SockIdx( 138) 
01-07 23:22:01|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3416) SockIdx( 139) 
01-07 23:22:01|  SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(0) Param2(65535) Msg((null))
01-07 23:22:01|  SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(1) Param2(65535) Msg((null))
01-07 23:22:01|  SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(2) Param2(65535) Msg((null))
01-07 23:22:01|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3413) SockIdx( 140) 
01-07 23:22:01|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3412) SockIdx( 141) 
01-07 23:22:01|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3411) SockIdx( 142) 
01-07 23:22:01|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3394) SockIdx( 143) 
01-07 23:22:02|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3393) SockIdx( 144) 
01-07 23:22:02|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3396) SockIdx( 145) 
01-07 23:22:02|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3397) SockIdx( 146) 
01-07 23:22:02|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3418) SockIdx( 147) 
01-07 23:22:02|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3417) SockIdx( 148) 
01-07 23:22:03|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3414) SockIdx( 149) 
01-07 23:22:03|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3415) SockIdx( 150) 
01-07 23:22:03|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3451) SockIdx( 151) 
01-07 23:22:03|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3452) SockIdx( 152) 
01-07 23:22:03|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3453) SockIdx( 153) 
01-07 23:22:04|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3454) SockIdx( 154) 
01-07 23:22:04|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3455) SockIdx( 155) 
01-07 23:22:04|  [Notify] UDP Socket ready for NPC Server!! MapIndex(6018) SockIdx( 156) 
01-07 23:22:04|  [Notify] UDP Socket ready for NPC Server!! MapIndex(2006) SockIdx( 157) 
01-07 23:22:04|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3042) SockIdx( 158) 
01-07 23:22:05|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3041) SockIdx( 159) 
01-07 23:22:05|  [Notify] UDP Socket ready for NPC Server!! MapIndex(3043) SockIdx( 160) 
01-07 23:22:42|  Warp  DONE(SAME Field Server) :    flysand SocketIndex[ 171]       Map(3302)       Position( 9700,  1199,  5120)
01-07 23:23:00|  [Notify] OutPostWarNoti OutPostWarStart  OUTPOST_INIT bell1 : [    10], bell2 : [    14], bell3 : [    -1], NextWarTimeDB : [2012-01-07 20:00:00]
01-07 23:24:00|  [Notify] OutPostWarNoti COutPostManager::OutPostWarEnd# 10000 OutPostMapIndex(  6017) 
01-07 23:24:00|  [Notify] OutPostWarNoti COutPostManager::OutPostWarEnd# 10100 OutPostMapIndex(  6017) 
01-07 23:24:00|  [Notify] OutPostWarNoti COutPostManager::OutPostWarEnd# 10200 OutPostMapIndex(  6017) 
01-07 23:24:00|  [Notify] OutPostWarNoti COutPostManager::OnDoMinutelyWorkOutPostManager# EvEnd OutpostWarMapIndex(6017) WinInfl(2) LossInfl(4) WinGuildUID(127) CityMapIndexOfOutpost(2005) 
01-07 23:25:01|[Notify] WarpToMap(200) :    flysand SocketIndex[ 171] Map(3302)	Position( 8859,   364,  4143)
01-07 23:25:04|  SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_SERVICE_INFO Param1(0) Param2(0) Msg((null))
01-07 23:25:04|  Warp  DONE(SAME Field Server) :    flysand SocketIndex[ 171]       Map(2002)       Position( 1034,   957,  5004)
01-07 23:25:04|  SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(0) Param2(65535) Msg((null))
01-07 23:25:04|  SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(1) Param2(65535) Msg((null))
01-07 23:25:04|  SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(2) Param2(65535) Msg((null))
01-07 23:26:07|  Warp  DONE(SAME Field Server) :    flysand SocketIndex[ 171]       Map(3303)       Position( 9700,  1199,  5120)
01-07 23:27:45|[Notify] WarpToMap(200) :    flysand SocketIndex[ 171] Map(3303)	Position( 5266,   301,  4360)
01-07 23:27:48|  SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_SERVICE_INFO Param1(0) Param2(0) Msg((null))
01-07 23:27:48|  Warp  DONE(SAME Field Server) :    flysand SocketIndex[ 171]       Map(2002)       Position( 1035,   957,  4981)
01-07 23:27:48|  SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(0) Param2(65535) Msg((null))
01-07 23:27:48|  SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(1) Param2(65535) Msg((null))
01-07 23:27:48|  SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(2) Param2(65535) Msg((null))
01-07 23:27:56|  Warp  DONE(SAME Field Server) :    flysand SocketIndex[ 171]       Map(3351)       Position(  540,   259,   630)
01-07 23:28:52|[Notify] WarpToMap(200) :    flysand SocketIndex[ 171] Map(3351)	Position( 4263,   184,  4485)
01-07 23:28:55|  SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_SERVICE_INFO Param1(0) Param2(0) Msg((null))
01-07 23:28:55|  Warp  DONE(SAME Field Server) :    flysand SocketIndex[ 171]       Map(2002)       Position( 1028,   957,  4959)
01-07 23:28:55|  SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(0) Param2(65535) Msg((null))
01-07 23:28:55|  SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(1) Param2(65535) Msg((null))
01-07 23:28:55|  SendErrorMsg to [A(test:2) C(flysand:2424) CI(171)] 61.163.105.115 ==> ERR_DB_NO_SUCH_DATA(0x210e) AT T_FC_INFO_WRK_GET_RANKER_LIST Param1(2) Param2(65535) Msg((null))
01-07 23:29:05|[Notify] WarpToMap(105) :    flysand SocketIndex[ 171] Map(3002)	Position( 1200,   800,   810)
01-07 23:29:07|Socket Closed  Client( 61.163.105.115:56151) SocketType(7) |SockIdx( 171)| MaxWriteBufCounts[   2] ==> reason 6[0X000006], deletedPacketCount(0)
01-07 23:29:07|  GameEndRoutine [A(test:2) C(flysand:2424) CI(171)] Map(3002) Position(1200,  800,  810)
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 29, 2011
Messages
19
Reaction score
1
I reinstalled everything again, I change what you said.
now I have SQL server authentication:
ID = Atum
Pass = callweb
Conexion.JPG - [Guide] for ep 3.3 - RaGEZONE Forums

now I have new error.
 

Attachments

You must be registered for see attachments list
Joined
Sep 7, 2011
Messages
1,323
Reaction score
528
I reinstalled everything again, I change what you said.
now I have SQL server authentication:
ID = Atum
Pass = callweb
View attachment 95598

now I have new error.

1st of all you did it very very wrong. Why no one reads the configuration files to understand them and what they do?

And also...You got a problem? Means that you didn't PAYED TO MUCH Attencion to the guide.

The guide its specifing clearly what you have to do.


So your problem its that you didn't used the global.cfg that i uploaded it here.
And the Part with ODBC. you made it Ducking wrong.
It seems that you didn't pass the pages of this thread. Because if you was doing it you would see there that I posted at page 6-8 (idremember well) the ODBC PART IN PHOTOS.

You should see that in ODBC I got db_account and db_1 and db_arena.

You got the basic shits.
Take them out from ODBC I will post a new config fixed for you, only that you have to do the ODBC Part with
db_arena = atum2_db_arena
db_1 = atum2_db_1
db_account = atum2_db_account.



Your error specified to me a IOCP error which means you made a config wrong.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 29, 2011
Messages
19
Reaction score
1
DecofWar problem has given me but I've solved
I think everything is solved.

I have only 1 problem.
ERROR arena.JPG - [Guide] for ep 3.3 - RaGEZONE Forums

http://forum.ragezone.com/6610243-post1.html

I see tu post, but SQL server I can not Restore the db.
the old database leave a trail.
how can me completely eliminate atum2_bd_arena?
ERROR SQL SERVER.JPG - [Guide] for ep 3.3 - RaGEZONE Forums

Restore failed for Server 'MIGUI2. "(Microsoft.Sqlserver.SmoExtended)
Additional information:
System.Data.SqlClient.SqlError: The backup set holds a backup of a database other than the existing "atum2_db_arena." (Microsoft.SqlServer.Smo).

I have a SQL Server 2008 R2 Enterprise
 

Attachments

You must be registered for see attachments list
Joined
Sep 7, 2011
Messages
1,323
Reaction score
528
DecofWar problem has given me but I've solved
I think everything is solved.

I have only 1 problem.
View attachment 95622

http://forum.ragezone.com/6610243-post1.html

I see tu post, but SQL server I can not Restore the db.
the old database leave a trail.
how can me completely eliminate atum2_bd_arena?
View attachment 95623

Restore failed for Server 'MIGUI2. "(Microsoft.Sqlserver.SmoExtended)
Additional information:
System.Data.SqlClient.SqlError: The backup set holds a backup of a database other than the existing "atum2_db_arena." (Microsoft.SqlServer.Smo).

I have a SQL Server 2008 R2 Enterprise

OMG

Choose only the last one from DOWN of those. Not all of them...
The last one means the last database configured.
 
Newbie Spellweaver
Joined
Dec 29, 2011
Messages
19
Reaction score
1
cliente.JPG - [Guide] for ep 3.3 - RaGEZONE Forums

client version its for the patching system.
Launcher version its 2.3.8.5 basicaly but u can change it in what ever u want.

You are using a batch file to open the launcher? And after can't connect to aceonline.atm

listen. The aceonline.atm must remain as aceonline.atm in case that u changed it in to .exe. But not this is the problem. Your problem it's that launcher.atm can't find aceonline.atm which use windows shell common.

Try to right click on aceonline.atm go to properties and tell me the file format.

And post here.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 16, 2011
Messages
6
Reaction score
0
Heyho guys,
I have the same problem how misterbit from the first page ...

I think the problem is on the windows authentication
I do not know how I can integrate into the config ...

i am use Kabel Deutschland and my external ip is same how my internal ip ...

and sry for my bad englisch ... i am a german guy :p
i hope anyone can help me

greeetz :)
 
Newbie Spellweaver
Joined
Dec 29, 2011
Messages
19
Reaction score
1
client and server Have the Same maps,
add in server/Map -> 9202.sma
but ...

ERROR WS_CLOSED.JPG - [Guide] for ep 3.3 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 29, 2011
Messages
19
Reaction score
1
sorry, i not understand.

AIMSystem -> 0 error
ALogSystem -> 0 error
IMSystem -> 0 error
LogSystem -> 0 error
PreSystem -> 0 error

others attached
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 3, 2011
Messages
81
Reaction score
0
change ur client version to 2.3.8.4
in your VersionInfo.ver
 
Newbie Spellweaver
Joined
Dec 29, 2011
Messages
19
Reaction score
1
My client version is 2.3.8.4.
I think the problem is in DB.

[Error] CMapWorkspace::LoadAllProject_3 Can't InitMapProject, ProjectName[2001]
[Error] CMapWorkspace::LoadAllProject_3 Can't InitMapProject, ProjectName[2002]

[Error] CMapProject::LoadMFile SkinnedMesh Load error, LastError[2] ObjName[./Config/./../map/Res-Obj/00000000.obj]
 
Last edited:
Newbie Spellweaver
Joined
Dec 29, 2011
Messages
19
Reaction score
1
I've seen that many have tended the same problem, but nobody has said as it clears.
please help me
 
Status
Not open for further replies.
Back
Top