Step 2: Add SWIFTNet Configuration to the Paramfile for the FileAct 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.
Complete Step 1: Configure the SWIFT Adapter for the FileAct Store and Forward Scenario before you begin this step.
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:FileactStub
#subsystem_group:fileactsnf
#subsystem_dependency:Support,Swarm
subsystem_nature:critical
subsystem_start:
spawn "snlreceiver -SagMessagePartner <Server MessagePartnerName for fileact SnF> -AdapterMode fileact"
*END
subsystem_stop:
*KILL9:snlreceiver
*END
subsystem_status:
*NB:1:snlreceiver
*END
start_event:SNL001:subsystem FileactStubSnF is up
stop_event:SNL002:subsystem FileactStubSnF 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
Complete steps
FileAct Store and Forward Scenario
Step 1: Configure the SWIFT Adapter for the FileAct Store and Forward Scenario
Step 3: Create Send Ports and Receive Ports for the FileAct Store and Forward Scenario
Step 4: Test FileAct Store and Forward End-to-End Scenario