Move the Portal Development Application in 2004s

Hi all,
Would anyone tell me the process and steps to be followed to move the Portal Development applications (NWDI) from Development to QA.

Hello Bris,
Check this:
http://help.sap.com/saphelp_nw2004s/helpdata/en/3e/4bde428166f340e10000000a1550b0/frameset.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/54/347a2a840246b1bbd8fc9154be6658/frameset.htm
Greetings,
Praveen Gudapati

Similar Messages

  • Fully qualified name of the portal service application

    Hi,
    I want to Access portal Services from Web dynpro, for Which we have to provide Sharing reference,
    this would be
    PORTAL:<Vendor name>/<Fully qualified name of the portal service application>
    my question is how to find out "Fully qualified name of the portal service application"
    regards,
    Venki.

    Venki,
    Please refer this thread.
    Re: Changes are not getting reflected in theme
    We cannot access the portal service in the browser as the service wont produce any http request. Instead you can access & utilize  the service in the the portal component such as JSP Dunpage etc.  which will produce the http request and display the result or o/p  on the broswer.
    Ramganesan Karuppaiyah

  • How to find and install the Portal Development Kit (PDK) for SAP Enterprise

    Hi ,
    I have the following question regarding thePortal Development Kit (PDK) for SAP Enterprise Portal 6.0. We have Enterprise Portal 6.0 up and running.
    1> How Do I find whether we already have this inported in the EP environment: I have admin and super admin role and trying to find '*java' in the Role. But didn't find one. Does that mean we don't have this imported already?
    2> I have tried to Find out the PDK( which is also a Business Content) in SDN in the Portal Business content link (https://www.sdn.sap.com/sdn/contentportfolio.sdn) , but haven't found. Where from I download this business content?
    3> What are the special steps that need to be taken to import this and make it working?
    Thanks
    Arunabha

    Hi Arunabha,
    1. Note that the search is case sensitive. Therefore you should search for java and Java.
    2. Download from: https://www.sdn.sap.com/sdn/downloaditem.sdn?res=/html/PDK60_download.htm
    3. Deploy with SDM: http://help.sap.com/saphelp_nw04/helpdata/en/22/a7663bb3808c1fe10000000a114084/content.htm
    Hope that helps,
    Yoav.

  • Moving the Portal Database

    I have attempted to move the portal database onto another host machine. When I move the database and point the portal at the database everything seems to work fine except for the administration area of the portal. When I try to navigate to the administration area I get an error. Can anyone help with a resolution for this?
    Chris
    error:
    Server Error in '/portal' Application.
    Runtime ErrorDescription: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details:To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".<!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>
    Notes:The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.<!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>

    I did it a few times succesfull and this is (my) procedure:
    1. stop the SAP system
    2. detach th DB on the Source server
    3. copy db+log files to the Target server
    4. attach the db on the Target server
    5. repair login/db user account following the steps:
    -  http://support.microsoft.com/kb/274188
    OR
    -  http://blog3.daqureshi.com/archive/2008/12/16/11.aspx
    6. update/change the file usr\sap\<sid>\sys\profile\default.prf
    7. start the configtool and within the keystore change the jdbc connection parameters so that it points to the new DB Server
    8. save this action!!!!
    9. exit and restart the configtool and look if its connecting to the new DB Server
    10. exit the confconfigtool.
    11. start your SAP System
    Good Luck!
    Benjamin Houttuin

  • How to register custom report under Custom Development Application

    Hi 2 all
    How to register custom report under the Custom Development application in R12 vision DB, and also confirm location/folder of Custom Development application in R12.
    Thanks
    Zulqarnain

    Hi,
    You may or may not need to "register" the workflow - it depends on the changes that you made and which Item Type you modified. Some applications are essentially hard-coded to use a specific item type and process, some hard-coded to use an item type but you can configure the process to use, and some allow you to specify which item type and which process to use.
    Without knowing exactly what you have done, though, there is no specific advice that anyone can give you here on what you need to do, apart from to ensure that you have saved the new definition to the database.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • How to add a custom iview to the portal tool area

    Hello:
    We want to add some simple text like date,day and some
    more things to the portal tool area, where a KM search
    box, and collobaration link exists now.
    I tried to look up for the tool area iview par file, but
    only found, *.ept file only which doesn't contain any
    code.
    I hope atleast some of the clients might have tried this.
    If you will you please shed some light on how to achieve
    this task.
    Thank you very much in advance for the help,
    Prasad Nutalapati

    Hi Prasad,
    try to do this:
    1) download the par file of the standard toolbar. You can find it under:
    \usr\sap\P602\j2ee\j2ee_00\cluster\server\services\servlet_jsp\work\jspTemp\irj\root\WEB-INF\deployment\pcd
    its name is: com.sap.portal.navigation.toolarea.par.bak
    2)import it into eclipse with another name, i.e. com.customer.portal.navigation.toolarea
    3) modify as you need the jsp contained in it in order to satisfy your requirements.
    4) deploy the par into the portal and create a new iview based on it.
    5) put this iview into the framework page you want to use, hiding/deleting standard toolbar
    these steps are OK if you want simply modify the layout of the toolbar, you cannot modify the logic behind it.
    If you need to do that, for example add some buttons which perform some custom actions, you have to develop a new component from scratch using the portal development paradigms.
    I hope this could help you
    Cheers
    Roberto

  • Links needed for portal development on oracle10g appserver using Jdevelope

    hi,
    i'm relatively new to portals so wud like to hav sum knowledge of doing basing request & response stuff using jsp's as my UI while developing portlets using Jdeveloper.
    If anyone could come up with tutorials about portal development on Jdeveloper.
    i'm using oracle 10g AS app server(release 10.1.4) with oracle jdeveloper( version 10.1.2.0.0 build 1811).
    wud like inputs on wsrp & jsr-168 compliant portlets

    Hi,
    You could try starting with the Portal Developers Guide - http://download-west.oracle.com/docs/cd/B14099_19/portal.1014/b14135/toc.htm
    You should also find alot of useful info on the Portal Development page on OTN - http://www.oracle.com/technology/products/ias/portal/portlet_development_10g1014.html
    Cheers,
    Mick.

  • Timeout on Deployment of the Portal from Workshop

    Hi,
    I have downloaded the WebLogic Portal from the Workshop following the
    directions in the Portal Development Guide, it is a plain portal without
    any portlets.
    When I try to execute the Run As ->Server the WLS open in command window
    and appears to start however the Deployment fails with the message that
    the server has timeouted.
    Any suggestions or work arounds?
    Thanks,
    Paul

    If you are running both workshop and portal on a less powerful machine, sometimes you can get timeouts
    You can check these below items if it is related to performance
    Portal Domain starts autonomy and search services by default. You can disable them by setting the WLP_SEARCH_OPTION="" as shown below. If you are on windows machine, those processes are not getting killed from task manager. Restart the machine and use the new settings
    if "%WLP_SEARCH_OPTION%"=="" (
         @REM If not set externally, this portal domain will start the full Autonomy engine stack.
         set WLP_SEARCH_OPTION=""
    Make sure your domain is not in debug mode by going to the console
    When you create a portal project from workshop, choose only the facets you need on the portal project

  • Plz send  material on portal development

    hello sir/madam,
      I am sandhya.I completed my B.Tech.I am new to Portal Development.Can u suggest me  how to get knowledge on portal and what are the prerequisites for portal.What are the sites which gives information about portal development and where we can get the training.If u have any materials can u plz send me.
                        Thanking u,
    Regards,
    Sandhya Rani.Immadi

    Hi Sandhya,
    Welcome the EP community. Great to see that you are starting early (just after college). The links for portal development are as follows:
    1. To begin with EP there are vairous courses at the following link (from Beginner to Advanced)
    https://www.sdn.sap.com/irj/sdn/elearning?rid=/webcontent/uuid/4b0c105e-0501-0010-bcb0-92478a4b2a17
    2. Web Dynpro: Java based portal development is done using this tool(Infact it is picking up quite fast). The link contains tutorials for creating applicatios. Just the right thing for getting you started without boring you with too much theory:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/011be490-0201-0010-2f90-91e872e9490c
    3. For HTMLB (HTML for Business),  the language used for the portal development:
    http://www.sapdesignguild.org./resources/htmlb_guidance/getting_started.html
    The following links will get you started in Portal Development. Also I would advice that you have a good understanding on Java/J2EE. If you are new to it and want to get a quick & good understanding on Java/J2EE, I would suggest you go read Head First Series of Java books (Head First Java, Head First Servlet & JSP and Head First EJB).Really useful books, stresses only on the concepts and nothing more. 
    Also start visiting forums adn weblogs at SDN, there is a lot of stuff happening out here.
    Hope this will help you. Let me know if you have any more queries.
    Thanks & Regards
    --Vishal Sood
    PS: Please consider rewarding points for helpful answers.

  • Administration screen not finding my Portal Web Applications

    Hello All,
    Does anyone know why the portal administration screen might not find a Portal
    Web Application ? When I go to my administration screen, (http://.../MyAppAdmin/portal.portal)
    the drop-down box says 'No Available Portal Web Application'.
    When I go to http://.../MyWebProj/app.portal it loads fine!
    Also, this only happens when I deploy application as an .ear file. When I run
    it on my own machine from Workshop, it all loads fine. Also, my other applications
    are ok, I can not see what is different with this guy!
    Is there some build option I should include, to add something in a deployment
    descriptor to declare the Portal Web Application ? I am just using Workshops
    'build ear' menu option.
    thanks for any suggestions!
    -BD

    Doyle,
    This can occur in a cluster if the Portal Application has not been deployed
    to the admin server. Some special things happen during app deployment on
    the admin server, which result in extra information getting written to the
    database. This information is used by the portal admin tools to display the
    list of web-apps.
    If this is the environment you're running in, it might be helpful to look at
    the 'Deploying Portal Applications' guide on edocs.bea.com, which goes into
    more detail on deployment.
    -Steve
    "Doyle" <[email protected]> wrote in message news:40c74305$1@mktnews1...
    >
    >
    Hello All,
    Does anyone know why the portal administration screen might not find aPortal
    Web Application ? When I go to my administration screen,(http://.../MyAppAdmin/portal.portal)
    the drop-down box says 'No Available Portal Web Application'.
    When I go to http://.../MyWebProj/app.portal it loads fine!
    Also, this only happens when I deploy application as an .ear file. When Irun
    it on my own machine from Workshop, it all loads fine. Also, my otherapplications
    are ok, I can not see what is different with this guy!
    Is there some build option I should include, to add something in adeployment
    descriptor to declare the Portal Web Application ? I am just usingWorkshops
    'build ear' menu option.
    thanks for any suggestions!
    -BD

  • Getting portal hostname and displaying on the portal masthead.

    Dear SCN
    I have some requirement, where in my portal masthead I need to display some string based on the portal hosname.
    eg, if my hostname is portaldev.abc.com then in my masthead I need to display a string portal development system.
    I  am new to the portal development, can somebody pls suggest me in getting the portal hostname and pls give me some code snippet on this. appreciate your help , many thanks.
    Thanks
    RAD

    The following portal component could be used to replace your masthead iView . Basically it makes a small table which has the normal masthead plus a bit of code that works out which host you're on and puts out a message,
    Make an iView from it and add it to your framework page in place of the regular masthead and you'll then get the appropriate information.
    public class WhoAmI extends AbstractPortalComponent
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
              IPortalComponentProfile profile = request.getComponentContext().getProfile();
              StringTokenizer st = new StringTokenizer(System.getProperty("SAPMYNAME"),"_");
              String message1 = "You are on the ";
              String host = "development";
              for (int i=0;st.hasMoreElements();i++) {
                   String s = st.nextElement().toString();
                   if (i==0) {
                        if (s.equals("abcdef")) host = "production";
              String message2 = " server";
              response.write("<div id=\"WhoAmIArea\"><table width=\"100%\"><tr>");
              response.write("<td align=\"left\" width=\"90%\"><iframe width=\"100%\" height=\"38\" src=\"/irj/servlet/prt/portal/prtroot/com.sap.portal.navigation.masthead.default\"></iframe></td>");
              response.write("<td  align=\"right\" width=\"10%\">");
              response.write("<span class=\"urTxtStd\">"+message1+host+message2+"</span>");
              response.write("</td></tr></table></div>");

  • How to get the source code of a PRT application in the portal

    Hi!
    Does anybody know how to get the source code of a PRT application in the portal?
    Thanks in advance,
    Celso

    Celso,
    If its Java-based code have a look at the properties of an iView that belongs to the application in question and copy the value of the Code Link parameter e.g. 'com.sap.pct.hcm.rc_vacancyrequestov.default'.
    Search the Portal installation directory under /j233/cluster/server/ for a .par.bak file of the same name, removing .default from the codelink parameter
    e.g. com.sap.pct.hcm.rc_vacancyrequestov.par.bak
    Copt this locally and import into Netweaver Developer Studio. You will have to decompilte the class files with a decompiler such as DJ Decompiler or Cavaj (search with Google).
    Cheers,
    Steve

  • Remote enabled FM for the Portal application

    Dear all,
    I need to develop a Remote enabled FM for the Portal application. The requirement is to pass the output( few fileds) of MC.1 Transaction to the portal.The issue is whether to write our own logic in the function module or is there any alternative way.
    The input is same as for the std tarnsaction MC.1
    Thanks
    Kumar

    Yes you will have to create a Z function module.
    Instead of declaring the function module as normal function module in the attributes tab, mention it as remote function module.
    Also when giving import and export parameters select the pass value check box.
    This might solve your query.
    Thanks & Regards,
    Lalit Mohan Gupta.

  • What are the steps for publish applications WD ABAP in the portal

    Dear Experts.
    The developers created an appplications WD ABAP. And my work is publish this development in the Portal of ESS.
    Anyone can help me with the steps for publish the development(applications WD ABAP) in the portal.
    Thank in advance for your help,
    Best Regards
    Carmen.

    Hi ,
    Please follow the below links for creating ABAp web dynpro iview in portal.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/1d/e4a34273f60b31e10000000a1550b0/frameset.htm
    http://www.sapdev.co.uk/sap-webapps/sap-portal/iview-wdp.htm
    Also you have to ensure that the system is created in portal and also check the system connectivity with backend.
    You need to select this system while creating iview.
    The below links will help you to create systems in portal.
    http://wiki.sdn.sap.com/wiki/display/EP/11Systems-+Creation
    http://wiki.sdn.sap.com/wiki/display/EP/SystemCreationin+portal
    http://wiki.sdn.sap.com/wiki/display/EP/HowtoCreateSystemObjectinthePortalforConnectingtoSAPbackend+System
    Hope these will help you.
    Regards,m
    Sandip

  • How to integrate a Java Application in the portal

    Hi:
    I have developed a pure and simple Java Application just like a test, only Java, no EJB, no JSP. JUST PURE JAVA. I need to put this application in my Oracle9iAS Portal and i've found something about developing EAR and WAR. But i can't find the way to put my app in the portal.
    Does anybody know how can i put my app in the portal? or what should i do?
    Thank you.

    Hi:
    I have developed a pure and simple Java Application just like a test, only Java, no EJB, no JSP. JUST PURE JAVA. I need to put this application in my Oracle9iAS Portal and i've found something about developing EAR and WAR. But i can't find the way to put my app in the portal.
    Does anybody know how can i put my app in the portal? or what should i do?
    Thank you.

Maybe you are looking for

  • Connecting Mac Air to TV and sound problems

    I have a Mac Air 13, 2011 and have connected it to my Sharp Aquos TX using the Mac HDMI adapter, I get picture on TV and computer but sound only on computer.  What do I need to do in the settings?

  • Why does Mail reply to the first unread mail in a conversation rather than the one I'm viewing?

    When I have "Organize by Conversation" set in Mail and I click on the top of a conversation group which brings up all the messages in that conversation, usually highlighting the earliest unread message, which is fine behavior. However, when I scroll

  • PICO Projector

    I am trying to connect a PICO PK104 digital projector to my Macbook Pro, and I am not sure what adapter to use...any ideas?

  • Info about CRM 2005s SPS 08

    Can anyone help me with understanding CRM 5.0 in conjunction with SPS 08. What are the different SPS levels available or is this what is enough for CRM 5.0 if we want to integrate with Portals 2004s Thanks in advance Guest 01

  • Stock determination rule

    Hi Gurus, Can I know what's the stock determination rule for movement type 221? Thanks in advanced