MP Web Interface Manager i think is the issue.
If I select MSSQL 2005 express(which it is) I will get an answer back after along delay 'Error Locating server\xxx)
If I choose MSSQL 2005 I will get immediate answer back login failed 'sa'
I can make new users and passwords via dos and test those in dos and they work including sa MediaPortal
osql -S .\SQLExpress -E
exec sp_addlogin 'sa', 'MediaPortal'
the above will say sa already exists
osql -S .\SQLExpress -U sa
thats asks for the password and MediaPortal works
Question: why cant MP WebInterface Manager login??
help!!
If I select MSSQL 2005 express(which it is) I will get an answer back after along delay 'Error Locating server\xxx)
If I choose MSSQL 2005 I will get immediate answer back login failed 'sa'
I can make new users and passwords via dos and test those in dos and they work including sa MediaPortal
osql -S .\SQLExpress -E
exec sp_addlogin 'sa', 'MediaPortal'
the above will say sa already exists
osql -S .\SQLExpress -U sa
thats asks for the password and MediaPortal works
Question: why cant MP WebInterface Manager login??
help!!