Reltio Connect

 View Only
  • 1.  Reltio custom solution - issue updating Client credential

    Posted 11-06-2024 11:43
    Hello team,
     
    We need service accounts updated on time. We have custom source from Reltio which has build issues. This is a standalone Java application and does not have any binary and use any build tools.  The necessary files for client credentials are updated. However the process wont take the new class.
     
    Directory structure:
    config
    logs
    bin
    lib
    classes
    database
     
     
     
    Following error:
    Getting the below package error
    /opt/cloudhost/esp/ihub/classes/com/interfaces/ProcessVendors.java:9: error: package com.dxc.interfaces.util does not exist
    import com.dxc.interfaces.util.Log4jLogger;
                                  ^
    /opt/cloudhost/esp/ihub/classes/com/interfaces/ProcessVendors.java:10: error: package com.dxc.interfaces.util.db does not exist
    import com.dxc.interfaces.util.db.DBUtility;
     
     
    The packages do exist. How to build the project without any dependency issues of packages.
     
    Any help will be highly appreciated.
     
    Thanks


    ------------------------------
    Madhu S

    ------------------------------


  • 2.  RE: Reltio custom solution - issue updating Client credential

    Reltio Employee
    Posted 11-06-2024 12:09

    Hi Madhu - I'm going to delete the other posts you put up that are duplicates.  Please note since this was your first post, it had to go through an approval process first.  I have reached out to the teams who should be able to help you!  



    ------------------------------
    Sara Brams-Miller
    ------------------------------



  • 3.  RE: Reltio custom solution - issue updating Client credential

    Posted 11-06-2024 12:18

    Thank you so much for your reply.

    I tried posting and since the post dint show up, I retried. Apologies.
    Any help on the issue will be highly appreciated.
    Note: The solution was provided by Reltio. I have made necessary  source code changes. All I need is the build steps for the standalone package structured codebase..Tried including class path but the latest class wont just reflect for the run. Let me know if you need to have a call to run through the issue. Need the client credentials updated at the earliest.

    Thanks