Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
We are trying to use RDL Migration Tool to help automate our SSRS migration to PowerBI. We are running into the below error while we execute RDL Migration Tool from command prompt. We provided the Azuze App registered Client-ID and other SSRS parameters as needed.
When I googled about the error, people say that the Redirect URI is not confgured correctly. We are not sure what Redirect URI to be entered.
An additional note is, our PowerBI is on GCC.
Can someone please help in resolving this issue?
The error you encountered indicates that the Redirect URI specified in the request does not match the Redirect URIs configured for the application.
This means that the Azure AD app registration that you created for the RDL Migration Tool does not have the correct Redirect URI in its settings.
You can to do the following:
Go to the Azure portal and sign in with your credentials.
Navigate to Azure Active Directory > App registrations and select the app that you created for the RDL Migration Tool.
Choose Web as the platform type and enter the Redirect URI displayed in the error message in the Redirect URIs box. It should be something like http://localhost:12345.
Click on Configure to save the changes and wait for a few minutes for the changes to take effect.
Try to run the RDL Migration Tool again with the same parameters and see if the error is resolved.
For more information on how to configure redirect URIs for the RDL Migration Tool, you can refer to the following documentation
Plan to migrate .rdl reports to Power BI - Power BI | Microsoft Learn
Best Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.