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.
Just installed PMF Synced PMF with DB. Imported MRE users. Created a new Scorecard. When trying to save a owner in PMF that we just changed to adminsitrator, we receive ------- "*** Fatal program error while attempting to update the owner. Error S02_A in pmf_owners_form_update, FOCERRNUM: 310 CHNGD: 0 " ------- We have the owner in the "adminsitrato" group in MRE.
We looked at the code that is under the "Save" and looks like when we issue the “Save”, SCORECARD_ID value of ALL is passed back to the MODIFY routine. SCORECARD_ID is a numeric field. Hence the fatal error…
2) Specific to your error, make sure that you have an active scorecard. I believe I had the same error, if there is no scorecard in the system yet or the user does not have a default scorecard. So if there is no scorecard create one, refresh your browser and then select that scorecard (or assign it in the manage tab under owners). Try saving then.
3) There is a bug fix in 5.12:
Issue where a non-"Administrato" ID could not create a Scorecard even when it had Admin Functional Access on Scorecards. Maybe this is your issue.
4) Check Oracle user privileges. Update, insert, delete etc. (might be easier just to grant DBA to test).
WF 7.65. Solaris. PMF 5.11 on Oracle 10g
Posts: 48 | Location: New York | Registered: March 25, 2009
This reminds me of the errors we would get when we were trying to integrate PMF with our WF environment. The root cause turned out to be some environment settings that conflict with PMF. This is a list of the environment variables that we needed to set to get PMF to stop returning strange errors:
SET ALL=OFF SET HOLDLIST=ALL SET HOLDSTAT=OFF SET PRINTPLUS = OFF
See if your environment is setting these at a site level to anything other than above.
Good luck,
Joey
-WebFOCUS 8.2.01 on Windows
Posts: 318 | Location: Los Angeles, CA | Registered: November 15, 2005
Thnx Joey, The upgrade from 5.1.1 to 5.1.2 resolved the error during Owner save. Unfortunetly the MRE user sync only shows about 30 users from MRE out of 600+ users. All 600+ users are part of the "administrato" MRE group.
I'll look at the environment variables.
EndreThis message has been edited. Last edited by: Endre,