[Video Guide] Rf Giga 4 Ep2 by Cora21 - 07/06/2012

Newbie Spellweaver
Joined
Jun 18, 2012
Messages
6
Reaction score
0


is not work on G4ep2

Msg 2812, Level 16, State 62, Line 18
Could not find stored procedure 'rf_account.dbo.pInsert_Staff'.
Stored Procedure: rf_account.dbo.pInsert_Staff
 
Joined
Apr 21, 2012
Messages
765
Reaction score
83
is not work on G4ep2

Msg 2812, Level 16, State 62, Line 18
Could not find stored procedure 'rf_account.dbo.pInsert_Staff'.
Stored Procedure: rf_account.dbo.pInsert_Staff


well, try this one

DECLARE @RC int
DECLARE @id varchar(13)
DECLARE @pw varchar(13)
DECLARE @depart varchar(32)
DECLARE @class varchar(12)
DECLARE @name varchar(12)
DECLARE @birthday varchar(10)
DECLARE @grade int
DECLARE @subgrade int
SELECT @id = 'your login'
SELECT @pw = 'youre password'
SELECT @depart = 'none'
SELECT @class = 'GM'
SELECT @name = 'name'
SELECT @birthday = 'None'
SELECT @grade = 2
SELECT @subgrade = 4
EXEC @RC = [RF_User].[dbo].[pInsert_Staff] @id, @pw, @depart, @class, @name, @birthday, @grade, @subgrade
DECLARE @PrnLine nvarchar(4000)
PRINT 'Stored Procedure: RF_User.dbo.pInsert_Staff'
SELECT @PrnLine = ' Return Code = ' + CONVERT(nvarchar, @RC)
PRINT @PrnLine
 
Newbie Spellweaver
Joined
Jun 18, 2012
Messages
6
Reaction score
0
Msg 911, Level 16, State 1, Line 19
Could not locate entry in sysdatabases for database 'RF_User'. No entry found with that name. Make sure that the name is entered correctly.
 
Joined
Apr 21, 2012
Messages
765
Reaction score
83
Newbie Spellweaver
Joined
Jun 25, 2012
Messages
21
Reaction score
0
READ the notices SQL Server does not exist or access denied, i think you are using wrong SQL or you havent set it up yet. what SQL Server are you using?

i using SQL server 2005 , hmmmm need SQL server 2005 enterprise??

bay the way , sql 2005 can run better in windows 7 64 bit ? if can't should i buy sql 2008?
 
Last edited:
Joined
Apr 21, 2012
Messages
765
Reaction score
83
i using SQL server 2005 , hmmmm need SQL server 2005 enterprise??

bay the way , sql 2005 can run better in windows 7 64 bit ? if can't should i buy sql 2008?



well, if you take a look the requirements you needed to build the server, it will probably better to use 2008 enterprise. thats only my opinion but yea its really better to use it. yea it suppose to be 64bit in windows 7..
 
Newbie Spellweaver
Joined
Jun 25, 2012
Messages
21
Reaction score
0
or because of this ??



no choice , but in video tutorial indonesia
should choice SQL database , anaylisis and notif
 
Joined
Apr 21, 2012
Messages
765
Reaction score
83
or because of this ??



no choice , but in video tutorial indonesia
should choice SQL database , anaylisis and notif

well it means, that's not sql server enterprise or standard. thats only sql server management studio i think.. lol
take a look at there in the first page.. you will see the requirements.
 
Newbie Spellweaver
Joined
Jun 25, 2012
Messages
21
Reaction score
0
well it means, that's not sql server enterprise or standard. thats only sql server management studio i think.. lol
take a look at there in the first page.. you will see the requirements.

hmmm,,
actually i have sql server 2005 not buy , but download there seems to be incomplete

well thanks , on the way buy sql 2008 :mellow:
 
Joined
Apr 21, 2012
Messages
765
Reaction score
83
hmmm,,
actually i have sql server 2005 not buy , but download there seems to be incomplete

well thanks , on the way buy sql 2008 :mellow:

ok no worries, just reminder that please search and read first in the forum before you post.. because some of the answer are already in the forum you just have to search and read.. god luck to your server
 
Newbie Spellweaver
Joined
Jun 25, 2012
Messages
21
Reaction score
0
new problem

when i click accountserverDB , still error 'DBinit failed blablabla'
 
Newbie Spellweaver
Joined
Oct 29, 2011
Messages
15
Reaction score
0
why is quite lag in your video when you log in??

and also what is UltraEdit? can i use another program instead of UltraEdit? and what program are those?
 
Last edited:
Initiate Mage
Joined
Jul 4, 2012
Messages
2
Reaction score
0
i found some trouble with :


account and login server running correctly.
so my launcher have trouble too, server still offline:


if an error occurs in .ini files?
 

Attachments

You must be registered for see attachments list