Why I have an authorization error in my DB2? - db2

Have a problem. I can't finish my course of SQL on coursera because DB2 sends me:
[jcc][t4][2013][11249][4.26.14] Connection authorization failure occurred. Reason: User ID or Password invalid. ERRORCODE=-4214, SQLSTATE=28000
Other products like Watson works fine. Support can't help me because of my account: to solve my ticket they want me to update account.

Related

oAuth2.0 authentication with crm365

I try to write console app with crm service and I get this error:
Unable to connect to CRM: An error occurred when processing the
security tokens in the message:You are using Ws-Tust authentication
which has been deprecated and no longer supported in your environment.
Please use oAuth2.0 authentication.
how I can to solve it?
Try this connection string:
"AuthType=OAuth;
Username=jsmith;
Password=passcode;
Url=https://xxx.crm4.dynamics.com;
AppId=51f81489-12ee-4a9e-aaae-a2591f45987d;
RedirectUri=app://58145B91-0C36-4500-8554-080854F2AC97;
TokenCacheStorePath=c:\MyTokenCache;
LoginPrompt=Auto"
Where Username is your CRM login and Password is your password accordingly.
Url is the link to your crm instance.
AppId and RedirectUri should be yours Ids from AzureAD but I've took them at official documantation page Use connection strings in XRM tooling to connect to Dynamics 365 Customer Engagement (on-premises) and it worked for me :-).

DB2 on Cloud Account Reactivation not working

I am an IBM employee who created a DB2 on Cloud service. I received a message that I need to reactivate my account, with a link. Clicking the link does not reactivate the account.
When I go to the DB2 on Cloud console there remains a "Reactivate Free Tier" button. Clicking this just brings me the same dashboard the link takes me to and it does not contain (or where I can not find) my DB2 on Cloud service (and it does not reactivate the account)
When trying to log into the DB2 on Cloud database, I continue to receive the error message:
Connection authorization failure occurred. Reason: User ID or Password invalid. ERRORCODE=-4214, SQLSTATE=28000
Benjamin Schubert was able to reactivate my account. I've copied Benjamin's response below:
There is a bug with syndicated instances that we're working to resolve. In the meantime I've reactivated your instance manually. By the time reactivation comes back around (30 days from now) the issue will be fixed.

Error Connecting VSTS to AAD

We are trying to connect our existing VSTS account to AAD following the instructions at: https://learn.microsoft.com/en-us/vsts/accounts/connect-account-to-aad?view=vsts
When we try to perform the step at: 'Connect your VSTS account to your organization directory' #6, we receive the following error:
Account ****** connection to an AAD Tenant failed due to the error : Account entitlement not found in the dictionary for source identity 'dffde1b5-5781-4c53-bbb2-5ff5792383dc'.
We have tried this with 2 separate MSA accounts; one was existing, one we create from scratch. The MSA accounts are added as a guest to AAD. We have made it owner on the subscription, is there a permission that I am missing?
One answer said they just had to wait 12 hours, we have waited 24 with no change.
Any help would be appreciated.
Edit
Hopefully this helps:
Request is to:
PATCH https://peprodscussu2.portalext.visualstudio.com/_apis/AzureTfs/Account/b7615ac7-c2f6-466c-9f73-b8ed37258259?tenantId=f1295c9e-6264-403f-a42b-5be8fd3266fa HTTP/1.1
Response shows 500 Internal Server Error:
{"$id":"1","innerException":null,"message":"Account entitlement not found in the dictionary for source identity 'dffde1b5-5781-4c53-bbb2-5ff5792383dc'.","typeName":"Microsoft.VisualStudio.Services.Licensing.TransferUserLicenseException, Microsoft.VisualStudio.Services.WebApi","typeKey":"TransferUserLicenseException","errorCode":0,"eventId":3000}
Let me know if there is additional information from Fiddler that you need.
The issue was on Microsoft's end. Apparently there was duplicate orphaned user entries for a user that had been deleted 3 years ago from the VSTS account. They had to manually correct it. Thanks for your help.

AzureReservedIP - AuthenticationFailed: A security token exception occured for the received JWT token

I have been trying to reserve a new Public IP in azure but executing any related command I get this error: "AuthenticationFailed: A security token exception occured for the received JWT token".
My connection to azure from the powershell seems to work fine, as I can execute several other commands with it. Also I tried to import the subscription publish setting but the error persists.
Other info: I was granted as "Service administrator" for the subscription.
Any assistance would be highly appreciated.
Regards,
Alex

Crystalreportviewer.processreponse locks mxsqlserver database account with error SSPI handshake exception

Crystalreportviewer.processreponse locks mxsqlserver database account with error SSPI handshake exception,
Message
SSPI handshake failed with error code 0x8009030c, state 14 while establishing a connection with integrated security; the connection has been closed. Reason: AcceptSecurityContext failed. The Windows error code indicates the cause of failure.
Message
Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
Message
Error: 17806, Severity: 20, State: 14.
I've had a similar issue trying to deploy a Web Portal for Crystal Reports and the user that was connecting to the Web Portal via the browser did not have security permissions on the SQL database. For me it was as simple as adding the user to the security tab in the SQL Server management console. You might want to check that out first. If not, please check the steps outlined in this link. The troubleshooting steps in the article may help you resolve your issue.The ultimate solution for this user was to check his local security policies to see if any essential rights had been denied. He tried to connect to a share on the server. The connection to a share failed, and he realized the account did not have "access this computer from the network" rights or was missing other domain or network level permissions.
Hope that helps,
Chris