Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Shaiya > Shaiya Private Server > Shaiya PServer Development
You last visited: Today at 02:07

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

Advertisement



Need help, i have a problems with server

Discussion on Need help, i have a problems with server within the Shaiya PServer Development forum part of the Shaiya Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2013
Posts: 8
Received Thanks: 0
Need help, i have a problems with server

Hello everyone, I have a problem with the server. When I try to connect to open the game client. I can not open the game.exe because the server does not work, can you help me please?

P.S If there is already a debate like this, sorry I have not seen.
Oyuba is offline  
Old 08/02/2015, 00:34   #2
 
[ADM]Lightning's Avatar
 
elite*gold: 0
Join Date: Jul 2015
Posts: 42
Received Thanks: 20
Well start of with telling us about your test server. Is it episode 4 or 5. What exactly does the error say if one pops up. You can screenshot what it does or doesn't do.

So lets assume you installed the right SQL server example 2008R2 or 2012. Then lets assume you properly enabled the the named pipes and etc in the SQL configuration tool and changed the IPs to 127.0.0.1, we will then assume that you changed the IP addresses properly in the PSM_Client/Bin/Config to 127.0.0.01. We will then assume that you changed the IP in the game.exe using a hex editor and saved that.

So if that is all done and your using the right db, serverfiles and client. What do your logs show?
[ADM]Lightning is offline  
Thanks
1 User
Old 08/02/2015, 02:51   #3
 
elite*gold: 0
Join Date: Nov 2013
Posts: 8
Received Thanks: 0
When I open PSMServer_Mgr and go to "Start All Service Server" nothing happens, do not turn on the server, I ritentanto many times with SQL 2008 and 2012, but nothing.They do not activate it "Server Service".
Oyuba is offline  
Old 08/02/2015, 03:08   #4
 
[ADM]Lightning's Avatar
 
elite*gold: 0
Join Date: Jul 2015
Posts: 42
Received Thanks: 20
you have to install them to get them to start.

Are they red X's or green II?
[ADM]Lightning is offline  
Thanks
1 User
Old 08/02/2015, 10:55   #5
 
elite*gold: 0
Join Date: Nov 2013
Posts: 8
Received Thanks: 0
II are green, but even if I try to turn back immediately so II sometimes not activated

P.s Sorry, My english is not good
Oyuba is offline  
Old 08/02/2015, 19:21   #6
 
elite*gold: 0
Join Date: Jun 2015
Posts: 81
Received Thanks: 147
there a lot of things that could be wrong but if you followed the guide release here to a T you shouldn't have any problems if your having problems that usually means you missed something or over looked something ill post my guide here maybe it will help

this is my guide for my server files that work with sql 2014 and ep5 youll have to use what ever sql your server was built to be ran for.


hope this was helpful to you I spent a little time running into problems myself and this was the best way I found so far to install a server and pretty much get it right the first time installing it.
[Alcatraz] is offline  
Thanks
2 Users
Old 08/02/2015, 22:51   #7
 
elite*gold: 0
Join Date: Nov 2013
Posts: 8
Received Thanks: 0
Thank you for guidance, let you know if everything is okay. But, it works on Windows 8.1?
Oyuba is offline  
Old 08/02/2015, 22:57   #8
 
elite*gold: 260
Join Date: Sep 2011
Posts: 487
Received Thanks: 359
Can you connect to your sql server with sql auth?
SnickQ is offline  
Old 08/03/2015, 00:13   #9
 
elite*gold: 0
Join Date: Jul 2009
Posts: 352
Received Thanks: 83
He needs to add privligas for the database account
Big_ is offline  
Old 08/03/2015, 00:54   #10
 
elite*gold: 0
Join Date: Nov 2013
Posts: 8
Received Thanks: 0
Unhappy

Quote:
Originally Posted by Big_ View Post
He needs to add privligas for the database account
privligas ??

Quote:
Originally Posted by [Alcatraz] View Post
there a lot of things that could be wrong but if you followed the guide release here to a T you shouldn't have any problems if your having problems that usually means you missed something or over looked something ill post my guide here maybe it will help

this is my guide for my server files that work with sql 2014 and ep5 youll have to use what ever sql your server was built to be ran for.


hope this was helpful to you I spent a little time running into problems myself and this was the best way I found so far to install a server and pretty much get it right the first time installing it.
No, I did not succeed. The service servers are all so II
Maybe I'm wrong procedure? There is a video of this guide?
Oyuba is offline  
Old 08/03/2015, 03:46   #11
 
wallerus's Avatar
 
elite*gold: 0
Join Date: Apr 2014
Posts: 300
Received Thanks: 472
It's more than likely the server can't connect to your database.
Quote:
Originally Posted by abrasive View Post
Services go to a green arrow, but then back to pause
This usually means the services were unable to connect to the database. Check your logs in D:\SHAIYA_SERVER\SERVER\PSM_Client\Bin\Log and D:\SHAIYA_SERVER\SERVER\PSM_Client\Log. These logs help tell you of problems with services starting, so keep that in mind for future problems.
Quote:
Originally Posted by SnickQ View Post
Can you connect to your sql server with sql auth?
See SnickQ's post and see if you can log into the database using:
Login: Shaiya
Password: Shaiya123

Let us know if you are successful at doing that.
wallerus is offline  
Old 08/03/2015, 07:14   #12
 
elite*gold: 0
Join Date: Jun 2015
Posts: 81
Received Thanks: 147
big is talking about when you go and create the account in the security folder for example if your using Shaiya as the account name and Shaiya123 as the password you also have to goto the server roles and check the sysadmn box

like so some screen shots off my home test server


double click to open the settings

[Alcatraz] is offline  
Old 08/03/2015, 09:42   #13
 
treica's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 525
Received Thanks: 805
It looks more like you're not having the linked servers try running this query :

Code:
if exists(select *
from master..sysservers
where isremote=1 and srvname='game')
begin
exec sp_dropserver 'game','droplogins'
end
exec sp_addlinkedserver 'game','','SQLOLEDB','127.0.0.1'
exec sp_addlinkedsrvlogin 'game','false',null,'USER_SQL_SERVER','PASSWORD_SQL_SERVER'

if exists(select *
from master..sysservers
where isremote=1 and srvname='PS_NCASH')
begin
exec sp_dropserver 'PS_NCASH','droplogins'
end
exec sp_addlinkedserver 'PS_NCASH','','SQLOLEDB','127.0.0.1'
exec sp_addlinkedsrvlogin 'PS_NCASH','false',null,'USER_SQL_SERVER','PASSWORD_SQL_SERVER'

if exists(select *
from master..sysservers
where isremote=1 and srvname='PS_USERDB')
begin
exec sp_dropserver 'PS_USERDB','droplogins'
end
exec sp_addlinkedserver 'PS_USERDB','','SQLOLEDB','127.0.0.1'
exec sp_addlinkedsrvlogin 'PS_USERDB','false',null,'USER_SQL_SERVER','PASSWORD_SQL_SERVER'

if exists(select *
from master..sysservers
where isremote=1 and srvname='PS_USERDB01')
begin
exec sp_dropserver 'PS_USERDB01','droplogins'
end
exec sp_addlinkedserver 'PS_USERDB01','','SQLOLEDB','127.0.0.1'
exec sp_addlinkedsrvlogin 'PS_USERDB01','false',null,'USER_SQL_SERVER','PASSWORD_SQL_SERVER'

if exists(select *
from master..sysservers
where isremote=1 and srvname='PS_DEFINEDB')
begin
exec sp_dropserver 'PS_DEFINEDB','droplogins'
end
exec sp_addlinkedserver 'PS_DEFINEDB','','SQLOLEDB','127.0.0.1'
exec sp_addlinkedsrvlogin 'PS_DEFINEDB','false',null,'USER_SQL_SERVER','PASS WORD_SQL_SERVER'

if exists(select *
from master..sysservers
where isremote=1 and srvname='PS_GAMEDB01')
begin
exec sp_dropserver 'PS_GAMEDB01','droplogins'
end
exec sp_addlinkedserver 'PS_GAMEDB01','','SQLOLEDB','127.0.0.1'
exec sp_addlinkedsrvlogin 'PS_GAMEDB01','false',null,'USER_SQL_SERVER','PASSWORD_SQL_SERVER'
Make sure to change where USER_SQL_SERVER and PASSWORD_SQL_SERVER with your database login credenials.
treica is offline  
Old 08/03/2015, 11:26   #14
 
elite*gold: 0
Join Date: Nov 2013
Posts: 8
Received Thanks: 0
Quote:
Originally Posted by wallerus View Post
It's more than likely the server can't connect to your database.




See SnickQ's post and see if you can log into the database using:
Login: Shaiya
Password: Shaiya123

Let us know if you are successful at doing that.
how do I enter them of access? me error
Oyuba is offline  
Old 08/03/2015, 15:01   #15
 
momocruz's Avatar
 
elite*gold: 0
Join Date: Sep 2011
Posts: 390
Received Thanks: 375
Quote:
Originally Posted by Oyuba View Post
how do I enter them of access? me error
this is an Example with this acces log , you have to use log you put when you have instaled SQL

and when you enter on your SQL use Linked Server From Treica
momocruz is offline  
Reply


Similar Threads Similar Threads
Server problems
02/22/2013 - Battle of the Immortals - 2 Replies
Does anyone know what can cause rollbacks and disconnection? We're doing our best to get this running but can't figure out what the problem is >.<
Server problems
09/28/2012 - Flyff Private Server - 1 Replies
I have a problem with the creation of the account gm Absent in sql dbo.createaccount http://s41.radikal.ru/i094/1209/ee/96423dbd5ef4.j pg
[PROBLEMS] Server Problems
04/29/2012 - Metin2 Private Server - 0 Replies
Hi I have a little problem on the server metin2. I put it on the dedication and everything works beautifully, but as I enter the client of this writing have been connected to the server and still nothing lasts there is no login or anything standing still
i Have 2 Problems On my Server
04/10/2012 - SRO Private Server - 4 Replies
Hello EveryOne First i want say i try found Solution on Google and i not found so i post here Problem 1 when i make Start With 15k HP +MP



All times are GMT +2. The time now is 02:07.


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.