mojoportal 2.2.5.8 installation error

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/2008 8:35:08 AM
Gravatar
Total Posts 26

mojoportal 2.2.5.8 installation error

hi

thank you for mojo portal

i am trying to install mojoportal version 2.2.5.8

please help me to resolve this error

thanks 

Probing system...
File system permissions ok.
MSSQL database connection ok.
database permissions are sufficient to alter schema.

An Error Occurred:Format of the initialization string does not conform to specification starting at index 0.
Source:System.Data
Stack Trace at System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString, Int32 currentPosition, StringBuilder buffer, Boolean useOdbcRules, String& keyname, String& keyvalue) at System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) at System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) at System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) at System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) at System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) at System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value) at System.Data.SqlClient.SqlConnection.set_ConnectionString(String value) at System.Data.SqlClient.SqlConnection..ctor(String connectionString) at SubSonic.SqlDataProvider.CreateConnection(String newConnectionString) at SubSonic.SqlDataProvider.CreateConnection() at SubSonic.AutomaticConnectionScope..ctor(DataProvider provider) at SubSonic.SqlDataProvider.GetReader(QueryCommand qry) at SubSonic.SqlDataProvider.GetTableNameList() at SubSonic.DataService.TableExists(String providerName, String tableName) at mojoPortal.Data.Common.DBPortal.DatabaseHelperTableExists(String tableName) at mojoPortal.Data.DBPortal.DatabaseHelperSitesTableExists() at mojoPortal.Business.DatabaseHelper.SchemaHasBeenCreated() at mojoPortal.Web.UI.Pages.SetupHome.ProbeSystem() at mojoPortal.Web.UI.Pages.SetupHome.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

7/3/2008 9:00:23 AM
Gravatar
Total Posts 18439

Re: mojoportal 2.2.5.8 installation error

Hi,

That is very strange. Whats happening there is that mojoPortal is using a tool called SubSonic to check for the existence of the mp_Sites table, this is how it determines if this is a new installation or an upgrade. SubSonic "should" be using the same connection string that already passed the connection test, but it apparently is not since it is complaining about the string not being in the correct format.

What I would try is putting the same connection string value as you have in this setting:

<add key="MSSQLConnectionString" value="server=(local);UID=mojouser;PWD=mojo123;database=mojoportal" />

into this setting at the bottom of Web.config in the connectionStrings section:

<add name="Subsonic-MSSqlServer" connectionString="server=(local);UID=mojouser;PWD=mojo123;database=mojoportal" />

maybe that will solve it.

Hope it helps,

Joe

7/3/2008 9:39:02 AM
Gravatar
Total Posts 26

Re: mojoportal 2.2.5.8 installation error

hi

thanks joe

you are very professional programmer

that is done and i instaled mojo successfuly .

i am trying to take a travel agencys portal from your powerfull mojo but i am not very expert to programing

can i use pages tabale instead of hotels for url fresandly urls?

mydomain is www.parstravelco.com please help me how i can take it

thanks

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