Results 1 to 5 of 5

Thread: How To delete Targets

  1. #1
    aviwebtouch is offline Junior Member
    Join Date
    Oct 2006
    Posts
    2

    Default How To delete Targets

    Hi I am trying to run a campaign with 100,000 email addresses.Im in teh porcess of importing the CSv list and am stuck witha problem , how do i delete all teh targets in one go without reinstalling Sugar CRM over and over agin.. Please help

  2. #2
    czei is offline Sugar Community Member
    Join Date
    Sep 2006
    Posts
    44

    Default Re: How To delete Targets

    I've got exactly the same problem. I'm trying to import tens of thousands of targets, and somehow the process hung and only about half got in. I'd like to delete everything and start over, but how can I delete 20,000 targets at one go? The idea that I'm going to delete them 25 or 50 at a time is ridiculous!

  3. #3
    kpit's Avatar
    kpit is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Dec 2005
    Location
    Memphis, TN
    Posts
    996

    Default Re: How To delete Targets

    increase the max memory (512M) and max execuition time (1000) in php.ini.
    Cheers,

    Max W. Blackmer, Jr.

    Blog
    Phone: +1 (901) 672-2694



  4. #4
    khinester is offline Sugar Community Member
    Join Date
    Oct 2006
    Posts
    34

    Default Re: How To delete Targets

    You should also change the

    Listview items per page:

    In the Admin -> System Settings -> User Interface page to the number of items you wish to view per page.

    HTH

  5. #5
    khinester is offline Sugar Community Member
    Join Date
    Oct 2006
    Posts
    34

    Default Re: How To delete Targets

    Quote Originally Posted by aviwebtouch
    Hi I am trying to run a campaign with 100,000 email addresses.Im in teh porcess of importing the CSv list and am stuck witha problem , how do i delete all teh targets in one go without reinstalling Sugar CRM over and over agin.. Please help
    Perhaps you can delete these directly from MySQL

    mysql> select * from prospects;

    This will list your prospects. So I guess something like:

    mysql> delete * from prospects where date_entered = 'xx/xx/xxxx';

    Not tested and maybe this will break other DB relationships.

    HTH

Thread Information

Users Browsing this Thread

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

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
  •