Deplyment of customize Page in OA Framework

I have created one customized page very similar to HelloWorld which has only XML and CO.class file
I have created function for the same and had attached it to the responsibilty.
Then I deployedthe page on server using import coomand.AFter running it I got message Import completed. I have used following command.
java oracle.jrad.tools.xml.importer.XMLImporter /home/appvis/projects/home/appvis/projects/oracle/apps/fnd/framework/toolbox/
tutorial/webui -jdk13 -mmddir "/d00/oracle/mumvis01comn/html/jrad" -username apps -password apps -rootdir /home/appvis/projec
ts/home/appvis/projects/oracle/apps/fnd/framework/toolbox/tutorial/webui -validate -dbconnection "(DESCRIPTION=(LOAD_BALANCE=
YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=SUNTCS051928.india.tcs.com)(PORT=1527)))(CONNECT_DATA=(SID=mumvi
s01)))"
But when I run the page from responsibilty it gives error as:
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_REGION_DATA. Tokens: REGIONCODE = /oracle/apps/fnd/framework/toolbox/tutorial/webui/WelcomeWorldPG; (Could not lookup message because there is no database connection)
oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/fnd/framework/toolbox/tutorial/webui/WelcomeWorldPG, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
The Page fruns fine from Jdeveloper .
Please could someone help me in this regard.
I am not getting where I am going wrong or what more I have to do.

Hi,
Thanks for the updae. But even that didn't solve the problem :-(
I have tried the steps exactly as given in OA framework dev guide.
1) I have created a new page under 'aqnt/oracle/apps/pa/workflow/webui' package, and other related Controller and BC4j components in 'aqnt/oracle/apps/pa/workflow/webui and server packages respectively.
2) zipped the contennts of <Jdev>myclasses/aqnt folder and deployed those to $JAVA_TOP. So Now i have all the VO , AM and CO in place under $JAVA_TOP/aqnt directory
3) Didn't imported the jpx as I did exxtend any seeded Oracle AM or VO,EO.
4) Copied the RN xml to $APPL_TOP/aqnt/pa/11.5.0/mds/workflow/webui folder. This path was created using mkdir .
After that I ran the following import statement:
java oracle.jrad.tools.xml.importer.XMLImporter $APPL_TOP/aqnt/pa/11.5.0/mds/workflow/webui/AqntActiveTimeCardRN.xml -username apps
-password apps
-rootdir $APPL_TOP/aqnt/pa/11.5.0/mds
-rootPackage /aqnt/oracle/apps/pa
-dbconnection "(DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=SEA2FINORDVDB01.main.corp)(PORT=10010)) (CONNECT_DATA=(SID=AQNTDEV1)))"
But still things are not working.Any help would be appreciated.
Thanks,
Deepti

Similar Messages

  • How to Navigate from Graph page to Customization page?

    Hi All
    If i need to navigate from Graphs page to customization page on clicking the graph, What are the steps to be followed?
    Also in that customization page i need to make changes in the SQL statement for graph also the type of graph( Pie or Bar).... when i provide this changes it needs to be saved. And when i save it has to provide me the new graph according to the edited SQL Statement...
    How to achieve this?
    Can anyone pls pls help me out in resolving this issue???
    Ganesh

    If i need to navigate from Graphs page to customization page on clicking the graph, What are the steps to be followed? Destination URI
    You can programmatically define a destination URI on a graph, that allows users to drill down to additional information. If the Destination URI property is defined on a graph, the URI specified is used as the drill-down URL. The Destination URI can be an absolute URL or a relative URL to an OA Framework page. The group and series values for each data point are appended to the specified destination URI, so that the resulting URL is specifically associated to a particular data point plotted in the graph. The group and series values can be obtained by the destination page using the parameters OAGgroup and OAGseries.
    For the drill down feature to work, you must also set the Display Data Bubble Text property on the graph to True. Enabling this property generates an image map, which is required for the drill-down feature to work. When a user selects any data point in the graph, the specified URL is launched.
    Thanks
    --Anil
    http://oracleanil.blogspot.com/

  • You don't have Add and Customize Pages permissions required to perform this action - but i do!

    Hello.
    I am having a similar problem to the one described by this post here:
    http://kiruthik.com/2010/10/05/YouDontHaveAddAndCustomizePagesPermissionsRequiredToPerformThisAction.aspx
    However, his resolution of changing web.config under wwwroot did not fix my issue.
    Here is the situation on a recently upgraded SP2010.
    1) Create a document library. Set the document template to "basic page"
    2) give a user full control on the document library.
    3) Go, under that users credentials, to the document library and create a new document.
    4) Name the document whatever and hit create
    5) a page is displayed which says the following: "Web Part Error:
    A Web Part or Web Form Control on this Page cannot be displayed or imported. You don't have Add and Customize Pages permissions required to perform this action."
    6) Become confused as giving someone "full control" on the library should obviously inherit the permissions to when they create a document and try and edit it.
    If i give the user "full control" on the entire site (site actions -> site permissions), then the document pops open an editor which would allow you to add content to the basic page. Obviously, i do not want to give users full control to the
    entire site :)
    Giving the user  "Add and Customize Pages" permissions on the entire SITE allows them to edit get the popup to edit the file, but this is not desireable either since then they could "Add, change, or delete HTML pages or Web Part pages,
    and edit the Web site using a Windows SharePoint Services-compatible editor.". I do not want them to edit any web pages, i just want them to edit a particular lists webpage!
    Things i have tried:
    - Set the permissions on the "MSContentEditor" webpart to have the user have full control of the web part.
    - set the permissions on ALL the web parts to have the user have full control (permissions on the web parts list)
    - Edited web.config to add a line to mark "contentEditorWebPart" as safe, and then restarted IIS.
    - Recreated test lists and was able to duplicate the behaviour
    So I am wondering, is this a sharepoint bug or what? Should a web part not inherit the permissions of the list it is working in? if not, what are the exact items i need to set permissions on to get this webpart to display correctly?
    Setting global site permissions is not an option.
    Another workaround is to make a "wiki page library" which allows you to copy and paste text into a static page, and also edit that text. I can move all the content over to a "wiki page library", and thats what i probably will end up doing
    in the end, but its annoying because there is alot of content to move, and it all has to be done by hand as you cannot upload documents to a wiki afaik. Also the wiki uses a different editor, its inline instead of a popup in IE which is probably why it is
    working.
    This may not be a bug and could be a simple permissions problem or something else, but i have been looking at this for hours and it doesnt make any sense to me.
    Any help appreciated thanks!

    Hi,
    Yes, you must have “Add and Customize Pages” permission
    from site level to perform this action, the permission is not in list permission level.
    You can add a new permission level which only includes “Add and Customize Pages” permission, and then create new SharePoint group with this permission
    level.
    Add the users into the SharePoint group and these users will get the “Add and Customize Pages” permission
    from site level.(site permissions)
    Additionally to add/edit page, the users also need the permission level “Contributor” in list permission level.
    (you should know when you grant the full control to the users in list permission level, the users won’t get the permission from site level)
    If you need further help, please let me know.
    Hope this helps
    Thanks!
    Stanfford
    Everything will be fine.

  • How to allow domain users to customize page Size in Adobe PDF printer.

    Hi all,
    I am not able to customize page size in Adobe PDF printer when I logged in with Domain user login. But I am able to Customize PDF printer in admin Login.
    I need a solution to allow Domain users to customize page size for Adobe PDF printer.
    Looking for a solution ASAP
    Regards
    Nagesh

    Oops, I misread your question, so I edited my response.

  • Firefox 29 "Customize Page" doesn't fit on screen.

    Can't see anything along the right side of the Customize Page. At least 20% of the page is missing. Tried to change zoom and font size.

    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode].''''' Is there still a problem?<BR>
    <BR>While you are in safe mode; '''''Firefox Options > Advanced > General'''''.<BR>
    Look for and turn off '''Use Hardware Acceleration'''.<BR>
    Then restart.

  • Customize page size in report builder 6i layout.

    hi all ,
    I have developed a contact order report in report builder 6i ,which print its output on preprinted form (using DOT Matrix printer).
    for example if output is giving 3 orders ,each order and its details should be printed on each preprinted form.
    But when i given print from report builder 6i to dot matrix printer for every order one page is getting skipped .
    Even i adjusted wide and height as 35 and in printer file also adjusted but even it is skipping one page for every order .
    Even i adjusted wide 80 and height as 66 and it is skipping one page for every order.
    Kindly help me how to customize page size in report Builder 6i.
    Thanks for all in advance.

    Hi,
    Thanks for your reply. To get rid off that error, i did the following thing.
    I set the width as 132, and height as 62 of header, main body and trailer section in report builder.
    In Concurrent program window also, i set the column as 132 and rows as 62, and style as BAC.
    When i submit the report through concurrent program, it's working fine.
    Now i changed the width of the report to 200 and height to 66.
    Now, i want to change the style to A4 in concurrent program window. I don't have A4 style in list of values. I went to SYSTEM ADMINISTRATOR ---> INSTALL --> PRINTER --> TYPES. (Added A4 style to all types)
    Now i changed the columns to 200 and rows to 66 and style as A4.
    Now, it's showing below error.
    ERROR: APP-FND-00314:INVALID PRINTER.
    Again i selected BAC style and try to submit the program, it's giving different error.
    REP-1219: 'Body' has no size - length or width is zero.
    Could somebody help me to solve the issue. (Why it's giving above error after adding the A4 style to all types of printers) and why did i get the previous errors (REP-1212, Body fully not enclosed).
    Kindly help me, it's urgent.
    Thanks.

  • Is there a way to allow contributor users to add web parts to a page without granting them "Add and Customize Pages" permission?

    I am working on an enterprise wiki site collection, and when contributor users try to add web parts they will get the following error:-
    A Web Part or Web Form Control on this Page cannot be displayed or imported. You don't have Add and Customize Pages permissions required to perform this action.
    So I granted the Contribute Permission level an extra permission which is “Add and Customize Pages”. Now contributors will be able to add/edit/delete
    web parts. But they will have extra permissions that I do not want them to have , such as changing the design and customize some page layouts, also they can access the site settings and create site columns !!.
    So my question is basically if there is another way to allow users with contribute permission to be able to add web parts without granting any extra permission. In other words to treat adding web parts as normal content such as image, Text ,tables ?
    Thanks

    I dont think so.
    http://technet.microsoft.com/en-us/library/cc288074%28v=office.14%29.aspx
    Add and Customize Pages
    Add, change, or delete HTML pages or Web Part pages, and edit the Web site by using a Windows SharePoint Services-compatible editor.
    View Items, Browse Directories, View Pages, Open
    Design, Full Control 
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://freeit-support.com/
    so there are not any workarounds or any custom settings which i can use to implement any of these:-
    - To force Contributor users to add web parts without granting them "Add and Customize Pages"
    - If i grant them "Add and customize Pages" permission, to stop the ability to access the site settings ?
    Please can any one advice on this , as it is causing a lot of confusion,,, and i can not live with the face that Contributor users can access and modify site settings. the other approach will be is that i will stop using web parts. but one of our main reasons
    we decide to use SharePoint is the ability to add web parts, especially the Visio & Excel web access web. thanks in advance for any advice ..

  • Displaying Refresh, Edit Page, Customize Page buttons from Banner Template

    I have built a customized banner template which displays button images for refresh, edit page, and customize page. The functions all work well, but these functions should not be invisible to the user when they do not have the proper privileges
    For Example, when page caching is enabled, I need to see the Refresh Link (icon), or when the user cannot edit the page, then the icon for page editing should not be displayed.
    What are the API calls that I can make from a banner template to decide if the page is cached or not?
    How do I tell whether the user had edit page privilege? Customize Page?
    null

    All these solutions offered above are correct related to the refresh of the page, but it seems to be other problem, it seems that when the Save button is pressed, the commit is done(after I press Save I checked the database and the row is updated), but the transaction is not ended, it seems to get stuck, this is the reason why a refresh is not done on the page, only when Cancel is pressed, the transaction finishes and the page refreshes.
    Is this possible for the inline popup, not to end the transaction even if on the task flow I have a task flow return for Save, where at the End Transaction property I have Commit?
    I have changed the task flow by setting Behaviour to <No Controler Transaction>, for the task flow returns I changed End Transaction from Commit/Rollback to none and added on the jspx page of the inline popup the Save and Cancel buttons, with actionListener="#{bindings.Commit/Rollback.execute}" but the problem remains the same.
    I suppose that it's a problem with the way I use the VO instance in the popup. Do you have any idea in what situations this can happen or did you encounter similar situations?
    Thanks,
    Georgiana

  • Want to personalize a page using OA framework

    How to personalize a page using OA framework?
    How can I do the following?
    1. How to add one more criteria in a drop down in a page and to run the query when we select that in the drop down?
    2. How to change the oracle bill management logo in the top with another logo?
    3. How to personalize the FAQ's ,news ,policies link in the oracle?

    1. How to add one more criteria in a drop down in a page and to run the query when we select that in the drop down?
    Dropdown , picklists may not refresh even if you add values to the tables it is querying, as the picklist could have been configured to cache values.2. How to change the oracle bill management logo in the top with another logo?
    Change the corporate branding3. How to personalize the FAQ's ,news ,policies link in the oracle?
    Look at global buttons, if these are in the global menu.Thanks,
    Tapash

  • Self-made link for "Customize page" ?

    How do I add a link in a Navigaion Bar that does the same as the built-in "Customize page" link in the built-in header ?
    Is there any procedure for that purpose?
    (the link seams to not use a procedure)

    You could create a URL element on a navbar portlet that takes you to the customize for a specific page by copying the link for that page, but not a generic portlet that works across many pages. There is currently no procedure that generically determines what page you are on and then goes to customize for that page.

  • Removing Banner from Customization Page (PL/SQL)

    Hi,
    There seems to various postings regarding this issue, but I have never come across one that could tell me how to do it.
    And that is, how, in a PL/SQL portlet, do I remove the 'Oracle Banner' from my customization page or how do I add my
    own, default banner? When I say my customization page, I am referring to the page that comes up when I click on the
    portlet customize link.

    Hi,
    Try using all the three plsql blocks in one <oracle> tag. This should help.
    Thanks,
    Sharmila

  • Customize page

    since the customize page is provided by oracle portal, is there a way to edit the customize page with my own tools such as JAVA or JSP (or servlet) or is there existing another oracle portal to edit the customize page?

    Yes, you could do this. First set the banner on and display the page. Copy the link location on customize link. Then create your HTML portlet which includes the link. Then turn the banner off again. The downside is that you do it for each page individually.
    Moving forward, we are adding page template capabilities which will make this a little easier and more robust.

  • How customize the customization page?

    Hi all,
    in the component wizard there's a page to customize the customization page. But if this is not enough, is there any other way than editing the package in the database?
    I should need to change the detail captions, for example, the the to be displayed on the customization page.

    Hi,
    That is the maximum to which you can customize your customization screen. This feature is not available right now.
    Thanks,
    Sharmila

  • Adding options to customization page

    Hi,
    I created a Report from Query Wizard and selected all options under the "Customization Form Display Options -> Formatting options" (layout selected was custom). But, while running that component, in the customization page Output Format is not displaying. Also I want to add 'Sum Columns' and Query options( esp. the toggle button for Showing that column in report, currently only column name and a textfield for Value are showing up) as in QBE customization page. Anybody know how to incorporate all these options in the cust. page?
    Thanks

    Any Idea?

  • How To Remove Banner From Customize Page

    I have a customize page for a report. When I click on customize link on my page, it brings the customize page for that report. However, I have the Home link that appears in that customize page. I know how to get rid of the Home link in my page, but how do I get rid of it in the Customize page?

    We have the same problem - we need to remove all the header information - including the "Home link" - that includes the image and the "Customize" header and the little database image. We also want to either display a custom header - OR eliminate the section entirely -
    - there is a problem - there are a set of generic buttons - "apply" and "cancel" -- these would be better displayed in the portlet customization area itself - which gets rendered by our customization portlet.
    I need to eliminate or customize that stuff.
    Any thoughts - anywhere I can go to modify that class - anything?
    null

Maybe you are looking for