Azure SQL Grant Access for AD User in SSMS [closed] - sql-server

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 2 years ago.
Improve this question
I set an azure ad admin (global admin) for our azure sql server, now i tried to grant a ad user access to the sql database.
I followed the instructions in this video https://www.youtube.com/watch?v=pEPyPsGEevw, because i didn't found a better explenation.
As described in the video, i created a query in the target database context:
CREATE USER [user#domain.com] FROM EXTERNAL PROVIDER
that raises this exception:
Msg 33134, Level 16, State 1, Line 1
Principal 'user#domain.com' could not be resolved. Error message: 'AADSTS7000219: 'client_assertion' or > 'client_secret' is required for the 'urn:ietf:params:oauth:grant-type:jwt-bearer' grant type.
Trace ID: 95da6617-732c-42bf-b74b-40a4fdffe000
Correlation ID: cf4b894f-f945-492c-a77f-e2976ac72eab
Timestamp: 2020-06-09 17:58:48Z
When i try the same in master db, it works.
What goes wrong? Or could you provide me a source of a step by step guide? I didn't found a real good description...

Experiencing exactly the same issue in the UK South region.
This isn't a fix, but it seems to resolve the issue for me (i.e. it's a work around). To fix:
scale the database to at least S3,
apply the changes
then scale it back to the level that you require.
The changes should be applied.
Our database was at S0 when we tried to create the AAD users/groups initially and we received exactly the same error as pointed out above.

Related

Azure AD Connect organization migration [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I am trying to connect an unconnected organization to my company's Active directory.
The error i get is :
Organization abcdefg connection to an AAD Tenant failed due to the error : No PCAs found with the identity signin address
Anyone knows what can be possibly going wrong?.
Thanks.
There is a bug with this and you will likely be unable to do this with a AAD account. I was able to resolve it by:
Create new MSA (*#outlook.com) account
Add new MSA as Project Collection Admin of Azure DevOps Organisation
Add new MSA as guest account in Azure AD Tennant
You can then login to portal.azure.com and connect the Organisation to the desired Azure AD tenant. Then the clean-up begins...

Can't open ms access MDB file [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
We have a corrupted .mdb file that contains an important data, We don't know what the problem exactly is. Here are some of the error messages:
1) The form name "خلفية" is misspelled or refers to a form that doesn't exist.
2) Record(s) cannot be read; no read permission on 'MSysAccessObjects'
3) Access was unable to locate the macro or VBA function. If you are trying to call a macro, make sure that the name of the macro and the name of the macro group are spelled correctly.
We tried several solutions like importing the the corrupted database to a new access file but when we try importing the database it says that there is no permission to import the tables and queries.
Create a new Access database, then on the 'External Data' tab select Access and import everthing from your old database, Tables, Forms, Queries, Modules etc.
When done, compact & repair the database and test.

Azure is hanging when creating databases [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 6 years ago.
Improve this question
I'm recreating my development databases in Azure. I have been able to delete/create new ones for over 100 times in the past 3 days with no issue. Small amount of times until the database is fully created, but not too bad.
Today, Saturday, the database is not created and it is not updated probably. So, if I start the DB creation like this: (see pic1)
it says that it is validated and then gives me the message that Deployment has Started, but no DB is created (see pic2)
so, I check the audit log and it claims that the DB deployment has succeeded per (see pic3)
but still my database list is still empty (see pic4) and the darn deployment started is still spinning
I have already tried signing out/in and different browser, but no luck, Is there anything else I could do!? I need my DB.
I ran into similar issues. This is an issue with azure. All you have to do is wait it out.
I remember I had this issue on a sunday night, then monday morning it was working perfectly fine.

Which database is Freebase.com using? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Is it a custom database, or are they using a 'classic' triple store ?
Chasing some old posts, I found this message on their board, followed by this response to a query directed at the developer mentioned in the first message.
While I doubt the developer's response is the mentioned 'long post' of the first, it notes:
"We have written our own graph database on top of Unix. We don't have an RDBMS or OODB storage layer because conventional databases don't handle the volume of self-joins that graph queries generate. Persistence is via memory mapped files with our own transaction manager, custom tailored to provide exactly the (minimal) ACID requirements that we have."
So unless freebase.com have changed their back end tools since Jan '08, it's a custom database.

I got switched to USPS production Account still problems [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
Last night I mailed USPS customer care executive and they had switched my account to production server in USPS.I got mail from them in which I got this message
Dear USPS Customer,
Thank you for contacting us. Congratulations on completing your
testing using the U.S. Postal Services Internet Shipping Application
Program Interfaces (APIs). Your profile has been updated to allow you
access to the Production Server.
1. The Production Server URL is: http://production.shippingapis.com. For APIs calling the secure server, the URL is
https://secure.shippingapis.com.
2. There is a line of code that refers to "shippingapitest.dll". You'll need to remove the word "test".
In the test server code I was using
$usps->setServer("http://testing.shippingapis.com/ShippingAPITest.dll");
Now I tried using this code today
$usps->setServer("http://production.shippingapis.com");
even I tried this code to get responce
$usps->setServer("http://production.shippingapis.com/ShippingAPI.dll");
Please any one used USPS in past help me.
Here is the link which helped me to test USPS in Test serverlink text
Thanks in Advance
I called USPS last night and mentioned them about the error I was getting in the production URL they asked for my User Id and told me to try and the code was working fine.Thus don't waste time and call customer care executive

Resources