"The request failed or the service did not respond in a timely fashion. Consult the event log or other applicable error logs for details." - mysql

I already have a 2019 SQL server on my laptop. I recently downloaded the SQL server 2017 instance and trying to access it, but I am getting this error.
"The request failed or the service did not respond in a timely fashion Consult the event log or other applicable error logs for details"
I tried multiple fixes, but still I am getting this error. Can some help me resolve this issuue?

Related

Biztalk - MSMQ messages are being lost intermittently while receiving from queue in remote server

I keep receiving below warning messages in event viewer . If there is any message being received from the queue at the time of warning then message is being lost . Surprisingly while sending message to the queue he message is not getting lost . Biztalk ports are configured to send and receive message from queue .
The description for Event ID 5740 from source BizTalk Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
MSMQ The remote procedure call failed and did not execute.
The handle is invalid
this is happening in production Can not afford more message loss.
there are some known issues, look at this thread :
https://social.msdn.microsoft.com/Forums/en-US/519e915a-488e-48bf-bd6c-8e5892689e83/failed-to-connect-to-remote-private-queue?forum=biztalkgeneral

Error in Integration Services Catalog about the REST API

I worked on extracting data from Jira, using the kingswaysoft Rest Api. It workes fine while on Visual Studio but, once i deploy it to Management Studio, i get an error stating:
Data Flow Task:Error: An error occurred with the following error
message:
"KingswaySoft.IntegrationToolkit.ProductivityPack.Rest.RestServiceException:
Basic authentication with passwords is deprecated. For more
information, see:
https://confluence.atlassian.com/cloud/deprecation-of-basic-authentication-with-passwords-for-jira-and-confluence-apis-972355348.html
(SSIS Productivity Pack, v21.1.0.1551 - ISServerExec,
v13.0.5026.0)KingswaySoft.IntegrationToolkit.ProductivityPack.Http.HttpServiceException
: The remote server returned an error: (401) Unauthorized. (Error Type
/ Reason: Unauthorized, Detailed Message: Basic authentication with
passwords is deprecated. For more information, see:
https://confluence.atlassian.com/cloud/deprecation-of-basic-authentication-with-passwords-for-jira-and-confluence-apis-972355348.html
)System.Net.WebException (Status Reason: Unauthorized): The remote
server returned an error: (401) Unauthorized.".
I have tried changing the connection string multiple times (Adding the API key, encoding it to Base64), but so far with no success. Example of one of my tries:
ServiceName=Jira;PathToTokenFile=;AuthenticationMode=Basic;ConsumerKey=;ServerUrl=linkurl;ApiThrottleRate=0;CertificatePath=;Username=username:apitoken;ProxyMode=Manual;ProxyUsername=proxyusername;ProxyServer=proxyserver;ProxyServerPort=proxyport;ServiceTimeout=120;RetryOnIntermittentErrors=True;IgnoreCertificateErrors=False
Any suggestions on how to solve this issue?
It looks like the error is thrown due to the Basic authentication deprecation in Jira, and we support API Token and OAuth in the connection manager, which is what we would recommend using since you are running into such errors. For more details on OAuth authentication, please refer to the below documentation. However, if you need assistance in configuring these, please contact our support team.
List item
Configuring OAuth Consumers - JIRA 4.2 - Atlassian Documentation

What causes this very unusual SMTP error?

Sending SMTP mail via an Office 365 mail server, using .NET System.Net.Mail.SmtpClient I'm getting the following error:
The server response was: 4.3.21 Mailbox server busy; mail intentionally delayed
I can't find any reference to this specific code anywhere - the closest thing I can find is 4.3.2 mailbox busy
It seems to be a transient error, but I'm getting a lot of them.
Any idea what the code means?

SQLException when deploying ASP.NET Boilerplate application to Azure

I've been trying to deploy an ASP.NET Boilerplate application to Azure for the last couple of days and I haven't been able to do so. I keep stumbling upon this error:
First I make a Web App + SQL resource and then publish my project to it from inside Visual Studio using the right click -> deploy option, and then importing the publication profile I got from Azure. I make sure the database connection string in the appsettings.production.json are correct but I can't seem to connect to the database. If I try to connect to the database through the SQL Server Management Studio I get a similar error. This means something is wrong with the database itself.
Do I need to create a separate SQL database in Azure that makes use of the SQL database server that comes with the Web App + MySQL resource?
Any help would be greatly appreciated! I have been spending way too much time on this problem already.
This is a screenshot of all the resources in the Azure portal, these were created while creating the Web app + MySQL resource:
Edit: This is the error I am getting:
Win32Exception: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. Unknown location SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.) Microsoft.Data.ProviderBase.DbConnectionPool.CheckPoolBlockingPeriod(Exception e) InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()' to the 'UseSqlServer' call. Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.Execute<TState, TResult>(TState state, Func<DbContext, TState, TResult> operation, Func<DbContext, TState, ExecutionResult<TResult>> verifySucceeded) Win32Exception: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Since you mentioned you can't access db in any other way, I provided step-by-step instruction
You can get your connection string from Azure resource panel
Navigate to Connection security tab and enable access from other Azure resources. This way WebApp will be able access database server inside Azure network. I also added my client IP to test db connection from my PC later. Click Save at the top when you are done
On the same page there is setting called configure SSL connection. Certificate can be downloaded from https://learn.microsoft.com/uk-ua/azure/mysql/howto-configure-ssl. I used this file https://www.digicert.com/CACerts/BaltimoreCyberTrustRoot.crt.pem . Optionally, you could disable this feature for now.
Now we have everything to test db connection. I will show it with the use of HeidiSQL client.
Click open and see your databases
According to this you need to have CACertificateFile parameter appended to connection string to use SSL, so you need to put file into repository and provide its relative path in connection string
This was all caused by a stupid mistake, in the Azure portal I selected the Web App + MySQL resource instead of the Web App + SQL resource. For the ASP.NET Boilerplate project I am using you need a Web App + SQL resource.

Problems with running a SSIS package processing a tabular cube on azure on a virtual machine

I need some help here. I have published my datawarehouse database and ssis packages to a virtual machine on azure. the SSAS is in azure analysis services, and the ssis package will process the cube. I have set up an on-premise datagateway that is running on azure. Everything seems ok but when the analysis services Processing task runs it stops and returning this error:
Error: The JSON DDL request failed with the following error: Failed to save modifications to the server. Error returned: 'An error occurred during On-Premise Gateway related activity.
Additional error details:
DM_GWPipeline_Gateway_InvalidConnectionCredentials Reveiced error payload from gateway service....
Below it says Missing or invalid credentials for data source. AccessUnauthorized.
I believe this error has something to do with the credentials on accessing the datawarehouse during processing the tabular cube. But I am really lost here, how to correct this error from SSIS parameters.
Do any of you had this same problem and has solved it please let me know how you solved and the cause of this issue.
Hope to hear from you really soon
regards geir