v38 install bug

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
hezyz wrote:

no profiler, Using sql server express


Hi Hezy,
there are different versions of MS SQL Server Express. The tools (and the profiler) are free; but only contained in the bigger packs:
https://www.microsoft.com/en-us/download/details.aspx?id=43351
* Express with Tools (SQLEXPRWT)
* SQL Server Management Studio Express (SQLManagementStudio)
* Express with Advanced Services (SQLEXPRADV)

Feature list here: https://msdn.microsoft.com/en-us/library/ms174219.aspx

Or the Developers³ ( https://www.youtube.com/watch?v=Vhh_GeBPOhs ) version for free: https://www.microsoft.com/en-us/cloud-platform/sql-server-editions-developers

Otherwise http://expressprofiler.codeplex.com/

HTH
7 years ago
a.m. wrote:
Does anybody else experience this issue? Could you please you test it out and let me know whether you it's OK or not
up


Hi,
Is this solved now or should we continue to test? With which versions of SQLServer?

My first look would be at the permissions as always:

* If the shopsoftware should create the database, the apppool have to be dbo before.
(Because this is too high for further productive state, this should be removed by hand after install)

BestPractice
* If the db is created by hand, the db is in the authorization context of the (System- and/or SQLServer)Admin = SQLAdmin is dbo. The shopsoftware will access through the context of the apppool. To set the apppool could be a bit buggy/tricky in some environments.
7 years ago
devustocomp wrote:
...Is this solved now or should we continue to test? With which versions of SQLServer?...

We cannot reproduce this issue. That's why asking our community to do it (test).

Can you install nopCommerce without any errors?
7 years ago
devustocomp wrote:

* If the shopsoftware should create the database, the apppool have to be dbo before.
(Because this is too high for further productive state, this should be removed by hand after install)


edit: messed up dbo with db_creator:
the apppool have to be db_creator in the master db ...

and can't find the edit button for the old post - not my day ;-)

And sorry, can't test with the src pack due to other problems on my side
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.