You can schedule a report to SharePoint via UNC, with two requirements:
[list][:b938cad2ad]The Desktop Experience feature must be enabled on the BO server
[:b938cad2ad]The service account that BO runs as must be given write permissions to the appropriate document library[/list]
Joe
I tried to append @SSL on my personal workstation but I received a windows explorer error" Windows canāt find ā//sharepointserver@ssl/docsā It works if I use ā\sharepointserver\docsā .
I am wondering besides web client on my personal machine if I need to enable anything else?
So \sharepointserver\docs works on your workstation? Thatās interesting. It should work from the BO server too, if everything is set up right. I would try the following tests, in order.
RDP into the BO server as yourself and try \sharepointserver\docs in Windows Explorer. If it works, proceed. If not, then make sure Desktop Experience is installed and the service is running.
RDP into the BO server as the BO service account. If you canāt access \sharepointserver\docs, then the problem is related to the service accountās access to the library. If you can access it, then proceed.
Finally, schedule a report to \sharepointserver\docs. If it fails, then something else is going on. Enable tracing on the job server, run it again, and check the logs for any hint of the problem.
I tried steps 1 & 2 which worked so I moved to step 3 still failed. I enabled tracing on the job server and spent 2 hours search through the logs to find any information but could not find anything. I plan on revisiting the log files when I have time.
But if I understand correctly even if your sharepoint deployment is using SSL you can still use unc path to send a report to sharepoint? we are on 4.1 SP4?
Supposedly, with SSL enabled, you have you use @SSL in the path. But you found that it worked from your workstation and the server without it. So, thereās no reason I can think of that it should work any differently from a scheduled job.
it is so silly that I can create a powershell script to send a report to sharepoint from our windows server. But an expensive tool like BO I canāt send a report to sharepoint using UNC path
We can get BOE reports to SharePoint by scheduling to UNC path. So you may ask What did you do different?
Actually I did not make any changes at all. But our SharePoint team did make changes, they went from using windows AD authentication to using Active directory federated service (ADFS)
So as of now the only way to schedule reports successfully is to:
Log into the BOE server
Navigate to the web browser
Navigate to SharePoint and log in using email address and password
4.When scheduling report user name and password has to be the same as the log in credentials used in the browser authentication.