Hi, I am experiencing some difficulties connecting PHPRunner with SQL Server 2005.
I am using hostname HOSTNAME/SQLEXPRESS as host, also tried numeric IP.
I am getting bounced from the login with the error code: SQL Error State:28000 Native Error Code: 4814. It also states that the user is not trusted.
I have set the SQL Server to login with the "Local System" setting, which should mean that the local system administrator should be allowed to connect, right?
I have dug around a bit, does PHPRunner support trusted connections?
Also, I have tried putting the SQL Server in "mixed mode" (Both Windows Auth and SQL Login) without any results.
Thanks in advance.