For SQL Server 20212 (Sp1) 11.0. 3128 - I'm trying to pick a data source for a report (to fix error here: The report server cannot process the report or shared dataset) The report was creating in Visual Studio on a different enviornment.
On my SSRS Home page, I currently have the data source:
But on this screen, I'm confused what it wants me to type in or click to pick that Intergation.rds data source. I'm not sure what the "Home" folder/button does, it doesn't seem to change anything when I click it. Should I be able to browse and pick the file, or what do I type in the location? Or is the name "Integration.rds" in my report, and I just need to point to the folder it's in?
I moved report and .rds and .rdl to a folder called "EDI Reports". I'm starting to see how the folder structure works, but when I try to change it and click "Apply", I get this error too: The operation you are attempting on item '/EDI Reports' is not allowed for this item type. (rsWrongItemType)
I am able to get it to work if I use "a custom data source" and put in the connection string and select integrated security.