issue installing via WPI

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.
10/24/2009 1:01:30 PM
Gravatar
Total Posts 10

Re: issue installing via WPI

oh, and yes it is allowed for TCP/IP connections to the server.  This is the first thing that is necessary on sql server anyway..

10/24/2009 1:09:29 PM
Gravatar
Total Posts 18439

Re: issue installing via WPI

A Default instance usually has no name.

When I connect to my local SQLExpress using SQL Maangement Studio I see this:

sqlexpress

Vista1 is the machine name and SQLExpress is the instance name so my connection string uses:

server=localhost\SQLExpress;

When you look at yours if you only see the server name then it has no instance name but if you see an instance name make sure it matches in your connection string. If it does match and you still can't connect then I can only guess tcp/ip connections are disabled for your sql installation or your local firewall may be blocking it.

Hope it helps,

Joe

10/24/2009 1:26:58 PM
Gravatar
Total Posts 10

Re: issue installing via WPI

ugh, stupid me, only had windows authentication enabled.  i swear, the stupid little things create big ordeals

10/24/2009 1:28:37 PM
Gravatar
Total Posts 18439

Re: issue installing via WPI

So you got it working now? Glad to hear it.

Best,

Joe

10/24/2009 1:30:07 PM
Gravatar
Total Posts 10

Re: issue installing via WPI

fyi vista1 is your computer name and sqlexpress is the default instance of the sql engine on sql express installs, mssqlserver for sql server installs.

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