Rank: Newbie Groups: Member
Joined: 8/31/2011 Posts: 0 Points: 6 Location: Cape Town
|
Hi I've set up myLittleAdmin 3.7 Lite on a webserver and configured it with three database servers. Two of them I can connect to, but the third one I get redirected to http://localhost/mla_2000/silentlogon.asp and of course get "The page cannot be found", because I don't have silentlogon.asp on localhost.
I see in the config.xml file there is the following:
<checkmssqlversion value="true" mla2000url="http://localhost/mla_2000/silentlogon.asp"/>
What is the purpose of this config? Why is silentlogon.asp called with only one of my databases? Why have a reference to an asp that is not included in the installation package?
Thank you in advance
|
Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
myLittleAdmin 3.x can manage SQL 2005, 2008, 2008 R2 servers. If you need to manage old SQL 2000 servers, then you have to use myLittleAdmin v2.x
It looks like your 3rd server is a SQL2000 server. myLittleAdmin v3.x is configured to check the sql server version and if necessary to redirect to the old v2.x version of myLittleAdmin.
If you have a myLittleAdmin v2.x version installed, then update its address in the mla2000url property (config.xml) Else change the checkmssqlversion value to false.
Hope this helps
|