Skip to main content
Known Participant
November 18, 2009
Answered

How to configure FMS 3.5 to work with FMLE 3.0.1.5963

  • November 18, 2009
  • 3 replies
  • 770 views

My problem and I SWFVerification enabled on the server and saw that FMLE does not connect more, I looked for some explanation and I saw that if that is enabled for SWFVerification you must also change UserAgentExceptions tag <Exception from = "" to =""/> at this point I added this change
<Exception From="FME/0.0" to="FME/4.0"/>
but I saw FMLE does not connect as little to solve this problem

Thanks to all ...

    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer vgokhale

    Hi

    Please set the UserAgentExceptions tag as <Exception from="FMLE/1.0" to="FMLE/3.0"/>. The user agent value was changed as FMLE/{Version}

    Thanks

          Viraj

    3 replies

    Participant
    November 20, 2009

    Hi, you need to add

    <Exception From="FMLE/0.0" to="FMLE/4.0"/>

    regards,

    Andre

    vgokhaleCorrect answer
    Participating Frequently
    November 18, 2009

    Hi

    Please set the UserAgentExceptions tag as <Exception from="FMLE/1.0" to="FMLE/3.0"/>. The user agent value was changed as FMLE/{Version}

    Thanks

          Viraj

    CMCadIDAuthor
    Known Participant
    November 19, 2009

    yes working, tankyou !