Newbie Needs Help!!!

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.
7/3/2009 7:37:53 PM
Gravatar
Total Posts 2

Newbie Needs Help!!!

I download the web platform installer from microsoft and am then went to the iis manager to install mojoportal just like in the tutorial provide by this website.  But at the end of the installation I receive a "This product did not install successfully: The database could not be created.  Futher examination of the error log shows an error like

[14:27:952]Adding dbFullSql (data source=.\SQLExpress;initial catalog=mojoportal;user id=sa)
Details:
operationType: Add
providerName: dbFullSql
path: data source=.\SQLExpress;initial catalog=mojoportal;user id=sa
[14:27:89]The database 'mojoportal' could not be created.. Retrying operation 'Add' on object dbFullSql (data source=.\SQLExpress;initial catalog=mojoportal;user id=sa). Attempt 1 of 5.
Details:
originalMessage: The database 'mojoportal' could not be created.
operationType: Add
retryAttempt: 1
retryCount: 5

As you can see I just left most of the settings default.  Can anyone help???

7/4/2009 6:18:02 AM
Gravatar
Total Posts 18439

Re: Newbie Needs Help!!!

Hi,

Do you have SQLExpress installed? If not I think you can install it using the Platform Installer. I would also make sure you have .NET 3.5 SP1 installed.

Hope it helps,

Joe

7/4/2009 1:20:51 PM
Gravatar
Total Posts 2

Re: Newbie Needs Help!!!

Yes..I have sql server express 2008 sp1 and .NET framework 3.5 sp1 installed....

7/4/2009 1:26:47 PM
Gravatar
Total Posts 18439

Re: Newbie Needs Help!!!

Do you know if your installation of SQL Express is a named instance or a default instance?

The default connection string is expecting a named instance with the name "SQLExpress". If your is a default instance then you would remove the .\SQLExpress and just have localhost for the server name, or if its a named instance with a different name then you have to change it to .\yourinstancename

Another issue is if your installation of SQLExpress is configured only for windows authentication, you need to change it to mixed mode to use an sa user and passwod and you would have to know the sa password or else after switching to mixed mode create a new sql user named admin and add it to the sql admins role and then you can use that user instead of sa.

Hope it helps,

Joe

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