The database 'mojoportal' could not be created

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/23/2009 10:49:24 AM
Gravatar
Total Posts 1

The database 'mojoportal' could not be created

Hi,

following the instraction on "Easy Installation Using the MS Web Deployment Tool"

trying to create the database importing web application into IIS I get error

The database 'mojoportal' could not be created.
Login failed for user 'sa'. The user is not associated with a trusted SQL Server connection.

in MSN I found that the couse is

This problem occurs when the SQL Serversecurity authentication is set to Windows only, set authentication to mixe SQL Server and Windows,

I tried so many diffrent things but could not login to database

 

please any help

7/23/2009 12:34:36 PM
Gravatar
Total Posts 18439

Re: The database 'mojoportal' could not be created

After you configure your SQL installation for mixed mode, then create a new sql user named admin don't enforce password policy on this user (ie don't require a password change after you set the password), add it to all the server roles, then use this user instead of sa 

Hope it helps,

Joe

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