Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] ReportCaster to Subversion Repository

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] ReportCaster to Subversion Repository
 Login/Join
 
Platinum Member
posted
Is it possible to have Report Caster send a report to a subversion repository and submit as a new revision/changeset? We have a SVN repository and a website that connects to the SVN for documents and it would be nice if we could Caster updated reports to the SVN so that they are available there?

Probably not possible at the moment, but would be oh so sweet to have!

This message has been edited. Last edited by: Kerry,


Currenly working @ Learning Circle Education Services
Previously worked @ Nationwide Insurance
Prod: WebFOCUS 7.6.11


Test: WebFOCUS 7.6.11


Dev: WebFOCUS 7.6.11
 
Posts: 125 | Location: Columbus, Ohio | Registered: March 31, 2006Report This Post
Virtuoso
posted Hide Post
You can FTP the reports wherever you want them and then possibly have an RC post-procedure (or native script) that runs for further acceptance/processing by SVN. The only repository that RC can currently handle is the ReportCaster Library (or MRE).


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
Platinum Member
posted Hide Post
If you installed a command line SVN client on your Reporting Server, and you have the DOS or UNIX commands enabled on your Reporting Server; I would think this would be as simple as writing the report to a hold file and then checking that hold file into the SVN repository via command line.

e.g. Something like this:
TABLE FILE CAR
BY COUNTRY
ON TABLE HOLD AS COUNTRY FORMAT PDF
END
-SET &FILE='COUNTRY.pdf';
-SET &MESSAGE='Caster Update';
-SET &SVN = 'DOS svn ci &FILE -m "&MESSAGE"';
-RUN
&SVN


I'm not much of a report writer, so please check the report syntax, but I think you get the idea. You might have to specify the full path to the HOLD file, but I'm sure others on Focalpoint can help you with techniques to do that.

I work mostly on the admin/architecture side.
 
Posts: 203 | Registered: November 19, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] ReportCaster to Subversion Repository

Copyright © 1996-2020 Information Builders