Step 2: Add SWIFTNet Configuration to the Paramfile for the InterAct Store and Forward 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 this step, you must complete Step 1: Configure the SWIFT Adapter for the InterAct Store and Forward Scenario.
To add SWIFTNet configuration to the paramfile
Open the paramfile in a text editor, such as Notepad.
Note
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:Interactsnf
#subsystem_dependency:Support,Swarm
subsystem_nature:critical
subsystem_start:
spawn "snlreceiver -SagMessagePartner <Server MessagePartnerName for Interact SnF> -AdapterMode Interact"
*END
subsystem_stop:
*KILL9:snlreceiver
*END
subsystem_status:
*NB:1:snlreceiver
*END
start_event:SNL001:subsystem InteractStubSnF is up
stop_event:SNL002:subsystem InteractStubSnF 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 Store and Forward (Push) Scenario
Step 1: Configure the SWIFT Adapter for the InterAct Store and Forward Scenario
Step 3: Create Send Ports and Receive Ports for the InterAct Store and Forward Scenario
Step 4: Test the InterAct Store and Forward End-to-End Scenario