Connections from E-Mail Notifications

Issue: When you click a link in an e-mail notification and then enter your credentials in the login screen that opens, you are directed to a page that says you cannot connect.

Solution: Follow these steps:

  1. Navigate to MIDDLEWARE_HOME/user_projects/domains/EPM_System/bin.

  2. Open setDomainEnv.cmd with a text editor, and locate this line:

    set JAVA_OPTIONS=%JAVA_OPTIONS% %JAVA_PROPERTIES% -Dwlw.iterativeDev=%iterativeDevFlag% -Dwlw.testConsole=%testConsoleFlag% -Dwlw.logErrorsToConsole=%logErrorsToConsoleFlag%

  3. Add this setting at the end of the line:

    -DchangeSessionIdOnAuthentication=false

    The edited line reads as follows:

    set JAVA_OPTIONS=%JAVA_OPTIONS% %JAVA_PROPERTIES% -Dwlw.iterativeDev=%iterativeDevFlag% -Dwlw.testConsole=%testConsoleFlag% -Dwlw.logErrorsToConsole=%logErrorsToConsoleFlag% -DchangeSessionIdOnAuthentication=false

  4. Restart all managed servers on the machine, including WebLogic Administration Server.

Note:

For a multinode installation, you must follow these steps on each machine.

If no Windows services have been set up, as in a new environment, no additional steps are needed.

For an environment with Windows services already set up, follow these additional steps: