error logging in to windows azure sql database - windows

Typed the correct username and password created in sql database, did the firewall settings and Silverlight ver is 5. Still unable to access. Need some help! There was an error connecting to the server. Failed to retrieve connection information. Try to login again.

You can reset the DS Server password from the portal. Navigate via Azure Management Console, then go to SQL Databases, then go to SERVERS tab. Then go to DASHBOARD. The find Reset Administrator Password, click that to reset the password.
Then try again.

Related

How do I create DSN of Azure databricks?

I'm trying to connect Azure databricks from another application. I need to create a databricks DSN as per the connection steps mentioned in the application. So I'm trying to create the Databricks DSN mentioning the steps given here But I'm getting following error message [Simba][ThriftExtension] (14) Unexpected response from server during a HTTP connection: Unauthorized/Forbidden error response returned, but no token expired message received.
Sorry I couldn't share with the parameters that I'm using as it's connecting to client's data. Can you suggest me what could be the possible reason for error?
I downloaded and installed odbc driver from this page.
Image for reference:
searched for open data source on start menu and opened it and selected Simba Spark under System DSN.
Image for reference:
filled the required details from azure Databricks, for that
we need to follow below steps:
Navigate to azure Databricks compute option and select the cluster.
Click on at cluster configuration advanced options and select JDBC/ODBC option.
Copy host name, port and http path.
Go to username at left top of data bricks page and select user settings
Generate access token
Copy and save the access token.
By clicking on Simba Spark system DSN
we will get below page
Enter Data source name, description and Enter Server Hostname of Databricks as Host, enter port of Databricks, select Username and password option enter token as username and enter access token of Databricks as password
select HTTP and enter HTTP Path of Databricks as HTTP path click OK.
After above setting I tested the connection I go below error
I selected SSL Option and enabled SSL
I tested again the connection is successful.
In this way I created DSN for Databricks.

Oracle Database Configuration Assistant gives Oracle hom user password is not correct error

I'm trying to create a new database after installing Oracle Database 18c.
when I get to the second page, I always get an error of [DB T-10304] Oracle home user password is not correct.
I get this no matter what I put in there.
Any suggestions? thanks
[![enter image description here][4]][4]
I ran into similar issue with 12c on Windows Server 2016. Because the Oracle Home user is a local account, review the local security policy and verify that it is not blocking "Local account" from accessing the computer over the network.

TFS could not connect to database. Login field

I am getting the following error. Cannot solve.New to TFS. Please help.
TF246017: Team Foundation Server could not connect to the database. Verify that the server that is hosting the database is operational, and that network problems are not blocking communication with the server.--> login failed. Login from untrusted domain and cannot be used with windows authentication.
If you open SQL Server Manager on your TFS Server application tier using "runas" to open it under the same credentials that you expect TFS to use you should be able to diagnose more:
1) install SQL Server Manager on TFS AppTier
2) right-click on the SQL Server Manager icon and select 'run-as' ( you may need to hold alt)
3) enter the TFS Service (refer to TFS Installation Guide) credentials to open
4) try to connect to your SQL Server
If you cant connect verify that SQL is installed where you think it is and that there are no firewall issues for the standard SQL ports.

How can I change Authentication Mode with SQL Server Data Tools in VS10?

I managed my databases in vs10 with SSDT(SQL Server Data Tools). But after creating a login acoount like "CREATE LOGIN netease WITH PASSWORD = '854032390'", and I tried to add a server, problem happened-login failed. I looked for solutions through the Internet and I want to know how can I change Authentication Mode with SQL Server Data Tools in VS10?
Just edit the connect string in the publish profile.

Oracle enterprise manager Net Services Administration refuses SYS login

To configure heterogenous services for connecting to a SQL-SERVER 2005, we are trying to configure the Oracle 11gR2 database via EM.
We login using the SYS account and when we click on the listener link , Net Services Administration login page comes up, when we supply the same username , SYS , it throws out error :
" Validation Error
ERROR: Invalid username and/or password"
We are sure of the username and the password , if it was invalid it would be impossible to login as SYS.
The listener runs outside the database, and if I recall correctly when NSA prompts you it asks for the host login. You need to give the operating system credentials for a user in the DBA group.
Keep it simple..
Just make sure that you have logged in with admin account in your windows system.
If oracle is asking for OS credentials, provide your OS credentials(your windows admin username/password).
give username as "admin"
and password as"your-password".
worked for me!!

Resources