Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi Everyone, does anyone ahve an idea on how to resolve this error from the MethodServer:
wt.access.accessResource/19) wt.access.NotAuthorizedException: ATTENTION: Secured Action. You do not have the necessary authorization for this operation.
Resolutions from Article - CS168770 have already been exhausted:
Solved! Go to Solution.
Hi Everyone.
Problem was caused by a change in the domain of the LDAP in prior update from WNC 10.2 to WNC 11.0.
Brief synopsis of the solution:
Things I would probably at least try:
Done without success again.
Included keystore clearance in the rehost.properties for the second run but the initial errors remain.
Bummer. Probably best to open a case and let tech support comb through the logs.
You might want to take a look at your database copy process. I'm not familiar with Oracle but according to the data_pump log, none of the indexes are being created. I think you might have an issue with how you're copying the database.
ORA-39083: Object type INDEX:"ORGADMIN"."EPMDOCUMENTMASTER$COMPOSITE1" failed to create with error:
ORA-04067: not executed, package body "ORGADMIN.WTREVERSEPK" does not exist
ORA-06508: PL/SQL: could not find program unit being called: "ORGADMIN.WTREVERSEPK"
Hi Tom.
I believe those errors are addressed by /Windchill/db/sql/ and the Update Tool post-import and rehost.
The wt.access.accessResource/19) wt.access.NotAuthorizedException Issue remains unresolved however.
I've seen this issue many times during rehosts. Almost always, its been an LDAP issue related to the wcadmin user. You should be able to confirm this by checking two places:
I is very easy in the rehost tool to miss a step or choose a wrong setting causing the LDAP to not match the database. Both are easily correctable to make them match though caution cause its easy to scramble them too (a bit of brain surgery here).
Please also ensure you have this line enabled in the rehost properties file. Many a times this has caused lot of issues around authentication post rehost.
source.local.domain=oldhostname.domainName
regards
~Syed
Hi Everyone.
Problem was caused by a change in the domain of the LDAP in prior update from WNC 10.2 to WNC 11.0.
Brief synopsis of the solution: