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.
This about code versioning. I understand webfocus 8 does not have ability to integrate with SVN or GIT hub on its own. But I must commit/check in the codes anyhow. So currently I am manually copying the fax codes from Info Assist and committing them in the SVN. This is a drudgery in 2017. I was wondering if I can copy the reports from where the FEX codes are stored by Webfocus and create python to script to pick it up and commit it in SVN.
I think in WF8 hex codes are stored in db. Can some one please suggest which table stores it? I would like to using SQL query get the FEX file name and the hex code. Can some one please suggest? thank you in advance. If there are other options, that will be great too. I can not use licensed third party software though.This message has been edited. Last edited by: Tamra,
WebFocus 8.1 Service Pack 0.5 Build Version branch8105 Build/GEN Number 119
OS/Platform: Apache Tomcat/8.0.21
Posts: 46 | Location: Baltimore | Registered: October 27, 2016
you can use a 3rd party tool like Pushkok and use DEV studio.
You can also export your files to txt (export scenario with with IBI_CM_format_raw option or webservice) and then commit. You can automate this to export every time there is a change and then commit the txt file. Other option is to query the DB, fex is stored encoded, but you can simply decode.