Project

General

Profile

Actions

Bug #1333

closed

Error number 1146 when attempting to download leads from list

Added by Jack Lindsay almost 11 years ago. Updated over 10 years ago.

Status:
Rejected
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
Start date:
06/21/2014
Due date:
% Done:

0%

Estimated time:

Description

When I attempt to download the leads for a particular list, I always get an error similar to what is shown here. This occurs wherever there is a download link for a list's leads.

Does this have an effect on the leads themselves?

Error Number: 1146

Table 'asterisk.custom_1000' doesn't exist

SELECT vl.lead_id AS lead_id,entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,gmt_offset_now,called_since_last_reset,phone_code,phone_number,title,first_name,middle_initial,last_name,address1,address2,address3,city,state,province,postal_code,country_code,gender,date_of_birth,alt_phone,email,security_phrase,comments,called_count,last_local_call_time,rank,owner FROM vicidial_list vl, custom_1000 ct WHERE list_id='1000' AND vl.lead_id=ct.lead_id;

Actions

Also available in: Atom PDF

Go to top