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!

[Release]Dragon Nest 5 classes 70 cap level VM+Client+Tutorial (w/ Black Dragon Nest)

Status
Not open for further replies.
Junior Spellweaver
Joined
Dec 17, 2012
Messages
119
Reaction score
4
whether the solution createdb fails??? please solution
User "DragonNest" pass "110C37E4A8ea823" correctly

DNMasterServer64_EU featuring green
DNCashServer64_EU featuring green
DNVillageServerRH64_EU featuring green
DNGameServerH64_EU not display green success
DNDBServer64_EU failed
DNLoginServerH64_EU failed

Code:
'00:34:31' SQLError: #SQLExecute# (42000) 15517, [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot execute as the database principal because the principal "SPExecutor" does not exist, this type of principal cannot be impersonated, or you do not have permission.

 '00:34:31' Query:{?=CALL dbo.P_GetDatabaseVersion}

 '00:34:31' QueryGetDatabaseVersion Failed!! Ip:127.0.0.1 Port:1433 DBName:DNMembership DBID:DragonNest 

 '00:34:31' CreateDB Fail

 '00:34:31' ** InitApp Failed!!! Check!

 '00:34:31' ### EventAcceptor Thread Finalize
 
Newbie Spellweaver
Joined
Nov 11, 2007
Messages
66
Reaction score
25
We need a clean database, without "users", that can help us a lot. All the backups have that "SPExecutor" Error. a clean database can solve that problem.
 
Joined
Oct 29, 2008
Messages
666
Reaction score
115
whether the solution createdb fails??? please solution
User "DragonNest" pass "110C37E4A8ea823" correctly

DNMasterServer64_EU featuring green
DNCashServer64_EU featuring green
DNVillageServerRH64_EU featuring green
DNGameServerH64_EU not display green success
DNDBServer64_EU failed
DNLoginServerH64_EU failed

Code:
'00:34:31' SQLError: #SQLExecute# (42000) 15517, [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot execute as the database principal because the principal "SPExecutor" does not exist, this type of principal cannot be impersonated, or you do not have permission.

 '00:34:31' Query:{?=CALL dbo.P_GetDatabaseVersion}

 '00:34:31' QueryGetDatabaseVersion Failed!! Ip:127.0.0.1 Port:1433 DBName:DNMembership DBID:DragonNest 

 '00:34:31' CreateDB Fail

 '00:34:31' ** InitApp Failed!!! Check!

 '00:34:31' ### EventAcceptor Thread Finalize

Here is the tutorial for you to run the DNDB and Login
Code:
1. Add users "DragonNest" with password "110C37E4A8ea823" and "SPExecutor" with random password
2. execute this commands

use Account
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go

use DNMembership
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go

use DNWorld
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go

use DNGSM
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go

use DNServerLog
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go

use DNMembership
go
EXEC sp_change_users_login 'Update_One', 'SPExecutor', 'SPExecutor'
go

use DNWorld
go
EXEC sp_change_users_login 'Update_One', 'SPExecutor', 'SPExecutor'
go

use DNGSM
go
EXEC sp_change_users_login 'Update_One', 'SPExecutor', 'SPExecutor'
go

use DNServerLog
go
EXEC sp_change_users_login 'Update_One', 'SPExecutor', 'SPExecutor'



Here are the GM commands, Job Id's, Item Id's and also specific Item Id's for this server

Main Post Updated
 
Experienced Elementalist
Joined
Aug 28, 2013
Messages
272
Reaction score
31
Could someone take a backup of database with extenstion .bak and upload them?
 
Experienced Elementalist
Joined
Aug 28, 2013
Messages
272
Reaction score
31
I already have the db from the vmware and always getting this poop error.

Can someone upload the db with SqlBakSetup software?



TITLE: Microsoft SQL Server Management Studio
------------------------------


Restore failed for Server '\SQLEXPRESS'. (Microsoft.SqlServer.SmoExtended)


For help, click:


------------------------------
ADDITIONAL INFORMATION:


System.Data.SqlClient.SqlError: File 'C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQLEXPRESS\MSSQL\DATA\DNMembership.ndf' is claimed by 'DNMembership_Index1'(4) and 'DNMembership_Data1'(3). The WITH MOVE clause can be used to relocate one or more files. (Microsoft.SqlServer.Smo)


For help, click:


------------------------------
BUTTONS:


OK
------------------------------
 
Newbie Spellweaver
Joined
Oct 31, 2012
Messages
94
Reaction score
0
her how to run the server dn outside vmware
as done kennethz008 terhadapt photo she uploads

I run every logserver definitely happen like this

'00:34:31' SQLError: #SQLExecute # (42000) 15517, [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot execute as the database principal because the principal "SPExecutor" does not exist, this type of principal cannot be impersonated, or you do not have permission.

'00:34:31' Query:{?=CALL dbo.P_GetDatabaseVersion}

'00:34:31' QueryGetDatabaseVersion Failed!! Ip:127.0.0.1 Port:1433 DBName:DNMembership DBID:DragonNest

'00:34:31' CreateDB Fail

'00:34:31' ** InitApp Failed!!! Check!

'00:34:31' ### EventAcceptor Thread Finalize
 
Experienced Elementalist
Joined
Aug 28, 2013
Messages
272
Reaction score
31
you have to repeat the restore files. tub without replace db

getting another error -.-

TITLE: Microsoft SQL Server Management Studio------------------------------


Restore failed for Server '.\SQLEXPRESS'. (Microsoft.SqlServer.SmoExtended)






------------------------------
ADDITIONAL INFORMATION:


System.Data.SqlClient.SqlError: The backup set holds a backup of a database other than the existing 'DNWorld' database. (Microsoft.SqlServer.Smo)


For help, click:


------------------------------
BUTTONS:


OK
------------------------------
 
Newbie Spellweaver
Joined
Dec 18, 2009
Messages
21
Reaction score
0
kennethz008 - [Release]Dragon Nest 5 classes 70 cap level VM+Client+Tutorial (w/ Black Dragon Nest) - RaGEZONE Forums


I got error like this :( , how to solve? Help..
 
Last edited:
Newbie Spellweaver
Joined
Oct 31, 2012
Messages
94
Reaction score
0
Can you give us a little bit about the video toritorial

Here is the tutorial for you to run the DNDB and Log (Only for those who run outside the VM)
 
Newbie Spellweaver
Joined
Oct 31, 2012
Messages
94
Reaction score
0
please give us a video on how to run this code I do not know where to go and where to use code like this

I've tried to change the password and the new query but his results do not exist at all and do not want to connect to the database




1. Add users "DragonNest" with password "110C37E4A8ea823" and "SPExecutor" with random password
2. execute this commands

use Account
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go

use DNMembership
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go

use DNWorld
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go

use DNGSM
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go

use DNServerLog
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go

use DNMembership
go
EXEC sp_change_users_login 'Update_One', 'SPExecutor', 'SPExecutor'
go

use DNWorld
go
EXEC sp_change_users_login 'Update_One', 'SPExecutor', 'SPExecutor'
go

use DNGSM
go
EXEC sp_change_users_login 'Update_One', 'SPExecutor', 'SPExecutor'
go

use DNServerLog
go
EXEC sp_change_users_login 'Update_One', 'SPExecutor', 'SPExecutor'
 
Joined
Oct 29, 2008
Messages
666
Reaction score
115
Help.. DNGameServer still crash :(
kennethz008 - [Release]Dragon Nest 5 classes 70 cap level VM+Client+Tutorial (w/ Black Dragon Nest) - RaGEZONE Forums

Not enough RAM



Help.. DNGameServer still crash :(
kennethz008 - [Release]Dragon Nest 5 classes 70 cap level VM+Client+Tutorial (w/ Black Dragon Nest) - RaGEZONE Forums

Code:
1. Add users "DragonNest" with password "110C37E4A8ea823" and "SPExecutor" with random password
2. execute this commands

use Account
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go

use DNMembership
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go

use DNWorld
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go

use DNGSM
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go

use DNServerLog
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go

use DNMembership
go
EXEC sp_change_users_login 'Update_One', 'SPExecutor', 'SPExecutor'
go

use DNWorld
go
EXEC sp_change_users_login 'Update_One', 'SPExecutor', 'SPExecutor'
go

use DNGSM
go
EXEC sp_change_users_login 'Update_One', 'SPExecutor', 'SPExecutor'
go

use DNServerLog
go
EXEC sp_change_users_login 'Update_One', 'SPExecutor', 'SPExecutor'

Go to to sql server and add new query paste this and execute.



here are the complete server files with english client + database 70cap without VM



pw: Lunixx

have fun

Thanks for the repack credits goes to you Lunisaf :thumbup1:



Main Post updated! added Lunixx Repack. credit goes to Lunisaf :thumbup1:
 
Status
Not open for further replies.
Back
Top