When I test my component interface, why do I get a "Not Authorized" error?
Check that your component interface is included in a permission list that you have access to. Also check that you have access to all possible methods (Get, Save, Create, Cancel, Find). If you delete a component interface through application designer, it is also removed from any associated permission lists so this may be another reason why your new component interface (with the same name) is not authorized any more.
Also, make sure you are not trying to do something in your code that the CI can't do. For example, if your CI doesn't have a create method, you can't set security for it, so you will get a not authorized error if you have code that attempts to perform a create. This is because the authorization error is usually the first error to be displayed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me can a people tools 8.4 and a people tools 8.1xapplication server run on the same machine?
Explain is bea weblogic the same thing as the web server that was previously on the tuxedo cd?
In ibm how should web application servers be used with peopletools 8.1x and peopletools 8.4?
Explain will the peoplesoft internet architecture, now that it embeds bea weblogic and ibm websphere, work with my other corporate web servers and tools?
Tell me what are the status available in peoplesoft domain status menu?
Suppose if you are ps developer then in what scenarios component interface will have advantages over component?
Which data types is not supported by the peoplecode programming environment?
Explain which can be mapped as find keys for a component interface?
Tell me why did peoplesoft bundle ibm websphere advanced single server edition rather than advanced edition?
Will tuxedo continue to be used in peoplesoft/websphere or peoplesoft/weblogic environment?
Tell me how to do object security?
Explain which are standard properties when a component interface (ci) is created?