Page 2 of 4
Re: MS SQL Database configuration issues
Posted: Wed Oct 10, 2012 12:39 pm
by HAL
Is it an Issue with this path? should this be changed?
Re: MS SQL Database configuration issues
Posted: Thu Oct 11, 2012 9:08 am
by scottwilkerson
You might want to change that in the first line of the script. As it doesn't appear to be loading this as a python script...
Re: MS SQL Database configuration issues
Posted: Tue Oct 16, 2012 4:52 am
by HAL
I have chnaged the command line to say python at the beginning. However when we run a command other than connection time we see a message reading "CRITICAL: Can access the server but cannot query". our DB admin has confirmed that the user had rights to query and they can do so on DB console.
Re: MS SQL Database configuration issues
Posted: Tue Oct 16, 2012 9:52 am
by scottwilkerson
Just to verify, are you using Windows Authentication or SQL Authentication?
The reason I ask is that this plugin requires using a SQL account and will not work with Windows Authentication.
If you are using SQL authentication you need to make sure the user has select access on the master database.
Re: MS SQL Database configuration issues
Posted: Tue Oct 16, 2012 11:01 am
by HAL
Yes, we are using an SQL user account created specifically to access these SQL databases and has required rights to the connect to these databases.
Re: MS SQL Database configuration issues
Posted: Tue Oct 16, 2012 12:30 pm
by scottwilkerson
HAL wrote:Yes, we are using an SQL user account created specifically to access these SQL databases and has required rights to the connect to these databases.
When you say "these databases" do you mean the master database?
Re: MS SQL Database configuration issues
Posted: Tue Oct 16, 2012 1:01 pm
by HAL
yes, we mean the master database. We have run the plugin on different databases on different servers ending up with the same result.
Re: MS SQL Database configuration issues
Posted: Tue Oct 23, 2012 7:01 am
by HAL
Hi,
Any findings from the previous post?
Awaiting your response!
Re: MS SQL Database configuration issues
Posted: Tue Oct 23, 2012 9:43 am
by scottwilkerson
Is this an instance based system or just running on port 1433?
Re: MS SQL Database configuration issues
Posted: Wed Oct 24, 2012 6:26 am
by HAL
I think its port based running on 1433