Configuring the P4 Port with Remote Delta Link
Usage
Applicable to: remote delta links
When implementing the remote delta link usage in a federated portal network, communication between the consumer and producer portal requires use of the P4 port of both portals.
Your portal (the producer) tries to calculate the P4 port number of the consumer portal by taking the HTTP port of the consumer and replacing the last HTTP port digit by 4.
· If the resultant value is not the same as the actual P4 port on the consumer (which may be the case as a result of load balancing or changes made by a system administrator, for example), then you must enter it in the portal service ProducerInformationService on your portal according to the procedure described below.
· If the resultant value is the same as the actual P4 port on the consumer, then you do not need to add any information to the ProducerInformationService service. You can skip this procedure.
· HTTP: 50000 → converted to P4: 50004
· HTTP: 50007 → converted to P4: 50004
· HTTP: 51002 → converted to P4: 51004
· HTTP port is 50000; consumer P4 port is 50005 (the portal updates the P4 port to 50004 based on the existing HTTP port)
· HTTP port is 51000; consumer P4 is 50004 (the portal updates the P4 port as 51004 based on the existing HTTP port)
As of SAP NetWeaver 7.0 SPS13, the consumer portal no longer tries to determine on its own the default P4 port of the producer portal. As a result:
· An administrator on the consumer portal must enter the P4 port information of the producer portal in the Producer Wizard or Producer Editor (new fields exist for entering P4 information).
· An administrator on the consumer portal must enter its own P4 port information in the Producer Registration screen (new fields exist for entering P4 information).
● A system administrator on the consumer portal has added your portal as a producer instance and has registered itself with your portal.
● You have the name of the consumer portal as defined by the consumer during registration. You can find the consumer name in the View My Consumers screen.
More information: Viewing Your Consumers
● You have the P4 port number of the consumer portal.

You may want to determine if your own P4 port can be calculated by the consumer portal using the formula described above. If not, then you need to provide your own P4 port information to the system administration on the consumer portal.
To identify your own P4 port, use the SAP Management Console to view the communication ports of the server. On the Java instance (not on the central server node), browse the tree structure of the SAP system to locate the Access Points node.
More
information:
SAP Management
Console and
Viewing and
Configuring the Communication Ports
...
If you have determined (as described above) that you need to update the ProducerInformationService service, do the following:
...
1. Using SAP NetWeaver Administrator on the producer portal, find the Web module, com.sap.portal.fpn.persistance. Then in the Web module, select the portal service, ProducerInformationService.
For information about how to access services in SAP NetWeaver Administrator, see Accessing Portal Services in SAP NetWeaver Administrator.
2. Update the AliasToPorts property in the following format: <consumer_name>=<consumer_P4port_number>
For example: name1=50004;name2=56004