set up problem

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.
11/19/2010 5:29:48 AM
Gravatar
Total Posts 2

set up problem

OS: Vista

Db: Microsoft SQL server 2008 R2

Vs. 2343

 

Hi :)

 

I am a graphic designer working remotely with a guy on a website, and he felt that they needed this mojoportal system... I am a lot out of my comfort zone on this! However, I have put a lot of work in, we've told them what we are doing, and now somehow, I have to do it.

 

He started setting it up on my machine, but we were having a few crashing issues - I had some other work to do and so put this asside for a while, but time is running out.. when I try to log into: http://localhost/mojo2343/

 

I am getting this error. I figured it might suit my head and learning curve a little better to ask you guys, rathr than go backwards and forwards with him.. if that's OK.

 

[ArgumentException: Keyword not supported: 'ad\sqlexpress;uid'.]
   mojoPortal.Web.BannedIPBlockingHttpModule.BeginRequest(Object sender, EventArgs e) +580
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

 

Any help very much appreciated,

Diana

11/19/2010 7:21:19 AM
Gravatar
Total Posts 18439

Re: set up problem

It looks like you have an error in your database connection string

The format should be like this:

<add key="MSSQLConnectionString" value="server=yourservername;UID=yourdatabaseusername;PWD=yourdatabaseuserpassword;database=yourdatabasename"/>

from the error it looks like you have extra single quotes a period or something that makes the uid seem like part of the server name.

Hope it helps,

Joe

11/19/2010 7:44:43 AM
Gravatar
Total Posts 2

Re: set up problem

thank you... any idea how I might be able to find and correct this?

11/19/2010 7:53:14 AM
Gravatar
Total Posts 18439

Re: set up problem

seems like you would already know that if you configured it yourself. 

this article has the information you need, if that does not help you then you should probably get the person who initially configured it to help you

http://www.mojoportal.com/mssqlsetup.aspx

Hope it helps,

Joe

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