Focal Point
[CLOSED] Publish report to sharepoint 2010

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3497008076

May 22, 2014, 08:43 AM
souji
[CLOSED] Publish report to sharepoint 2010
Hi All,

Can anyone published PDF report from report caster thru Share point 2010.

Thanks,
Swati.

This message has been edited. Last edited by: <Kathryn Henning>,


WebFocus 7.1.4 xp html,excel,pdf
May 23, 2014, 01:35 PM
Ram Prasad E
You could try this.
1. Get the FTP Path/User/Password.
2. Create a schedule in Report Caster to push it to FTP server.
3. Have a OS Job(Windows Scheduler or Unix Cron) to push the files from FTP server to Share point document directory.

Thanks,
Ram


WebFOCUS 8.1.05
Windows
http://ibiwebfocus.wordpress.com
https://www.facebook.com/groups/ibi.webfocus/
May 24, 2014, 07:22 AM
Alex
You should be able to publish directly using a "DOS NET USE ......." command. The reference below gives you detail on the command.
http://pcsupport.about.com/od/.../net-use-command.htm


WF 7.7.04, WF 8.0.7, Win7, Win8, Linux, UNIX, Excel, PDF
May 26, 2014, 10:35 AM
linnex
Hi Swati,

if you want to send it over a possible SSL secured line (https / REST) and are running a windows server you can also try the http PUT function (alternatively CSOM could be an option).

you can e.g. call a powershell script uploading your PDF file to Sharepoint directly using -DOS powershell .\my_upload_script.ps1.

Cheers Linne


WebFOCUS 7.7.03
May 28, 2014, 08:23 AM
souji
Thank you all for the reply. I have tried FTP to share drive and do windows scheduler it worked fine.But just curious to know about the DOS commands to copy file.
I wrote DOS command like below

-DOS Copy 'Sourcepath' 'Destination path' but this gives me error (FOC1569) SYSTEM COMMANDS DISABLED. CAN NOT EXECUTE dos COPY

Thanks


WebFocus 7.1.4 xp html,excel,pdf
May 28, 2014, 08:28 AM
Ram Prasad E
Swati,

You need to check with your WF Admin to enable OS Commands.

Thanks,
Ram


WebFOCUS 8.1.05
Windows
http://ibiwebfocus.wordpress.com
https://www.facebook.com/groups/ibi.webfocus/