When the PPM database is hosted on an Oracle database server, enable the Microsoft ASP.NET State Service for persisting session information on the Primavera Portfolio Management Primary Back-End server as follows:
- Open the Registry Editor (regedit) and locate the registry value:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters\AllowRemoteConnection
- If the value
AllowRemoteConnection
does not exist:- Create a new REG_DWORD value named
AllowRemoteConnection
; - Set its value to 1.
- Create a new REG_DWORD value named
- (Optional) Change the port for ASP.NET State Service handles communications by modifying the registry value:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters\Port
Otherwise, the default port is 42424.
- Open the Services screen, and start the ASP.NET State Service.
- Modify the settings for this service to start automatically when the server is restarted.