How to create MSSQL again?

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
8/31/2009 9:29:38 AM
Gravatar
Total Posts 18

How to create MSSQL again?

While I was installing mojoPortal first time I have entered wrong MSSQL admin password, mojoPortal was installed sucesfully but database was not created. Question, how to create MSSQL database again? What web page should I run? Now I get error message from mojoPortal that database is not found in MSSQL server.

8/31/2009 10:20:14 AM
Gravatar
Total Posts 2239

Re: How to create MSSQL again?

  1. Open the user.config file and make sure your database connection information is correct.
  2. After you have it set properly, open the web.config file and add or remove a space at the bottom of the file, then save it (this will cause your web app to refresh and re-read the user.config).
  3. Browse to http://YourWebSite.URL/Setup/Default.aspx

The mojoPortal setup will run and setup the database.

HTH,
Joe

8/31/2009 10:32:16 AM
Gravatar
Total Posts 550

Re: How to create MSSQL again?

Hi,

If you enter wrong database password, mojoPortal not install successfully. Do following steps for a installation:

1-Create a new database in your MSSQL server.

2- Find this line in web.config and replace your MSSQL server name , database name ,username and password.

 <add key="MSSQLConnectionString" value="server=Sqlservername;UID=sa;PWD=1111;database=NewPortalDB" />

3- Visit your site /setup/default.aspx for installation.

Hope helps

Asad

9/1/2009 8:15:37 AM
Gravatar
Total Posts 18

Re: How to create MSSQL again?

Thank you both, everything set and working now :)

You must sign in to post in the forums. This thread is closed to new posts.