Setup failed: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 年 前
ccdmfc wrote:
So you use SSMS and can connect to the database using (localdb)\MSSQLLocalDB ?

Please confirm

Did the install complete or does it try to run the install each time
i.e. Does it write the connection string to appsettings.json ?

If the install completed
What is in the stdout log when it tries to start ?
1 年 前
Yidna wrote:
So you use SSMS and can connect to the database using (localdb)\MSSQLLocalDB ?
Are you running the website in Visual Studio or IIS
What is the error in the Log ?


In the SQL Server Explorer of Visual Studio I can connect to the database and see the data in the table.

There seems to be no appsettings.json file
1 年 前
daniel.siljanovski wrote:
Try to change the 'Connect Timeout=60' to let's say 180 or remove it completely (even if its not related to the command (query, transaction) execution timeout its worth trying because it might be related to some commit/rollback timeout issue (if any)).


I have set the timeout to 180 but I still get the same error. Here is the SQL log:

2022-05-25 16:54:42.06 spid18s     Starting up database 'Nopcommerce'.
2022-05-25 16:54:42.06 spid17s     Starting up database 'msdb'.
2022-05-25 16:54:42.07 spid6s      Starting up database 'model'.
2022-05-25 16:54:42.09 spid6s      Polybase feature disabled.
2022-05-25 16:54:42.09 spid6s      Clearing tempdb database.
2022-05-25 16:54:42.11 spid18s     62 transactions rolled forward in database 'Nopcommerce' (16:0). This is an informational message only. No user action is required.
2022-05-25 16:54:42.13 spid18s     0 transactions rolled back in database 'Nopcommerce' (16:0). This is an informational message only. No user action is required.
2022-05-25 16:54:42.13 spid18s     Recovery is writing a checkpoint in database 'Nopcommerce' (16). This is an informational message only. No user action is required.
2022-05-25 16:54:42.15 spid6s      Starting up database 'tempdb'.
2022-05-25 16:54:42.23 spid16s     The Service Broker endpoint is in disabled or stopped state.
2022-05-25 16:54:42.23 spid16s     The Database Mirroring endpoint is in disabled or stopped state.
2022-05-25 16:54:42.24 spid16s     Service Broker manager has started.
2022-05-25 16:54:42.34 spid4s      Recovery is complete. This is an informational message only. No user action is required.
1 年 前
same error for me
as i see this is a common bug
it is time to fix it
vs2022

installion works only if i do not check the the "create sample data"
1 年 前
FYI, for a new version of nopCommerce, I always first install the no source version, and run the install from there.  It has several advantages for me:
a) I verify that I have in place all the 'requirements' to run the version.  (.NET framework etc.)
b) the install runs faster ;)
c) I can test to be sure it runs OK "out of the box" (before I make custom changes)
d) I now have a place I can 'publish' my custom plugins/changes, and verify that they will work OK in production.

After I run the install with the no source version and it tests OK, I then download the source version, build it in VS, then copy files (e.g. appsettings.json, plugins.json)  from the no source's \App_Data folder to the source's \Presentation\Nop.Web\App_Data folder.
(I do have to manually 'synchronize' those .json files if I make changes to one or the other.)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.