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.
We are new to WebFOCUS 8. We do all development in app folders only. I am creating a brand new HTML page. I am trying to add a "Data Source" in "Requests and Data Sources" section so that I can use it to populate a drop down. When I add a data source from the same app folder, it's working fine but when I try to add a data source from different app folder, I get an error "FOC0205 parsing error Description cannot be found". I don't see any option to add or edit app path.
Please suggest a way to fix this.
ThanksThis message has been edited. Last edited by: Tamra,
In App Studio, right-click on the html file and select properties, its at the bottom. (My file is in the repository, so not sure if its different for app folders)
Originally posted by Waz: Are you using App Studio or Dev Studio ?
In App Studio, right-click on the html file and select properties, its at the bottom. (My file is in the repository, so not sure if its different for app folders)
I am using App Studio. Right click and properties only shows Name, Last Modified and Size.
App Path is always configured on the reporting server. I've never done it from app studio/dev studio. I would go there to make sure its defined properly. That or go directly to the server and update the EDASPROF.
Eric Woerle 8.1.05M Gen 913- Reporting Server Unix 8.1.05 Client Unix Oracle 11.2.0.2
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013
I would have thought that somewhere in HTML composer there would be a setting for path (IBIAPP_app)
The composer has no concept of app path. It shouldn't need it. Its just an HTML file. You can always do an app prepend path (or whatever the syntax is) in the procedure for the drop downs if needed, but the composer doesn't care. HTML content should be served up from the webserver anyways. I've never understood why people create this stuff on the reporting server. Personally I've never come across a reason to do so, but I've come across a ton of reasons not to. The content area is just that, meant for content. Reports/HTML etc.
Eric Woerle 8.1.05M Gen 913- Reporting Server Unix 8.1.05 Client Unix Oracle 11.2.0.2
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013
True, but when a report/html page is stored in the repository, there is an option for the path. I think the client creates an adhoc variable &IBIAPP_app to pass it through.
I think that you could fool it by creating a variable &IBIAPP_app in the HTML page, link it to the fex, as this is picked up by the reporting server to set the path.
I guess that's why I avoid that business all together... just build in the content area. The security is much more robust anyways. Like I said, that's what its meant for. The RS is meant for master files and the such. There's a reason for the separation.
Eric Woerle 8.1.05M Gen 913- Reporting Server Unix 8.1.05 Client Unix Oracle 11.2.0.2
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013
The following might help with your original question.... Ensure the required path is checked off in the Application Path found in the Reporting Server Console.
http:/server:8121/ibi_apps/
- on the tool bar click the icon "Application Path" - a list of folders will appear - check off the ones that you require WebFOCUS to 'look' through for all your requests.