Rank: Newbie Groups: Member
Joined: 2/7/2008 Posts: 1 Points: 0
|
I'm stuck. I've got as far as getting the login page that asks me for the Sever name and authentication, login and password. Whatever I type in, it just flashes back to the server name being SQL 2K5 Instance, and the authentication SQL Server Authentication. It doesn't seem to be doing much though there seems to be a 'connecting' message that rapidly appears and disappears. What am I doing wrong?
I'm on Framework 2 and 3.5, XP etc etc
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
Hi Phil Could you please send your config.xml file at support@mylittletools.net ? Thanks
|
Rank: Newbie Groups: Member
Joined: 2/9/2008 Posts: 4 Points: 0 Location: USA
|
You need to change SQL 2K5 Instance to the actual instance name of your db server, whatever it may be, in the config.xml > sqlservers > sqlserver variable for the appropriate connection.
For instance, if your server is named SQLDB, the value would be changed from:
<sqlserver address="127.0.0.1" name="SQL 2K5 Instance" />
To:
<sqlserver address="127.0.0.1" name="SQLDB" />
Likewise, if you have a secondary instance, say name SQLDB\db2, it would be:
<sqlserver address="127.0.0.1" name="SQLDB\db2" />
The above example is of course using the local loopback. Your address will depend on where you server resides.
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
Thanks for your help dbaxronin. Just for info, Phil's problem was located in its IE7 Intranet Security Rules.
Regards
|