Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 12:58

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

Advertisement



{Guide/Release} SQL Server configuration For vsro files & Patches options

Discussion on {Guide/Release} SQL Server configuration For vsro files & Patches options within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Closed Thread
 
Old   #1
 
Dr.Abdelfattah's Avatar
 
elite*gold: 7
Join Date: May 2010
Posts: 2,115
Received Thanks: 2,373
{Guide/Release} SQL Server configuration For vsro files & Patches options

Hello

let's start real topic
now all can make server with out bugs ~ (Just only still topic for explain billing server cuz most of us path this billing is dead but u don't know it's really still died and u will got item bug and DC bug and so)
but now we are on fixing mobs respawn bugs and pet 2
those fixed in patchs wich i will explain then in the last of this topic
Now we will start with mssql (sql server) configuration

Introduction

By default, SQL Server 2005 doesn’t allow remote connection so you have to enable it manually. If you try to connect to remote SQL Server without enable remote connection first, you’ll see one of these error messages.

“An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connection. ….�?

“Login failed for user ‘sa’. The user is not associated with a trusted SQL Server connection.�?

To resolve these problems, you have 2 majors task. One is to enable both SQL Server and Windows authentication mode on SQL Server and the other is to allow remote connection and SQL Server Browser.
Step-by-step

  • Check that you have allowed both SQL Server and Windows Authentication mode (If you’re not use Windows Authentication mode). For instance, user ‘sa’.
    1. Login to SQL Server using SQL Server Management Studio Express on local SQL Server with Windows Authentication user. This will use Windows account to authenticate to SQL Server.
    2. In Object Explorer, right click on the instance name and select Properties.
    3. On the left, select Security and change Server authentication to SQL Server and Windows Authentication mode. If the choice is already selected, that means you have already allowed SQL Server authentication.
    4. There’ll be an information window shows that you need to restart SQL Server to takes effect of the changes.
    5. Right-click on the instance name again, select Restart to restart SQL Server service.
    6. Select Yes.
    7. Wait for service stop and start.
    8. That’s it. You have enabled both SQL Server and Windows authentication so now you can login to SQL Server with your current Windows account or your created account.
  • Check that you have enabled remote connection on SQL Server Surface Area Configuration
    1. Open SQL Server Surface Area Configuration.
    2. Select Surface Area Configuration for Services and Connections.
    3. On the left side, expand your SQL Server instance -> Database Engine -> Remote Connections. On the right side, select Local and remote connections -> using both TCP/IP and named pipes.
    4. On the left side, select SQL Server Browser -> Service.
      On the right side, if the startup type is Disable, you need to change to Automatic and click Apply and click Start button to start the service. Then, click OK.
    5. You have finished configure. Now try to login to your SQL Server from remote computer using SQL Server authentication mode.
    6. Login to SQL Server succeeded.
Summary

This topic may be found on the Internet in many site or even Microsoft support but the purpose is to rearrange with easier to read and follow with graphic along with each step so it may help you reminder solution faster or even the person who have just start to use SQL Server 2005 Express Edition.


--------------------------------------------------------------
Now we finish sql problems (all errors comes from database gone now !!!)
and u must do what in this sql explain to make patchs works fine



Start explain patchs


patch 3 with same ports !
patch 3.1 with unsame ports !!!
patch 4 with more download server and gateway server and same with 3.1
and patch 4.1 with more download server and gateway server and same with 3.1 !! but more servers in list !




Patch 3 = 2 gameserver & 2 agentserver & 2 machinemanager


Patch 3.1 = 2 gameserver & 2 agentserver & 2 machinemanager (with diffrent ports)


Patch 4 = 2 downloadserver & 2 gatewayserver & 2 machinemanager & 2 gameserver & 2 agent server


Patch 4.1 = 2 downloadserver & 2 gatewayserver & 2 machinemanager & 2 gameserver & 2 agent server & 2 sharedmanager


Patch 5
= 2 downloadserver & 2 gatewayserver & 3 machinemanager & 3 gameserver & 3 agent server


Patch 5.1 = 2 downloadserver & 2 gatewayserver & 3 machinemanager & 3 gameserver & 3 agent server & 3 sharedmanager


Patch 3 & 3.1 & 4 & 4.1
hosted on 2 machines (can't host on vmware )

Patch 5 & 5.1
more stable but must hosted on 3 machines (can't host on vmware 2 )

Patch 4.1 & 5.1
u must Edot db _SharedService
with
64 0
65 0
that's for 4.1 and for 5.1
64 0
65 0
66 0


Works and more explain u will find notbad in each patch explain what's it's function and how to open it and u will find too in this .txt the ports u must open on firewall (i suggest to use plesk panel it will make much easyer thing to ur server in creat ftp or website or make db mssql )



-----------------------------------------------------------
Edit
in


Quote:
[entry3]
node_id=699
operation_type=22
global_operation_id=0
associated_shard_id=0
node_type=335
service_type=4
certification_node_id=697
port=15778
node_icon=0
u1=96
u2=23
u3=24
u4=1
u5=48
u6=148
u7=19
u8=1
u9=64
u10=160
u11=17
u12=1
u13=0
u14=0
u15=0
u16=0
u17=0
u18=0
u19=0
u20=0
change node_type=335 to node_type=336
in patch 5&5.1
-----------------------------------------------------------------------------------


(My Final Work)
Now
Download Patches From attachement
Have a Nice Time (Don't forget to Like )
Dr.Abdelfattah is offline  
Thanks
73 Users
Old 09/21/2011, 16:15   #2
 
elite*gold: 0
Join Date: May 2011
Posts: 764
Received Thanks: 519
Quote:
Originally Posted by Dr.Abdelfattah View Post
Hello

let's start real topic
now all can make server with out bugs ~ (Just only still topic for explain billing server cuz most of us path this billing is dead but u don't know it's really still died and u will got item bug and DC bug and so)
but now we are on fixing mobs respawn bugs and pet 2
those fixed in patchs wich i will explain then in the last of this topic
Now we will start with mssql (sql server) configuration

Introduction

By default, SQL Server 2005 doesn’t allow remote connection so you have to enable it manually. If you try to connect to remote SQL Server without enable remote connection first, you’ll see one of these error messages.

“An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connection. ….�?

“Login failed for user ‘sa’. The user is not associated with a trusted SQL Server connection.�?

To resolve these problems, you have 2 majors task. One is to enable both SQL Server and Windows authentication mode on SQL Server and the other is to allow remote connection and SQL Server Browser.
Step-by-step

  • Check that you have allowed both SQL Server and Windows Authentication mode (If you’re not use Windows Authentication mode). For instance, user ‘sa’.
    1. Login to SQL Server using SQL Server Management Studio Express on local SQL Server with Windows Authentication user. This will use Windows account to authenticate to SQL Server.
    2. In Object Explorer, right click on the instance name and select Properties.
    3. On the left, select Security and change Server authentication to SQL Server and Windows Authentication mode. If the choice is already selected, that means you have already allowed SQL Server authentication.
    4. There’ll be an information window shows that you need to restart SQL Server to takes effect of the changes.
    5. Right-click on the instance name again, select Restart to restart SQL Server service.
    6. Select Yes.
    7. Wait for service stop and start.
    8. That’s it. You have enabled both SQL Server and Windows authentication so now you can login to SQL Server with your current Windows account or your created account.
  • Check that you have enabled remote connection on SQL Server Surface Area Configuration
    1. Open SQL Server Surface Area Configuration.
    2. Select Surface Area Configuration for Services and Connections.
    3. On the left side, expand your SQL Server instance -> Database Engine -> Remote Connections. On the right side, select Local and remote connections -> using both TCP/IP and named pipes.
    4. On the left side, select SQL Server Browser -> Service.
      On the right side, if the startup type is Disable, you need to change to Automatic and click Apply and click Start button to start the service. Then, click OK.
    5. You have finished configure. Now try to login to your SQL Server from remote computer using SQL Server authentication mode.
    6. Login to SQL Server succeeded.
Summary

This topic may be found on the Internet in many site or even Microsoft support but the purpose is to rearrange with easier to read and follow with graphic along with each step so it may help you reminder solution faster or even the person who have just start to use SQL Server 2005 Express Edition.


--------------------------------------------------------------
Now we finish sql problems (all errors comes from database gone now !!!)
and u must do what in this sql explain to make patchs works fine



Start explain patchs


patch 3 with same ports !
patch 3.1 with unsame ports !!!
patch 4 with more download server and gateway server and same with 3.1
and patch 4.1 with more download server and gateway server and same with 3.1 !! but more servers in list !




Patch 3 = 2 gameserver & 2 agentserver & 2 machinemanager


Patch 3.1 = 2 gameserver & 2 agentserver & 2 machinemanager (with diffrent ports)


Patch 4 = 2 downloadserver & 2 gatewayserver & 2 machinemanager & 2 gameserver & 2 agent server


Patch 4.1 = 2 downloadserver & 2 gatewayserver & 2 machinemanager & 2 gameserver & 2 agent server & 2 sharedmanager


Patch 5
= 2 downloadserver & 2 gatewayserver & 3 machinemanager & 3 gameserver & 3 agent server


Patch 5.1 = 2 downloadserver & 2 gatewayserver & 3 machinemanager & 3 gameserver & 3 agent server & 3 sharedmanager


Patch 3 & 3.1 & 4 & 4.1
hosted on 2 machines (can't host on vmware )

Patch 5 & 5.1
more stable but must hosted on 3 machines (can't host on vmware 2 )

Patch 4.1 & 5.1
u must Edot db _SharedService
with
64 0
65 0
that's for 4.1 and for 5.1
64 0
65 0
66 0


Works and more explain u will find notbad in each patch explain what's it's function and how to open it and u will find too in this .txt the ports u must open on firewall (i suggest to use plesk panel it will make much easyer thing to ur server in creat ftp or website or make db mssql )

(My Final Work)
Now
Download Patches From attachement
Have a Nice Time (Don't forget to Like )
you find the solution for 2nd game-server db connection failed ?
[H2K] ^ LordyK is offline  
Thanks
2 Users
Old 09/21/2011, 16:16   #3
 
Dr.Abdelfattah's Avatar
 
elite*gold: 7
Join Date: May 2010
Posts: 2,115
Received Thanks: 2,373
Quote:
Originally Posted by [H2K] ^ LordyK View Post
you find the solution for 2nd game-server db connection failed ?
lol for sure , just read this guide
Dr.Abdelfattah is offline  
Thanks
3 Users
Old 09/21/2011, 16:20   #4
 
elite*gold: 0
Join Date: Jun 2007
Posts: 155
Received Thanks: 16
u can do all this with 2008RC2 too ?
ass35 is offline  
Old 09/21/2011, 16:22   #5
 
Dr.Abdelfattah's Avatar
 
elite*gold: 7
Join Date: May 2010
Posts: 2,115
Received Thanks: 2,373
Quote:
Originally Posted by ass35 View Post
u can do all this with 2008RC2 too ?
yea but don't forget to disapple DEP
Dr.Abdelfattah is offline  
Thanks
3 Users
Old 09/21/2011, 16:23   #6
 
elite*gold: 0
Join Date: Jan 2008
Posts: 204
Received Thanks: 82
What about the DB Connection? ^^
kobi92 is offline  
Old 09/21/2011, 16:24   #7
 
Dr.Abdelfattah's Avatar
 
elite*gold: 7
Join Date: May 2010
Posts: 2,115
Received Thanks: 2,373
Quote:
Originally Posted by kobi92 View Post
What about the DB Connection? ^^
hmmm sure i fix just read the guide !
Dr.Abdelfattah is offline  
Thanks
6 Users
Old 09/21/2011, 16:26   #8
 
bibi_fr's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 516
Received Thanks: 117
Quote:
Originally Posted by [H2K] ^ LordyK View Post
you find the solution for 2nd game-server db connection failed ?
Quote:
Originally Posted by Dr.Abdelfattah View Post
lol for sure , just read this guide
Im just checked my Data !

it's same like you but i get againwhit path 3.0 and 3.1 DB connexion Fail on the 2nd Computer !

Maybe it's a error ?
bibi_fr is offline  
Old 09/21/2011, 16:27   #9
 
elite*gold: 0
Join Date: May 2011
Posts: 764
Received Thanks: 519
Quote:
Originally Posted by Dr.Abdelfattah View Post
hmmm sure i fix just read the guide !
can you confirm 2nd game-server is online without problem ?
[H2K] ^ LordyK is offline  
Thanks
2 Users
Old 09/21/2011, 16:28   #10
 
Dr.Abdelfattah's Avatar
 
elite*gold: 7
Join Date: May 2010
Posts: 2,115
Received Thanks: 2,373
Quote:
Originally Posted by bibi_fr View Post
Im just checked my Data !

it's same like you but i get againwhit path 3.0 and 3.1 DB connexion Fail on the 2nd Computer !

Maybe it's a error ?
?! just make the steps in this guide of database sql

Quote:
Originally Posted by [H2K] ^ LordyK View Post
can you confirm 2nd game-server is online without problem ?
need screenshot?
Dr.Abdelfattah is offline  
Thanks
3 Users
Old 09/21/2011, 16:30   #11
 
elite*gold: 0
Join Date: May 2011
Posts: 764
Received Thanks: 519
Quote:
Originally Posted by Dr.Abdelfattah View Post
?! just make the steps in this guide of database sql


need screenshot?
why not , want to see if all services have green circle
[H2K] ^ LordyK is offline  
Old 09/21/2011, 16:33   #12
 
Dr.Abdelfattah's Avatar
 
elite*gold: 7
Join Date: May 2010
Posts: 2,115
Received Thanks: 2,373
Quote:
Originally Posted by [H2K] ^ LordyK View Post
why not , want to see if all services have green circle
give me mints
Dr.Abdelfattah is offline  
Old 09/21/2011, 16:40   #13
 
bibi_fr's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 516
Received Thanks: 117
Quote:
Originally Posted by Dr.Abdelfattah View Post
?! just make the steps in this guide of database sql


need screenshot?
Yes i have check this step by step and i get a same config !
the both Pc reboot for try and im getting same error !

On 2nd PC whit patch 3.0 or 3.1 I get

Code:
2011-09-21	16:34:55	[SR_GameServer]	DB Connection Failed!
2011-09-21	16:34:55	[SR_GameServer]	SR_GameServer is initialized successfully
bibi_fr is offline  
Old 09/21/2011, 16:42   #14
 
Dr.Abdelfattah's Avatar
 
elite*gold: 7
Join Date: May 2010
Posts: 2,115
Received Thanks: 2,373
Quote:
Originally Posted by bibi_fr View Post
Yes i have check this step by step and i get a same config !
the both Pc reboot for try and im getting same error !

On 2nd PC whit patch 3.0 or 3.1 I get

Code:
2011-09-21    16:34:55    [SR_GameServer]    DB Connection Failed!
2011-09-21    16:34:55    [SR_GameServer]    SR_GameServer is initialized successfully
u do those steps
  1. Open SQL Server Surface Area Configuration.
  2. Select Surface Area Configuration for Services and Connections.
  3. On the left side, expand your SQL Server instance -> Database Engine -> Remote Connections. On the right side, select Local and remote connections -> using both TCP/IP and named pipes.
  4. On the left side, select SQL Server Browser -> Service.
    On the right side, if the startup type is Disable, you need to change to Automatic and click Apply and click Start button to start the service. Then, click OK.
  5. You have finished configure. Now try to login to your SQL Server from remote computer using SQL Server authentication mode.
  6. Login to SQL Server succeeded.


i do them and works fine (all patchs work 100% with those steps)
Dr.Abdelfattah is offline  
Thanks
1 User
Old 09/21/2011, 16:43   #15
 
elite*gold: 0
Join Date: Nov 2010
Posts: 19
Received Thanks: 1
hey i have error can you help me ?
nasituygun1 is offline  
Closed Thread


Similar Threads Similar Threads
[Guide + Request Help ] Vsro Server Files Setup ..
03/26/2012 - SRO Private Server - 55 Replies
http://img10.imageshack.us/img10/7995/22941482.jpg srGlobalOperation.ini count=1 id=20 operation_type=22 name=SRO_Vietnam_TestLocal 0
[Release]PoPNetwork-Server Files Configuration
10/12/2010 - Flyff PServer Guides & Releases - 8 Replies
Hallo leute habe mal wieder was gebastelt und zwar einen Server Files Configurator. Da könnt ihr alles einstellen was ihr wollt. DLink: HIER Virustotal: HIER Ich hoffe euch gefällt das Tool bei neuen Updates könnt ihr einfach per Check Update, Updaten!



All times are GMT +2. The time now is 12:58.


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.