Results 1 to 6 of 6

Thread: Odd data showing up in Opportunities

  1. #1
    etabs is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    19

    Exclamation Odd data showing up in Opportunities

    I have noticed something odd with our install of Sugar Professional (still on 4.5.0h (Build 1239)) when looking at opportunities. On the main screen of the opportunities there is a field called "Modified By" and on the overview page that field shows as something like 1b5745f0-d7ce-8ac0-e2df-458728e28b7a. I am presuming that it should be either the username but it is giving me this string of numbers and letters instead.

    Any idea how this happened and what can be done to correct the problem?

    Thanks in advance,
    Aaron

  2. #2
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Odd data showing up in Opportunities

    Hi,

    What you are seeing is an UID, the unique identifier of a record. Without knowing more that leads to two assumptions:

    1. Somebody messed with your code and got it all wrong or
    2. Your database is partially screwed up

    Neither case looks very promising I am afraid.

    rgds
    rl
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  3. #3
    etabs is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    19

    Default Re: Odd data showing up in Opportunities

    Thanks for the reply. Do you think that attempting to repair the Sugar install via the repair tool in the admin section would help?

    Aaron

  4. #4
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Odd data showing up in Opportunities

    I don't think so but it won't do any harm if you try it (backup as always recommended!).

    If this problem occurs only with opportunities (and you don't have thousands of them) it probably makes sense to have somebody looking directly into the database and get it fixed manually. It's not a big deal because the DB structure is pretty transparent.

    rgds
    rl
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  5. #5
    etabs is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    19

    Default Re: Odd data showing up in Opportunities

    As you suspected Robert, the repair didn't do the trick. I think that since it is only 13 opportunities that are effected, that we can do repair manually. Where and what files should we look at and what data should we put in when manually fixing this issue?

    Thanks,
    Aaron

  6. #6
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Odd data showing up in Opportunities

    Hi,

    I'll give you the relevant fields of the opportunity table. Assuming you have access to phpmyadmin or MYSQLAdministrator.

    opportunities:
    id (must be unique, do not touch)
    date_entered
    date_modified
    modified_user_id (also an uid, check with user table -> select user_name from users where id = 'the long number you see')
    assigned_user_id (same here)
    created_by (same here)

    If you don't find the user in the users table then somebody deleted the user but did not re-asssign his or her opportunities. In this case either copy the uid of the new user into the respective field (with any SQL tool) or change the user directly on the screen.
    Again: If this doesn't help you must have somebody looking into your code or do a fresh install and copy the db over

    NEVER FORGET TO BACK UP YOUR DATA BEFORE YOU USE ANY TOOL!!!

    rgds
    rl
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Subpanel working but showing All data
    By tritsma in forum Help
    Replies: 4
    Last Post: 2009-01-12, 05:43 AM
  2. Opportunities Dashlet not showing all Opportunities
    By Garowetz in forum General Discussion
    Replies: 1
    Last Post: 2008-04-17, 08:10 AM
  3. Opportunities not showing on Home page
    By matbeard in forum Help
    Replies: 0
    Last Post: 2005-05-13, 02:05 PM
  4. Replies: 0
    Last Post: 2005-03-23, 07:43 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
  •