Mapping data error while connecting facebook ads to aws appflow - amazon-web-services

I am trying to connect facebook ads toaws appflow . Following thos dochttps://docs.aws.amazon.com/appflow/latest/userguide/connectors-facebook-ads.html
Successfully configured the flow but in the third step it gives me an error
An error occurred while retrieving fields
Error while communicating to connector: The request failed because the service Source Facebook Ads returned the following error: Details: Invalid EntityId selection, ErrorCode: InvalidArgument.
Attaching screenshot of the same

Related

i am getting 401 error in react while requesting newsapi.org for service

error image
text
this error is related to https request from the server of News API

Snowflake connectivity issue from Power BI/Tableau

maybe a newbie question, but it's the first time I'm trying to connect to Snowflake from a BI tool.
I created a 30 trial account on Snowflake (not related to any organization) and trying to connect from both Power BI and Tableau (Desktop), but I receive a login error after inserting the credentials.
From Power BI:
Power BI error
Details: "ODBC: ERROR [HY000] [Microsoft][Snowflake] (4)
REST request for URL https://app.snowflake.com:443/session/v1/login-request?requestId=5fc2d087-7791-4094-85ae-a10f6712b1f2&request_guid=96ad6779-8c15-4e2d-8b19-7878d60e314d&warehouse=COMPUTE_WH failed: HTTP error (http error) - code=405.
From Tableau:
Tableau error
*An error occurred while communicating with Snowflake
Invalid username or password.
Error Code: 2438FAD7
[Snowflake][Snowflake] (4)
REST request for URL https://app.snowflake.com:443/session/v1/login-request?requestId=dec8ccd1-0d44-4f70-ba3c-a7da258b3cb1&request_guid=7da8e38a-926e-46af-9933-241556e11a05 failed: HTTP error (http error) - code=405.
*
I am using app.snowflake.com as the server, and my username and passwords as the credentials.
The user is has an ACCOUNTADMIN role.
I've tried to google the error but without luck.
Does someone has any clue what I am doing wrong?
When you are creating the ODBC or any connection, as the server include the whole URL as example below.
qf3XX52.europe-west4.gcp.snowflakecomputing.com
The url used is incorrect since app.snowflake.com is the URL for Snowsight application, it is not the entry point for any 3rd party application to Snowflake.
The correct URL for PowerBI would be in the following format:
"account-identifier".snowflakecomputing.com or if using the regionless format, then it would be : "org-name"-"acct-name".snowflakecomputing.com
Account identifier information is here: https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#account-identifier-formats-by-cloud-platform-and-region

Google Vision API showing service unavailable

I am getting service unavailable error while trying to use vision API. It used to work previously, but suddenly started showing error 503.
"ServiceUnavailable: 503 Getting metadata from plugin failed with error: ('invalid_grant: Invalid JWT Signature.', '{\n "error": "invalid_grant",\n "error_description": "Invalid JWT Signature."\n}')"
Any help how to get rid of this?
This is an issue with your service account/token. Here is some info on token expiration: https://developers.google.com/identity/protocols/OAuth2#expiration

WSO2 Gmail connector error "org.apache.axis2.AxisFault: Transport error: 403 Error: Forbidden" while sending a message

I am trying to send a message via Gmail connector by following steps mentioned in WSO2 docx. But I am getting the error "org.apache.axis2.AxisFault: Transport error: 403 Error: Forbidden".

WSO2 - Reset password reports an AuthenticationException in the logs

We are using the ResetPassword API from UserInformationRecoveryService WSDL (https://localhost:9443/services/UserInformationRecoveryService), to request a password reset without captcha for the user 'dummy' with the following body, providing the admin/admin user.
<x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://services.mgt.identity.carbon.wso2.org" xmlns:xsd="http://beans.mgt.captcha.carbon.wso2.org/xsd">
<x:Header/>
<x:Body>
<ser:verifyUser>
<ser:username>dummy</ser:username>
</ser:verifyUser>
</x:Body>
</x:Envelope>
The request returns a 200 status code with the token but when checking the console, it reports the following error:
Invalid remote address detected.
org.wso2.carbon.core.common.AuthenticationException: Authentication Failed : Invalid remote address passed - 0:0:0:0:0:0:0:1
Am I missing any configuration? The WSDL doesn't show any remote address field to send like the login API, so it should be something else.
Or is this log error expected?
UPDATE:
Here are the requested DEBUG logs of multiple wso2 components: http://hastebin.com/ubasixagev.coffee
log4j.logger.org.wso2.carbon.user.core=DEBUG
log4j.logger.org.wso2.carbon.identity=DEBUG
log4j.logger.org.wso2.carbon.identity.sso.saml=DEBUG
log4j.logger.org.wso2.carbon.identity.application=DEBUG
log4j.logger.org.wso2.carbon.identity.application.authentication.framework=DEBUG
log4j.logger.org.wso2.carbon.core=DEBUG
log4j.logger.org.wso2.carbon.identity.core=DEBUG