-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enterprise v11.2 install fresh SQL Express error #2833
Comments
What I did to fix the problem was installing SQL Server 2019 Express and SMS by myself before running the CSET setup script. Look for the latest |
Did you do a custom install or just the basic default? thanks |
The default install did the job for me. |
There might be a conflict between the port used by the IIS Default Website and the port used by CSETUI (generally they both use port 80). You just have to change the port of one of them. |
ARL-PSU BUSINESS SENSITIVE
Thanks for the tip. The default website is stopped so there should be no port conflict.
I have changed the port for CSETUI to 81 and still will not load web page.
The account domain\CSETUser was created when I ran the setup script, does it need Database access or anything like that? It appears as a domain account but it is not in the AD.
Should I change this to a local account or create a domain service account? IF so what DB access does it need?
***@***.***
ARL-PSU BUSINESS SENSITIVE
From: alexisCarn ***@***.***>
Sent: Thursday, August 11, 2022 10:13 AM
To: cisagov/cset ***@***.***>
Cc: Troy Herrington ***@***.***>; Author ***@***.***>
Subject: [EXTERNAL] Re: [cisagov/cset] Enterprise v11.2 install fresh SQL Express error (Issue #2833)
There might be a conflict between the port used by the IIS Default Website and the port used by CSETUI (generally they both use port 80). You just have to change the port of one of them.
In IIS Manager : Write click on the CSETUI site → Edit bindings… → Change the port to a different one (ex : 81)
Make sure that CSETAPI, CSETUI and DefaultAppPool are not using the same port.
Then go to the URL : http://localhost:YOURCUSTOMPORT (for example https://localhost:81)
—
Reply to this email directly, view it on GitHub<#2833 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AXWCFNKMV3PZUIIAQLZG7Y3VYUDADANCNFSM5556AXEA>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Try this : Righ-Click on an application pool → Advanced Settings… → Identity → Change it to %COMPUTERNAME%\CSETUser instead of domain\CSETUser Or fix the setup script. To fix it you have to change the sqlcmd lines at the end of the script. Change
|
I did a reinstall and go the service account to be a local acct and used in app pool, but I still get the same results where the page does not load. I think the ur lrewrite module did not install , I do not have internet access on this server. Is there a way to install offline? Question is there a place I can check the sql connection string? & what instance it is using? |
I have not seen this error 500.19 when I worked on my instance but here is a GitHub issue where it is mentioned with a solution : #2363 |
Look at the logs of CSET in the |
Here is the checklist that I made to install my instance of CSET :
|
Ok update I got everything installed. The only way I can get CSET to load is browse to the default web site http://localhost:port/CSETUI When I go to register a new user account I get this error: Also the drop down for the Security question box is black blank If I browse out to the CSETUI SITE above Default Web Site, I get this: Should I be browsing to CSET site or the Default web site? |
|
The application pools are using the account the powershell script set up, the ports are correct for the API 5001, CSETReportAPI 5002, CSETUI 4200. And still get the same results |
If the security question drop down box is unreadable, Then you are not talking to the database |
How & where can I check the database connection to make it talk? |
How & where can I check the database connection to make it talk? |
install error likely from unresolved dependencies. I needed https://www.microsoft.com/en-us/download/details.aspx?id=48145 (vc_redist 2015) in order for my VSS writer service to start properly. |
I am doing a new fresh install of Enterprise v11 install with the embedded SQL Express and I get this error:
💬 Questions and Help
Please note that this issue tracker is not a help form and this issue will be closed.
For questions or help please see:
The text was updated successfully, but these errors were encountered: