Solved

How to configure ARP broadcast from PSO to FSM


Userlevel 1
Badge +7

Hi Team,

 

Can you please provide basic steps on how we can configure ARP Broadcast from PSO to FSM? We need to get position and team related data from PSO to FSM. We understand this can be done using ARP Broadcast. Kindly provide basic steps on it. 

 

Regards,

AJAY

icon

Best answer by Sajith Anushan 16 May 2022, 07:00

View original

5 replies

Userlevel 6
Badge +21
  1. In FSM, set UNAVAILABILITY_EXCEPTION_TYPE parameter. This should be comma separated Unavailability Categories used in PSO.
  2. In PSO, set BroadcastARPDataOptions parameter to Send to a webservice and BroadcastARPDataContinously to true. BroadcastARPDataType should be Send details of changes since the previous output.
  3. Give WebSericeID as “360OUTPUT”. Give any FSM system username to WebServiceUsername and its password to WebServicePassword. 
  4. Set WebServiceURL. It should be in below format.
    https://myfsmserver/MetrixIntegrationService/M5WebService.asmx/ProcessPSOArpOutput
  5. Set BroadcastARPDataTimeOfDay and restart PSO ADM Service.
Userlevel 1
Badge +7

Thank you very much Sajith for providing required steps. In case we need to broadcast data in XML file, what all parameters and changes are required?

 

Regards,

AJAY

Userlevel 6
Badge +21

To FSM, it is broadcasting as a XML. If you have enabled output logging in FSM, threesixty output history should record the message. So you can fetch it from there.
If you are referring to take the broadcast as a separate xml file, you can set BroadcastARPDataOptions to Write to a file and give a folder location in PSO application server. Then the broadcast will save there. This cannot be done in Azure environments though.

Badge +3

Thanks Sajith for the response. Can you please let us know how can we create an inbound XML Map to Process this ARP Broadcast which contains the Teams and its members? We also need to save the teams and members details in a custom made table in FSM. Can you please suggest how can we do that?

 

Regards,

Mohammed Javed

Badge +4

Hi @Sajith Anushan,

For Azure environments, if we want to extract the PSO Broadcast file, is there a way to do that?

 

Regards,

Shamika

Reply