Step 2: Add SWIFTNet Configuration to the Paramfile for the InterAct Real-Time Scenario
The Server message partners created in SAG must be specified in the SWIFTNet paramfile to enable Receivers to initialize with these values. Before you begin the procedure, you must complete the instructions in Step 1: Configure the SWIFT Adapter for the InterAct Real-Time Scenario.
To add SWIFTNet configuration to the paramfile
Open the paramfile in a text editor, such as Notepad.
The paramfile is typically located at: C:\SWIFTAlliance\RA\Ra1\cfg\paramfile
In the paramfile, make the highlighted change to specify the Server Message partner name:
username:snlowner
subsystem_name:InteractStub
#subsystem_group:InteractRT
#subsystem_dependency:Support,Swarm
subsystem_nature:critical
subsystem_start:
spawn "snlreceiver -SagMessagePartner <Server MessagePartnerName for Interact RT > -AdapterMode Interact"
*END
subsystem_stop:
*KILL9:snlreceiver
*END
subsystem_status:
*NB:1:snlreceiver
*END
start_event:SNL001:subsystem InteractStub is up
stop_event:SNL002:subsystem InteractStub is down
#subsystem_name:User
##subsystem_group:user
##subsystem_dependency:
#subsystem_nature:critical
#subsystem_start:
#*END
#subsystem_stop:
#*END
#subsystem_status:
# *END
# start_event:SNL001:subsystem User is up
# stop_event:SNL002:subsystem User is down
See Also
InterAct Real-Time Scenario
Step 1: Configure the SWIFT Adapter for the InterAct Real-Time Scenario
Step 3: Create Send and Receive Ports for the InterAct Real-Time Scenario
Step 4: Test the InterAct Real-Time End-to-End Scenario