Decision Management (ODM,ADS)

 View Only
Expand all | Collapse all

Download projects from Decision Center 8.8.x

  • 1.  Download projects from Decision Center 8.8.x

    Posted Thu September 26, 2024 06:52 AM

    We're migrating a customer from ODM 8.8 to a newer version. There're more than 700 projects and we would like to download/upload the projects with a script. In current version there is an API for upload but in version 8.8 the application decisioncenter-api didn't exist, the administration was done in teamserver application.

    Is there a way to programatically download projects from ODM 8.8.x?

    maybe some Java API or ant script task or other hiden feature that could help us?



    ------------------------------
    Eduardo Izquierdo Lázaro
    Automation Architect
    DECIDE
    Madrid
    609893677
    ------------------------------


  • 2.  RE: Download projects from Decision Center 8.8.x

    Posted Fri September 27, 2024 04:28 AM

    Hello Eduardo, you can have a look at the IlrSessionHelper java APIs importProject and publishProject that should allow you to extract the project as a zip than can then be imported elsewhere.

    However, with your approach, you're only migrating the latest version of the rules from one instance to another, you would not keep the full history of versions. You may also consider the migration of the DC database in order to carry forward authoring history.



    ------------------------------
    Guilhem Molines
    ------------------------------



  • 3.  RE: Download projects from Decision Center 8.8.x

    Posted Fri September 27, 2024 07:23 AM

    Hi Guilhem, nice to talk you again.

    Thanks a lot for the pointer, this is exactly what we want, history of changes is not needed.



    ------------------------------
    Eduardo Izquierdo Lázaro
    Automation Architect
    DECIDE
    Madrid
    609893677
    ------------------------------