SSRS email subscription link only opens to the home folder - ssrs-2016

My email link when clicked takes me to the Report Server login and after I log in it takes me to the home folder screen instead of the report. How can I fix this?
My URLroot in Report Server configuration is
<UrlRoot>
https://it-sql-devrpt.services.ads.abcd.efg/Reports/report
</UrlRoot>
<UnattendedExecutionAccount>
The link in the email is
https://it-sql-devrpt.services.ads.abcd.efg/Reports/report?%2FIncome%20Statements%2FWAN%20Revenue%20and%20Expense%20%20Report&ReportMonth=1&ReportMonth=2&ReportMonth=3&ReportMonth=4&ReportMonth=5&ReportMonth=6&ReportMonth=7&ReportMonth=8&ReportMonth=9&ReportMonth=10&ReportMonth=11&ReportMonth=12&ReportMonth=13&rs%3AParameterLanguage=en-US
and the report link when viewed in a web browser is
https://it-sql-devrpt.services.ads.abcd.efg/Reports/report/Income%20Statements/WAN%20Revenue%20and%20Expense%20%20Report

I did a little bit trial and error and this is functional for me, but it will be different for you.
https://hostname:port/BIReportServer
Try to set up what you see in Report Server Configuration Manager in Web service URL->Virtual directory

Related

Email Attachments to SharePoint Document Library - Error

I have this weird problem when I try to use a simple default flow template to save email attachments to the company main SharePoint site: company.sharepoint.com (not subsite).
So I get started, by taking all the defaults of this flow, however, once i get to the point of providing the site address and document library path I get the error highlighted in red.
Where I get confused is that when I create a subsite like company.sharepoint.com/sites/testsite I enter the subsite address and the folder path automatically populates the folder structure for me to pick where I want to save such attachment.
I have given full owner permission to this test account with same results. So permission is not the problem.
My question is, could it be I'm using the wrong flow to save to a main SharePoint site? or this is something not allowed?
You could check the connector and recreate a new connection to SharePoint.
In many cases, an error code of 403 appears in a flow fail because of an authentication error. If you have this type of error, you can usually fix an authentication error by updating the connection, please make sure you have update the connection.
You could refer to this article.
Just in case anyone has a similar problem, the account to which you are creating a power automate flow must be a site collector to the root SharePoint site.

Can't access site collection with any account

I have a strange problem.
I'm working on a site collection http://mydomain/sites/cb belong to content database WSS_DB
It work fine until yesterday. Then I can't suddently access this site
The other site of same content DB are still fine.
The whole other sites are still fine.
When I use firefox to access it just show message "The connection was reset"
but chrome ask me to login but i try all account: domain account, system account...
I also can't access with IE at sharepoint server
I also can't access http://mydomain/sites/CB/Pages/default.aspx?ToolPaneView=2
But I still can open site by sharepoint design 2013
I still can access Web part maintain page of default page of site collection
http://mydomain/sites/CB/Pages/default.aspx?contents=1
I have full controll of Sharepoint server, DB server, farm, site collection
What I have try:
- Disable loop back check at sharepoint server
- Reset IIS, reset server (SP and DB)
- Dismount then remount db content
- Checked user permission and user policy at , it's all fine
- I don't find any useful info in log file
- The last things i do when the site can access are:
+ Edit web part in a page, save then publish
+ At Sharepoint designer: i copy a page to another folder
Any help would be appreciated.
Figure myself.Here how i solve my problem
1 item of my list is contain wrong data, it make a infinite recursion, when my webpart browser the list, it cant finish
Just reinput the item then problem gone.

Create Customized Functionality in SSRS:s Report Server?

Goal:
Create an additional functionality in report server. It is a button or an address link and when you press it then you open a Excel application containing a customized templete. The Excel's sheet is connected to a cube in SSAS.
Problem:
Is it possible to do it to fullfill the goal?
Information:
*The report server is located in a server and the user use client computer. If endusers gonna review the report in report server, they have to type the IP number and "reportserver" in the webrowser's address field.
*Using SSAS as a datasource.
*You should enable to save the document in the end user's computer.
You can upload non-SSRS files to the SSRS report server with Upload File button.
This means you can upload a template workbook configured however you'd like it. So long as the user does not have the ability to publish to SSRS then the only locations they'd be able to save it are the locations they could save any file on the network.

Add custom text to Sharepoint Email Alert

We have an alert set-up for sharepoint list, but I want to add some custom text to the alert email. We do not have any access to SPD or sharepoint server and can make changes to sharepoint client only.
Can anyone please advice?
The code that sends out emails runs on the SharePoint server via the Timer Job. Since you have no access to do anything with the server you've got absolutely no chance of modifying the built in alert emails.
Could you do this with javascript?
You can't send emails with JavaScript directly. You can open up a draft email in a users default email client using a mailto link but this won't achieve what you want as a user will still have to edit it.
You could, I suppose, put some javascript onto an edit page using a content editor web part (which you can do without SPD) to on changes make an AJAX call to a separate web server to do the actual sending.

Cannot login to WSS 3.0 site using forms authentication

A changed Windows authentication to Forms authentication. Using the following example.
I added a user with Web Site Administration Tool. Finally I added this user as Site Collection Administrators and the user is recognized by SharePoint. Happy with that is started my WSS site in the browser but when I try to Sign in using this sign in form it is not working. Returns to this form after the submit (//spvm:100/_layouts/login.aspx?ReturnUrl=%2f_layouts%2fAuthenticate.aspx%3fSource%3d%252f&Source=%2f)
I have been scanning my Eventviewer but no succes for any comment what tells me what I am doing wrong. Maybe some of you guys can help me out?
Once you are redirected to this page, try navigating to http://spvm:100. Sometime I get this kind of case where I move make to the root, then it works. I really didnt know the reason why sometime it behaves like that.
I had the same issue. I found that something was wrong with my browser's settings. I tried to log in with another browser (Firefox) and that worked for me.
I don't know yet what was wrong with my IE7's settings, on another machine I could log in to a forms auth site without any problem.

Resources