previous steps are all done successfully.In the Configuration Page for Database connection, i selected the Database Type, Host name and Database name.
And i provided the user name and password as admin for both.
My Base URL look as follows:
http://localhost:8989/magento/
i have changed it into http://127.0.0.1:8989/magento/
and clicked on continue button. I am getting the below error:
Zend_Db_Statement_Exception Object
[message:protected] => SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '8-catalog_category_entity-entity_id' for key 'UNQ_ENT_MVIEW_SUBSCRIBER_METADATA_ID_TARGET_TABLE_TARGET_COLUMN', query was: INSERT INTO `enterprise_mview_subscriber` (`metadata_id`, `target_table`, `target_column`) VALUES (?, ?, ?)
Please help me in that.
Solved! Go to Solution.
Hi Mahesh,
The same record is trying to insert again. Can you please delete the database and try to install again.
Thank you.
Hi @mahesh_dasari1,
Did you deleted the database after you change the local domain from localhsot to 127.0.0.1 ?