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.
I am trying to create a change management package using restful services. I didn't find how we can create a 'New Scenario' using restful. I see if the Scenario exists then we can use restful services to export.
I have a list of FEX/MASTER/HTML etc file names in excel and want to create a CM package for all those files through an automated process. I was looking at Restful service options to do this. But unfortunately, I did not find any info on how we can create a New Scenario for ChangeManagement, Add files to that Scenario and Save it before we export.
Anyone having any ideas please help me out.
Thanks in advance.
Thanks, Rao.This message has been edited. Last edited by: Rao D,
WebFOCUS - ver8201 [ReportingServers: Windows 64bit; Client: tomcat and IIS on windows 2012 AppStudio
Posts: 104 | Location: Indianapolis | Registered: November 08, 2007
No, We can't select the entire folder as there may be n number of files in that folder but we should deploy only the files that are related to the release.
Thanks, Rao.
WebFOCUS - ver8201 [ReportingServers: Windows 64bit; Client: tomcat and IIS on windows 2012 AppStudio
Posts: 104 | Location: Indianapolis | Registered: November 08, 2007
Has anyone successfully automated Deployments in WebFOCUS using Restful or something else? Please let me know as we're researching to make deployments easier.
I built an integrated deployment system for and with one of my Customer. This was written on 8105m and is currently migrated to 8206.
Here is a high level description :
WebFOCUS Client systems have a Reporting Server installed on the same machine The application presents users with a list of domain/folders which they can transport the application creates a scenario.xml in the the export directory which is the "key driver" for change management then it uses a restfull call to export, and it uses ssh/scp to copy the package to the target system and runs a restfull call to import
The end result is that users who have access to this application can transport objects from one authorized system to another.
Posts: 16 | Location: Information Builders France | Registered: May 22, 2003
Thank you Jean-Claude, would you be able to guide us with where to start if we are trying to create a system to automate deployments where the user can click and push things up the environments?