Creating POP Up after logging into Portal

Hi,
I want to create a pop up as soon as i login into the SAP Portal. The message i want to dispaly is a static message(a simple alert message). How can i do it?
Regards,
Kusuma

Hi Puneet,
Thanks for the reply. I added pop up code inside HeaderiView.jsp. Problem is now when i try to upload the new par file, its size is lesser than the one i downloaded. Reason may be some jar files are mising. But i am not able to find the missing jar files.
If anyone has faced the same problem earlier, kindly guide me.
Regards,
Kusuma

Similar Messages

  • Empty Screen after logging into portal

    Hi,
    I have installed SAPNetweaver 2004S,  SP9 trial edition.
    After logging into portal , Masthead and Tool area are visible and reamining part is empty screen . Toplevel navigation , detailed navigation, desktop innerpage are not getting displayed.
    Can somebody please help me in resolving this.
    Regards
    Venkata Chithirala
    Message was edited by:
            Venkata Chithirala

    Hi
    The portal display creates problem when you try to access the portal using the IPADDRESS instead of the host name for the portal.
    What you can do is make a entry in the hosts file for the portal server and then try to access the portal using the name given in the hosts file.
    http://servername:<port>/irj
    servername is the entry which you have given in the hosts file.
    Dont use the IPAddress while accessing the portal, if by chance you are using it.
    This shoud solve your problem.
    Regards
      Sumit Jain
    **Reward with points if useful.

  • Blank page after logged into portal system

    Hi,
    After logged into our portal system, we are getting blank page with white space. This is not quite common for all users, few users able to view screens at portal systems.
    Please help me to resolve this issue.
    Thanks in advance
    Regards
    Srinias

    Srinivas,
    Looks like the users not seeing anything have roles which does not have any content in them. Take any of these users and look for assigned roles in 'User Administration'. If there is no content assigned to these roles then assign some relevant content, else make these users part of the group that other users seeing content are part of.
    Hope this helps.
    Vishwas.

  • User created but can't log into Portal. OID not in-sync with Repository.

    Logged into Portal as portal
    Go to Administ Tab
    Created a group i.e. TestGroup
    Created a user i.e. TestUser, put the user's default group as TestGroup.
    I logged-out and and tried to log in as TestUser it doesn't let me log into Portal.
    I do see the TestUser under TestGroup when going to Administer Tab and checking it, but some how can't log-in. I tried to use wwsec_api.user_in_groups to print the group names using SQL-Navigator but it never returns anything for the user I created above.
    username := 'TestUser';
    groupid := WWSEC_API.USER_IN_GROUPS(p_user_name=>username);
    ..........Now if if try the following and use portal it returns me all the groups the portal user is in i.e.
    username := 'portal';
    groupid := WWSEC_API.USER_IN_GROUPS(p_user_name=>username);
    ..........Looks like OID and repository are not in-sync. Can someone give some in-sight why is this happening and what can I do to fix this. I even tried adding the user under some other groups but still never returns me the groups when I run the above PL/SQL.
    Thanks

    Under Administer -> SSO/OID Tab I have Enable directory synchronization is checked. But still can't log in. Any ideas.
    Thanks

  • Incorrect welcome screen after logging into portal

    Hi,
    I have an issue in Portal. Once when logged into portal, it is shows incorrect welcome page(welcome page of another user).Also getting "401 Unauthorized" error message.
    Could anyone please help me to find what could be the reason for this issue.
    Thanks
    Manchari. N

    Hi Manchari,
    Please check roles are assigned to user. then clear the browser cookies and temp file, then access the portal with the user and check it.
    If you still the receive the same error, then check the default trace log file in http://<host>:<port>/nwa  >> Log >> search with the userid.
    Best Regards
    Arun Jaiswal

  • Java.lang.NullPointerException after logging into portal

    We see the following error in the defaultTrace file when a user logs onto the portal for ESS (the user sees a 500 Internal Error):
    #1.#00144F3B617C006B000004CF000052B5000476A0EE463C6F#1256333471265#com.sap.tc.webdynpro.sessionmanagement#sap.com/tcwddispwda#com.sap.tc.web
    dynpro.sessionmanagement.ExceptionHandler.handleThrowable#Guest#0##n/a##623f0200c01b11de9d3d00144f3b617c#SAPEngine_Application_Thread[impl:3]_
    36##0#0#Error#1#/System/UserInterface#Java###Exception occured during processing of Web Dynpro application . The causing exception is neste
    d.
    [EXCEPTION]
    #2#sap.com/pb/PageBuilder#java.lang.NullPointerException
            at com.sap.security.core.logon.imp.WebLoginCallbackHandler.<init>(WebLoginCallbackHandler.java:41)
            at com.sap.security.core.logon.imp.SAPJ2EECallbackHandler.<init>(SAPJ2EECallbackHandler.java:45)
            at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.getHandler(SAPJ2EEAuthenticator.java:1191)
            at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.getLoggedInUser(SAPJ2EEAuthenticator.java:142)
            at com.sap.tc.webdynpro.serverimpl.wdc.um.ClientUserFactory.getLoggedInClientUser(ClientUserFactory.java:218)
            at com.sap.tc.webdynpro.services.sal.um.core.ClientUserInternal.getLoggedInClientUserInternal(ClientUserInternal.java:75)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.<init>(ClientSession.java:183)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.clientsession.HttpClientSession.<init>(HttpClientSession.java:43)
            at com.sap.tc.webdynpro.serverimpl.wdc.adapter.HttpRequestAdapter.createClientSession(HttpRequestAdapter.java:261)
            at com.sap.tc.webdynpro.serverimpl.core.adapter.AbstractHttpRequestAdapter.getSessionObject(AbstractHttpRequestAdapter.java:296)
            at com.sap.tc.webdynpro.serverimpl.core.adapter.AbstractHttpProtocolAdapter.getSessionObject(AbstractHttpProtocolAdapter.java:109)
            at com.sap.tc.webdynpro.clientserver.session.RequestManager.findClientSession(RequestManager.java:264)
            at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:146)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.
    java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    This only happens immediately after logon; once the user clicks on another tab in ESS, the error is never re-produced again until the user logs off and logs back on.

    EP 7, ESS 603 SP4 P3.
    This apparently is only happening for one specific user. I'm in the process of gathering information about their internet browser to determine if that's the cause.
    I did check the JCos and they all tested successfully.
    Thanks,
    Setu

  • Blank page coming after logging into portal using Admin Account

    Hi,
    Recently i have changed the Portal Administrator password using Visual Admin. When i logged in, i get a blank page instead of getting tabs like user admin, system admin etc.
    Can any one tell me what is the problem?
    Thanks in Advance.
    Regs/Venkat

    Hi,
    Could you guide me on how to check the authorizations for the admin user. if it is not set, how to re-set the same to admin user.
    I cant use http://localhost:port/useradmin/index.jsp page as it throws me a page not found error.
    I have to only use Visual Admin to check this.
    Thanks in Advance.
    Regs/Venkat

  • After log into SAP Portal, Terms&Conditions Window should open

    Hi Team,
    As per one of the requirement in my project, i have to develop below applicaiton.
    Requirement: Once user logged into portal & trying to access his role first time in a year, Terms & condtions window should open, once user accepted the terms& condtions,  user can access his role. if user entered into portal second time in a year, direclty can access his roles.
    For this: i have created webdynpro-java application with empty view & portal abstract portal component with terms & conditions text, then i have created  portal Iviews for both webdynpro-java application and abstract portal comonent, then i am calling abstract portal component Iview into webdynpro-java component controller wdDoinit() method via  WDPortalNavigation.navigateAbsolute() method. 
    Finally, i have assingned webdypro-java ivew to Test Role: once click on role it is calling Terms&Conditions pop window.
    Questions: 
    1. how can i use same Iview in user actual role, i mean, once user click on his role first time terms & codition window should open? after accepting terms & condtions only his role can access...
    2. how can i navigate from terms & condtions to his role?
    3. if user didn't accept terms&conditions, he can't access his roles, how can i handle this?
    4. how can i check, if it is user first login into portal or not in a year ? where i have to store this user data? what are the parameters i have to use?
    can you please help me on this?
    Thanks
    Sandeep.

    sandeep kumar wrote:
    > 1. how can i use same Iview in user actual role, i mean, once user click on his role first time terms & codition window should open? after accepting terms & condtions only his role can access...
    > 2. how can i navigate from terms & condtions to his role?
    > 3. if user didn't accept terms&conditions, he can't access his roles, how can i handle this?
    > 4. how can i check, if it is user first login into portal or not in a year ? where i have to store this user data? what are the parameters i have to use?
    I would redefine com.sap.portal.navigation.portallauncher.default component for your purpose
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/42c08f81ce2152e10000000a114a6b/content.htm
    so WDJ is not really an option here.
    To store whether display T&C screen you can use custom attribute on user profile 
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/44/0316d50bbe025ce10000000a1553f7/content.htm
    public class MyPortalLauncher extends PortalLauncher
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
              INodeList nodeList = request.getNode().getChildNodes();
              if(nodeList != null && nodeList.item(0) != null)
    //Check value in user profile whether he accepted T&C this year
    //if no - navigate to T&C page
                   IResource jspResource = request.getResource("jsp", "jsp/termsAndConditions.jsp");
                   response.include(request, jspResource);
    //else - process as usuall
                   response.include(request, nodeList.item(0));
              else
                   IResource jspResource = request.getResource("jsp", "jsp/noRoles.jsp");
                   response.include(request, jspResource);
    //implement
    public void onAcceptClick() throws PageException
    //set user attribute value if accepted, logoff is rejected

  • How to capture name of user that logs into Portal?

    Im trying to create a report that returns information from a
    Profile table. The UserId is the key to the Profile table.
    Since this report returns information dependent upon who runs
    it, I would make use of the USER functionality in SQL to isolate
    the row in the Profile table. However, this technique wont
    work through Portal because the user logs into Portal not the
    database.
    What technique (keyword, API, etc.) should I use to capture the
    username of the person who logged into Portal?
    Thanx,
    JE

    Try this:
    PORTAL30.wwctx_api.get_user
    Adam

  • Connect to Bex query after logging into Web service

    Hello experts,
    After logging into the web service, I see connections for all HANA and BW infoProviders.
    If I click HANA OLAP connection, I see the "next" button. If I click connections to BW InfoProviders, the "Next" button is grayed out, I only have "OK" to click which takes me to the infoProvider.
    I know if I choose "Local System", I can log into BW and find BEx queries.
    Is this by design? Can't we get list of Bex queries under the connection we highlight somehow?
    Thanks.

    Hi Terry - I am not really following this workflow (could be just me)
    Did someone create OLAP connections to BW in the CMC?  Could you use the camera icon to share your screen shots?
    Tammy

  • Need to log into portal usign a different User-Agent(SPS15 issue)

    Hi,
    we are having an error trying to log portal. We have an application that logs into portal to get the MYSAPSO2 Cookie.
    This applications have in the header the User-Agent "ExtApp".
    Apparently due to changes in SPS15 the page builder becomes more restrictive on the range of browsers that can access portal.
    We´d like to add our own User-Agent.
    Any thoughts on how can this be done.
    Regards
    Fernando

    For anyone interested, the problem was resolved by restarting the OC4J_Security component from the infrastructure tier.
    This poses another question, for newly created users to take effect, does this restart always need to occur?

  • How do I update my credit card information after logging into my account?

    How do I update my credit card info after logging into my account?

    Reader doesn't need your credit card. You can sign into your account in the Adobe store and look in at your subscriptions. There may be something there to store your card information if you have a subscription service.

  • Logging into portal via http arguments

    hi,
    I want that somehow i could log into portal server using html arguments,
    i used to do this on oracle server
    iexplore ww.oraclessotemplate?username=uname&&password=pass&&token=iuashdiu
    now i want to achieve the same thing in sun portal server
    is there any such applett that accept such arguments?
    regards kimi

    This might help.
    http://blogs.sun.com/roller/page/nav?entry=tip_one_click_login_to
    But I hope you realize this is insecure and should not be used in production.

  • After logging into Windows 7, I have to double click several times on Mozilla in order for it to pop up. Then on the tool bar it will show that I have several open boxes of Mozilla.

    Mozilla will not open even after several tries. It eventually will but then I have several open Mozilla boxes and have to delete each one until I have just the one.

    Just sounds as though you're being impatient. Wait a minute after logging in and then double click the icon. It'll probably then load up straight away.
    Each time you double-click an icon it'll launch a new instance of the application. So what you're probably doing is double-clicking 7 times, which then causes 7 copies of FF to open when your computer catches up.

  • After FF 30.0 update - unable to process shipments on USPS . com after logging into usps acct

    I am able to log into my usps . com account, but after updating to FF 30.0, I am unable to process a shipment. I am able to enter all info (sender/shipping address/pkg type/shipping date/insurance) and when I attempt to "add to cart" - I get kicked back asking for my ship date. Doesn't matter which shipping address I use or which shipping date I use or which type of package selected - I am unable to process the shipment. I clear my cache regularly. I was able to process a shipment today via (gasp) Safari. I, unfortunately, spent time on the phone with USPS . com t/s, but they could not offer advice other than to clear my cache. Any ideas?
    Mac OSX 10.9.3
    FF 30.0

    Is the UPS shipping a web form that you fill out, once logged into an acct? Short of form fill data being left in Firefox, it sounds like a conflict between the site / form, & Fx 30. Not unusual.
    Start Fx in safe mode & try w/o any addons, plugins. If fixes it, you'll need to create new profile & reinstall each, a couple at a time - checking the site function after each.
    If safe mode does NOT fix it, I'd completely uninstall Fx from Control Panel, starting w/ the latest version listed, then reboot, then uninstall the next most recent, etc., rebooting after each uninstall.
    Then delete any remaining Fx program files - in all Fx folders.
    Reinstall a fresh copy of Fx 30. Before installing, close every single thing you can, incl. any AV / FW - everything. DISconnect from the web while installing.

Maybe you are looking for