View Single Post
  #1  
Old 05-30-2013, 11:35 PM
jumblebum
Fire Beetle
 
Join Date: Oct 2009
Location: California
Posts: 13
Default eqitems not working

I cant get eqitems to work for the life of me. I downloaded eqitems.rar and ODBC_DRIVERS.zip. I am running Win2008 R2 64-bit server. I followed all the instructions. I installed the mysql-connector-odbc-3.51.25-win32.msi. I registered all the .ocx files. After installing the ODBC drivers, I realized they were 32-bit...so I downloaded the 64-bit drivers from oracle and still wont work. I read through all the posts and tried everything that was suggested...
-Ran the register_ocx.bat
-Manually registered each .ocx (regsvr32 a.ocx , etc)
-Ran for %i in (*.ocx) do regsvr32 %i

Here is what I get....

eqitems -- Error in Connecting to the Database - perhaps a missing version field in Variables tables?

eqitems -- Run-time error '-2147024894 (800700002)': Automation error The system cannot find the file specified.

Logfile --
creating log entry
Identified user:root
Identified database:peq
Identified host:localhost
Identified everquest_folder:c:\EQ\
Completed getting user info
credential output to screen ok
Call to ODBC open connection started
Call to ODBC open connection created
Call to ODBC open connection string completed
Call to ODBC open connection open
Call to ODBC open recordset started
Call to ODBC open connection completed
Open RS with sql: SELECT value FROM variables WHERE varname='DBVersion'
Recordset version returned: 070_pop_cvs
Starting music: c:\EQ\deaththeme.mp3
Splash returned an error-connection fail
Splash request to load MAIN program started
Started Main ok
Started to read all init *.txt files
Started to read all init *.txt files - ok done
MAIN exectuted ok - Form Load done and exiting

db.ini --
host=localhost
user=root
password=xxxxxxx
database=peq
everquest_folder=c:\EQ

Any help would be greatly appreciated.
Reply With Quote