• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

01_INSTALL_LS and 02_INSTALL_GS errors

Newbie Spellweaver
Joined
Jul 3, 2011
Messages
19
Reaction score
0
Hey erryone, I got the database set up and the odbc settings all correct, but when I run those two batches I always get:

Code:
C:\MyIris>IrisLoginSrv.exe /insert

=============== INSERT START ===============
TB_CAPTCHA table was not complete!!!
Press Any Key to Continue...

=============== Completed ===============

INSERT - ERROR(=1)

Press Any Key to Continue.

Code:
C:\MyIris>IrisGameSrv.exe /insert

=============== INSERT START ===============

SQLGame Initialization & Data loading success.
TB_ITEM_DEFINE table was not complete!!!
Press Any Key to Continue...
TB_ITEM_ABILITY table was not complete!!!
Press Any Key to Continue...
TB_ITEM_LIMIT table was not complete!!!
Press Any Key to Continue...
TB_ITEM_CARD table was not complete!!!
Press Any Key to Continue...
TB_ITEM_CARD_SLOT table was not complete!!!
Press Any Key to Continue...
TB_ITEM_TAROT table was not complete!!!
Press Any Key to Continue...
TB_ITEM_TAROT_RESULT table was not complete!!!
Press Any Key to Continue...
TB_ITEM_SPREAD table was not complete!!!
Press Any Key to Continue...
TB_ITEM_DISJOINT table was not complete!!!
Press Any Key to Continue...
TB_ITEM_ENHANCED table was not complete!!!
Press Any Key to Continue...
TB_ITEM_ENHANCED_RATE table was not complete!!!
Press Any Key to Continue...
TB_ITEM_CHANGE table was not complete!!!
Press Any Key to Continue...
TB_DEFAULT_ITEMS table was not complete!!!
Press Any Key to Continue...
TB_SKILLLIST_PC table was not complete!!!
Press Any Key to Continue...
TB_DEFAULT_SKILL table was not complete!!!
Press Any Key to Continue...
nTB_JOBTREE table was not complete!!!
Press Any Key to Continue...
TB_QUEST table was not complete!!!
Press Any Key to Continue...
TB_ITEMDROP_LIMIT table was not complete!!!
Press Any Key to Continue...
TB_GUILD_EXP table was not complete!!!
Press Any Key to Continue...

=============== Completed ===============

INSERT - ERROR(=19)

Press Any Key to Continue.

If anyone can help me, thanks. :thumbup:
 
Experienced Elementalist
Joined
Jun 9, 2005
Messages
229
Reaction score
9
the problem is your odbc, it needs to be in user dsn, not system dsn.
 
Upvote 0
In the Emperor name
Loyal Member
Joined
Jun 25, 2011
Messages
1,605
Reaction score
238
and check the login right of user 175iris

175iris need db_owner on the 3 main databases (iris_*****)
cant remember if need it on WEB_*****)
 
Upvote 0
Newbie Spellweaver
Joined
Jul 3, 2011
Messages
19
Reaction score
0
It was just the user/system dsn mix up, but thanks.

Now just having trouble on getting the gm tool + client to work. :<
 
Upvote 0
Newbie Spellweaver
Joined
Jul 25, 2012
Messages
15
Reaction score
0
Switching between user and system doesn't help me... Win7 :/
Using 2008 SQL.
 
Upvote 0
Newbie Spellweaver
Joined
Sep 21, 2007
Messages
58
Reaction score
7
i guess you are useing windows 7 64bit

Try this

Start > Run > C:\Windows\SysWOW64\odbcad32.exe

if it not works try without sql id-password with auto login
 
Last edited:
Upvote 0
Initiate Mage
Joined
Oct 19, 2013
Messages
1
Reaction score
0
Adding in both user DSN and System DSN is still giving same errors for GS (19) and LS (1). Someone please help me fix this,
 
Upvote 0
Back
Top