Forum Discussion
Error connecting with Amazon Kinesis Stream in Fabric using Eventstream
- Anonymous1 year ago
Hi Dataseeker009 ,
Thanks for reaching out to the Microsoft fabric community forum
We understand you are experiencing issues connecting your AWS Kinesis stream to Microsoft Fabric for Power BI reporting. The error message "E0050002 Kinesis connection validation failed. Org.apache.kafka.config.ConfigException" suggests there might be an issue with the connection parameters or permissions.
Here are some steps we recommend helping you troubleshoot and resolve this issue:
- Stream name (case-sensitive!), region (us-west-2), and AWS credentials in Fabric. Try new AWS keys.
- Ensure your IAM role has kinesis:DescribeStream, kinesis:GetRecords, kinesis:GetShardIterator, and kinesis:ListStreams.
-
Please run the command: aws kinesis describe-stream --stream-name --region us-west-2. If this command fails, the issue is likely with AWS, not Fabric.
-
Please verify if any firewalls are blocking outbound connections.
-
If all other options have been exhausted, please delete and recreate the Fabric event stream and connection.
For detail information for adding Amazon Kinesis Data Streams source to an eventstream, please refer the follwing documentation link:
Add Amazon Kinesis Data Streams source to an eventstream - Microsoft Fabric | Microsoft Learn
I hope my suggestions give you good ideas, if you need any further assistance, feel free to reach out.
If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
- Anonymous1 year ago
Hi Dataseeker009 ,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hi Dataseeker009 ,
Thanks for reaching out to the Microsoft fabric community forum
We understand you are experiencing issues connecting your AWS Kinesis stream to Microsoft Fabric for Power BI reporting. The error message "E0050002 Kinesis connection validation failed. Org.apache.kafka.config.ConfigException" suggests there might be an issue with the connection parameters or permissions.
Here are some steps we recommend helping you troubleshoot and resolve this issue:
- Stream name (case-sensitive!), region (us-west-2), and AWS credentials in Fabric. Try new AWS keys.
- Ensure your IAM role has kinesis:DescribeStream, kinesis:GetRecords, kinesis:GetShardIterator, and kinesis:ListStreams.
-
Please run the command: aws kinesis describe-stream --stream-name --region us-west-2. If this command fails, the issue is likely with AWS, not Fabric.
-
Please verify if any firewalls are blocking outbound connections.
-
If all other options have been exhausted, please delete and recreate the Fabric event stream and connection.
For detail information for adding Amazon Kinesis Data Streams source to an eventstream, please refer the follwing documentation link:
Add Amazon Kinesis Data Streams source to an eventstream - Microsoft Fabric | Microsoft Learn
I hope my suggestions give you good ideas, if you need any further assistance, feel free to reach out.
If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
thank you Anonymous the source stream from AWS was behind firewall and wasn't accepting the connection. Once it was public we were able to access it. thanks