Facing Issues in accessing Portal through IP

Hello Experts,
When i access Portal site through Hostname of the server it works fine,but when through IP ,nothing show up in Content Area and Navigation Panel.also certain other misbehaviour of the application is shown. In SAP documents also wt i hv read is to accessPortal site through Hostname but nowhere read abt accessing it through IP.Can somebody plz clarify can't we access Portal through IP,is it standard recommendation for Portal to access it through Hostname? If we can access then y iam facing all these problems and how to resolve them?Someone plz suggest? My Email Id is [email protected] .
Regards,
Saumya

Hi Somya,
you should always request your portal by full qualified domain name (fqdn) which means:
http(s)://<servername>.<domain>(:port)/...
An example:
do not: http://myserver:50000/irj or http://127.0.0.1/irj, etc.
do: http://myserver.mydomain.com:50000/irj or
http://myserver.mydomain.com/irj
If you do not like suggested, you'll get problems:
- top levbel navigation may break after session time out using sso with os
- navigation (javascript issue) may not work properly
- SSO with other application (e.g. using BP's) does not work
Greetings,
Carsten

Similar Messages

  • Urgent: Issue while accessing MSS through portal

    Hi All,
    Recently HRSP 70 was applied to R/3 system. And after that we are getting scenario does not exist when clicked on MDT->Reporting->choose report e.g. Education->Select people -> and start report through portal.
    And we got Scenario does not exist error.
    We referred HRWPC_FC_EXEC error  and applied following settings :
    For service: sap/bc/gui/sap/its/hrwpc_fc_exec
    1) Go to GUI Configuration and set the following parameter
        Parameter name: ~webgui_theme
        Value: sl
    2) Then go to transaction SITSPMON -->Template and Mimes tab
        Invalidate template caches
    After this what is happening is a bit wierd though a workaround is found.
    Now when user clicks start report through portal he gets a popup for SAP inbox mentioning there are xx documents unread, if he clicks on ok he again gets "scenario does not exist" . However if he goes and reads all the documents in inbox and then again execute start report through portal he can see the desired output.
    Now still if we just go to sicf transaction in R/3 and just right click on HRWPC_FC_EXEC and execute Test Service we still get Scenario does not exist
    Also note we have reports iview with MSS1 scenario and viewgroup in Selection Criteria is a Z group
    Where in R/3 side should these entries be maintained ?
    Can anyone please suggest what would be the connection of unread documents here with scenario ? And where is scenario missing ? Kindly let me know if any other input is needed.

    Hi Joyce,
    Yes we were able to resolve it, we added one more parameter "NO_LOGON_USEREXIT" with value "1" in GUI configuration of the service "HRWPC_FC_EXEC". This resolved our issue.
    Try it at your end , let me know if any issue.
    Regards,
    Jalpa Shukla(Bhatt)

  • Performance Issue while access reports through Infoview.

    Users run reports( Webi ,Crystal ) through Infoview u2013 Accessed by Categories  , while navigating between categories( we have different categories : Sales, Purchasing..Etc ) in the Infoview is fine ,it  takes time to show all the reports within the categories ,which  takes  around 3 u2013 5 mins , but run time of the each reports are quick and as expected.
    In CMS , while navigating between categories and time taken to show all the reports within the categories are fine . couldnu2019t not understand why this is happening in infoview only.
    Would like to know if any one have similar issues. Is there any settings needs to made on the tomcat server or CMS or Infoview. Searched for OSS notes and found a note : 1206095 but it is for Enterprise XI release2.
    Product Details :
    BOE XI3.1 SP3 .
    Any info will be helpfull.

    Hello,
    - Is Tomcat installed on the same server as BOE?  If not, did you use wdeploy to deploy the WAR files? https://bosap-support.wdf.sap.corp/sap/support/notes/1325139
    - Do you have more than one Tomcat server,  and is it fronted by a load balancer.  If it is, try bypassing the load balancer and access InfoView directly without going thru the load balancer.
    There is a CMS command-line options that might help you improving performances in your environment.
    That switch is named -maxobjectsincache which allows you to increase the maximum number of objects that the CMS stores in its memory cache. Increaseing the number of objects reduces the number of databases calls required and can improve CMS performance.
    The default value for this option is 10000 and the maximum value is 100000.  Please keep in mind it is not recommended to exceed 100,000 as too many objects in memory will result in the CMS degradation.  I would suggest testing with 60,000.
    Regards,
    Wallie

  • Error in accessing Portal through Netscape

    Hi all,
    I am testing my portal application in Netscape6.2, in which i have 3 login required
    portlets.
    But when i access the portal i get the following exception.
    <Mar 14, 2002 3:17:09 PM EST> <Info> <Webflow> <Processor: [loginProcessor.inputprocessor]
    node-processor-info: [class-name:c
    om.bea.portal.appflow.processor.security.LoginProcessor ] threw an exception:
    [Request forward failed].>
    <Mar 14, 2002 3:17:09 PM EST> <Error> <HTTP> <[WebAppServletContext(5491926,stockportal,/stockportal)]
    Servlet failed with Ex
    ception
    java.lang.IllegalStateException: Cannot forward a response that is already committed
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:131)
    at com.bea.p13n.appflow.webflow.servlets.internal.WebflowServlet.doGet(WebflowServlet.java:168)
    at com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(PortalWebflowServlet.java:172)
    at com.bea.p13n.appflow.webflow.servlets.internal.WebflowServlet.doPost(WebflowServlet.java:213)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    Does anybody had the same problem?How can i get rid of this?
    thanks
    Vijay

    Hello,
    I think the problem is that you already sent some code to the client before doing
    the RequestDispatcher.forward.
    Reorder your code so RequestDispatcher.forward is done before.
    Hope this helps.
    Francisco
    "Vijay Bujula" <[email protected]> wrote:
    >
    Hi all,
    I am testing my portal application in Netscape6.2, in which i have 3
    login required
    portlets.
    But when i access the portal i get the following exception.
    <Mar 14, 2002 3:17:09 PM EST> <Info> <Webflow> <Processor: [loginProcessor.inputprocessor]
    node-processor-info: [class-name:c
    om.bea.portal.appflow.processor.security.LoginProcessor ] threw an exception:
    [Request forward failed].>
    <Mar 14, 2002 3:17:09 PM EST> <Error> <HTTP> <[WebAppServletContext(5491926,stockportal,/stockportal)]
    Servlet failed with Ex
    ception
    java.lang.IllegalStateException: Cannot forward a response that is already
    committed
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:131)
    at com.bea.p13n.appflow.webflow.servlets.internal.WebflowServlet.doGet(WebflowServlet.java:168)
    at com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(PortalWebflowServlet.java:172)
    at com.bea.p13n.appflow.webflow.servlets.internal.WebflowServlet.doPost(WebflowServlet.java:213)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    Does anybody had the same problem?How can i get rid of this?
    thanks
    Vijay

  • Facing Difficulty while accessing Worksheet through RRMX Transaction

    Hi,
    I am able to access & run worksheet through analyzer which we access through Start--> All Programs > BEx> Analyzer.
    But while accessing same worksheet through RRMX transaction I am not able to access it or if try to find it with description, system gives message 'No entry found'.
    Please help me on this.
    Thanks,
    Pradip

    Make sure you have the latest patches for BEx installed. Also check whether in tcode RRMX_CUST you have the correct version set for BEx Analzyer.

  • Cannot access portal thru IP address

    Hi,
    I noticed that i cannot access my portal thru its IP.
    ie: http://<IP address>:50000/irj does not work
    but if i use the hostname to which it is mapped,it works..
    what is the reason behind this?
    Thanks
    rocky

    Hi.
    It is true.
    A reason is the SSO cookies mechanism, and it cannot work without a hostname.
    about this procedure: http://help.sap.com/saphelp_nw2004s/helpdata/en/28/7c383f717b5f03e10000000a114084/frameset.htm
    And similar answered questions:
    Re: Portal URL: Why cannot access via IP address?
    Facing Issues in accessing Portal through IP
    Re: After the login, the portal displays again the login page
    regards.
    Leandro

  • How to access Portal Logged in user in Web Service application

    Hi Experts,
    I have created one Deployable Proxy and based on that i have created Web Based (WAR) project. to consume the proxy i have created Servlet based java file which invokes Web services. Based on this WAR project i created EAR application which deploys on J2EE server.
    I am facing issue while accessing Portal Logged in user in my Servlet Class in WAR project so can  you please provide inputs for how we can access Portal Logged in user in our Servlet class? also how we can access LDAP detailes of portal Logged inuser ?
    I tried to fetch the Logged in user from servlet request but i can't access it giving me null value. Following is the method details that i am using in my servlet.
    protected void doGet(HttpServletRequest request,HttpServletResponse response)throws ServletException, IOException                
    IUser user = UMFactory.getAuthenticator().getLoggedInUser();
    String strName = user.getFirstName();
             If I checked in LDAP values First name for logged in user is present but in my code its giving Null value.
    Can you please provide your inputs on above issue.
    Regards,
    Rahul

    have you found a solution this problem yet?

  • Exception accessing portal over web dispatcher

    Hello experts,
    We are facing issue while accessing portal over web dispatcher on IE (7 & 8).
    We get following exception when we try to load any WebDynpro IView (both standard and custom)
    com.sap.tc.webdynpro.services.sal.deployment.core.ClassLoaderException: Classloader of 'sap.com/pb' is null, even though application is started.
    We are able to execute the application in following ways though
    1. Accessing the portal directly bypassing webdispatcher
    2. Using Mozilla Firefox browser to access the webdispatcher URL.
    Please guide what is missing from the configuration perspective to make it work on IE.
    Appreciate the responses.
    Thanks
    Ashutosh

    Yes
    ERROR => shmget(15162,744864600,480) (22: Invalid argument) [shmux_mt.c   1501]
    [Thr 2199027274608] *** ERROR => ShmCreate( ATTACH 62, 744864600) failed 1 [mpixx_mt.c   1061]
    [Thr 2199027274608] *** ERROR => IcmBufInit: MpiInit failed (rc=1) [icxxbuf_mt.c 189]
    [Thr 2199027274608] *** ERROR => IcmInit: IcmBufInit failed (rc=1) [icxxrout_mt. 2024]
    We have 4 GB of SWAP memory and 4GB of the main memory available.
    Ashutosh

  • Error while accessing portal via internet

    Hi all,
    I am having problems when accessing portal through internet. I have installed NW04 SR1(WAS, EP & KM). Then I created some iviews and pages.
    Now <u>when I open the portal through internet(using its ip address)</u> and try to access PCD, it is showing <b>undefined</b> in place of the loading message and it is not loading anything. Also <b>the detailed navigation is empty</b> in all pages(eg. System Administration, Monitoring, etc.). But <u>when i access it locally(using machine name) everything works fine</u>. Any idea what the problem is?
    Another problem is with the KM Navigation IView. I have created a custom layout set for this iview. In the iview I am displaying the documents in a folder along with a link for approval process. But <b>when i click on the link, it shows javascript error "Access is denied"</b>. <u>This happens when I access it through internet. When I access it locally, it works fine and show me the context menu for approval</u>. Any idea?
    Please reply fast as it is urgent.
    Thanks in advance.
    Ranjith

    hi
    just check this out
    http://help.sap.com/saphelp_ep60sp2/helpdata/en/37/c1513c388d8f0ce10000000a11405a/content.htm
    http://help.sap.com/saphelp_ep60sp2/helpdata/en/e9/83d5f20ea845b587be83de8554191e/plain.htm

  • Facing issue while trying to disable automatic discovery of devices through Apple Bonjour

    Hi All,
    I am facing issue while trying to disable automatic discovery of devices through Apple Bonjour.
    Background: Whenever our application is in running state, devices are automatically discovered if it connects to PC. We are using Apple Bonjour's auto discovery technology( mdnsresponder ).
    We are registering a particular service type by using DNS API "DNSServiceRegister". Service type is getting registered properly and we are able to discovered that particular type of device.
    Platform:  Windows 7.0 / MAC 10.8
    Issue:
    But we are facing issue while trying to disable auto discovery of a device programmatically. i.e, unregistered a service reference programmatically from our windows application.
    To unregistered a service we are using "DNSServiceRefDeallocate" DNS API. But looks like it is not working properly.
    Is this DNS API “DNSServiceRefDeallocate” is correct one to unregistered the service?
    Here is the step by step procedure that we are following to de-allocate a service reference:
    1.Browsing / Query a service by using service type to get service reference (DNSServiceRef). 
    2.Get reference socket FD by using DNS API "DNSServiceRefSockFD".  
    3.Select a socket by using "select" API.
    4.Close the socket that we got from step 2 by closesocket().
    5.Delete the service reference by using DNS API "DNSServiceRefDeallocate" and service reference from step 1.
    Are we missing any step to unregistered a service? 
    Regards,
    Goutam

    Original problem I noticed was that regular websites I go to (such as msn) were only partially downloading.  I could see the text on the site but no pictures or videos.  All web surfing was extremely slow.  When I would go to a site such as man I would see another address in the lower left corner for "ads1.msads.net" or "cdn.optimizely.com" that is was trying to connect to. I tried using all three of my browsers (firefox, safari, chrome) and got the same response on all browsers.  After I spent some time researching the issue I decided I probably had a adware/malware problem so I decided to try adwaremedic.com.  I could also not access that site along with thesafemac.com or apple.com.  I was also getting the same response on my other devices (iPhone, iPad, and a mac air).  I could not access any of these sites on any of my devices although I could get to almost any other site although it was very slow.  At that point I decided to unplug the router.  I also did a number of other things before then to try and manually get rid of any adware.  Eventually I got msn back working, apple.com, and the speed was much faster.  But, I still can not access adwaremedic and thesafemac.com.  I could access these on my phone with 3G but not on my wifi.  This is where the problem still stands.  I am sure I still have some adware on my computer and need to find a way to remove it.  I am no techie so the complicated manual fixes are difficult for me to do.

  • Enable to select a check box in ALV while accessing it through portal

    Hi All,
    Currently I have given a link on portal to run a transaction code. The output of the program is ALV report, where user any select the check boxes.
    Now when I try to select a check box, it is not getting selected. I click on the checkbox, the tick appear and then the screen refreshes itself and the tick goes off. This is happening only when accessing it through portal. If i run the program in R/3 directly, I am able to select the check box.
    Please advice on this.
    Thanks
    Namit

    Reported to SAP for the same.

  • Accessing files stored in a folder on portal through application

    Hi
    I have to access the files that are stored in the folder in "irj" folder on portal, through one link.
    the path i gave is:
    <a href= "http://myserver:12345/irj/<folder name>/<file name>">
    but it is not taking this path and gives the error that requested resource not found.
    Can anybody please help in this regard, whether this way is correct or have to specify the path in some other format.
    Thanks & regards,
    Anupreet

    Hi,
    as Dieter stated implicitely, irj/root on the file system is the "root" folder when calling .../irj via http. There is no access to the irj folder by default.
    On NW04, the mapped folder in fact is ...\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root (so there are two irj folders, the second counts).
    Hope it helps
    Detlev

  • Access Channels in Data Portal through Data Plugin

    Hi,
    I am supposed to write two plugins, one plugin creates the channel reads in the data values and from the other plugin I need to read in the channel custom properties.
    Is there a possibility to access the channels in the Data portal through the plugin though I know through plugin we will not be able to access any DIAdem native commands.
    I have an option of reading in these properties to a text file and then pull them into DIAdem but it is not recommendable.All that is required is read the file and create the cutom property for the existing channels.
    Can anyone give me a best suggestion for the above at the earliest?
    Thanks,
    Priya

    Hello Priya,
    A dataplugin is not limited to read a single file only. There are quite a few cases where let's say there is a file "abc.bin" and another file "abc.hdr" which belong together. One contains the channel data, the other contains the descriptive information. We have developed plugins which allow the user to select one or the other and the DataPlugin then reads the information from both. As long as you can find the second file, e.g. through the name or some piece of information which is in the file, its not a problem. And yes, a plugin can read from a binary file and an ASCII file at the same time. We even developed DataPlugins for files which are both, ASCII and Binary, in a single file.
    If you like, you can send me some examples together with a description of the file format(s) and I can try something for you.
    Andreas

  • I'm facing performance issue while accessing the PLAF Table

    Dar all,
    I'm facing performance issue while accessing the PLAF Table.
    The START-OF-SELECTION of the report starts with the following select query.
        SELECT plnum  pwwrk matnr gsmng psttr FROM plaf
        INTO CORRESPONDING FIELDS OF TABLE it_tab
        WHERE matnr IN s_matnr
          AND pwwrk = p_pwwrk
          AND psttr IN s_psttr
          AND auffx = 'X'
          AND paart = 'LA' .
    While executing the report in the Quality system it does not face any performance issue...
    When it comes to Production System the above said select query itself it is taking 15 - 20 minutes time to move further.
    Kindly help me to over come this problem...
    Regards,
    Jessi

    Hi,
    "Just implement its primary Key
    WHERE PLNUM BETWEEN '0000000001' AND '9999999999' " By this you are implementing the Primary Key
    This statement has nothing to do with performance, because system is not able to use primary key or uses every row.
    Jessica, your query uses secondary index created by SAP:
    1     (Material, plant) which uses fields MANDT MATNR and PLWRK.
    but it is not suitable in your case.
    You can consider adding new one, which would containt all fields: MANDT, MATNR, PWWRK, PSTTR AUFFX PAART
    or - but it depends on number of rows meeting and not meeting (auffx = 'X' AND paart = 'LA' ) condition.
    It could speed the performance, if you would create secondary index based on fields MANDT, MATNR, PWWRK, PSTTR
    and do like Ramchander suggested: remove AUFFX and PAART from index and where section, and remove these unwanted rows
    after the query using DELETE statement.
    Regards,
    Przemysław
    Please check how many rows in production system

  • How to access Portal Database ( ORACLE) through webdynpro  java

    Hello experts,
    I  want to <b>access portal database tables</b> ( WCR_USERSTAT,WCR_WEBCONTENTSTAT,WCR_USERFIRSTLOGON )<b> using</b> <b>webdynpro  java</b> application/service . Our portal DB is Oracle , so please tail me some solution for this asap. I had tried using   <u>Portal Activity Report</u> iViews  but that no fulfill  our requirment.
    Regads,
    Laxmi..

    Hi,
    You can use the following link which will help you to resolve the problem:
    /thread/100181 [original link is broken]
    thanks & regards,
    Manoj

Maybe you are looking for