 |
Hotline Question of the Month
| | by Margaret Jeronim |
|
| |
| Question: I successfully created an mrc servlet retrieval application, but when I attempted to access it from the mrcmenu.html page, it only showed the name of that retrieval and key field. There was no data.
It also displayed the message: "Not authorized to view this page".
What do I have to do to get data, and the ability to view this page?
Answer:
This message is displayed when a user profile for the WebSphere Application Server (WAS) is not authorized to the database.
When the WAS is configured and set up, you have to make sure that the QTMHHTTP user profile (default user profile for WAS 2.0, QEJBSVR - default for WAS 3.0 and higher) is *ENABLED and authorized to *ALL object authority.
Make these necessary changes and you will get data for your servlet retrieval.
To learn more on how to install, configure and run mrc's Java servlets, click here.
|
|
|