losing 200-300 leads when loading new leads

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

losing 200-300 leads when loading new leads

Postby WP702 » Fri Apr 10, 2009 2:57 pm

I’ve noticed this allot lately. When I add new leads the leads that say are being added and the actual leads added are 200-300 less.
EX:
I’m uploading 10k leads. I weed out all dupes for the new leads against the campaign and end up with approx 9700 leads I then go to the "All lists view" click on my list ID (400) and it says I have 9505 leads.

Where are my leads going? Is this from the DNC list? If the missing leads are DNC leads wouldn't they be weeded out when I de-dupe them from the other leads in the campaign?

Any help is appreciated THANKS! :?:
WP702
 
Posts: 1
Joined: Fri Apr 10, 2009 2:45 pm

Postby williamconley » Fri Apr 10, 2009 3:54 pm

did you verify that all 10k leads had id 400 on them? or use the override so they would all go to id 400 upon import?

you could import them into a mysql table and compare them to the leads that were imported successfully to find the "missing" leads (would be both the dupes and the "missing") and this may help you at least identify which ones are missing and import them again and see what happens to them this time.

also, please read the stickies and post your configuration and versions. i am unaware of lead loading bugs in specific versions, but others (like those actually working for eflo/vicidial!) may be aware that all you need to do is upgrade. make it part of your "signature".
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Postby saif.rahman » Mon Apr 13, 2009 1:56 pm

you can use an alternative way for uploading leads that is by using the command line script .

VICIDIAL_IN_new_leads_file.pl

that will use a tab-deli mated text file. Put that file containing the leads in /usr/share/astguiclient/LEADS_IN/ and then run the above script with --debug option.
saif.rahman
 
Posts: 24
Joined: Fri Jan 30, 2009 7:00 pm

Postby mflorell » Mon Apr 13, 2009 3:44 pm

There's also a minicsv option for loading files with that script.

Run it with the --help flag for more info.
mflorell
Site Admin
 
Posts: 18340
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby tgalan » Fri May 15, 2009 11:56 am

I think I have the same problem,

ex, I'm uploading a list on the admin.php of vicidial, the results on the webpage are
Done: Good 1584 bad 243 total 1827

but when I go to show list only says leads count 240.

I'm using the 1.2 version of vicidialnow astguiclient is the 2.0.5 on a single server, Intel Core 2 Duo 1.8, 2gbs Ram, 250gb HD...
Last edited by tgalan on Fri May 15, 2009 2:25 pm, edited 1 time in total.
tgalan
 
Posts: 44
Joined: Wed Apr 01, 2009 7:02 pm

Postby williamconley » Fri May 15, 2009 2:21 pm

did you override the lead_id during import to be sure they all went into the same list?

also: it's best if you give us the version NUMBER of Vicidial (and a sep number for vicidialNOW's version, they are not the same) as opposed to "last" which will quickly lose it's meaning. Remember that these comments will still be here years from now.


Thanks.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Postby tgalan » Fri May 15, 2009 2:26 pm

Yes i've done this a couple of times and the same results....
tgalan
 
Posts: 44
Joined: Wed Apr 01, 2009 7:02 pm

Postby williamconley » Fri May 15, 2009 2:30 pm

have you checked in mysql to see where the leads went (or if they were imported at all)?
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Postby tgalan » Fri May 15, 2009 2:34 pm

how can I check that?
tgalan
 
Posts: 44
Joined: Wed Apr 01, 2009 7:02 pm

Postby williamconley » Fri May 15, 2009 3:38 pm

check the number of records in the leads table with phpmyadmin or from the console by using the mysql command line.

do you have phpmyadmin or webmin or any other interesting tools?

if not, you can use the console (or PuTTY console) to check the number of leads:


Step one: how many leads REALLY imported?

mysql -p

mysql> use asterisk;
mysql> select count(*) from vicidial_list;

do this before and after the import (yes you can just do the "select" line before and after, it does not have to be exited)
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Postby tgalan » Fri May 15, 2009 4:00 pm

:) :D :D :D :D :lol: jajajaj

Thanks, I see the results... the problem was I mistake on the CSV file, I change the format of the file and it solve the problems....

Exactly this text definition part...

EX:

"Alan's Burguers","Alan Smith","1234567890"
to
'Alans Burguers' 'Alan Smith' '1234567890'
tgalan
 
Posts: 44
Joined: Wed Apr 01, 2009 7:02 pm

Postby williamconley » Fri May 15, 2009 4:01 pm

and that is why i use tab delimited only. lol
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Postby tgalan » Fri May 15, 2009 4:01 pm

:) :D :D :D :D :lol: jajajaj

Thanks, I see the results... the problem was I mistake on the CSV file, I change the format of the file and it solve the problems....

Exactly this text definition part...

EX:

"Alan's Burguers","Alan Smith","1234567890"
to
'Alans Burguers' 'Alan Smith' '1234567890'

But that was with that file only, then I try another csv file and work perfetcly,

Thanks a lot.....
tgalan
 
Posts: 44
Joined: Wed Apr 01, 2009 7:02 pm

Postby darkwu33 » Mon Jun 15, 2009 3:32 pm

i had the same problem with a live campaign I didn't realize that i was losing 100-150 leads, i change from CSV to tab delimiter and the problem gone!!
darkwu33
 
Posts: 28
Joined: Thu Apr 16, 2009 1:30 pm

Postby williamconley » Mon Jun 15, 2009 3:51 pm

a stray Robert's (note the apostrophe) or other funky character in a delimited file other than "tab" can wreak havoc. Especially since it doesn't happen very often, and it seems almost random when it does. Then you find the exact record it stopped on and find that the address contains "Next to McDonald's" LOL

of course, you CAN build a routine to properly strip out invalid characters. But i've never (knock on wood) bumped into a tab in a random location. lol
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)


Return to Support

Who is online

Users browsing this forum: Bing [Bot] and 51 guests