Results 1 to 3 of 3

Thread: Export error - no data

  1. #1
    huruhara is offline Junior Member
    Join Date
    Mar 2008
    Posts
    2

    Default Export error - no data

    Hi,

    I'm using the SugarCRM open source version 4.5.1i. We just migrated SugarCRM to a server using OS MS Window Server 2003. We are using Apache default version that comes in the package.

    After we migrated we found that we are unable to export data out from the Cases module. We were able to do so previously on the old server. The .CSV files only return the colum name but no data. I've check the db, there should be atleast 61 rows selected.

    Need help. Is this php scipting issue or db issue.

    Thanks.

  2. #2
    ptemplin7 is offline Sugar Community Member
    Join Date
    Jun 2007
    Location
    Puget Sound Washington
    Posts
    380

    Default Re: Export error - no data

    Best guess is a DB issue. I assume you are still using mysql.

    Was the old server mysql as well? Check your file permission for the cases. If the rest of the DB still exports fine and used to something happen to that file (table) when it moved.

    Also check that the labels you have for the columns in the export are exactly what you have in the DB. Look for something as simple as a period at the end or data issues int he first row. I have heard of simple things like an ' in a name can break the export or import.

    One other thing to try as a test. Use the mysql commands to dump the table (in Linux its mysqldump, not sure for MS) do you get the values expect when dumping that set of tables? Use a sql tool and do a SELECT * from sugarcrm.cases; Do you get all 61 rows? if not look for DB corrupted record!
    You can also try copying just those tables over again and doing a file compare.

    Anyway hope this helps, Good luck chasing it down.

    Paris

  3. #3
    huruhara is offline Junior Member
    Join Date
    Mar 2008
    Posts
    2

    Default Re: Export error - no data

    Thanks for the reply ptemplin7. I'm begining to see some light at the end of the tunnel. I try to isolate the issue as per your instruction. The export process works find with other modules except for Cases. In Cases theres quite a numbers of customized colums that i created. I will investigate further. Yes I'm using mysql.

    Thanks.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Export not exporting correct data
    By southwestcrm in forum Help
    Replies: 15
    Last Post: 2008-10-02, 09:01 AM
  2. Replies: 0
    Last Post: 2007-09-11, 05:01 PM
  3. Export data from SugarSuite 3.0?
    By pwalther in forum Help
    Replies: 1
    Last Post: 2007-02-05, 11:28 PM
  4. Replies: 1
    Last Post: 2006-08-03, 10:06 AM
  5. Can't Export Data From Project Module?
    By kingofnyc79 in forum Help
    Replies: 0
    Last Post: 2006-01-30, 12:05 AM

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
  •