Register for your free account! | Forgot your password?

You last visited: Today at 12:31

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



DB syerrr error

Discussion on DB syerrr error within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
gregoryajram's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 122
Received Thanks: 166
DB syerrr error

is it possible to someone help me to resolve the below errors :

Quote:
SYSERR: Jul 17 02:35:00 :: DirectQuery: AsyncSQL:irectQuery : mysql_query error: Column 'name' in field list is ambiguous
query: SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id
Quote:
SYSERR: Jul 17 02:35:00 :: Load: DirectQuery failed(SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry)
Quote:
SYSERR: Jul 17 02:35:00 :: LoadMonarchCandidacy: DirectQuery failed(SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id)
gregoryajram is offline  
Old 07/17/2016, 01:59   #2
 
elite*gold: 0
Join Date: Nov 2013
Posts: 23
Received Thanks: 1
this is a MySQL error. You need to write the tables name in front of your columun names. Something like this:
Code:
SELECT <tablename>.<columnname> FROM ....
info.student is offline  
Old 07/17/2016, 11:25   #3
 
gregoryajram's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 122
Received Thanks: 166
Quote:
Originally Posted by info.student View Post
this is a MySQL error. You need to write the tables name in front of your columun names. Something like this:
Code:
SELECT <tablename>.<columnname> FROM ....
uhmm alright i can try to add tablename ...
gregoryajram is offline  
Old 07/18/2016, 03:49   #4
 
elite*gold: 0
Join Date: Jul 2012
Posts: 55
Received Thanks: 25
SYSERR: Jul 17 02:35:00 :: DirectQuery: AsyncSQL:irectQuery : mysql_query error: Column 'name' in field list is ambiguous

That is telling you that the Column "name" is not unique
From your query : SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id

i can tell u that there is a name column in the player and in the monarch_candidacy table

to solve the problem change the query to

SELECT pid, player.name, date FROM monarch_candidacy a, player b where a.pid = b.id

or

SELECT pid, monarch_candidacy.name, date FROM monarch_candidacy a, player b where a.pid = b.id
Aerociety is offline  
Old 07/18/2016, 06:25   #5
 
BizepsSupportAccount's Avatar
 
elite*gold: 0
Join Date: Dec 2014
Posts: 1,018
Received Thanks: 499
Learning English, the rest doesnt even matter, also it exist a lot of topic because of that Errors.

Go to Account Db there is a table called Iptocountry 127.0.0.1 as ip in both columns, None as Name
BizepsSupportAccount is offline  
Old 07/23/2016, 00:35   #6
 
gregoryajram's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 122
Received Thanks: 166
Quote:
Originally Posted by Aerociety View Post
SYSERR: Jul 17 02:35:00 :: DirectQuery: AsyncSQL:irectQuery : mysql_query error: Column 'name' in field list is ambiguous

That is telling you that the Column "name" is not unique
From your query : SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id

i can tell u that there is a name column in the player and in the monarch_candidacy table

to solve the problem change the query to

SELECT pid, player.name, date FROM monarch_candidacy a, player b where a.pid = b.id

or

SELECT pid, monarch_candidacy.name, date FROM monarch_candidacy a, player b where a.pid = b.id
how am i suppose to edit the monarch_candidacy ?

Quote:
Originally Posted by BizepsSupportAccount View Post
Learning English, the rest doesnt even matter, also it exist a lot of topic because of that Errors.

Go to Account Db there is a table called Iptocountry 127.0.0.1 as ip in both columns, None as Name
Iptocountry table has 3 columns but all of them are empty.
gregoryajram is offline  
Reply


Similar Threads Similar Threads
[ENG] Error: Error 1 error C2601: 'HackMain' local function definitions are illegal
08/20/2013 - C/C++ - 1 Replies
So, as the title says I've been encountering an error Error 1 error C2601: 'HackMain' local function definitions are illegal I'm running on VC++ (Visual C++) This is my code: void HackMain() { for (;; ) { HackThread(); }
İbot Error-Error Video- Error İmages-HELP
04/10/2012 - DarkOrbit - 11 Replies
SORRY, MY ENGLİSH VERY BAD.I USE TO GOOGLE TRANSLATE :) Most people trying to ibot but in my computer İbot not working. Declared out this error everywhere but I do not get answers Here's the error Video http://youtu.be/q0fK09v-K3c
API Error Code: 100 API Error Description: Invalid parameter Error Message: redirect_
04/08/2012 - elite*gold Trading - 2 Replies
API Error Code: 100 API Error Description: Invalid parameter Error Message: redirect_uri URL is not properly formatted Das bekomme ich wenn ich ne App installiere... ich habe schon 3 Apps richtig installiert, danach kam immer das bei anderen Apps die ich installiert habe.. was heisst das? redirect_uri URL is not properly formatted



All times are GMT +1. The time now is 12:33.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.