Port for Portal HTTPS

We were able to get the portal working using http and now are trying to get it working using https.
What port should we be using on RZ11 and rspor_t_portal?
Mike

here is my port setting on rz10:
icm/server_port_1:   PROT=HTTPS,PORT=50401,TIMEOUT=30,PROCTIMEOUT=600
sm 30 rspor_t_portal
https://aersndbw.dcs.eis.lmco.com:50401
my landscape settings are:
Web AS Host Name: mycompany.com:50401
Web AS Protocal: https
This is the only change I have made.
I have this err msg on my portal diagnostic screen now. It was working using http previously before I made the changes above.
The URL for ABAP customizing table RSPOR_T_PORTAL: https://aersndbw.dcs.eis.lmco.com:50401 is not compatible with the URL for ABAP-based BI URL generation for BEx Web Applications 3.x (function module RSBB_URL_PREFIX_GET): http://aersndbw.dcs.eis.lmco.com:8104
The URL for ABAP customizing table RSPOR_T_PORTAL: https://aersndbw.dcs.eis.lmco.com:50401 is not compatible with the URL for URL with which you call the WebAS Java: http://aersndbw.dcs.eis.lmco.com:1080
I'm not understanding what needs to be changed now.
Mike

Similar Messages

  • ChaRM for Dual Stack ABAP & JAVA - No http port for system SPD

    Hi,
    I have configured the CHARM for Dual stack ( Java, ABAP). when I perform the action 'Logon to System' it gives me following option
    " The system is a dual stack system. You can log
    on to the ABAP stack or non-ABAP stack
    To which stack do you want to log on?
    ABAP or Non ABAP"
    If I click on Non ABAP, one more message comes
    "You can logon to system SPD or just display its
    transport requests
    What do you want to run?
    Requests  Or Logon"
    If I click on Logon I get the Information " No http port for system SPD "
    & If I click Continue It will take me to Ugent Correction & error appears as 'Action System Logon in system SPD 100 of type Source Systems has been cancelled'
    How to Solve this error.
    Regards
    PK
    Edited by: PK on Sep 1, 2010 5:59 AM

    Its possible to login to portals(non-ABAP systems).
    Please check.
    http://wiki.sdn.sap.com/wiki/display/SMSETUP/Initial+Configuration
    Pl. make sure SLD for the Java stacks are defined correctly.
    regards,
    Arun.

  • Making PI listen on a new/different port for http

    Hi,
    I have a requirement where we are exposing PI to the internet for some webservice calls. We have firewalls/dmz/gateway etc in the picture.
    One part of the problem is that, for requests coming into PI, we need PI to listen on a different port for https, say 446.
    How do I go about setting this up in PI?
    Thanks,
    Harsh
    PI 7.1 EHP1

    Changing of the web port for https can be done in the general server/port configuration of your PI System.
    You can look at the port configuration with transaction SMICM on your ABAP Stack .
    http://help.sap.com/saphelp_nw70/helpdata/en/ac/8f813a34872769e10000000a114084/frameset.htm
    This is a starting point for reading about the topic. The settings itself can be done, for example, with RZ11

  • Change http port for Adobe Connect Pro?

    I'm running Adobe Connect Pro 7.5 and would like to change the HTTP port Adobe Connect Pro uses.  I've changed this from 80 to 90 in the Adobe Connect Pro console and saved.  Then restarted my Adobe Connect Pro application.  When I go to the URL http:\\<servername>:90 I get a "Connot Connect to Webpage" error.  If I change it back to 80 the URL http:\\<servername>:80 works.
    Does anyone know how I can change the port for  Adobe Connect Pro 7.5?  Is there another step I need to do on my Windows 2003 server?

    I've had to "cache" uploaded videos by playing them shortly before the audience will see them. For me, the cache holding time when using Adobe's servers is about 5 minutes.

  • Help, need to change IP address on host database for Portal

    Hi folks,
    Rather urgent assistance (as usual) needed. I have an installation working correctly on a pair of Win2k machines, one as the 9i database, one as the 9iAS/Portal. The app server has 2 NIC cards, one with public IP address (which is ok), one on the LAN. I need to reconfigure the LAN addresses on both the machines. Initial Portal install done without DNS, i.e. actual server/host addresses entered in the configuration.
    I have tried changing all of the TNS/Listner settings and the NIC card IP addresses and restarting the machines. The likes of SQLPlus work ok, with the TNS connect name allowing over the LAN access into the database with the new LAN addresses. I cannot seem to get the 9iAS/Portal to find the repository with the new addresses.
    Can someone help please? I can't find the answer in any documentation or other postings.
    Thanks in advance
    Rob

    There are other modes of operation for the plasst as well. I am listing them below but the formatting will make it difficult to read. If you like I can email it to you.
    Bill G...
    Configuring Portal when the HTTP server host name of the Infrastructure is changed
    Run the following from the $ORACLE_HOME/assistants/opca dir
    ptlasst.bat -mode SSOPARTNERCONFIG -i typical -sdad portal -host myApache.domain.com -port 7777 -silent -verbose
    NOTE:
    (1) This command would create a new Portal partner application in the SSO to reflect the changes of the Infrastructure. Before running this command please ensure to configure the SSO with the correct hostname by running the ssocfg.bat script located in the Infrastructure install (<infra_home>\sso\bin).
    The value for -host parameter will be the IP address of the infrastructure server and -port will be the port where the infrastructure http server is running on.
    Configuring Portal when the HTTP server host name of the Middle tier is changed
    ptlasst.bat -mode MIDTIER -i typical -host myApache.domain.com -port 7777 -ldap_h myOID.domain.com -ldap_p 389 -ldap_w welcome -pwd secret123 -portal_only -oh /home/oracle -chost myHostname.domain.com -cport_i 8001 -cport_a 8000 -wc_i_pwd invalidator -mc false -mi true -silent -verbose
    NOTE :
    (1) The -host value should match the serverName value of the httpd.conf
    (2) The -chost should be updated with the correct webcache hostname. In a default iAS midtier install the -host is same as the -chost.
    The value for -host parameter will be the IP address of the midtier(portal) server and -port will be the port where the portal is running on.
    Parameter Description Default Value Mandatory
    -i install_type Installation Type
    In the typical mode, the OPCA would get the Infrastructure information like the Portal schema name, Portal schema password, connect string to the Portal repository, SSO Partner application schema and password, SSO Password store schema and password and connect string to the SSO repository from the Repository Access API's.
    In the custom mode, the OPCA would take whatever is passed as the command line arguments.
    CUSTOM
    -mode mode The different install modes are : PORTAL, SSO, SSOPARTNERCONFIG, LANGUAGE, MIDTIER, ALL, SYSOBJECTS , DEINSTALL
    -s portal_schema Oracle Database schema for Portal database objects. In an iAS 9.0.2 install
    the default Portal schema name is portal portal
    -sp portal_password Password for Portal schema. In an iAS 9.0.2 install the portal schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for details. <portal_schema>
    -c portal_connect Connect string to connect to the Portal repository <hostname>:<port>:<sid>
    -p sys_password The Oracle Database password for the Oracle SYS user MANDATORY
    -sdad portal_dad DAD for the Portal schema. Create the DAD to the Portal repository through the OEM. Refer to the note "How to create and manage the Portal and SSO DAD ?" for details. <portal_schema>
    -host portal_host Hostname of the HTTP server for Portal. This should match byte to byte with whatever is present in the ServerName attribute in the $OH/Apache/Apache/conf/httpd.conf file of the midtier. MANDATORY
    -port portal_port Port of the HTTP server for Portal. The Port attribute in the $OH/Apache/Apache/conf/httpd.conf file of the midtier would provide the value. 7777
    -ldap_h oid_host_name Host name of the OID server MANDATORY
    -ldap_p oid_port_number Port number of the OID server 389
    -ldap_d oid_admin_DN Admininstration DN cn=orcladmin
    -ldap_w oid_admin_pw Password for DN welcome
    -pwd initial_password Initial Password for seeded OID users. In iAS 9.0.2 install this is defaulted to the iAS instance password of the midtier installation. MANDATORY (for ALL or MIDTIER)
    -das_public Add Portal Groups to DAS Public Groups. The values could be Y or N. The default is Y. The setting publishes the Portal groups that the user can add to when creating the new user in OID. Y
    -u default_tablespace Install Portal objects in this tablespace. The default tablespace selected should have atleast 75 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The default tablespace selected by default is users tablespace. users
    -t temporary_tablespace Use this tablespace for temporary objects. The temporary tablespace selected should have atleast 20 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The temporary tablespace selected by default is temp tablespace. temp
    -d document_tablespace Install Portal document table in this tablespace. The document tablespace selected should have atleast 4 MB of free available space and should have autoextend on. Refer to the note
    "What are the recommended tablespace size required for Portal installation ?" for details. The documented tablespace selected by default is users tablespace. <default_tablespace>
    -l logging_tablespace Install Portal logging tables in this tablespace. The Logging tablespace selected should have atleast 4 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The Logging tablespace selected by default is users tablespace. <default_tablespace>
    -in index_tablespace Install Portal index in this tablespace. The Index tablespace selected should have atleast 20 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The Index tablespace selected by default is users tablespace. <default_tablespace>
    -lang language Abbreviation for the language to install us
    -m language_mode Specifies the mode for language installation
    if sso, translations only for Login server.
    if portal, translations only for Portal.
    if -m not specified, translations are installed for Both
    -demo Install Portal webview demos
    -silent Run mode for Portal Configuration Assistant. There is no UI provided by OPCA in the iAS 9.0.2 install. Use -silent option always
    -verbose Log mode for Portal Configuration Assistant. If this parameter is not set, logging information would be in brief and the OPCA would abort the install if it encounters any errors of kind
    ORA-, PLS- or SP2 errors.
    -report Install reports integration with Portal
    -owa Install OWA packages along with Portal This option behaves the same as the SYSOBJECTS mode.
    -sso_only Configure only SSO in mid-tier mode
    -portal_only Configure only Portal in mid-tier mode
    -available Language will be available for user translation
    -chost cache_host Cache host for Web Cache <hostname>
    -cport_i cache_inv_port Cahe port for Web Cache Invalidation 1100
    -cport_a cache_adm_port Cahe port for Web Cache Administration 1000
    -wc_i_pwd wc_inv_passwd Web Cache invalidator password invalidator
    -wc wc_on_off_flag Web Cache ON/OFF flag to enable or disable WC. The default is ON. If set to OFF Portal would not use Webcache though Web Cache may be up and running. on
    -o sso_schema Oracle Database schema for Login Server objects. In an iAS 9.0.2 install the default SSO schema name is orasso orasso
    -op sso_password Password for Login Server Schema. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso. MANDATORY for the following modes:
    -MIDTIER: except when '-portal_only' is specified
    -LANGUAGE: except when '-m portal' is specified
    -DEINSTALL: except when '-drop PORTAL' is specified
    -odad sso_dad DAD for Login Server objects. Create the DAD to the SSO repository through the OEM. Refer to the note "How to create and manage the Portal and SSO DAD ?" for details. <sso_schema>
    -sso_c sso_connect Connect string to connect to the SSO repository If the Portal and SSO use the same database this option need not be passed and would default to the -c argument. <hostname>:<port>:<sid>
    -sso_h sso_host Hostname of the HTTP server for the SSO. If Portal and SSO use the same HTTP server this option need not be passed. It would default the HTTP server used for the Portal.
    -sso_p sso_port Port of the HTTP server for the SSO. If Portal and SSO use the same HTTP server this option need not be passed. It would default the HTTP port used for the Portal.
    -pa papp_schema SSO Partner Application Registration Schema. In an iAS 9.0.2 install the default Password store schema name is orasso_pa <sso_schema>_PA  
    -pap papp_password SSO PA Schema Password. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso_pa <papp_schema>
    -ps pstore_schema Password Store Schema. In an iAS 9.0.2 install the default Password store schema name is orasso_ps <sso_schema>_PS  
    -pp pstore_password Password Store Password. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso_ps. <ptore_schema>
    -pd pstore_dblink Database link from Portal schema to Password store. If the Portal and SSO use the same database this option need not be passed. <portal_schema>_DBLINK  
    -p_tns pstore_tns TNS connect string to Password Store. If the Portal and SSO use the same database this option need not be passed. The tnsalias should be created in the iAS 9.0.2 Portal middle tier.
    -s_tns portal_tns TNS connect string to Portal
    -ssotype ssotype SSO install type. Valid values are repository, midtier, all Repository
    -ultrasearch Ultrasearch configuration
    -drop drop_obj Drops either PORTAL or SSO or ALL (Both)
    if PORTAL, drops Portal schema and OID entries.
    if SSO,drops Portal schema and OID entries.
    if ALL, drops Portal and SSO schema and OID entries
    -oh oracle_home Oracle Home
    -mi midtier_install Midtier Installation
    -mc midtier_config Midtier Configuration
    -ssl Use SSL protocol for configuration. Pass this parameter only if SSL configuration is required. If this parameter is passed the -port passed should also be the SSL port of the HTTP server. Bt default this is not passed.
    -emhost em_host Enterprise Manager host for monitoring <hostname>
    -emport em_port Enterprise Manager port for monitoring 1810
    -iasname ias_name Name of the iAS instance that the install is installing on

  • Post installation for Portal and errors for new system

    I've recently installed a NW 7 based ABAPJAVA System with Portal Components (EPEP Core) on Windows + Oracle for demo.
    1 ) Since, I am facing a lot of errors after the installation, I think I have missed to carry out some post-install steps. Can someone please suggest on the post-installation steps in some detail ??
    2)  When I try to open the newly installed portal using http://fqdn_host:50000/irj ; the browser shows some exception has occurred: However, I tried to restart the system (everything including db) as suggested in some of the other links and login went fine.
    After I logged in to the portal (/irj) as j2ee_admin; I am trying to open Content Administration --> Portal Content OR System Administration -> Transport OR --> System Configuration etc ; but I am getting the error coded below::
    An exception occurred while processing a request for :
    iView : pcd:portal_content/every_user/general/defaultDesktop/frameworkPages/frameworkpage/com.sap.portal.innerpage/com.sap.portal.layoutPortal1_WAandNavPanel
    Component Name : com.sap.portal.layouts.framework.WAandNavPanel
    Error occurs during the rendering of jsp component.
    Exception id: 05:05_25/03/10_0032_7012350
    See the details for the exception ID in the log file
    The log file (that I believe is the trace file in cluster/server0/log/defaultTrace.0.trc) says (This gives several such exceptions listed in the file.) (I'll put the log as a comment to the post because of the limit on max characters)
    Note that the link http://punitp84712d:50000/nwa works absolutely fine. PFB the J2EE process details.
    J2EE Process Details
      Name Type PID Status Debug
      Dispatcher ID7012300 J2EE Dispatcher 3,240 Running Disabled
      SDM SDM Server 4,736 Running Switched off
      Server0 ID7012350 J2EE Server 596 Running Disabled
    Can someone please help me through this and let me know how did you draw your inference. Let me know if there is any other place that can give me more information / logs on the error.
    Thanks,

    Hi Jay,
    Please check that server is Running but not able to open some application. I would suggest to check the Enviromental Variable for My Computer :-
    - Database Enviromental variable is added or not under "user vairable for <UserID for Server Desktop>
    - Check JAVA_HOME Enviromental variable is added or not under "System Variable'
    Check at (My computer > Properties >> Advance >> Startup and Recovery >> Enviromental Variable >> System Variables/User varaible
    Update your server IP address and host name in host file entry at (RUN > drivers > etc > host file) and check database server services (Run > Services.msc >> Start your database services  manually and change prperties as automatic)
    Then try to open portal URL http://<Host>:<Port>/irj/portal or http://<Host>:<Port>/index.html
    Hope it helps
    Regards
    Arun

  • Regarding technical system  for Portal

    Hi all:
         When Define Server for Resources for ESS on backend, it asks the technical name of Portal, can you please tell me where to
    find it ?
    Thank you very much .

    Hi,
    FQDN means fully qualified name 
    http://hostname :port/irj/portal  ..your host name will become FQDN if it is name instead of ipaddress.
    put hostname of portal as technical name.

  • Url alias for portal

    Hi All,
    I am new to this portal
    Can anybody suggest me a way to create alias for my portal.
    i want to access my portal using <b>http://<servername>:<port>/sapportal</b>         without using <b>http://<servername>:<port>/irj/portal</b>
    regards,
    prasanthi o.

    irj/portal will come as default with portal
    if u want remove this irj/portal u can remove but u can't replace with sapportal
    if u want to access certain iview or pages directly u can use quick links option
    Quick links are shortcuts to iViews and pages. Each quick link is a string that you add to the default portal URL in order to navigate to a specific iView or page.
    Quick links provide a meaningful name for iViews and pages to which users may want to navigate.
    Procedure
    1.     Enable Short URLs
    a.     Go to System Administration-->Navigation --> Short URLs
    b.     Choose True (default) in the Use Short URLs drop list menu
    c.     Choose Save Configuration
    2.     Define Quick Links
    a.     Go to Content Administration --> Portal Content ->Folder --> iViews (i.e. Content Administration à Portal Content à My Folder à iViews à SAP News)
    b.     Double-click SAP News to edit the iView
    c.     Choose Navigation from the Property Category drop list menu. 
    d.     Enter a name for the Quick Link. (i.e. News)
    e.     Choose Save.                                
    f.     Choose Close.
    g.     Add the object to a role if necessary.
    h.     Repeat steps a to go to create more Quick Links.
    3.     View a Quick Link or Short Navigation URL in the Portal.
    a.     Enter the link to your portal and append the Short Navigation URL or Quick Link. to the URL
    (For example, http://myServer:50000/irj/portal/News)

  • Using web dispatcher for portal and BW access

    We currently have SAP's Web Dispatcher installed in our DMZ, which links the outside world to our internal enterprise portal installation.  This configuration works fine for portal connectivity (see sapwebdisp.pfl below).  However, we have BW reports (BW report iViews and URL iViews) which are accessed via the portal. 
    I do not know what configuration (if any) needs to additionally be set up on the Web Dispatcher host to allow connectivity.  Currently, when accessing a BW report via the portal (coming from the Web Dispatcher) the report request is immediately terminated with an error due to a DNS lookup error (as the BW server is on our internal segment).
    The Web Dispatcher is aware of both the internal portal server and BW server IP address and hostname and has the appropriate access (port/firewall) to retrieve these reports.  Further, the HTTPURLLOC table is maintained (see example below) on the BW server as recommended in SAP Note 750292 (help file = http://help.sap.com/saphelp_nw04s/helpdata/en/59/31ae42e0fac911e10000000a1550b0/frameset.htm)
    However, I can't get BW reports to work remotely.  Should Is there something else that should be added to the Web Dispatcher's configuration?  Is there something that I should be doing on the iView side (ie. not hardcoding hostname / port to the query string?).  Please advise.  Thanks!
    sapwebdisp.pfl
    Profile generated by sapwebdisp bootstrap
    unique instance number
    SAPSYSTEM = 0
    Accessibility of Message Servers
    rdisp/mshost = epprd1
    ms/http_port = 8101
    SAP Web Dispatcher Parameter
    wdisp/auto_refresh = 120
    wdisp/max_servers = 100
    wdisp/add_clientprotocol_header = 1
    wdisp/shm_attach_mode = 6
    configuration for default scenario (medium size)
    icm/max_conn      = 500
    icm/max_sockets   = 1024
    icm/req_queue_len = 500
    icm/min_threads   = 10
    icm/max_threads   = 50
    mpi/total_size_MB = 80
    #maximum number of concurrent connections to one server
    wdisp/HTTP/max_pooled_con = 500
    wdisp/HTTPS/max_pooled_con = 500
    SAP Web Dispatcher Ports
    icm/server_port_0 = PROT=HTTP,PORT=80
    icm/server_port_1 = PROT=ROUTER,PORT=443
    SAP Web Dispatcher Web Administration
    icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin
    HTTPURLLOC table (BW):
    MANDT
    SORT_KEY
    PROTOCOL
    APPLICATN
    FOR_DOMAIN
    HOST
    PORT
    100
    10
    HTTPS
    /SAP/BW/BEX
    Internal_host.company.COM
    8443
    100
    20
    HTTPS
    /SAP/BW/BEX
    webdispatcher_host.company.COM
    443

    Hi James -
    We're running EP 6.0 SP16 (WebAS 640 NW04) and BW 3.1/3.2 Content (WebAS 620).

  • Where to find message port for ecc 6.0 ?

    Hi experts
    I am creating a tecnical system(ECC WEBAS) in pi. there we have option called message Port.
    so my quesiton is how to find the message port for this ?

    Hi Praveen
    Normally 36xx is the message port for ECC6.0 where xx is the instance numr of sap system.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4e515a43-0e01-0010-2da1-9bcc452c280b

  • Firewall Ports for ERP

    Hi Friends,
    I just installed ERP6 with EHP7 on SuSE Linux Enterprise Server 11 SP2(SLES), but I found that I could not connect the ERP from SAPGUI unless I disable the firewall of SLES. I have opened tcp ports 3200 3300 3600 3601 on the firewall, could you please tell me if any ports needed ?
    Thanks & Regards
    Harold

    Hi Harold,
    Please check the link for all SAP port related information
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/4e515a43-0e01-0010-2da1-9bcc452c280b?QuickLink=index&…
    Thanks and regards,
    Nikhil

  • Firewall ports for B2B ( Telepresence with CUBE)

    Could any body let me know what firewall port need to be open for B2B set up telepresence with CUBE on SIP trunk.
    Please suggest
    Regards
    Gautrav

    Hi Harold,
    Please check the link for all SAP port related information
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/4e515a43-0e01-0010-2da1-9bcc452c280b?QuickLink=index&…
    Thanks and regards,
    Nikhil

  • Start Page for Portal

    Hi Experts:
    How can I modify the portal start up URL from
    http://<hostname>:<port>/irj/portal to http://<hostname>:<port>/test but still run SAP portal?
    I tried creating alias. I also tried modifing the start page none seem to work.
    Any suggestion would be greatly appreciated.
    Thanks,
    Praveen.

    Hi Praveen,
    Please check these threads
    [Change Portal URL;
    [Change portal URL;
    Wiki Link,
    [https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/change%2bportal%2burl]
    Reward Points for Helpful answers
    Thanks,
    Vamshi

  • How to create a new account for Portal

    Hi,
    I just installed portal in my windows xp pc. Currently, I can log into the portal home page as a single sign-on user. (super user). I'm wondering how to create a new account for a portal user so that I don't have to sign on as an admin.
    Thank you so much for your reply,
    Emily

    login into SSO and create an User
    1. Login into Portal -> Builder ->Administer click on User Management which takes you to oiddas were you can create the user
    or login into sso directly
    http://<host>:<port>/pls/orasso
    http://<host>:<port>/oiddas
    Murali

  • Virtual host name for Portal (EP6 SP9)

    Hi,
    I just tried to set virtual host for the portal URL of a EP6 SP9. I set an DNS-Alias portal.company.com for the IP-adress leading to hostname.company.com. So, http://portal.company.com:50000/irj already leads to the portal start page.
    I cannot find any differences after setting the virtual host alias 'portal' in the J2EE Administrator. I read the documentation in help.sap.com ... don#t know how to proceed. When looking at the access path in the details menu of a KM file, I still get the hostname.company.com-URL ....
    In addition, can I switch the J2EE Engine make listen to port 80 and lead the alias directly to /irj, so that http://portal.company.com directly leads to the portal logon page??
    Thanks for any help
    Martin

    Hi Martin,
    1. To change the target URL of KM resources you can to the following:
    Access the URL Generation Service Configuration by navigating to:
    System Administration -> System Configuration -> Knowledge Management -> Configuration
    Content Management -> Global Services -> URL Generator Service
    Change the Host property to "portal.company.com".
    2. You change the Port by opening the Visual Administrator and going to : Dispatcher -> Services -> HTTP Provider
    Change there the "Ports" entry from (Port:50000,Type:http)to (Port:80,Type:http). Then go on "Save".
    3. To remove the "/irj" from the portal URL you can create a index.jsp with the following content, and save it in the J2EE Documentation folder:
    <Drive>:\usr\sap\<SAPSID>\JC<J2EE_instance_number>\j2ee\cluster\server0\apps\sap.com\com.sap.engine.docs.examples\servlet_jsp\_default\root
    <%
    //Send the redirect using server redirection (not client script)
    //This will also send the HTTP GET parameters
    String queryString = request.getQueryString() ;
    if (queryString==null ) {
    response.sendRedirect
    ("irj/servlet/prt/portal/prtroot/com.sap.portal.navigation.portallauncher.default") ;
    } else {//redirect with HTTP GET parameters
    response.sendRedirect
    ("irj/servlet/prt/portal/prtroot/com.sap.portal.navigation.portallauncher.default?" + queryString) ;
    %>
    Hope this helps,
    Robert

Maybe you are looking for

  • Member Formula in Outline

    Using the members: __Measure: (dense)_ Exchange rate_local rate cost currency(sparse) -usd -gbp Mkt(sparse) Pdt (sparse) in measures, I tried adding a formula against local rate if *(cost>0),* local rate (member) = cost / fxrate-> anymkt->anypdt; end

  • Time Capsule can't find it's own hard disk every week and a half

    I purchased the 2 teirabyte Time Capsle and received it in the mail around the 5th of this month.  Aproximately every 11 days or so, Time Capsle can't find its own hard drive.  I have to keep going into the Airport utility and manually selecting it. 

  • How do I hook up a G3 iBook to my home network with only Windows machines?

    I'm completely ignorant of Apple technology but pretty good for a novice with Windows PC's. To help a family member with an iBook (Mac OS 10.3.9) back up a gazillion family photos (at least 3.2GB in the iPhoto Library), we want to connect his iBook t

  • Convert single photo to pdf

    I need advice to convert a single photo to a pdf, for the purpose of attaching to an eamil.

  • ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase REST

    I had the following exception <LifecycleImpl> <_handleException> ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1 java.lang.NullPointerException      at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap