Results 1 to 2 of 2

Thread: Help : Query Failed

  1. #1
    ecs_technical is offline Junior Member
    Join Date
    May 2010
    Posts
    1

    Default Help : Query Failed

    Hi Guys,
    I am a newbie in SugarCRM

    We are experiencing this kind of problem:

    Query Failed:INSERT into tracker ( user_id, module_name, item_id, item_summary, date_modified, action, session_id, visible) values ('717bc272-0a8d-bca9-993b-4a67b2a337b6', 'P1_Task_Schedules', '18c52fe2-2b44-4914-50b7-4bfc7d751d6f', 'VSX7000s','2010-05-27 02:28:03', 'detailview', NULL, 1)::MySQL error 1062: Duplicate entry '46853' for key 1


    can you give us any resolutions for this. Thank You!

    james

  2. #2
    datasponge is offline Sugar Community Member
    Join Date
    Mar 2008
    Location
    San Jose, CA, USA
    Posts
    553

    Default Re: Help : Query Failed

    That error indicates a duplicate primary key... that is you tried to insert a record that was already in the tracker table (or at least one whose key was the same).

    The tracker table key field is 'id' and it is an auto_increment field. The value '46853' was not specified in the query, so the database should have handled making id unique for you. You can look up the record in tracker with this id value and see if it gives you any clues.

    But I'm not familiar enough with tracker to know what happened. What steps did you take that resulted in this message?

    Phil

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Query Failed: ::MySQL error 1065: Query was empty
    By darcy.rippon in forum Developer Help
    Replies: 3
    Last Post: 2008-10-10, 07:24 AM
  2. Replies: 3
    Last Post: 2008-09-30, 08:43 PM
  3. Replies: 2
    Last Post: 2006-10-20, 12:00 AM
  4. Query Failed: ::MySQL error 1065: Query was empty
    By suruchi in forum Developer Help
    Replies: 1
    Last Post: 2006-01-21, 03:16 PM
  5. Query Failed: ::MySQL error 1065: Query was empty
    By suruchi in forum General Discussion
    Replies: 0
    Last Post: 2006-01-21, 12:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •