Sup!
So, as you may notice from the title, i have a problem running locator using MYSQL database. First of all, yes i have converted the 1.5 database to MYSQL. Although i faced a lot of missing tables i had to re-add some of 'em... I indeed faced matchserver problems because of procedures but i have fixed 'em and it seems the matchserver is fully working.
The problem is my Locator, I had an error that it's not reading the tables because it was reading in MSSQL stuff.
But the problem is when i run, nothing happens, Check error log and nothing is written.Original code:
CONVERT(varchar(20), Time, 20)
New code:
CONVERT( time, char( 20 ) )
And i also have removed the NOLOCK part.
Hope you can help me with this problem..
Thanks for reading,
Cobra.


Reply With Quote

