Register for your free account! | Forgot your password?

You last visited: Today at 17:08

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

Advertisement



[Error] Disconnect.

Discussion on [Error] Disconnect. within the Shaiya PServer Development forum part of the Shaiya Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2012
Posts: 36
Received Thanks: 4
Post [Error] Disconnect.

EDIT : Its new problem came so i show it instead of old .

Sometimes i am getting Dissconect i watch log and i see it .
bar2eldad is offline  
Old 07/24/2014, 17:01   #2
 
elite*gold: 0
Join Date: Jan 2012
Posts: 428
Received Thanks: 33
The item Mall is not the same in DB and Client?
Cansas59 is offline  
Old 07/24/2014, 19:27   #3
 
elite*gold: 0
Join Date: Nov 2012
Posts: 36
Received Thanks: 4
Quote:
Originally Posted by Cansas59 View Post
The item Mall is not the same in DB and Client?
Yeah it is . I match everything with client after i am editing i just import > run .sql . On my logs seems like PS_UserData.dbo.UserLoginStatus Table Is Missing ? There's Table named UserLoginStatus on PS_UserData ?
bar2eldad is offline  
Old 07/24/2014, 23:18   #4
 
elite*gold: 0
Join Date: Jan 2012
Posts: 428
Received Thanks: 33
yes try this:

USE [PS_UserData]
GO

/****** Object: Table [dbo].[UserLoginStatus] Script Date: 07/24/2014 23:18:16 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[UserLoginStatus](
[UserUid] [int] NOT NULL,
[Userid] [char](18) NOT NULL,
[LoginStatus] [tinyint] NOT NULL,
[LoginTime] [datetime] NULL,
[LogoutTime] [datetime] NULL,
[LoginSession] [bigint] NULL,
[LogoutSession] [bigint] NULL,
[LastPlayTime] [int] NULL,
CONSTRAINT [PK_UserLoginStatus] PRIMARY KEY CLUSTERED
(
[UserUid] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, FILLFACTOR = 90) ON [PRIMARY]
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO
Cansas59 is offline  
Thanks
3 Users
Old 07/26/2014, 13:52   #5




 
Autrux's Avatar
 
elite*gold: 1
Join Date: Dec 2010
Posts: 33,281
Received Thanks: 5,715
Arrow Shaiya Private Server -> Shaiya PServer Development

#moved
Autrux is offline  
Thanks
1 User
Old 07/27/2014, 16:26   #6
 
elite*gold: 0
Join Date: Nov 2012
Posts: 36
Received Thanks: 4
Cansas59 Thank you . i dont know how this table was Missing

There is one more my DB is missing maybe you have it ?

PS_GameLog.dbo.UserLog .. this 1 is miss . who have please put query to create this object . Thanks
bar2eldad is offline  
Old 07/28/2014, 09:17   #7
 
elite*gold: 0
Join Date: Jan 2012
Posts: 428
Received Thanks: 33
maybe, delete all the tables and install again, this will helps maybe
Cansas59 is offline  
Old 07/28/2014, 10:31   #8
 
elite*gold: 0
Join Date: Aug 2013
Posts: 244
Received Thanks: 56
Quote:
Originally Posted by bar2eldad View Post
Cansas59 Thank you . i dont know how this table was Missing

There is one more my DB is missing maybe you have it ?

PS_GameLog.dbo.UserLog .. this 1 is miss . who have please put query to create this object . Thanks
USE [PS_GameLog]
GO

/****** Object: Table [dbo].[UserLog] Script Date: 7/28/2014 4:31:32 AM ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

CREATE TABLE [dbo].[UserLog](
[row] [int] IDENTITY(1,1) NOT NULL,
[UserUID] [int] NULL,
[SessionID] [bigint] NULL,
[LogoutType] [smallint] NULL,
[ErrType] [int] NULL,
[LogType] [int] NULL,
[LogTime] [datetime] NULL,
CONSTRAINT [PK_UserLog] PRIMARY KEY CLUSTERED
(
[row] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, FILLFACTOR = 90) ON [PRIMARY]
) ON [PRIMARY]

GO


There ya go.
[Admin]Slice is offline  
Thanks
1 User
Reply

Tags
disconecct, shaiya.


Similar Threads Similar Threads
[Error : disconnect with......] How to fix it ?
01/20/2014 - CO2 Private Server - 10 Replies
Hello, i'm using a public source but when i lunch the game i have a error message : Error:Disconnected with game server. Please login the game again! What is the file in the source to fix it ?
error disconnect
06/12/2011 - Shaiya PServer Development - 2 Replies
Disconnected with ERROR 997! When you try to kill the boss server shuts down 2011-06-12 11:14:02 PS_GAME__system log start (Game01) 2011-06-12 11:14:02 Loaded Behavior In Factory : data/ai/sorp1 2011-06-12 11:14:02 Loaded Behavior In Factory : data/ai/croco1
error disconnect
06/12/2011 - Shaiya Private Server - 0 Replies
When you try to kill the boss server shuts down 2011-06-12 11:14:02 PS_GAME__system log start (Game01) 2011-06-12 11:14:02 Loaded Behavior In Factory : data/ai/sorp1 2011-06-12 11:14:02 Loaded Behavior In Factory : data/ai/croco1 2011-06-12 11:14:02 Loaded Behavior In Factory : data/ai/croco2
Disconnect Error 0 Help
08/21/2010 - Shaiya Private Server - 0 Replies
Everytime I try to click OK from the server selection screen, the server freezes and eventually gives me the message, "Time over, failed to connect to game server" Or "Connection with server has been disconnected, Error 0" Can anyone help me solve this problem?
Error when disconnect?
07/30/2006 - Conquer Online 2 - 6 Replies
Hey guyz again, umm i was wondering, whenever my warrior gets below the d/c health it d/c's and gets an error, therefor i do not get recconected. can anyone tell me how to fix this so i do relogin plz? kthx. heres a screeny of the error i get.



All times are GMT +2. The time now is 17:08.


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.