共用方式為


步驟 2:針對 InterAct 即時案例將 SWIFTNet 設定新增至 Paramfile

在 SAG 中建立的伺服器訊息夥伴必須在 SWIFTNet 參數中指定,才能讓接收者使用這些值初始化。 開始程式之前,您必須完成 步驟 1:設定 InterAct Real-Time 案例的 SWIFT 配接器中的指示。

將 SWIFTNet 組態新增至 paramfile

  1. 在文字編輯器中開啟參數,例如 [記事本]。

    paramfile 通常位於:C:\SWIFTAlliance\RA\Ra1\cfg\paramfile

  2. 在 paramfile 中,進行反白顯示的變更,以指定伺服器訊息夥伴名稱:

    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」

    *結束

    subsystem_stop:

    *KILL9:snlreceiver

    *結束

    subsystem_status:

    *NB:1:snlreceiver

    *結束

    start_event:SNL001:subsystem InteractStub 已啟動

    stop_event:SNL002:subsystem InteractStub 已關閉

    #subsystem_name:User

    ##subsystem_group:user

    ##subsystem_dependency:

    #subsystem_nature:critical

    #subsystem_start:

    #*END

    #subsystem_stop:

    #*END

    #subsystem_status:

    # *END

    # start_event:SNL001:子系統使用者已啟動

    # stop_event:SNL002:子系統使用者已關閉

另請參閱

InterAct 即時案例
步驟 1:針對 InterAct 即時案例設定 SWIFT 配接器
步驟 3:針對 InterAct 即時案例建立傳送和接收埠
步驟 4:測試 InterAct 即時端對端案例