Allowing ETL remote access to the PO Server
The PO Server must allow the ETL to access it remotely from the PME Server.
To allow remote access to the PO Server:
- In Windows Explorer, navigate to ..\Program Files (x86)\Schneider Electric\Power Operation\v2022\Applications\AppServices\bin.
- Open
Services.xml
. - Search the file for
<EndpointName>Data/RequestHandler</EndpointName>
and change only this hosted service’sAllowRemoteAccess
value totrue
:<AllowRemoteAccess>true</AllowRemoteAccess>
- Save the file.