Error in Integration Services Catalog about the REST API - ssis

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

Related

Issue with Exchange EWS web application

I have a web application that I made to connect to my Exchange EWS that mainly looks at a user's Outlook categories. Not sure what changed recently but when connecting, the webpage outputs the following error - Error: The request failed. The underlying connection was closed: An unexpected error occurred on a send.
Where can I begin troubleshooting this error?
I had to update my httpRuntime targetFramework to
The server no longer accepts anything but tls 1.2 and the target framework as set to 4.5 which doesn't support tls by default.

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

fabric8 kubernetes client exception

I am using the fabric8 library to create replication controllers on the kubernetes cluster. When I create areplication controller with the name rc-UUID.toString();
It errors aout with the following message
ReplicationController is forbidden. What does this indicate?
I don't think that the problem is the name.
Names like: rc-fa75ddfd-bea7-45b5-8d2f-ed806652b461 are valid.
Usually the message forbidden appears in one of the following cases:
i) http status code 401
ii) https status code 404
Error (i) appears when you are connecting to a remote Kubernetes Environment and can be solved by login in. Try kubectl login or oc login.
Error (ii) appears when the client is instantiated from within Kubernetes and the service account hasn't been properly configured.
Either way, I'd strongly encourage you to upgrade to a more recent version of the cabernets client, which has more meaningful error messages.
If none of my suggestion solves your issue, please attach the full output.
Cheers

Configure AX endpoint in Scribe insight

I'm configuring the adapter for AX, all the steps in the configuration have been performed.
In the inbound ports I found this one: http://servername/MicrosoftDynamicsAxAif60/ScribeAxWebService/xppservice.svc but I get this error:
Connection Error: The HTTP request is unauthorized with client
authentication scheme 'Anonymous'. The authentication header
received from the server was 'Negotiate,NTLM'.
If I go in AX and change the security mode to "None" for using anonymous authentication then I get
The client and service bindings may be mismatched.
The remote server returned an error: (415)
Cannot process the message because the content type
'application/soap+xml; charset=utf-8' was not the
expected type 'text/xml; charset=utf-8'..
Where can I find the right one?
Your question is for propriety software, so this isn't exactly the right forum for it, but I've used some older versions of Scribe (4+ yrs ago).
I'd guess the domain user account running the Scribe service is not added as an AX user. Where are you getting "unauthorized"?
You already have indicated that web.config is changed, but there is a good example on MSDN, see the section XML Snippet from Web.Config. There are TWO changes to be made. The wsHttpBinding section, and then to each service that it's binding = "wsHttpBinding" is correct.
Finally, I also add a log file to AIF during the testing phase.

ACS60010: No claims other than authentication instant and authentication method were generated during rules processing

I am trying to use ACS as fereration provider and local AD + ADFS as identity provider.
checked fiddler and showing ADFS is returning token, but ACS is not issuing a token for me. see the error message.
HTTP status 403
Message: ACS50000: There was an error issuing a token.
Inner Message: ACS60000: An error occurred while processing rules for relying party 'https:// local host:44302/' using the service identity or identity provider named 'http:// 10. 227. 125. 110/adfs/services/trust'.
Inner Message: ACS60010: No claims other than authentication instant and authentication method were generated during rules processing.
When I am trying with ADFS as identity and federation provider both, Its returning 6 claims and my application shows them correctly.
Can any one please help!!!
instead doing it manually, added ACS as RP trust in ADFS using metadata link and worked fine..