Forum Discussion
Scheduled refresh Post call with Web.Contents doesn't work
Anonymous does it work in the desktop after you use the relative path?
parry2k Yes, it works fine using the relative path in the desktop.
- v-easonf-msft4 years ago
Community Support
Hi, Anonymous
After reviewing some documents, I suspect that there may be something wrong with your data connection string.
Add and Verify a Data Connection (Report Builder and SSRS)
Create data connection strings - Report Builder & SSRS
Specify Credential and Connection Information for Report Data Sources
Best Regards,
Community Support Team _ Eason - v-easonf-msft4 years ago
Community Support
Hi, Anonymous
Can you tell me if your problem is solved?
If you still need help, please share more information about it.
Best Regards,
Community Support Team _ Eason- Anonymous4 years agoNot applicable
Hi v-easonf-msft ,
Thank you for your answers!
Unfortunately, it still doesn't work. The report server can't establish a connection to
"foo.bar.com" (with RelativePath = "/export/download") because foo.bar.com seems to redirect to foo.bar.com/@@login?camefrom=%2F%40%40index. The connection can be established with "foo.bar.com/@@login?camefrom=%2F%40%40index, but in combination with the RelativePath = "/export/download" part the post call doesn't work, because foo.bar.com/export/download is required. The static evaluation in the report server is being a tough problem here. It all works perfectly fine in desktop...