Quote Originally Posted by techiegirl View Post
I'm installing the COWOA add-on but I get an error when running the SQL code from the admin interface.

GETTING THE FOLLOWING ERROR WHEN EXECUTING THE COWOA.sql file:

1062 Duplicate entry 'Permanent Account Holders Only' for key 2
in:
[INSERT INTO zen_query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Permanent Account Holders Only', 'Send email only to permanent account holders ', 'select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS where COWOA_account != 1 order by customers_lastname, customers_firstname, customers_email_address');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

Anyone run into this problem at all? If so, what was the solution?

Thanks!
This is the answer to your question:

1062 Duplicate entry 'Permanent Account Holders Only' for key 2
in:

This means that it is already there. This is only adding one line to the database table query_builder, so if you have something like phpMyAdmin, you can check this table to see if it already exists as the error is stating.