Jump to content

Chat, GUID, Stats and Mapstats Logger[3.0.2.2] 01.02.


ImportBot

Recommended Posts

Originally Posted by Repoman1*:

 

=BB=Insomnia, I am getting this error. Table 'ragining_bcstats.tbl_playerguid' doesn't exist. Xpkillers table is tbl_Playerguid it has an uppcase P not lower case p.

* Restored post. It could be that the author is no longer active.
Link to comment
  • Replies 837
  • Created
  • Last Reply

Top Posters In This Topic

  • ImportBot

    838

Originally Posted by EBassie*:

 

=BB=Insomnia, I am getting this error. Table 'ragining_bcstats.tbl_playerguid' doesn't exist. Xpkillers table is tbl_Playerguid it has an uppcase P not lower case p.

My tablename has NO uppercase... :smile:

Using latest version..

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Gent*:

 

I am running the latest; getting this error:

 

Code:

[18:10:22 05] Error in SQLQuery: System.Data.Odbc.OdbcException: ERROR [42S02] [MySQL][ODBC 5.1 Driver][mysqld-5.1.41]Table 'stats.tbl_PlayerGUID' doesn't exist
   at System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode)
   at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader, Object[] methodArguments, SQL_API odbcApiMethod)
   at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader)
   at System.Data.Odbc.OdbcCommand.ExecuteReader(CommandBehavior behavior)
   at PRoConEvents.CChatGUIDStatsLogger.SQLquery(String str_selectSQL, Int32 sort)
I have tried creating both tables tbl_playerGUID and tbl_PlayerGUID still get error even though data is going into them, none of the commands work in server :sad:

 

/EDIT

 

Seems to work when i manually created another table exactly the same name @ "create table tbl2 select * from tbl1"

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Gent*:

 

Code:

[19:57:17 20] Error in SQLQuery: System.Data.Odbc.OdbcException: ERROR [42S02] [MySQL][ODBC 5.1 Driver][mysqld-5.0.91-community]Table 'sql01_3716noob1.tbl_playerGUID' doesn't exist
its still giving errors between that playerGUID and PlayerGUID
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by SexDrugOverclocking*:

 

I just started testing and offering this stats logger now that there is a web script. I have one request which shouldn't be to much trouble.

 

I would like to see REAL-TIME stats logging. Wolfy added this to WolfCon for me and since my MySQL server and Web Server are all in-house and WolfCon stats tracking is on that server it is possible for me to run that on 50+ servers.

 

Would you be willing to code a real-time logger and let me try it out?

 

Let me know and thanks for creating this plugin.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by BB-Insomnia*:

 

Please post your bugs about the Stats-script for your homepage here: phogue.net/forum/viewtopic.php_f=18&t=911*

otherwise it will be too confusing.

 

The problem with linux database servers is fixed ( i hope ) in v0.95 check it out and give me feedback!

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Sp00k*:

 

yeah my top10 didnt work either when the plugin was working at all, now i keep getting this error on map change and the stats wont update

 

Code:

Error in SQLQuery: System.Data.Odbc.OdbcException: ERROR [HY000] [MySQL][ODBC 5.1 Driver]User phs_pcSp00k already has more than 'max_user_connections' active connections
ERROR [HY000] [MySQL][ODBC 5.1 Driver]User phs_pcSp00k already has more than 'max_user_connections' active connections
at System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode)
at System.Data.Odbc.OdbcConnectionHandle..ctor(OdbcConnection connection, OdbcConnectionString constr, OdbcEnvironmentHandle environmentHandle)
at System.Data.Odbc.OdbcConnectionOpen..ctor(OdbcConnection outerConnection, OdbcConnectionString connectionOptions)
at System.Data.Odbc.OdbcConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.Odbc.OdbcConnection.Open()
at PRoConEvents.CChatGUIDStatsLogger.SQLquery(String str_selectSQL, Int32 sort)
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by XpKiller*:

 

There is a problem with !top10, it dont work

 

This seemed to throw the error with the lowercase p in tbl_playerGUID as well.

 

hope this helps!

jep

 

you are right

 

sorry for that im testing on windows box there it is no issue

 

@Sp00k

 

do you how many connections your server support atm my plugin build up two connections to the db server at the same time

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Gent*:

 

Code:

Error in SQLQuery: System.InvalidOperationException: ExecuteReader requires an open and available Connection. The connection's current state is connecting.
Code:
Error in SQLQuery: System.NullReferenceException: Object reference not set to an instance of an object.
new errors :sad: it lost connection to the database? database is running perfect
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by XpKiller*:

 

Code:

Error in SQLQuery: System.InvalidOperationException: ExecuteReader requires an open and available Connection. The connection's current state is connecting.
Code:
Error in SQLQuery: System.NullReferenceException: Object reference not set to an instance of an object.
new errors :sad: it lost connection to the database? database is running perfect
i know these errors the first one is a bug in the mysql odbc driver or the database iam looking for a solution of this issue.

 

the second one is a real error i must forgot a check if the object is null

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Gent*:

 

What about:

 

[19:40:55 45] Error: System.Data.Odbc.OdbcException: ERROR [23000] [MySQL][ODBC 5.1 Driver][mysqld-5.0.91-community]Duplicate entry 'tombsm8-782e2bf87724e7f0c066f125bbd51071' for key 2

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by EBassie*:

 

There is a small bug with chatlogging.

Seems you have to escape the " and / character before insert.

 

Chatmessages with these characters will give an error when inserting in to DB

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by XpKiller*:

 

There is a small bug with chatlogging.

Seems you have to escape the " and / character before insert.

 

Chatmessages with these characters will give an error when inserting in to DB

good find will take a look

 

this Problem is only instant chatlog related right?

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by XpKiller*:

 

What about:

 

[19:40:55 45] Error: System.Data.Odbc.OdbcException: ERROR [23000] [MySQL][ODBC 5.1 Driver][mysqld-5.0.91-community]Duplicate entry 'tombsm8-782e2bf87724e7f0c066f125bbd51071' for key 2

how does this happens in general this error appears only if the database has been change manually when the plugin is running
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by EBassie*:

 

There is a small bug with chatlogging.

Seems you have to escape the " and / character before insert.

 

Chatmessages with these characters will give an error when inserting in to DB

good find will take a look

 

this Problem is only instant chatlog related right?

I think so yes....

Got no errors on the stats updates, only on chat updates.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by EBassie*:

 

Got another error. Never seen this before:

 

Code:

Error: System.InvalidOperationException: The transaction is either not associated with the current connection or has been completed.
   at System.Data.Odbc.OdbcConnection.SetStateExecuting(String method, OdbcTransaction transaction)
   at System.Data.Odbc.OdbcCommand.ValidateConnectionAndTransaction(String method)
   at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader, Object[] methodArguments, SQL_API odbcApiMethod)
   at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader)
   at System.Data.Odbc.OdbcCommand.ExecuteNonQuery()
   at PRoConEvents.CChatGUIDStatsLogger.StartStreaming()
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by XpKiller*:

 

Got another error. Never seen this before:

 

Code:

Error: System.InvalidOperationException: The transaction is either not associated with the current connection or has been completed.
   at System.Data.Odbc.OdbcConnection.SetStateExecuting(String method, OdbcTransaction transaction)
   at System.Data.Odbc.OdbcCommand.ValidateConnectionAndTransaction(String method)
   at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader, Object[] methodArguments, SQL_API odbcApiMethod)
   at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader)
   at System.Data.Odbc.OdbcCommand.ExecuteNonQuery()
   at PRoConEvents.CChatGUIDStatsLogger.StartStreaming()
i never got this error but i will take a look at it.

 

Thanks for report

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Gent*:

 

What about:

 

[19:40:55 45] Error: System.Data.Odbc.OdbcException: ERROR [23000] [MySQL][ODBC 5.1 Driver][mysqld-5.0.91-community]Duplicate entry 'tombsm8-782e2bf87724e7f0c066f125bbd51071' for key 2

how does this happens in general this error appears only if the database has been change manually when the plugin is running
No idea, the database has not been manually changed at all for sure. Its one from the www.freesqldatabase.com

 

I might try again with my linux sql database

* Restored post. It could be that the author is no longer active.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Our picks

    • Game Server Hosting:

      We're happy to announce that EZRCON will branch out into the game server provider scene. This is a big step for us so please having patience if something doesn't go right in this area. Now, what makes us different compared to other providers? Well, we're going with the idea of having a scaleable server hosting and providing more control in how you set up your server. For example, in Minecraft, you have the ability to control how many CPU cores you wish your server to have access to, how much RAM you want to use, how much disk space you want to use. This type of control can't be offered in a single service package so you're able to configure a custom package the way you want it.

      You can see all the available games here. Currently, we have the following games available.

      Valheim (From $1.50 USD)


      Rust (From $3.20 USD)


      Minecraft (Basic) (From $4.00 USD)


      Call of Duty 4X (From $7.00 USD)


      OpenTTD (From $4.00 USD)


      Squad (From $9.00 USD)


      Insurgency: Sandstorm (From $6.40 USD)


      Changes to US-East:

      Starting in January 2022, we will be moving to a different provider that has better support, better infrastructure, and better connectivity. We've noticed that the connection/routes to this location are not ideal and it's been hard getting support to correct this. Our contract for our two servers ends in March/April respectively. If you currently have servers in this location you will be migrated over to the new provider. We'll have more details when the time comes closer to January. The new location for this change will be based out of Atlanta, GA. If you have any questions/concerns please open a ticket and we'll do our best to answer them.
      • 5 replies
    • Hello All,

      I wanted to give an update to how EZRCON is doing. As of today we have 56 active customers using the services offered. I'm glad its doing so well and it hasn't been 1 year yet. To those that have services with EZRCON, I hope the service is doing well and if not please let us know so that we can improve it where possible. We've done quite a few changes behind the scenes to improve the performance hopefully. 

      We'll be launching a new location for hosting procon layers in either Los Angeles, USA or Chicago, IL. Still being decided on where the placement should be but these two locations are not set in stone yet. We would like to get feedback on where we should have a new location for hosting the Procon Layers, which you can do by replying to this topic. A poll will be created where people can vote on which location they would like to see.

      We're also looking for some suggestions on what else you would like to see for hosting provider options. So please let us know your thoughts on this matter.
      • 4 replies
    • Added ability to disable the new API check for player country info


      Updated GeoIP database file


      Removed usage sending stats


      Added EZRCON ad banner



      If you are upgrading then you may need to add these two lines to your existing installation in the file procon.cfg. To enable these options just change False to True.

      procon.private.options.UseGeoIpFileOnly False
      procon.private.options.BlockRssFeedNews False



       
      • 2 replies
    • I wanted I let you know that I am starting to build out the foundation for the hosting services that I talked about here. The pricing model I was originally going for wasn't going to be suitable for how I want to build it. So instead I decided to offer each service as it's own product instead of a package deal. In the future, hopefully, I will be able to do this and offer discounts to those that choose it.

      Here is how the pricing is laid out for each service as well as information about each. This is as of 7/12/2020.

      Single MySQL database (up to 30 GB) is $10 USD per month.



      If you go over the 30 GB usage for the database then each additional gigabyte is charged at $0.10 USD each billing cycle. If you're under 30GB you don't need to worry about this.


      Databases are replicated across 3 zones (regions) for redundancy. One (1) on the east coast of the USA, One (1) in Frankfurt, and One (1) in Singapore. Depending on the demand, this would grow to more regions.


      Databases will also be backed up daily and retained for 7 days.




      Procon Layer will be $2 USD per month.


      Each layer will only allow one (1) game server connection. The reason behind this is for performance.


      Each layer will also come with all available plugins installed by default. This is to help facilitate faster deployments and get you up and running quickly.


      Each layer will automatically restart if Procon crashes. 


      Each layer will also automatically restart daily at midnight to make sure it stays in tip-top shape.


      Custom plugins can be installed by submitting a support ticket.




      Battlefield Admin Control Panel (BFACP) will be $5 USD per month


      As I am still working on building version 3 of the software, I will be installing the last version I did. Once I complete version 3 it will automatically be upgraded for you.





      All these services will be managed by me so you don't have to worry about the technical side of things to get up and going.

      If you would like to see how much it would cost for the services, I made a calculator that you can use. It can be found here https://ezrcon.com/calculator.html

       
      • 11 replies
    • I have pushed out a new minor release which updates the geodata pull (flags in the playerlisting). This should be way more accurate now. As always, please let me know if any problems show up.

       
      • 9 replies
×
×
  • Create New...

Important Information

Please review our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.