Return to site

Sap Redirect Url Is Null

broken image


On your authentication server there is a so-called 'client profile' which has a redirect URL field, and that field can contain anything, but whatever the field contains it needs to be identical to whatever you put in the Oauth2.0 token request screen of Soap-UI. For more information, see To Configure the ume.logoff.redirect.url Parameter for SAP Enterprise Portal 7.0. Start the J2EE Engine configuration tool. The following example provides the path to the configuration tool on UNIX systems.

  1. Sap Redirect Url Is Null Error
  2. Url Redirect Checker
  3. Url Redirect Free
  4. Sap Redirect Url Is Null Hypothesis
To Configure the ume.logoff.redirect.url Parameterfor SAP Enterprise Portal 7.0

This is one of the post-installation tasks required when Agent for SAP Enterprise Portal 7.0/Web Application Server 7.0 hasbeen installed on SAP Enterprise Portal 7.0.

  1. Start the J2EE Engine configuration tool.

    The followingexample provides the path to the configuration tool on UNIX systems:

    SID

    represents the SAP system ID.

    instanceName

    represents the SAP Enterprise Portal 7.0 instance.

    For a graphical representation of the configuration tool as describedin the steps that follow in this task, see Figure 4–11.

  2. Click the pencil icon to switch to the configuration editor mode.

  3. Click the pencil and glasses icon.

  4. Select cluster_data -> server -> cfg -> services.

    The UME service property sheet appears.

Reveal codes in word 2016 for mac

  • Double click the following property sheet: com.sap.security.core.ume.service

  • Add the following custom value to the property named ume.logoff.redirect.uri:

    http://AMServices-host:AMServices-port/amserver/UI/Login?arg=newsession

    AMServices-host

    represents the fully qualified host name of the server where Access Manager Servicesare installed.

    AMServices-port

    represents the port number of the server where Access Manager Servicesare installed.

    Figure 4–11 SAP Config Tool: Configuring the ume.logoff.redirect.url Parameter
  • Introduction

    Portal Runtime errors can on occasion be more commonly encountered than we would like as Portal end-users. Often upon being presented with a Portal Runtime error we are baffled by its occurrence and actively seek its root cause and subsequently its resolution. If you have had experience with the Enterprise Portal for some time the likelihood of you being involved in such a scenario is high. This blog posting aims to look at a specific Portal Runtime error and will touch base on the steps to follow in the quest for a quick and straightforward resolution.

    Portal Runtime Error – Popup Principles

    Sap Redirect Url Is Null Error

    When a Portal Runtime error occurs the primary troubleshooting hints are normally provided to you as an end-user within the error exception details. From a high level perspective Portal Runtime errors can occur for a wide array of reasons e.g. invalid system configurations or application discrepancies. However troubleshooting Runtime error exceptions should always begin with labeling the “Exception ID” as the core point of interest.

    If you match the Exception ID to the trace file and application log you are already on you’re way to finding a resolution. Often breaking the issue down into small steps is the best means of troubleshooting analysis.

    Example – Portal Runtime Error

    Sap Redirect Url Is Null

    We are going to take the principles above and apply it to a sample problematic scenario and follow a troubleshooting resolution approach. Let us firstly imagine that you have recently performed a system change of some sort. This can be related to upgrades, system migrations, data transfers, SP implementation etc.

    Reproducing the Popup:

    1. Login to the portal from desktop.
    2. /' target='_blank'>http://<host>:<port>/irj
    3. Perform some navigation across the Portal Role menus which will prompt the issue to occur.
      • For analysis purposes capture the latest Default Trace Error Log File as per SAP KBA: 1596214 – How to find the latest default trace file of the NW AS Java right after reproducing an issue

    You find an Error in Trace – The “Old URL is Null”, what does this mean?

    If you proceed to analyze the default trace file based upon the Portal Runtime error Exception ID you will have seen the following reference

    • “NavigationService.redirect.recieved exception when calling to redirectors with URL”.

    The NavigationRedirector provides a method to retrieve redirected node names. A re-director must be registered in a means that recognizes the prefix of the navigation target. In this case the exception is occurring due to caching of the NavigationService.redirect recieve request when calling redirectors with the defined URL.

    Null

    Resolution

    Null

    The Navigation Cache is responsible for caching the navigation of the Portal, starting from the “Entry Point” level. As it caches navigation data like title, merge ID, sort priority:

    • If you make a change to the navigation of the user, the change might not be immediately visible causing subsequent errors.
    Url Redirect Checker
    Url redirect iis

  • Double click the following property sheet: com.sap.security.core.ume.service

  • Add the following custom value to the property named ume.logoff.redirect.uri:

    http://AMServices-host:AMServices-port/amserver/UI/Login?arg=newsession

    AMServices-host

    represents the fully qualified host name of the server where Access Manager Servicesare installed.

    AMServices-port

    represents the port number of the server where Access Manager Servicesare installed.

    Figure 4–11 SAP Config Tool: Configuring the ume.logoff.redirect.url Parameter
  • Introduction

    Portal Runtime errors can on occasion be more commonly encountered than we would like as Portal end-users. Often upon being presented with a Portal Runtime error we are baffled by its occurrence and actively seek its root cause and subsequently its resolution. If you have had experience with the Enterprise Portal for some time the likelihood of you being involved in such a scenario is high. This blog posting aims to look at a specific Portal Runtime error and will touch base on the steps to follow in the quest for a quick and straightforward resolution.

    Portal Runtime Error – Popup Principles

    Sap Redirect Url Is Null Error

    When a Portal Runtime error occurs the primary troubleshooting hints are normally provided to you as an end-user within the error exception details. From a high level perspective Portal Runtime errors can occur for a wide array of reasons e.g. invalid system configurations or application discrepancies. However troubleshooting Runtime error exceptions should always begin with labeling the “Exception ID” as the core point of interest.

    If you match the Exception ID to the trace file and application log you are already on you’re way to finding a resolution. Often breaking the issue down into small steps is the best means of troubleshooting analysis.

    Example – Portal Runtime Error

    We are going to take the principles above and apply it to a sample problematic scenario and follow a troubleshooting resolution approach. Let us firstly imagine that you have recently performed a system change of some sort. This can be related to upgrades, system migrations, data transfers, SP implementation etc.

    Reproducing the Popup:

    1. Login to the portal from desktop.
    2. /' target='_blank'>http://<host>:<port>/irj
    3. Perform some navigation across the Portal Role menus which will prompt the issue to occur.
      • For analysis purposes capture the latest Default Trace Error Log File as per SAP KBA: 1596214 – How to find the latest default trace file of the NW AS Java right after reproducing an issue

    You find an Error in Trace – The “Old URL is Null”, what does this mean?

    If you proceed to analyze the default trace file based upon the Portal Runtime error Exception ID you will have seen the following reference

    • “NavigationService.redirect.recieved exception when calling to redirectors with URL”.

    The NavigationRedirector provides a method to retrieve redirected node names. A re-director must be registered in a means that recognizes the prefix of the navigation target. In this case the exception is occurring due to caching of the NavigationService.redirect recieve request when calling redirectors with the defined URL.

    Resolution

    The Navigation Cache is responsible for caching the navigation of the Portal, starting from the “Entry Point” level. As it caches navigation data like title, merge ID, sort priority:

    • If you make a change to the navigation of the user, the change might not be immediately visible causing subsequent errors.
    Url Redirect Checker

    To resolve this issue you need to clear both the Navigation Cache along with the FPN Cache.

    Url Redirect Free
    • Navigation Cache:
      • To clear this firstly login to the portal from desktop (/' target='_blank'>http://<host>:<port>/irj).
      • Go to System Administration > Navigation > Navigation Cache before clicking on the Clear Cache button.
      • Clear the cache for the ROLES connector.
    Sap Redirect Url Is Null Hypothesis
    • FPN Cache (if applicable)
      • Login to the Consumer Portal wherein the federated portal cache needs to be synchronized.
      • Navigate to System Administration > Federated Portal > Myself as Content Consumer > Cache Management.
      • Under Clear Cache followed by the Synchronize Content, click on ‘clear the federated Portal cache’.
      • Select “Synchronize all content (if you have consumed large amounts of content, this may take a long time to complete).”
      • Select the “Synchronize with a selected producer” option.
      • Select the federated Portal (Producer) from the dropdown list that needs to be synchronized.
      • Click on the “Synchronize” button.
      • Please restart the Portal session by closing all the browser windows before logging into the Portal again.




    broken image