Required Clarification with portal

Hi,
Urgently Looking for some excellent inputs for the following question.
1)What are the list of components which are used in EP for implementing different scenarios. Like (iviews, dynpro , other components) >?
2) Does portal have itz own database?
3) Architectural requirement for Implementing EP / Net – weaver. What are the technical requirements in terms of Software, Hardware, licenses, database, SAP components, and other then Sap software or components?
Thanks in advance.
*POINTS TO BE GIVEN ASAP*
Cheers,
*RAJ*

hi
Rajesh
1)creation of iviews ,pages,worksets comes under portal administration
to implement portal content basically we have two technologies
on JSPDynpages,Webdynpro
ofter creation applications using either two of them .We create iviews
2) yes
3) Sap Netwear easily integrates information and application from virtually any source
implementing EP nothing but people integration
technical requirements
j2sdk 1.4
jce policy
Sneak Preview Server

Similar Messages

  • How to map the bulk users with the required  roles in portal at one time

    Hi,
    Would anyone tell me how to map the bulk users with the required roles in portal at one time?

    Thanks for all the reply.
    <b>I need to assign 1 or 2 group to n((eg) 1000)number of users</b>
    I tried the first option like
    [group]
    gid=
    gdesc=
    user=
    Thr problem with this is I could n't put more no of users in the notepad.
    I would be able to put only 150 users in the single line of notepad. If it goes to next line it is not working.
    I tried creating seperate notepad but in Import it says "exists"
    I'm not sure about LDAP. Would anyone explain me the best approach to do this.

  • Open and close RFC connection with portals...

    Hi Experts,
    I created a RFC having a query which is taking a long time to execute. So i want to close RFC connection with portals which is via java connector(JCO)  before that query and open the connction again after that query.
    Please advice is it possible to achieve this. If yes, then how.
    Regards,
    Guddan

    Hi Guddan,
    I created a RFC having a query which is taking a long time to execute. So i want to close RFC connection with portals which is via java connector(JCO) before that query and open the connction again after that query.
    I guess i will need to understand your requirement a little more in detail, as i understand you have an RFC which has a query within to fetch some data and is taking a long time to do so. In the meantime you don't want to keep the connection open?
    My question would be, Is the role of this RFC to only execute the query and fetch the data or does it do something else?
    If it does other things and these are independent of the query execution, then you can span a parallel call within the RFC to execute the query and in the meantime the RFC does the other things (or vice versa) hence reducing the overall time taken.
    If the sole purpose of this RFC is to execute the query, then you will not be able(i mean to say there is no simple and direct way of doing this) to close the connection after the Query is started and re-establish the connection after its execution, for a simple reason that - how will you know if the query has completed it's execution, so that you can establish the connection back.
    Alternate solutions, make this a two way asynchronous call, 1) You invoke the RFC asynchronously and close the connection, the RFC in turn will execute the query and transfer the data to JCO via another RFC call.
    If this needs to be a synchronous call, then you will need to optimize the query to its best.
    Regards,
    Chen

  • What's the right way to start up with Portal's dev?

    Hi to all Portals experts,
    I am really struggling to start up learning Portals and more specific their development.Here is the problem - I am a bit new in the NetWeaver  but not new in J2EE environment. I went trough all WebDynpro tutorials and really the documentation was written nice.Good hands-on approach with lots of examples and that is what I found with WebDynpro - everything well explained step by step.
    But when I started the Portal’s Tutorials I was  a bit disappointed.
    1.First of all, there is no explanation which tools one needs to start up with Portal Dev?
    I only have  SAP Netweaver Development Studio SP15 installed on my PC and I don’t have any access to R/3, CRM or other system. Is this enough to at least start to learn Portal Development or not?
    2. I realize well that at some point I will need real system to play with but , until than what useful practice I can do on my own and how?
    - Even within the WebDynpro tutorial , the very first Part :’ Define a system’ - (http://help.sap.com/saphelp_nw04/helpdata/en/cb/f4bc3d42f46c33e10000000a11405a/frameset.htm) -‘In the portal, navigate to System Administration - System Configuration - System Landscape’
    Which Portal ? I don’t have System Administration on my NWDS SP15?Is is something I should install?unclear?
    3. My understanding is that NWDS SP15 contains EP , within its J2EE local engine , but is this EP.6.0, is this enough to develop complete Portal Application A-Z or not - unclear ?
    4.  PDK. Somewhere I read that Portal Application can be developed with either WebDynpro or with PDK. I’ve read about PDK but It is not clear if  it is Dev Kit as its name says , should it be downloaded , installed or imported into NWDS, again? And bottom line do I need PDK as a  Portal Developer, and at which point?
    I only need the starting point for Portal Develop. or some guide that should set milestones 1st ,2nd .. I would prefer the hands-on approach. If some of you  has already taken this path and can help me with your directions, links, at least how to get started, I will highly appreciate it! Thanks in advance!Regards, Bob

    Hi Bob,
    The below reply is as per my experience with Development so far:
    1> It is not necessary to have access to R/3 or any other SAP/non SAP application unless you are writing an application in connection to them.
    Example: An application which is reading data from R/3 and displaying the same in a table. Yes, in this scenario you would require access to R/3.
    2> System Administration is a role just like Home, User Administration, etc in Portal itself.
    It contains all the configuration related to System Landscape, Knowledge Menegement, etc
    If in case you have not been given this role, you may ask your System Administrator to create the required system (PCD Object). You may then use this system from your Profile (Personalize Portal) link directly.
    3> NWDS resides over Portal so you may create your own standalone application or application thats talking to the underlying Portal.
    WebDynpro is used to create UI & likewise you may build Web applications or EJB applications.
    4> PDK stands for Portal Development Kit. YUou may ask your administrator to download and assign the same to you. This would appear as a "Java Developer" named role in your portal. It contains all APIs required for Java development.
    If you do nto have this, you may still use the Javadocs provided on SDN itself.
    Depending what custom developmetn you do, depending upon the type the .par (portal archieve), .ear (Enterprise archieve), .war (web archieve) needs to be deployed in portal, so that users may access/view the custom created data.
    Hope this helps
    All the best!
    Warm Regards,
    Ritu

  • Project systems integration with portal (EP)

    Dear all,
    I have to integrate the projects systems module with Portal.(EP)
    In portal transactional I views can be used to create projects which can be store in the R/3.
    Now the issue is to create projects with out using Transactional I views. This should be a simple entry through portal, where in the user keys in the key fields and there by the project is created and scheduled.
    For this I have tried with using business packages given by SAP to integrate with portal.
    Now the issue is I can display the projects that are created in R/3 through portal and display the necessary fileds required for viewing (I views). Now the main problem is to create the project using these business packages so that the same get updated in the R/3.
    But business packages do not have the option of creating the project. I am using the business packages for projects 50.3.1
    Has any body come across this type of issue which has to be integrated with portal and subsequent creation of projects through portal
    If any body has done this in any other way please kindly share on this.
    Experts please throw some pointers on this.
    Regards.
    Vara Prasad

    Hi Aman,
    You may try creating transaction iViews of the desired PS Transaction.
    For more help you can take help of your Portal Administrator.
    Else, see if this link may help:
    http://help.sap.com/Business_Packages/EN/06/3ED93BE53BCD29E10000000A114084/frameset.htm
    Regards,
    Vivek Pandey

  • How to LInk Business Object with Portal

    HI,
    My exact requirement is that i want to trigger a event of BUS10001006 business object through Portal. In Portal i have an iview with a parameter and a Delete button. I enter the Material number and then press the delete button. On Trigger of delete button a BO event shoud trigger which in turn will trigger the Workflow.
    The Workflow part is done but we are not sure how to link the BO/event of BO with Portal so that it triggers workflow.
    Regards
    Naveen Gupta

    BOBJ integration into portal is in NO WAY similar to ESS business package deployment. For that matter, it is not a business package at all.
    BOBJ itself is a web based application that interfaces with BW to retrieve different types of reports. So for the integration with SAP Portal you would not need to deploy any content (Except a few par files) on the portal.
    Basically, for BOBJ integration you would have two options:
    1. Integration using the iview template or URL iviews
    2. KM Based integration
    This topic has been discussed many a times and there is lot of information out there on SDN.
    You can start with the following link:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/IntegrationofBOEXI3.1intotheSAPEnterprisePortal+7.x
    Please revert if you have any specific questions.
    Thanks,
    Shanti

  • Using third party Rich Text Editors with Portal Release 2 (9.0.2)

    Hi Everyone,
    We would like to use some third party Rich Text editor with portal as the Oracle Rich Text editor is fairly basic and it does not fulfill our business requirements.
    Some of the things we are hoping to accomplish by through this text editor (after customizing) are:
    Ability to select any page within the portal to add as link in the Text Editor.
    Ability to select images from the portal repository.
    Create HTML Tables.
    Support of copy/paste from Microsoft Word.
    I am looking for any suggestions or experiences on how this can be done.
    Thanks in advance..
    Niraj

    Niraj,
    There's a RTE posted on knowledge exchange (with source), in my folder.
    Re: Calendar PJC on French Keyboard
    Hi Everyone,
    We would like to use some third party Rich Text editor with portal as the Oracle Rich Text editor is fairly basic and it does not fulfill our business requirements.
    Some of the things we are hoping to accomplish by through this text editor (after customizing) are:
    Ability to select any page within the portal to add as link in the Text Editor.
    Ability to select images from the portal repository.
    Create HTML Tables.
    Support of copy/paste from Microsoft Word.
    I am looking for any suggestions or experiences on how this can be done.
    Thanks in advance..
    Niraj

  • Steps for Integration of WebEx with Portal

    Hi
    I have requirement of integrating the WebEx with portal.
    I am completely new to this.
    Can any body tell me step by step implementation of this process . Does any document available to do this.
    What are the prequisites required to integrate.
    our portal version is 7.0
    Does webEx need to be installed?
    what is the procedure.
    Regards
    Vijay

    Hi Vijay,
    please take a look at [Activating Synchronous Collaboration Service Types|http://help.sap.com/saphelp_nw70/helpdata/en/de/bd2cf14c05d54cb766ce15a30d8063/frameset.htm], [Service Providers|http://help.sap.com/saphelp_nw70/helpdata/en/2f/4c209ef6504147aa8df54298a5cd8c/frameset.htm] and [Using WebEx Meeting|http://help.sap.com/saphelp_nw70/helpdata/en/62/58e310295d4b048a6b350de7a97749/frameset.htm].
    Regards,
    Holger.

  • BEx Web Application Designer with portal...

    Dear all,
    Right now we are using EP for execution of reports.. till now we have used querydesiner only...
    Now the requirement is to use  BEx Web Application Designer with portal...can anyone give me some idea abt how to connect the EP with  WAD..
    Points will be awarded
    regards
    venu

    Dear Venu,
    Please check this link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0a5216a-349c-2a10-9baf-9d4797349f6a
    Regards,
    Ramkumar.

  • Reg: BI integration with Portal

    Hi
    I am new to SAP BI and have a requirement  to integrate SAP BI with Portal.
    Any help in the form of documents or url will be of great help.
    --> Integration of BI with Portal
    --> Best practices for integration.
    --> What re the problems while integrating..
    Merely anything related to integration with portal will be of great help
    Thanks in Advance
    Cheers

    Hi,
    Please check the links below
    Check this URL for Step by step procedure:
    http://help.sap.com/saphelp_nw04/helpdata/en/a5/359840dfa5a160e10000000a1550b0/content.htm
    Integration of BW Components into the Portal
    http://help.sap.com/saphelp_nw04/helpdata/en/a8/37e1082163c54abce581a54d6b771a/frameset.htm
    Configuration for the Integration of SAP BW and SAP EP
    http://help.sap.com/saphelp_nw04/helpdata/en/2f/741a403233dd5fe10000000a155106/frameset.htm
    How to Integrate BW Web Applications into EP 5.0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/af073962-0b01-0010-f7a4-f4c1023ed0a4
    Keys for Integrating SAP BW 3.5 and SAP Enterprise Portal 6.0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6b1472a7-0301-0010-64bd-dc96509db6f7
    Enterprise Portal Integration into BW(e-class)
    https://media.sdn.sap.com/eclasses/ebw201/main.htm
    Regards,
    ®

  • Requirements of Oracle Portal

    Hello,
    does somebody know what the exactly requirements of Oracle Portal are?
    I need the OS, disk space, memory, additional software and everything else that is important for installation.
    I hope somebody knows it because I can`t find it in the Internet.
    Thank you!
    Tanja

    For single user development on W2K it will all install in 256Mb, but you would be better off with 512Mb.
    If you're talking a production site then you would need to provide more information like, user community, page request rate, site content, dynamicism, content cacheability etc
    Thx

  • Can google search B2C catalog details if CRM integrate with portal?

    hi, guru:
    One question:
    if CRM integrate with portal, it is possible that search engine(Google) can search catalog details, there is an OSS message and it seems that as long as they make the appropriate settings for web crawling and the page is static they can do that.
    However, do you know if a Search Engine would be able to find the B2C catalog information that is sitting within the Portal (as this is framed and I think B2C needs to be non framed to be found)?

    Hello Chen,
    Barring other issues you may have with (a) the OSS message that explains how to create the crawler indexes for catalog items and (b) the ability to display catalog in Portal, a solution is theoretically possible.
    <li>Give the [PCD (Portal Content Directory) URL navigation|http://help.sap.com/saphelp_nw04s/helpdata/en/2d/91e33edd37de63e10000000a11405a/frameset.htm] for the B2C catalog to the crawler generator. This should theoretically publish the carwler indexes with target to the portal PCD URL link for the particular catalog area or catalog item.
    *Gotchas to watch out for*:
    <li>Proxy, reverse proxy, firewall etc that may be used in the portal / non-portal scenario for external users. I can't give the details of how to solve such issues, but that would require a good consultant. So, plan to consider these in your project plan.
    My advise: first check this in non-portal environment to eliminate any issues around the crawler program itself.
    Easwar Ram
    http://www.parxlns.com

  • Integrating cFolders with Portal-KM using WebDAV manager

    Hello All,
    Requirement: Integrating cFolders with Portal-KM using WebDAV manager
    Settings done :
    1) cProject WebDAV url is working through WebDAV client(software name : anyclient)
    The URL is http://<host name>:<port>/cfol450/dpr
    cFolders url is not working thriugh WebDAV client. Basis investigating on that.
    2) Created HTTP system for "cProject " with URL. http://<host name>:<port>
    3) Created WebDAV repository with system path /cfol450/dpr
    4) Created system in portal for user mapping and mapping is done.
    Problem Statement:
    The integrated repository is not visible in KM content. When I go to Monitoring->KM->Component Monitoring->Repository Name,
    the servers shows "not started" as status.
    Troubleshoot Try: I tried changing log level of slimrequest to debug.. but there is no entry in log file to guide on error
    Help appreciated.
    Regards,
    Amol Ghodekar.

    Hello All,
    Requirement: Integrating cFolders with Portal-KM using WebDAV manager
    Settings done :
    1) cProject WebDAV url is working through WebDAV client(software name : anyclient)
    The URL is http://<host name>:<port>/cfol450/dpr
    cFolders url is not working thriugh WebDAV client. Basis investigating on that.
    2) Created HTTP system for "cProject " with URL. http://<host name>:<port>
    3) Created WebDAV repository with system path /cfol450/dpr
    4) Created system in portal for user mapping and mapping is done.
    Problem Statement:
    The integrated repository is not visible in KM content. When I go to Monitoring->KM->Component Monitoring->Repository Name,
    the servers shows "not started" as status.
    Troubleshoot Try: I tried changing log level of slimrequest to debug.. but there is no entry in log file to guide on error
    Help appreciated.
    Regards,
    Amol Ghodekar.

  • Oracle9iAS R2 - Virtual Hosts with Portal and SSO with OIDDAS application

    Hi!
    I have installed a the machine with name minsk.discover.local. The machine have installed Infrastructure and Portal. The instalation is sucessfull and i work fine. But i have publish Portal to WEB with name intranet.discover.com.br. The Oracle describe:
    1 - Create the virtual hosts in SSO and PORTAL - OK
    2 - run ptlasst to create SSO Partners Applications - OK
    After this steps iwork fine with Portal and SSO, but when i click in portlet to create user to access the application OIDDAS, the Portal redirect to login page of SSO in address mct.com.br, the internal name, when then name not responde in the internet.
    I need a help!!!!
    Marcio Mesti

    I just spoke to the Oracle App server admins, the two servers in question are clustered.
    So my question changes slightly to:
    What is the best way to install and configure a webgate for clustered Oracle App servers with mulitple virtual hosts, that are residing behind a load balancer (Traffic Manager)?
    Thanks,
    Andy

  • The document could not be saved. The server said: "The operation failed because an unexpected error occurred. (Result code 0×80020005)" Please ensure you have completed all required properties with the correct information and try again.

    I am having problems  saving documents back to SharePoint when any of the document properties (metadata columns) are set to be "managed metadata". The check-in/save fails with error:
    The document could not be saved. The server said:
    “The operation failed because an unexpected error occurred. (Result code 0×80020005)”
    Please ensure you have completed all required properties with the correct information and try again.
    I have seen similar threads that suggest this is a known issue with this version of Acrobat but I would like conformation from Adobe that this is a known issue and whether it is fixed in a newer version?
    Adobe Acrobat version 10.1.13
    SharePoint 2010

    Hi quodd,,
    We are sorry for the issue being faced by you. I need some information from you so that I take further steps:
    1. Which Adobe product are you using Acrobat or Adobe reader- what is the complete version?
    2. How are you opening and saving the PDF, the exact workflow?
         Are you doing it from within Adobe Reader/Acrobat application or opening it from browser, doing changes and saving it using browser itself.
    3. Can you try to save a PDF to library with Custom template and managed metadata columns using browser directly.
    4. Please verify that columns name do not contain spaces or some other special characters.
       Can you try to save PDF to library with Custom template and just a single managed metadata column  with a simple name
    Thanks,
    Nikhil Gupta

Maybe you are looking for

  • Skin doesn't automatically load

    I'm having a problem with the selected flash skin automatically loading when the help files are moved to my organization's server. Instead of automatically loading, the default page appears with a "show" link at the top of the page. If you click this

  • How to control an mp3 downloaded to an ipad?

    I am on IOS 8 and have never used itunes to listen to a podcast. In the iPad safari browser, I clicked on a link for a podcast on the webpage, which said "Download the mp3". The podcast mp3 immediately started playing. But I could not find a player w

  • Synching problems between Director 250 and DMP100

    I have tried everything I can think of, but cannot get my 250 and 100 to synch. I get the message that the players are not compatible to synch (?) when trying to synch them from the 1000 touchscreen remote.  I have upgraded firmware on my router (WRT

  • Will my music be lost if i download the new version of itunes?

    I got an iphone 5s and need to sink it to my computer. When i connect my phone to my computer it says i need the new version of itunes but when i go to upgrade it my computer says i have the newest version. If i go to itunes.com and download the new

  • Load balance data files

    Hi, I have heterogeneous sources (txt,foxpro,ora tables etc) to be loaded to SQL Server, which I've SSIS pkg working fine to load these data sources . I need to do a load balance to check the records in the file to compare it with loaded rec in sqlse