Why are getting a validation error when we try to add an external queue?

Question

We are unable link our SQS queue which is created in our AWS account and getting below error.

 

mceclip0.png

Answer

  • If you look at the HAR for this UI, you will see that the following is being executed.
POST https://console.reltio.com/env/externalQueues/queue


Request body

{
*"queue"*: {
*"dtssQueue"*: false,
*"format"*: "JSON",
*"enabled"*: false,
*"provider"*: "aws://AKIA6BTPQ.....S3@sqs.us-west-2",
*"type"*: "queue",
*"typeFilter"*: [
"ENTITY_CREATED",
"ENTITY_CHANGED"
],
*"payloadType"*: "SNAPSHOT",
*"name"*: "ps-sqs"
},
*"tenantId"*: "45Zaa"
}

 

  • Check the key and secret code.  Any special character must be encoded before using them in Reltio. This is documented here:

Example

replaced character "/" with "%2F"

 

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.