I am trying to manually upload a number of report RDL files to SSRS using the rs.exe utility and specifying the user name and password in the command. The command executes correctly and the report is uploaded. However, the user credentials are not visible in the Data Source section of the reports properties. If I upload the same report from Report Builder, the user credentials appear correctly under the Data Source section.
This is the command I am running:
rs -i DeployReports.rss -s http://server11/ReportServer_SDM2016 -v tu=XXXX -v tp=XXXXXXX -v ReportFolder=\Development\sandbox\ssrs -v TargetFolder=/ReportTest -v ReportName=Report1
If I use the switches -u XXX and -p XXXXXX instead of the -v tu=XXXX switches, then the command returns "Could not connect to server".
I have been going around in circles for day trying to find a solution, any ideas???
Thanks
Duncan