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.
Hopefully, a simple question. I include my own style sheet and when I go to a regular user the report throws an error saying it Cannot include resource specified. I would like this file to be accessible to all users. What do I need to turn on in security to allow the Include to be including?
thanks SteveThis message has been edited. Last edited by: <Kathryn Henning>,
WebFOCUS 8.0
Posts: 9 | Location: Philadelphia, PA | Registered: October 01, 2013
Thanks Matt C I did as you said. Did not work this time either. I had already made sure it was published and was the same as fex that is calling it. Still same error. Yes I am on 8002M. The fex runs fine for admin user - no surprise there, just not for a regular user.
Any other suggestions?
Steve
WebFOCUS 8.0
Posts: 9 | Location: Philadelphia, PA | Registered: October 01, 2013
Do you have the fex and STY file in the same or different folders.
As the admin you can right click on the STY file and either look at the Rules on Resource report under Security or Effective policy to begin troubleshooting. If you cannot figure it out please open a support case.
Hi Steve, I tested this in WF8004 and it works fine... I suggest you try the following and if it doesn't work for you in 8002M please open a case reporting the problem and repro steps I show below. 1. Create a new Domain using the Enterprise Domain templates (as an admin, right click the Content node and select New > Enteprise Domain. 2. Using Security Center, create a user and place them into the Domain's Advanced User subgroup. 3. Create a stylesheet in the Domain's hidden content subfolder and publish it. 4. Create a Standard Report in the Domain somewhere, referencing the stylesheet, and publish it. 5. Sign in as the Advanced User and run the report. In my testing with 8004 the report runs and the style is applied. If this works for you in 8002M then look over your approach and compare it to the scenario I described here. Hope this helps.
Note: the message "Cannot include the resource specified" in this case doesn't necessarily mean there is a "security" problem. Stylesheet references in WF8 (for newly created reports, anyway) need to be fully qualified IBFS paths, like this:
TABLE FILE CAR PRINT CAR ON TABLE SET STYLE IBFS://WFC/Repository/Retail/Hidden_Content/carstyle.sty END