New Portal Implementation Questions?

Hi,
We've just started a Portal Implementation in our company. Our environment is as follow:
- EP 6.0 SP9 (NW04 SR1 version)
- SAP 4.6C System (WPPI installed)
- Lotus Notes/Domino (we are using Domino LDAP)
My Questions are as follow:
1. Can we integrate Domino LDAP with portal? If not how can we access domino user database in this environment?Because all company users exist in domino database but small subset of company users have SAP user.
2. Currently I've created a system for 46C r3 system in system landscape and set it to use UIDPW for user management. I've mapped one of portal user with a SAP user and created iviews to run with wingui and webgui. All worked successfully. My question is that if there is any wey to enable SAP users to logon Portal without mapping? Online Docs. says that it is not possible to use R3 systems other than based on 620 WAS as a datasource for UME.
Regards

Hi Huseyin,
You need to create system in EP.
System administration>System Configuration>system landscape-->
1) create one folder like "system"
2) create system in the above folder
3) Enter all the details of R/3 System
4) create Iview and link to the R/3 system
you could allways look at the manual:
http://help.sap.com/saphelp_nw04/helpdata/en/0d/17df3d2cae445ae10000000a11405a/frameset.htm
hope it helps,
Yoav

Similar Messages

  • New portal implementation guide ??help

    hi, I going to implement portal solution but as oracle recommend not to use beehive and try to use JSF portlets & disc & rest API.
    So I am selecting JSF portlets & disc & rest API & Event model & NetUI tags as my WLP implementation.
    I am not using Beehive pageflow & controls.
    Is it correct inorder to follow the WLP road map .
    If yes the kindly can you tel me how then i will accesses the personalization information and manage profile which i was using controls to access like ProfileControl, UserLoginControl, UserProviderControl etc .
    My background is from JSF J2EE based not portal now working on wlp
    Thank you in advance
    Edited by: tahirm2000 on 01-Mar-2010 03:19

    Dear tahirm2000,
    This is my personal opinion.
    It would take Oracle ages to totally eliminate NetUI framework from WebLogic Portal. Infact I am not sure if it is possible.
    My opinion is WebLogic Portal's features are built and NetUI gives control on top of it for ease of use. If you dont want to use NetUI Controls, look through documentation on the core feature and the classes (EJBs) which is used underneath by WebLogic Portal. You can use them directly if you need.
    For example ProfileControl must be a NetUI control to access the ProfileEJB which is a part of P13N Framework and not NetUI.
    Thanks and regards,
    Pazhanikanthan. P

  • Basic portal implementation question.

    hi all,
    how to configure and install 2 portals (for example Development and UAT) on a single server with 2 different ports with single ip address and 2 different hostnames on windows/solaris servers.
    thanks.

    Hi,
    If you are Installing two different Portal System in a Single Host, your Instance Number will be different  for the two Portal System. So you will be getting different Port Numbers.
    Possibilities for Using different Host Names:
    1. You can make the DNS Entry in DNS Server as "IP Adress Host Name1 Host Name2". So that you can use  host name1 for your Portal System1 and You can use the host name 2 for your second portal System.
    2. Else you can Install a Webdispatcher for  Portal System and you can do a redirect to the specific system. You can also change your Customized URL if you  are using webdispatcher.
    Please get back in case of any clarification.
    Regards,
    Baskar.N

  • Portal implementation on PP/MM/SD modules

    Greetings,
    I've been working as Portal developer / HR functional using mainly MSS/ESS business package on the past 3 last projects and I had never worked with other module than HCM with Portal before
    My manager asked me to help on a new Portal implementation to evaluate development time / resources ... but I really don't have much expertise on other modules regarding Portal development on PP/MM/SD modules, my questions :
    - Is there a specific Business package for PP/MM/SD modules?
    - Is there a ground zero point / basic documentation regarding portal implementation on these modules?
    - What do you recomend me about it?
    Thanks in advancce,
    André
    p.s.: good answers will be rewarded.

    You may be able to do some self-study.
    http://www.apics.org/education/selfstudy/
    REgards,
    Rich Heilman

  • Window inheritance problem, implementation question

    This is a multi-part message in MIME format.
    --------------F5AF60803BB8EFA34C8D4288
    Content-Type: multipart/alternative;
    boundary="------------24CDBE5DFBEC0C4205C15C80"
    --------------24CDBE5DFBEC0C4205C15C80
    Content-Type: text/plain; charset=us-ascii
    Content-Transfer-Encoding: 7bit
    Hi!
    I have a window inheritance and implementation question. I'm using
    Forte 3.0.J.1.
    I have a super (base) window with a PushButton on it. I want to
    handle the Click event of the button in this super window therefore
    I create an event handler.
    <MyBtn> : PushButton
    I create a sub window inheriting from the previous super window.
    I put some data widgets on it and group all of them (the inherited
    button as well) into a GridField. When I set the mapped type of the grid
    the name of the inherited PushButton widget changes:
    <MainGrid.MyBtn> : PushButton
    When I run the application I get a SystemException with the
    message:
    Attempt to register an event on a NIL object (qqds_C_FieldWidget, 10).
    Traceback:
    SuperWindow.EH at line 0
    SubWindow.Display at line 5
    C++ Method(s)
    UserApp.Run at offset 105
    It is quite understandable that in runtime there is no widget called
    <MyBtn>
    and the event handler of the super class fails.
    But what I don't know : after specifing a mapped type of a GridField why
    changes
    the name of those widgets that haven't got mapped type e.g.: PushButton,
    PictureButton etc.
    How to solve this situation?
    I made a sall example which i send in attachment.
    Thanks for any help and advice in advance...
    Attila Racz Lufthansa Systems
    Hungary
    BUD LSYH
    E-mail: [email protected] .-``'.
    Tel.: (36 1) 431-2910 .` .' Mazsa ter 2-6.
    Fax : (36 1) 431-2977 _.-' '._ H-1107 Budapest,
    Hungary
    --------------24CDBE5DFBEC0C4205C15C80
    Content-Type: text/html; charset=us-ascii
    Content-Transfer-Encoding: 7bit
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <html>
    <tt>    Hi!</tt><tt></tt>
    <p><tt>I have a window inheritance and implementation question. I'm using</tt>
    <br><tt>Forte 3.0.J.1.</tt><tt></tt>
    <p><tt>I have a super (base) window with a PushButton on it. I want to</tt>
    <br><tt>handle the Click event of the button in this super window therefore</tt>
    <br><tt>I create an event handler.</tt><tt></tt>
    <p><tt>&lt;MyBtn> : PushButton</tt><tt></tt>
    <p><tt>I create a sub window inheriting from the previous super window.</tt>
    <br><tt>I put some data widgets on it and group all of them (the inherited</tt>
    <br><tt>button as well) into a GridField. When I set the mapped type of
    the grid</tt>
    <br><tt>the name of the inherited PushButton widget changes:</tt><tt></tt>
    <p><tt>&lt;MainGrid.MyBtn> : PushButton</tt><tt></tt>
    <p><tt>When I run the application I get a SystemException with the</tt>
    <br><tt>message:</tt><tt></tt>
    <p><tt>Attempt to register an event on a NIL object  (qqds_C_FieldWidget,
    10).</tt>
    <br><tt>      Traceback:</tt>
    <br><tt>          SuperWindow.EH
    at line 0</tt>
    <br><tt>          SubWindow.Display
    at line 5</tt>
    <br><tt>          C++ Method(s)</tt>
    <br><tt>          UserApp.Run
    at offset 105</tt><tt></tt>
    <p><tt>It is quite understandable that in runtime there is no widget called
    &lt;MyBtn></tt>
    <br><tt>and the event handler of the super class fails.</tt><tt></tt>
    <p><tt>But what I don't know : after specifing a mapped type of a GridField
    why changes</tt>
    <br><tt>the name of those widgets that haven't got mapped type e.g.: PushButton,</tt>
    <br><tt>PictureButton etc.</tt><tt></tt>
    <p><tt>How to solve this situation?</tt>
    <br><tt>I made a sall example which i send in attachment.</tt><tt></tt>
    <p><tt>Thanks for any help and advice in advance...</tt><tt></tt>
    <p><tt>---------------------------------------------------------------------------</tt>
    <br><tt> Attila Racz                                    
    Lufthansa Systems Hungary</tt>
    <br><tt>                                                
    BUD LSYH</tt>
    <br><tt>E-mail: [email protected]      
    .-``'.</tt>
    <br><tt>Tel.: (36 1) 431-2910               
    .`   .'     Mazsa ter 2-6.</tt>
    <br><tt>Fax : (36 1) 431-2977           
    _.-'     '._    H-1107 Budapest, Hungary</tt>
    <br><tt>---------------------------------------------------------------------------</tt>
    <br><tt></tt> </html>
    --------------24CDBE5DFBEC0C4205C15C80--
    --------------F5AF60803BB8EFA34C8D4288
    Content-Type: application/x-zip-compressed;
    name="Inh.zip"
    Content-Transfer-Encoding: base64
    Content-Disposition: inline;
    filename="Inh.zip"
    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
    --------------F5AF60803BB8EFA34C8D4288--

    import javax.swing.JOptionPane;
    public class Test{
         public static void main(String[] args)
              String newItem = "Item";
              float newSerial = 4234;
              float newCode = 3424;
              int newBase = 1000;
              boolean YesWarranty = true;
              boolean NoWarranty = true;
              Machinery test1 = new Machinery(newItem, newCode, newSerial, newBase, YesWarranty, NoWarranty);
              JOptionPane.showMessageDialog(null, "Item: " + test1.getItem() + " Serial: " + test1.getSerial() + " Code: " + test1.getCode()
              + " Warranty: " + test1.IncludeWarranty() + " No Warranty: " + test1.ExcludeWarranty()+ " Base: " + test1.getPrice());
    }Tested with this and it seems to be ok?
    Changed my final code too because it seemed to always add the 10% whether YesWarranty was true or false, so made it
              if (TrueWarranty==true) //There is a warranty, it returns the base price plus 10%
                   return (base+((base/100)*10));May have posted here too early if it does work, but there is another part so if ive trouble with that il be back :P
    Edited by: dave_the_bear on 16-Nov-2010 07:17
    Changed base to double and used the *0.1 method

  • Portal interview Questions

    Hi
    Could some one please send me some portal interview question....
    I dont want some links which refers to concepts.It would be better if it was some kind of a question &  answer series
    If u have any material please mail it to [email protected]
    Thanks in Advance
    Regards

    Hi,
    This has nothing to do with helping people implement a portal and therefore shouldn't be posted here. Nevertheless here are some links to previous posts on this subject:
    Enterprise portals Questions
    Portal interview and certification questions
    Portal Interview questions
    Roy

  • New GL implementation impact

    Dear All
    We are going to implement New GL in our ECC system .
    In our existing system landscape we have profit center and GL reporting based on extractors 0EC_PCA_1& 0EC_PCA_2
    My question is if post New GL implementation we can still use the existing extractors or we need to switch to new extractors to maintain the current
    reporting in BW ?
    Thanks
    Ankush

    Suyash
    You are correct . I did some more analysis on my side and 0EC_PCA_1& 0EC_PCA_2 are fetching data from GLPCA /GLPCT tables which will become obsolete after new GL implementation . So we would need to use one of the below extractos to replace the existing ones ( PCA extractors )
    0FI_GL_10
    0FI_GL_14
    Regards
    Ankush

  • New portal forum for business packages?

    I think it might be useful to have a separate forum under the portals area for business packages. There is often confusion if a question is related to portal content or portal implementation and a separate forum would help this.
    Cheers

    Hi Marilyn and Uri
    Potential forum name: Pre-packaged portal business content
    Forum description: This forum is for discussing the installation and configuration of business packages mentioned in the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/contentportfolio">Portal Content Portfolio</a>. Topics might include licensing, portal version compatability, and back-end configuration.
    Reason for separate forum: A lot of the business packages have a backend component or extra development requirements which goes beyond straight portal details. For example, the XSS (old ESS and MSS) make use of Web Dynpro for Java and some backend ERP or R/3 configuration.
    The portal content development forum would still be aimed at those using the PDK and the portal implementation forum would be more about user management and PCD.
    Cheers

  • Allowing a new sensor implementation to learn

    Hi,
    I'm setting up a new IPS sensor on an ASA 5500.
    I've heard a recommendation that for a new sensor implementation at a given site, it is better to allow the sensor to learn traffic patterns in promiscous mode before deploying inline mode, otherwise the sensor may not interpret certain events correctly.
    Is that a valid statement, and if so, does that mean you must wait to deploy any particular policies until this learning is complete?
    Thanks.

    Let me explain my point of view:
    The sensor in question is an AIP-SSM, so the traffic is normalized by the firewall. In this setup there is no difference in the detection capabilities between promiscous and inline. Promiscous mode has problems with traffic that the attacker has fragmented in an abnormal way or modified segments. Both are controlled by the ASA and don't show up at the sensor.
    So the signatures will behave the same. Now you want to make sure that you don't lose traffic while you are stil in the phase of minimizing or eliminating your false polsitives. You could filter out the deny-actions, but as a human you could make a mistake there and you configure something that has to be reconfigured later when your first tuning-phase is over. Both is not a problem when you observe your sensor in promiscous-mode. The change to inline is then very easy and your sensor doesn't need to be changed any more.
    For your promiscous delta: The PD has nothing to do how or if a signature triggers or how the signature behaves. It is only a modifier for your Risk-Rating that helps you to make better decisions when you are at your monitoring-console, have thousands of alarms and have to decide which to process first.
    Don't stop after you've improved your network! Improve the world by lending money to the working poor:
    http://www.kiva.org/invitedby/karsteni

  • Documentation of Portal Implementation - Experiences Required!

    Dear EP Experts & NW Gurus,
    I would like to know:
    1)Any amount of portal implementation includes creation of Portal objects and PAR files, systems etc etc..
    Moving these portal objects from one env to other some times involves changing few properties..Here i would like to know as to how are the EP developers documenting the Portal Developement?
    2) How are the diff companies & consultants following the process of Design, Specs, TestCases & implementation?
    Since there are so many properties involved for portal objects, these properties need to be documented so that if some problem happens in prod system then the docs can be consulted to find out whether the properties are correct or not?
    3) How does SAP themselves do the documentation of their releases?Is there some tools that they have created which queries some kind of databases & which just dumps the properties etc into some excel format...?
    Why i am asking this is bcos (in our case) after such a large implementation (hundreds of portal objects & tons of config..), the docs which we created have become so heavey and big it sometimes becomes diff to manage the docs manually. & then when we have team scenario,(where many ppl work & new ppl come & join..)these docs maintainance is painfull.
    4) Most of the time after implementaion, where the support starts and when old iView keeps on changing as per new req, <b>is there any Standard way by which we can maintain the versions of Portal objects and config..??</b>
    Please remember that i am talking abt all the phases of Soft Dev (High level Design, Specs, TestCases)..
    I would like to discuss what kind of documennation does SAP & others do for portal implementations..
    Regards
    Gaurav

    Hi Dagfinn,
    Thanx for the reply..
    I also think that the documentation should never become a burden..but a boon..
    - Can you explain in detail about the first point (writing script)..are u saying that by some means i traverse the PCD and pickup the portal objects etc..
    - We are on NW and have also configuared JDI recently. But how to use JDI for such kind of requirement.
    Also as i asked, do u have any knowledge about Version Maintanance of Portal Objects?
    The reason why i am again asking this is because what has happened recently is that since many ppl work on same objects and later on if an administrator wants to debug that who has changed what property -> it becomes diff to find out. even if i find that who has changed by "Changed by" but out of soo many propertes of any iView, which one was changed????
    Regarding your answer about PCD Databases Browser.. in thread (Changing name of PCD object EP 6.0 SP11)
    <i>Yes,
    You can use the PCD database browser to change pcd properties, though I am not sure if it is included in NetWeaver.
    Dagfinn</i>
    I am on SP11 & SP9, and i am able to find that tool, but still not able to successfully connect. As soon as i connect, i willlet u know...
    What about the other people here in SDN, what do the others have to say...??
    Regards
    Gaurav Gandhi

  • New Portal implimentation - KM+C required?

    hello,
    We are going to start a new Portal implimentation in the near future.
    My question is: Do we need to use KM+C and TREX?
    The business strategy for the Portal has not been defined yet. One of the Portal's purposes would be to replace our current intranet.
    We also want some integration with BW 3.1 and do SSO to the R/3 modules, BW and HR and CRM eventually.
    We do not required the real time colaboration functions.
    The servers were bought more than a year ago and are sized correctly for a standard installation of the DB,WAS and Portal Platform.
    Our main concern I guess is the installation of TREX, for which we did not size for initially.
    Any advice will be much appreciated.
    Thanks

    Ganesh,
    Thanks for the reply, but unfortunately it does not quite answer the question. I have done an installation of all the components before and I know what is mandotary and what not. I understand that if I want to install KM+C then TREX is mandotary. Actaully it is TREX which I do not want as we do not have the hardware capacity for it.
    If I may ask the question again:
    Do we need to use KM+C(and the mandotary TREX) to achieve the requirements below?
    One of the Portal's purposes would be to replace our current intranet.
    We also want some integration with BW 3.1 and do SSO to the R/3 modules, BW and HR and CRM eventually.
    We do not required the real time colaboration functions.

  • Unable to setup an automated task as part of service catalog portal implementation

    Hello MS team,
    As part of the Service Catalog Portal implementation, we are setting up automated tasks, and one of them is to “Create Mailbox”.
    currently I am working in DEV to test this automation, and I need help with the “Create Mailbox” activity. More specifically, I need to be able to invoke powershell commands to create a Mailbox from the DEV Orchestrator server
    Any suggestions?
    Franki

    Everything,
    Is this still an issue?
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • How to open NEW PORTAL PAGE from current portal page ?

    I'm very confuse with my problem.
    I have 2 portal page.
    portal page I has 2 portlet : portlet A & portlet C.
    portal page II has 2 portlet : portlet B & portlet C.
    Now my customer want : start with portal page I, when i submit portlet A, program will open portal page II.
    I don't know the way to call new portal page from current portal page. Help me, please.
    Thanks.
    Edited by: young_hero on Oct 30, 2008 1:12 AM

    Could you please help me how to call a .html page
    from a Pl/Sql procedure or trigger ?
    Thanks & Regards
    Kalyani KothaKalyani,
    Could you explain a little more exactly what you're trying to acheive? I'm not quite sure what it is you're asking for. Are you asking: "how would you/can you open a browser and direct it to a URL with PL/SQL?"
    Earl

  • Creating a new portal in a new domain - no baseportal template

    Using Weblogic Platform 7.0 on Solaris 8, I'm trying to work through the
    procedure at http://edocs.bea.com/wlp/docs70/dev/newdom.htm "Creating a
    new portal in a new domain."
    Step 1 "Creating the new domain" goes fine. I can start the portal
    server using WL/user_projects/domainname/startPortal.sh and connect to
    its console at http://server:7501/console.
    In Step 2 "Create the new portal", I start up ebcc.sh, open the project,
    and run the Portal Wizard. I get as far as "Portal Templates". The
    portal templates comes up empty; there is no baseportal icon, and I
    can't go any further.
    What's wrong?!?!
    Larry Mulcahy [email protected] [email protected]
    http://www.nyx.net/~lmulcahy/ http://www.frii.net/~lmulcahy/
    PGP key at http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0xE6F89645
    "I like Linux, but I don't have any part of my body pierced." Roland Latour

    Michael -
    See this document. It should help you out.
    http://edocs.bea.com/platform/docs81/confgwiz/startcw.html#1049231
    Regards,
    Kunal
    "Michael Meyer" <[email protected]> wrote:
    hi,
    I am running BEA Weblogic Portal 8.1 on a linux machine without any grafical
    user interface. On Windows I was using the 'Configuration Wizard' to
    create
    a new domain. Can someone please tell me, how I can create a new domain
    without an grafical user interface? Are there any command line tools?
    Michael

  • Error deploying new portal logon page

    Hi Gurus,
    I'm getting an error deploying my new portal logon page. I've made teh necessary changes to the portal.logon.par.bak file. I've rename it and made the necessary changes in config tool. i've created a new autoscheme_test.xml file and have assigned it accordingly. After restarting the portal, i'm getting the error message below trying to launch the portal :-
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    The exception was logged. Inform your system administrator..
    See the details for the exception ID in the log file
    Any ideas? Are there any other setting that i need to do aside from teh autosceme file. thanks

    Hi Johan,
    There are two lib files which you need to paste while you import the file in the NWDS.Just check for the steps through this weblog
    the jar files name are
    com.sap.portal.runtime.logon_api.par
    umelogonbase.jar
    (when you unzip you can find the files at PORTAL-INFlib)
    Modifying The Logon Par(or customising the Logon Screen)
    Thanks
    Pankaj

Maybe you are looking for