Solved

Is it possible to setup Separate server for FSM integration

  • 21 February 2023
  • 4 replies
  • 77 views

Userlevel 1
Badge +6

There is requirement to install separate server of FSM Integration servers to manage integration load. Is there any recommend way to do this

 

icon

Best answer by roklde 24 February 2023, 15:59

View original

4 replies

Userlevel 6
Badge +23

Hi Mihiran,

the FSM Integration component “FSM Connect” is incorporated into the Application Server and you can’t install it separately. However, what you can do is to install additional Application Servers and remove the Smart Client and Web Clients components from the Installation. Then, you could route all the incoming integration traffic to those Server endpoints. You could also configure Integration Monitor schedules to only be processed by those dedicated Servers. A couple of customers are doing this and adding load balancing in front of those Servers. That way you could control the integration traffic partially.
 

The issue here is that you won’t be able to control outbound integration traffic completely as all Servers are talking to the same DB and one of them could pick up the outbound message. This can be controlled through a customization (called “staging logic”), which as far as I’m aware should be included into the baseline product soon (but no guarantee!).

Best regards
Roman

Userlevel 1
Badge +6

@roklde Hi thanks for answering, Is there any documents for that?

Userlevel 6
Badge +23

No, as the installtion process is similair to the “normal” Installation. You can remove components from the Installation by either removing/renaming them from the Installation package and/or unselecting them during Installation.

Note: To forcly remove the OData Interface you need to rename/remove the “Fsm.OData.zip” from the Install package.

Best regards
Roman

Userlevel 1
Badge +6

@roklde Let me try

Reply