App Connect

 View Only
  • 1.  ACE | ODMRule Node | Error Configuring ODM Server policy

    Posted Tue December 07, 2021 05:07 AM

    Hi,
    I have created ODM Ruleset and deployed to Rule Execution Server. Now i want to use this rule in App Connect using ODMRule Node. 
    In the configuration I have configured the rule path and ODM server Policy but getting error while deploying application.  Please advise.


    More details can be provided if needed.



    ------------------------------
    Roshan Khan
    ------------------------------


  • 2.  RE: ACE | ODMRule Node | Error Configuring ODM Server policy

    Posted Wed December 08, 2021 02:26 PM
    Hello,

    It looks like you haven't quite set the resServerURL property of you ODM Server policy up correctly.
    If you want to point at a ruleset that you have downloaded and placed locally the property has to be set like this:
      file://c:\Users\Administrator\Downloads\ruleApp_Sale_1.0.jar
    where the file:// at the front is important and looks to be what you're missing.
    If you're trying to setup the policy to connect to your ODM res server to download the ruleset itself then the property needs to be set something like:
      http://myresserverhost:9080/res/

    Here are some relevant doc links:
    https://www.ibm.com/docs/en/app-connect/11.0.0?topic=properties-odm-server-policy-odmserver
    https://www.ibm.com/docs/en/app-connect/11.0.0?topic=rules-using-local-ruleset-archive

    Thanks
    David



    ------------------------------
    David Coles
    App Connect Developer
    ------------------------------



  • 3.  RE: ACE | ODMRule Node | Error Configuring ODM Server policy

    Posted Thu December 09, 2021 08:00 AM
    Thanks David i was able to connect by placing "file:///" as prefix. And it was 3 ///s.

    Can you please check whats the issue if i try to connect with the URI "http://localhost:9090/res". it gives me below error while deploying.

    Please advise. 

    Policy Configuration:

    Creating security identity:



    Error




    ------------------------------
    Roshan Khan
    ------------------------------



  • 4.  RE: ACE | ODMRule Node | Error Configuring ODM Server policy

    Posted Thu December 09, 2021 01:17 PM
    Hello,

    Did you restart your node and/or server after running mqsisetdbparms? if you don't then the new credential won't be picked up as they are only picked up on startup. I think everything else looks to be setup/configured correctly from your screenshots.

    Thanks
    David

    ------------------------------
    David Coles
    App Connect Developer
    ------------------------------