Question:


I am getting below Error while plugin installation


Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding


Cause of the Problem:


This problem is caused because you have bunch of record & while Creating our Incremental_Table data, It throws the timeout Issue while 
executing the Stored procedure 'NopAcc_Plus_ManageIncrementalSolrProductTable'


Solution:


  • You need to remove below line of code from Plugin > NopAcceleratePlus.Search > SqlScript > Sp_SolrInstall.sql 
    'EXEC NopAcc_Plus_ManageIncrementalSolrProductTable'
  • Excute this Line of Code on Sql server 'EXEC NopAcc_Plus_ManageIncrementalSolrProductTable'
  • After successfully execution of sp, Install the plugin again.