Hi @Jan-Frederik Carl ,
invalid URI. hostname could not be parsed
- Please check this, and here is a link http://www.december.com/html/spec/esccodes.html about the list of escape codes. Transfore some characters rightly with Replace function as:Replace(Fields!<name>.Value,”-“,”.”)
- Make sure they had '\' instead of '/' in urls.
- open your rsreportserver.config file. if you find the "UrlRoot" tag is as below,
<UrlRoot>http://+:80</UrlRoot>
please removehttp://+:80
out.
use<UrlRoot></UrlRoot>
only
Best Regards,
Joy
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.