Setting up development landscape for E Commerce R/3

Hi Experts,
Need some good document reference for setting up our landscape for E Commerce 5.0.
I have gone through lot of documents and information but nothing consolidated about best practices to follow while doing so,
In our landscape we will have R/3 DEV, QA and PROD (All ready there) AND 
  3 corresponding AP 7 boxes for IPC and WAS (to deploy ISA java components)
The missing link in this is how best to use NWDI to talk to the 3 AP systems.
Q1 . Should we have 1 separate Box which has NWDI installed or can we use AP7 box for DEV to also use that for NWDI. (In this case on 1 BOX we will have IPC, WAS/ISA and NWDI.. so worried about performance)
Q2 Just in case itu2019s advisable to have a different BOX for NWDI, then how to configure NWDI to have all the 3 different AP 7 Boxes as part of development landscape to deploy ISA java applications from DEV to QA to PROD environment.
Thanks and regards,
Dips

Thanks for the reply.
My client says they dont have a QA environment. So they just have DEV and PROD. Since its a very small setup, We want to setup NWDI just for DEV and then PROD. Is it possible to not have QA ?
Regards,
Dips

Similar Messages

  • Minimum Development Landscape for XI

    Hello,
    In most cases the proposed optimum landscape for an XI project is the following:
    2 XI servers such that
       DEV R/3 linked via logical name to XI DEV and
       PRD R/3 linked via logical name to XI PRD)
    Asking the customer to buy 2 servers for XI in some cases does not sit well.
    It is usually the case that the customer (already a SAP customer) has DEV + PRD R/3.
    Can we use only one XI server to carry out both productive work and tests / developement work when needed. I am thinkg of filtering messages based on the logical name of the R/3 system. I do not know if this is safe since as far as i know when a DEV system is refreshed and kept uptodate by copying over the PRD the logical name is copied over as well. Therefore the above solution will have a high risk.
    Anyone outhere that have faced a similar dilemma and come up with a neet solution?
    Thanks
    Dimitris Hagigeorgiou

    Hi,
    No its not at all advisable to have a same server for Dev and Prod. There are certain Best Practices proposed by SAP like DEV>QA>PORD and its advisable to follow it and there are lots of reason behind this kind of landscape.
    At this point of time it might sounds good to have a one box which will server as DEV and PROD. But think of if something goes wrong and there are lots of chances to go wrong are DEV. As the name says its a development system ofcourse things will go worng quite often. If the same system is used for Prod then its all Business data and no orgn will compromise of loosing real time business data. There are lot many parameters apart from that like security etc..
    Thanks,
    Prakash

  • Setting up NWDI for E-Commerce 5.0 and getting" No component configured"

    Hi Experts,
    Our basis consultant recently installed NWDI. I am having trouble setting up a Track for our E-commerce development.
    If i try to save my track it gives the message "No component configured". When I try to setup my Runtime sytem and give the Development system name and  Message Server port, it gives the message " Message server could not be contacted".  Because of these errors it does not let me save any Track information.
    Domain  was not defined, so I defined a domain. But Please help in determining what other steps are still needed before i can create a track.
    Thanks in advance,
    Dips

    If anyone knows how to get a user-entered custom value from the item level to a custom java class, please let me know.
    I'm still looking into how to extend the quote and allow for the re-use of it, if all the quantity on the line item has not been exhausted.
    I can easily add a custom field to the header of a .jsp and access that user entered value by coding against the requestParser.
    Example: Parameter xxx = requestParser.getParameter("customerHeaderParm");
    But, when I add a customer parameter to the item level of the .jsp, I cannot leverage the same to code and get at the user entered value. The value comes back as null.
    The two files I am working with are as follows: orderstatusdetail.jsp and Z_DocumentStatusOrderQuotAction, which is an extension of the standard class, DocumentStatusOrderQuotAction.
    I am working with the requestParser within the ActionForward isaPerform() method of Z_DocumentStatusOrderQuotAction. I need to get to those item level values BEFORE the order is created from the quotation.

  • David Powers' tutorial, "Setting up CF development environment for DW"

    I left this comment for Mr. Powers at the end of his tutorial and was advised to post here by the Moderator:
    I had no problems until the very end:  can’t display the final page in Live View or in any browser.
    One anomaly in the CF installation:  Adobe strongly advises running the CF 9.0.1 update [ http://kb2.adobe.com/cps/849/cpsid_84973.html ].  I ran this update after completing your installation procedure and before “Setting up in DW” for the Mac.  The “Update successfully installed” window included the following message:
    “SolR server has been upgraded. Re-index all the collections.”
    Having no idea what that meant, I proceeded to create the CF site in DW.  No variations from your text until Item #9, “Create a ColdFusion data source”:  my text box was labeled “Database FOLDER,” not “Database File” per your tutorial.  
    Where did I go wrong?
    Mac Pro Intel, OS 10.6.7, MAMP installed but not running at the time.
    Can anyone here help me?

    ilssac wrote:
    WolfWB wrote:
     Where did I go wrong?
    Not nearly enough of the CORRECT information here to provide any sensible help.
    Code snippet (small, but relevant sample code showing the problem.... not entire page dumps)
    Description of expected results
    Description of actual results, including error messages if relevant.
    Description of why the actual results are not correct if it is not clear to the casual observer.
    WolfWB wrote:  “SolR server has been upgraded. Re-index all the collections.”
    SOLR is a text search engine that is included with ColdFusion to provide, you know, text searching capability.  When you upgraded to the newer version of CF, that included upgrades to the SOLR engine which would have invalidated any text search indexes previously created.  So you would need to re-index the text collections to recreate those indexes.
    If none of that makes ANY sense to you, then you most likely have NO text Collections with NO indexes for those collections and thus have NOTHING to re-index so that message PROBABLY had NO relevance to any issues you are experiencing.
    First, thank you for trying to help, ilssac!  I apologize for the frustration I caused, but this was my first encounter with CF;  I'd installed it purely to get through a Dreamweaver tutorial.  Second, I haven't a clue about where to collect a code snippet to send you.  Providing a link to the tutorial and pointing you to the very last instructions are the best I can do:  start at the subhead, "Create a ColdFusion data source," steps #1 through #13 and Figures #22 and #23.  The expected result is a correct DW Live View display of the HTML page populated with data drawn from a database (Fig. #23)  instead of the "dynamic text objects" (Fig. #22).
    Regarding the SolR, you're undoubtedly right about nothing having been created in CF, ergo nothing to re-index.
    FYI, the original CF installation was on my Mac Pro.  I did exactly the same installation -- in exactly the same way (per the tutorial) -- on my MacBook Pro, and got the same result.  The tutorial predates the 9.0.1 upgrade which looks to me, the absolute CF novice, like the source of the problem.  I'd still like to get it to work, if only to justify the time I've put in!

  • Merge develop settings for a set of images in a back up file

    Hi
    The situation I have is a folder with 2,000 images in it - I started developing from image 1 and moved forward through them developing as I went.
    Lightroom crashed and so I restored from a back up, but still I lost about 4 hours work.  I couldn't face redeveloping the exact same images I had just done again, so I went to image 2,000 and started working back through the folder, figuring that I would have renewed enthusiasm for the images I'd done but lost the develop settings on by the time I'd gone through the new ones.  I backed up as I went, scared that I would lose a lot of work again.  So, in short, I have a folder with half the images developed and a chunk in the middle, still to be developed.
    I have just opened the catalogue to sit down and develop the remaining images and I note that the images from say 1,300 - 2,000, which I had previously developed have lost their settings again.  I went back through my back ups and I have a back up file with them done, but it is from over a week ago.
    My question is - can I selectively copy the develop settings for images 1,300 - 2,000 on that specific folder from an old back to the current files without having to overwrite everything from that old back up, which would in turn overwrite work I have done since on other folders?
    Would really appreciate help on this one.
    RAWs were converted to DNGs at import.
    Thanks

    Hi Geoff
    Thanks so much for this - it did the trick!  Hours saved!
    For others who may read this item, it doesn't restore the individual steps you took during developing, it works in much the same way as the 'copy/paste previous settings' option in  that you get one line saying that settings were pasted....but that was good enough for me!

  • Versioning and parallel development streams for worldwide SAP roll-out

    Hi SDN folks,
    My customer is in the process of a worldwide roll-out of SAP. They have a transport environment for ECC that looks like this:
      D  -
    >    QA  -
    >  R   -
    >   P
    We have SAP Charm installed and running in solution manager - to manage the creation of transports in the D system.
    The problem we are facing is how to manage parallel development changes and configuration changes.
    For example - if we have developers working on a change that is in test in the QA environment - and we hit a production emergency in P - we then need to make an emergency change to the P version (which would only be available in P and R) - and transport this change through to P - in the process - overwriting the changes that our developers are working on in the D and QA environments.
    We also have the issue of objects for multiple countries being developed and configured in parallel - and so there will be version conflicts up the to the QA system as well.
    Is there any kind of solution for the management of parallel development streams  - and versioning - for all custom code / development objects and for configuration changes(other than introducing a second development system)?
    Is there any kind of 3rd party product for SAP that helps to solve this issue?
    Currently we are considering development freezes, manually renaming objects with versioning identifiers (will only work for some objects), manual backups of versions. - none of these seem to be a tidy universal solution, is there one?
    Any help / directions you can offer will be appreciated,
    many thanks,
    Julian

    Hi Julian,
    Thanks for the clarification!
    Managing production support and new development after go live is always a challenge.  It can be addressed in many ways, but it is most important to create a set of rules and stick to the procedure.  If you do not want a "second" landscape, you are going to have objects "overwritten" in the D and Q systems when you need to make a production fix -- as you must revert the object in D to the P version to make the fix.  Even with a second landscape, objects will have to be merged somehow when a fix is promoted to production. 
    As I said above, what you can do is have your developers save their current development in released transports before making the production fix.  This saves a version that must be merged with the fix, anyway.  That is:
    Object A is the produciton version and must be fixed.
    Object A' is the current development version (unfinished) and is saved into a released transport request.
    In D, Object A' is reverted to the A version and corrected for the production error, creating object A'' that is promoted to production.
    Object A' and A'' are manually "merged" into A''' as the new current development version.
    Yes, objects are overwritten with this method.  However, you can always retrieve what has been overwritten since it has been saved in a released transport.
    Another option is to bypass Q for production fixes.  I.e. D -> R -> P.  However, this invalidates the objects in Q until the merged version is created in D and transported to Q. 
    In any method you choose to do this -- dual development landscapes or not -- discipline and managment are a must.
    Best Regards,
    Matt

  • SMP 3.0 Development Landscape - Error 14

    Hi All,
    I followed this blog to set up my SMP 3.0 Development Landscape:
    http://scn.sap.com/docs/DOC-56329
    Everything seems good to me. I was able to deploy Work Manager 6.1 base app on the SMP 3.0 Server and the startup logs had no error.
    I have installed both the SMP Server and ATE on my laptop.
    When I try to access the URL: https://localhost:8081/SAPWM in Chrome, I get this message:
    The site's security certificate is not trusted!
    You attempted to reach localhost, but the server presented a certificate issued by an entity that is not trusted by your computer's operating system.
    But when I click 'Proceed Anyway' - I get the 'I am here!' message.
    The problem I am facing is in ATE - When I give https://localhost:8081/SAPWM in the Server in ATE, I am getting a Communication Error 14 message. I even tried given my FQDN of my laptop in that URL. It didn't work.
    I am not sure what exactly can be the issue. It might be something to do with the certificate. I followed what was mentioned in the blog.
    Regards
    Ankur
    Tags edited by: Michael Appleby

    I installed the certificate as described in that blog under Trusted Roots.
    now when I access the URL: https://localhost:8081/SAPWM in Chrome, I get this message: You attempted to reach localhost, but instead you actually reached a server identifying itself as <<my computer's FQDN>>.
    And in ATE now I get this error:
    Requesting Public Key from Server
    Connect to server 'localhost', certificate is for 'my computer's FQDN', so it is not valid
    Communications error (14)
    Connection failed
    Ending transmission

  • Developer Acceptance of E-Commerce Web Services

    Dear all Java Web Services developers,
    My name is Kevin and a student at Hawaii Pacific University. Recently, I am doing a thesis on "Developer Acceptance of E-Commerce Web Services". One thing I may need to ask you for help. My thesis needs to ask developers about their experience using Web Services (Amazon E-Commerce Web Services, eBay E-Commerce Web Services). I will be grateful if you could take a moment and help me to fill out my survey questionnaire. And your contribution is really important to the success of my thesis. If you have any suggestion about my study or my survey please feel free to contact me at [email protected] The following is my survey URL link.
    http://freeonlinesurveys.com/rendersurvey.asp?sid=5lknjuvramlmy6n323977
    Thank you for your time
    Sincerely,
    Kevin Lin

    I think you should start from build a good case study, setting up the case study and deciding which technology would really fit into various area of the system flow.

  • Problems Setting Up Developer Users

    I am having a problem setting up developer users and I am trying to determine if I am missing a step or if there is a configuration problem on my staging and production systems.
    What I want to do should be very simple. I want to create a user that can create an application and see the information under the "Application" tab in the Navigator.
    I have created the user using the following steps on 3.0.9.82 for Unix:
    1. Create the user
    2. Make the user a full administrator (rather than end user)
    3. Make the user a member of the portal_developers group
    4. Make the user's default group the portal_developers group
    However, when I do this the user does not see the information under the
    "Application" tab. The only way I can get the user to see the info under the
    "Application" tab is to make him a member of the Portal_administrators
    and/or DBA group. Both my staging and production boxes have the same result.
    Does anyone have any thoughts or suggestions on what might be happening?

    Thank you- I have read through that thread and can see some resonance with my issue.
    My AOL emails work VERY fast with BB, in fact almost simultaneously received on PC & Torch " ping ping!"
    This issue only raised its ugly head when I had 2 Torches replaced by my insurers. 
    Whilst the claim was in process I used a new Curve, loaded from backup on PC to keep emails going and of course phone & web facilities. ( I use the BB to power internet via bluetooth to my PC / laptop when living on a remote island with no phone lines or power supplies)  All was fine. Swapping email accounts took a few minutes with the usual password confirmations for each AOL screenname etc. 
    Then the new Torches came back from insurers, and I tried to swap devices. Phoning & texting is fine. Al data and contacts swap over fine.
    SETUP email accounts.............stymied every time. It says repeatedly that my user name/password is invalid etc etc etc
    Have tried security wipes. Have tried setting up new BB ID & passwords on PC website. All is OK until I try to setup emails on the Torches.  This has used up ridiculous amounts of time- all wasted.
    I love the BB phones and the fast email push......in fact I recently bought a new Sony Xperia Z1 but sent it back because of wifi coverage meant no emails on that superb phone for lots of the time.
    Good old BB I said..........I always get emails wherever I am. ( Rural Scotland has very patchy radio & wifi coverage)  
    Was about to purchase new Z10s just to get a bigger screen, but now I am averse to buying ANY BB phone again because this present mess means I may never get emails set up again.  How nuts is that?
    Many thanks for all help & suggestions..........boy do I need them!!
    Kind wishes from West of Scotland 
    Fair winds and kind landfalls

  • How do I get my Fluid Grid Layout page to resizes from portrait to landscape for iPhones?

    Starting in portrait on my iPhone 4, the fluid grid layout page does not resize when I turn to landscape.  After I refresh / resize to fit the page on landscape and then turn the iPhone to portrait, the page resizes just fine.  Everything seems to be working just fine on the desktop, ignoring IE.  Could it be my media query tags?
    If anyone knows a solution, it would be much appreciated.  Thanks.
    Here is my test page: http://www.bedroomandmore.com/1_b_fluidGrid.html
    Here are my media query tags (the first set of rules does not have the media query tag and becomes the default):
    @media only screen and (max-device-width: 480px) and (orientation : landscape) {
    @media only screen and (min-width: 481px) {
    @media only screen and (min-width: 769px) {
    Here is most of my media query CSS:
    @charset "UTF-8";
    /* Simple fluid media
       Note: Fluid media requires that you remove the media's height and width attributes from the HTML
       http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
              max-width: 100%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
              width:100%;
    /* Mobile Layout: 480px and below.(smartphone portrait) */
    .gridContainer {
              width: 95.4184%;
              padding-left: 0.5907%;
              padding-right: 0.5907%;
    #header {
              clear: both;
              float: left;
              display: block;
              margin-left: 0%;
              width: 72%;
              max-height: 0%;
              display: -moz-box; /* Firefox */
              display: -webkit-box; /* Safari and Chrome */
              display: box;
              border: none;
              top: auto;
              padding-top: 0.25em;
    #menuHorizontal {
              clear: both;
              float: left;
              width: 118%;
              height:100%;
              margin-left: auto;
              position:relative;
              top:-1em;
              display: block;
    #slides {
              clear: both;
              float: left;
              margin-left: 0.1em;
              width: 119%;
              position: relative;
              top: -1em;
              display: block;
                        /*Slides container: Important: Use position:relative; with top:-1em; together to position div.
                                  Set the width of your slides container
                                  Set to    display: none     to prevent content flash*/
    .slides_container {
              clear: both;
              width: 100%;
              display: block;
                        /*Each slide: Important:
                                  Set the width of your slides
                                  If height not specified height will be set by the slide content
                                  Set to     display: block     for original setting
                                  slide_container is container size
                                  slides_container div set the size of the image inside--adjust to fit image in it so it is not cropped*/
    .slides_container div {
              clear: both;
              width: 69%;
              display: block;
              /* Mobile Layout: 480px. (smartphone landscape)
                                  Inherits styles from Mobile Layout 480px.
                                  Set to clear:none; to allow div to shift up
                                  Or set to clear:both; to take a whole row of the screen*/
    @media only screen and (max-device-width: 480px) and (orientation : landscape) {
    .gridContainer {
              width: 95.4184%;
              padding-left: 0.7907%;
              padding-right: 0.7907%;
    #header {
              clear:both;
              float: left;
              display: block;
              margin-left: auto;
              width:100%;
              display: -moz-box; /* Firefox */
              display: -webkit-box; /* Safari and Chrome */
              display: box;
              border: none;
    #menuHorizontal {
              clear:both;
              float: left;
              width: 110%;
              margin-left:auto;
              display: block;
    #slides {
              clear:both;
              float: left;
              margin-left: 0%;
              width: 68%;
              display: block;
                        /*Slides container: Important:
                                  Set the width of your slides container
                                  Set to    display: none     to prevent content flash*/
    .slides_container {
              clear:both;
              float: left;
              width: 100%;
              display: block;
                        /*Each slide: Important:
                                  Set the width of your slides
                                  If height not specified height will be set by the slide content
                                  Set to     display: block     for original setting*/
    .slides_container div {
              clear:both;
              width:69%;
              display: block;
                        /* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout.
                                  Set to clear:none; to allow div to shift up
                                  Or set to clear:both; to take a whole row of the screen*/
    @media only screen and (min-width: 481px) {
    .gridContainer {
              width: 95.9456%;
              padding-left: 0.5271%;
              padding-right: 0.5271%;
    #header {
              clear:both;
              float: left;
              display: block;
              margin-left: auto;
              width: 100%;
              display: -moz-box; /* Firefox */
              display: -webkit-box; /* Safari and Chrome */
              display: box;
              border: none;
    #menuHorizontal {
              clear:both;
              float: left;
              margin-left:auto;
              display: block;
    #slides {
              clear:both;
              float: left;
              margin-left: 0%;
              width: 70%;
              display: block;
                        /*Slides container: Important:
                                  Set the width of your slides container
                                  Set to    display: none     to prevent content flash*/
    .slides_container {
              clear:both;
              float: left;
              width: 100%;
              display: block;
                        /*Each slide: Important:
                                  Set the width of your slides
                                  If height not specified height will be set by the slide content
                                  Set to     display: block     for original setting*/
    .slides_container div {
              width: 100%;
              display: block;

    I found the problem.  There is a bug in Safari for iPhone 4.  Use code to fix found at http://stackoverflow.com/a/6379407

  • Development environment for SharePoint 2013

    Hi,
    We have requirement for one of the project. Team size would be approximately 30 resources. Development would be entirely for SharePoint 2013 Intranet solution. this will be OOTB Intranet application. We will be developing InfoPath forms and Nintex Workflows.
    For such requirement we would like to setup local development environment by using either Virtual Machines.
    Can anyone help me to identify that how many VM's would be required for the same? How many simultaneous users can use and work at a time? What other things I need to consider for infrastructure? How can i suggest the best possible solution for this.
    Thanks in advance.
    Abhijeet Khopade

    Hi,
    According to your description, my understanding is that you want to set up the environment for SharePoint Development.
    Here is a detailed article about configuring development environment:
    Setting up a SharePoint 2013 Development Environment
    For VM count, it depends on your project development requirements, for VM license and management ,if you are using Hyper-V, I suggest you can create posts in Hyper-V forum:
    Hyper-V forum
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Share the same SharePoint 2013 development environment for multiple developers

    Hi,
    We need our developers(more than 2) to use the same ''SharePoint 2013 development server' for different application developments. Their work should not affect each others(like application pool reset etc.). How this can be achieved ?
    Thanks,,

    Hi Kalai,
    Please check the following similar post suggested that each developer could deploy his dll file to each separated web application bin folder by setting Visual Studio property "Assembly Deployment Target" to "Web Application".
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/7ee3858f-243c-4f43-a72d-3483ad1506f6/multiple-developers-debugging-on-different-web-apps-on-single-server?forum=sharepointgeneral
    Thanks
    Daniel Yang
    TechNet Community Support

  • The problem about settuping up the development Enviroment for OA

    Hi, All
         I just began to learn the development of OA Framework, I met the problem of setting up the dev environment by using jdevelop 9i OA
    extension.
         The following is steps of setting up the env by referrring to the "Oracle Application Framework Developer's guide".
         1, set the environment variable JDEV_USER_HOME to <jdeveloper dir>\jdevhome\jdev
         2. copy the DBC file from <EBS install dir>\visappl\fnd\11.5.0.\secure in EBS server to the local machine.
         3. create a tester user and assign it the responsibility "OA Framework ToolBox Turtorial" and "OA Framework ToolBox Turtorial
    Labs" in EBS
         4. create a database connection. set the connection type as Oracle(JDBC), username and password as "Apps" and "Apps" , Set the
    hostname and SID the same values as those specified in the DBC file. And the connection is created successfully.
         5. Then open the toolbox.jws (The sample code in the jdeveloper9i)
              i) select the tutorial.jpr , select Project > Project Setting -> Runtime Connectiong. setting the "DBC File Name" to the
    DBC file path in local machine. setting the "user name" and password to EBS user I just created in step 3. Set the Application Short Name
    to "AK" and Responsibility Key as "FWK_TBX_TUTORIAL".
              ii) right click tutorial.jpr. select "Edit Business Components Poject..." -> Connection . choose the Connection created in step 4.
         6. setting the same configuration for LabSolutions.jpr.
         7. After all these setting , then rebuild the toolbox.jws and run the project. It took a long time to display the test_fwktutorial.jsp and when I click the link in it. I wil get an error page. The Detail Info is the following:
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = oracle.adf.mds.exception.MDSRuntimeException; (Could not lookup message because there is no database connection) at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888) at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at OA.jspService(OA.jsp:40) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209) at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189) at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199) at OA.jspService(OA.jsp:45) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Thread.java:534)
    I'm not sure whether my configuration is set correctly. can anyboy help to figure it out, thansk in advance

    r u able to connect to schema from sqlplus ??
    I suspect check that first ,also see if you are able to TNS ping to the SID you have mentioned and if the port and hostname is correctly specified in ur dbc file .
    here is my dbc file .. if it helps
    #DB Settings
    #Mon Mar 20 07:58:34 CST 2006
    FND_JDBC_USABLE_CHECK=false
    APPS_JDBC_DRIVER_TYPE=THIN
    APPL_SERVER_ID=1EDB3E51DEE569E3E0440003BA68147136073878907234418604230042147702
    TWO_TASK=IG10B
    FND_JDBC_STMT_CACHE_SIZE=200
    FND_JDBC_CONTEXT_CHECK=true
    FND_JDBC_BUFFER_DECAY_SIZE=5
    FND_JDBC_BUFFER_DECAY_INTERVAL=300
    FND_JDBC_BUFFER_MAX=5
    GUEST_USER_PWD=GUEST/ORACLE
    FND_JDBC_STMT_CACHE_FREE_MEM=TRUE
    FND_JDBC_BUFFER_MIN=1
    DB_HOST=<host Name>
    FND_JDBC_PLSQL_RESET=false
    FNDNAM=APPS
    FND_MAX_JDBC_CONNECTIONS=500
    GWYUID=APPLSYSPUB/PUB
    APPS_JDBC_URL=jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=maxcold)(PORT=1525)))(CONNECT_DATA=(SID=IG10B)))
    DB_PORT=1525

  • Setting the page orientation for a report

    Hi
    Currently, in infoview I have observed that we can set the page orientation for a report in a webi document , i.e. whether the report is to be viewed in landscape mode or portrait mode.
    Currently, in the BO SDK, I have come across the classes like Orientation, but am not able to figure out how to use them.
    Can you please paste some code snippet, how to use this class for setting the orientation of the document.
    Thanks in advance,
    Shruti

    Hi Shruti,
    To retrieve the Reportcontainer for an existing report on a WebI document, you can do the following:
    ReportStructure oReportStructure = oDocumentInstance.getStructure();
    ReportContainer oReportContainer = (ReportContainer) oReportStructure.getReportElement(0);
    Hope this helps.
    Regards,
    Dan

  • Development environment for 10g R2

    Guys,
    I need to setup a development environment for oracle 10g r2 forms development. I am a new to oracle and due to downsizing we lost our DBAs so I am on my own and need your huge support.........
    Current settings: Oracle on the server: Oracle 10g R2
    My local client installation: 10.1.0.4.2
    Downloaded oracle developer suite from oracle: Oracle Forms: 10.1.2.0.2 (Developer suite 10.1.2.0.2)
    * Is this a correct development environment? or any incompatibility do you see with this? *
    Secondly, I heard various stuff about development environment and would like your input as well:
    * Can I develop forms application from my own desktop, running OC4j from my local machine (came with developer suite) to run and develop forms? or do i have to develop on the server where oracle is installed? *
    * Does our oracle server needs any application server (weblogic) installed or just OC4j can work on the server to run forms production? *
    Please help me to resolve my confusion so I can present the development environment to my management.....
    Thank you soo much...
    -Raj
    Edited by: user12236377 on Jan 28, 2010 10:55 AM

    Current settings: Oracle on the server: Oracle 10g R2
    My local client installation: 10.1.0.4.2
    Downloaded oracle developer suite from oracle: Oracle Forms: 10.1.2.0.2 (Developer suite 10.1.2.0.2)
    * Is this a correct development environment? or any incompatibility do you see with this? *If you want to go with Forms 10G, i would apply the latest patch set (i think its 10.1.2.3, but would suggest to consult Metalink for that)
    * Can I develop forms application from my own desktop, running OC4j from my local machine (came with developer suite) to run and develop forms? or do i have to develop on the server >where oracle is installed? *Yes, you can develop "locally" on your PC using only OC4J, but for integrationtests it might be useful to have an "test"-OAS (Oracle Application server 10.1.2)
    * Does our oracle server needs any application server (weblogic) installed or just OC4j can work on the server to run forms production? *For running 10G forms in production you will need an OAS (Oracle Application server 10.1.2), not a WebLogic-server.
    As an alternative to 10G, you could also start directly using Forms11G, which is the latest release. In this case you need a WebLogic-Server 11-installation both for development as also for production.

Maybe you are looking for

  • How to return a object from a method in a java program to a C++ call (JNI )

    Sir, I am new to java and i have been assigned a task to be done using JNI. My question is, How can i return an object from a method in a java program to a call for the same method in a C++program using JNI. Any help or suggesstions in this regard wo

  • How do I change color on visited sites without causing websites to not view properly?

    I go to Content/Colors, change color of visited sites, uncheck "allow pages to choose own colors instead of my selections above". The visited sites change colors, but the websites that I go to do not view properly. They do not have names or headings

  • Replacing/relinking files over a network

    This might be an OS issue and not related to After Effects but I thought I would give it a shot here. I have a project that was created entirely with still images (almost 200,000) shot with a Canon 5D.  I converted the CR2 (RAW) to jpegs and edited t

  • Searching for the *.icd for a Sensors Unlimied camera (model SU640-1.7RT-D)

    I am in search of the *.icd configuration file for a Sensors Unlimited camera (model SU640-1.7RT-D) so that we may acquire data using labVIEW and IMAQ. Any help would be greatly appreiciated.  Thanks in advance. Bernie Schattka, Technical Officer  Me

  • New info structure

    Dear Experts, we want to create new info structure ref to s039 i.e related to mc.9 for avarage stock purpose . in that we need to change only date option insted of month. could you provide configurarion document stpe by setp if have. thnks in advance