-
Notifications
You must be signed in to change notification settings - Fork 12
running ./check_azure_sql.py #3
Comments
Ah, I believe the issue is that the keys are not listed in the README or the help output. You can see them here: https://github.com/MSOpenTech/wamo/blob/master/check_azure_sql.py#L399 So, something like
|
Hi Jeff, I appreciate your time/help. [image: Inline image 1] On Thu, May 22, 2014 at 5:17 AM, Jeff Mendoza [email protected]:
|
I'm not seeing the image, can you copy&paste? |
I have spent more time on it today - two steps forward, one step back. I have telnet into 1433 and that works. I have tried tsql - and this is failing as well. I believe it is not related to ./check_azure_sql.py but to a certificate. (what do you think?) ./check_azure_sql.py jgxxxx5kw.database.windows.net -d Mxxxxql -u xxxx@jgxxxx5kw -p xxxx -k dbsize I am wondering if this is somehow related to a certificate of some kind. (I have install and can use the azure CLI but have not created and uploaded any certificates to azure. Please let me know if I am missing something obvious and/or if there is something I can try... |
I was facing the same issue, first FreeTDS issue (showed up that it was issue of FreeTDS ODBC driver - I have added the driver [FreeTDS] Afterwards i faced also the same problem as you, getting the port is not a string.. There would be another way how to get the connection string from freetds.conf file, but it is more complicated solution. Also than I had a problem connection to db with non-administrator user. Error that I got was - cannot connect to Master database. This problem disappeared when I have used the administrator user (this is the only one who can access master database) I hope I saved some of your time.. ;) Bye |
Hi
Could you please leave an example of how to run ./check_azure_sql.py? (all that need to be parameters that need to be parsed?)
Trying to check my test azure sql as a service
I have tried different variation but I am failing - this is what I am trying
./check_azure_sql.py vg78ixd54w -d testSql -u test -p Test8934 -k ??? dbsize -vv!
(not sure how to parse the key here? not sure where the key is - here is some of it in my azureProfile.json file)
would like to see something similar to what you have said here on a different issue -
check_azure_paas.py -p </path/to/psfile.publishsettings> -s <storage_account_name> <cloud_service> -vvv
The text was updated successfully, but these errors were encountered: