Problem with the connection string

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.
12/27/2010 7:44:47 AM
Gravatar
Total Posts 21

Problem with the connection string

I have problem with the connection string:

-----------------------------------------------------------------------------------------

Probing system...
File system permissions ok.
The system cannot connect to the MSSQL database. Please check your connection string.

System.Data.SqlClient.SqlException (0x80131904): Login failed for user 'kitornet'. at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at mojoPortal.Data.DBPortal.DatabaseHelperGetConnectionError(String overrideConnectionInfo)

------------------------------------------------------------------------------------------

 

I copy the connection string from the server information:

value="Data Source=62.219.7.21;Initial Catalog=*****;Integrated Security=False;User ID=*****;Connect Timeout=45;Encrypt=False;Packet Size=4096"

Does anyone know what could be the problem with this string?

12/28/2010 8:40:12 AM
Gravatar
Total Posts 18439

Re: Problem with the connection string

duplicate post answered here.

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