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.
Error Code 403's description is "Error description was not found."
I'm just trying to open a master file in App Studio. This is a brand new Version 8 install, Server and App Studio.
More to the point, ladies and gentlemen on the programming team, if you don't have an error description to offer, don't pass up the opportunity to present inside humor to the user base. "Mr. Cohen forbids this action at this time" would have at least lent some levity to the situation, and would be no less valuable than the current message.
I'm certain the erudite user base here in the tech forums could recommend other, far wittier options in the event there's no error description available.
J.This message has been edited. Last edited by: <Kathryn Henning>,
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
Any resolution to this issue. I am a fairly new install as well and have been able to do this until today. Not quite sure why this just started happening.
You should open a case with techsupport, based on the last post from almost 5 years ago it should have been fixed. I know there were multiple releases of 8.1.05 so that could be your issue but that is just a guess.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
A 403 error means FORBIDDEN. Meaning that there is an authentication issue with the userid/password combination being passed. I had a similar issue with 8202 in AppStudio. It had to do with my password using special characters and IBI then doing URI percent encoding on those special characters. For example, if a password was 'abc+123!' then the password being passed was actually 'abc%2B123%21' which was then not decoded on the reporting server side and the reporting server would interpert it as a bad password.
See this link for the Percent-encoding reserved characters and try changing your password to something that does not include those reserved characters.
If that doesn't work, I would suggest opening a case.
Hallway
Prod: 8202M1
Test: 8202M4
Repository:
OS:
Outputs:
Posts: 608 | Location: Salt Lake City, UT, USA | Registered: November 18, 2015