Reltio Connect

 View Only
  • 1.  Reltio Deploy Custom JAR API

    Posted 10-08-2025 13:41

    Hi Team

    When I am running the Reltio Deploy Custom JAR API , its showing Authentication Failed although I am able to generate token for the collection but this is not getting authenticated, how to resolve this .

    API Used : 
    curl --location 'https://localhost:8443/workflow-adapter/workflow/TNHfFWaDXuvvHTQ/jarDeployments' \
    --header 'Authorization: Bearer s.AAAYxyi1L_1gxxctHQA253wn4MzMAwj8n9GrHR9_4ccZID5J-E-6R5H5AFZMvL2vHf24RowxxhhwcgBzAG4AkUg0uXTz8RXsQRiCl3ktEs2BZT--5DgYhQMk80ClBCK5fPyLw8iwC0TEsUEIQUfPIP2UtGqWokgJnRqlrsq_Qnrv4z_srcsc8Lnh5Z52uZcxLz3--B3r58ud33DrAmgyoKYEyksPfnwqI7EjKOOl374imZxzcgFgFjpVaJ1IS1aa5aIkCfWyVK6KYVKj2VSxSq2VGVjTpFo1azXrbhxUj4mxEoObAcrg44RlFEta1GrYRdEKnVo22Sorl1XplBclrZw2myg5RSiWWVM1pVZpddmMEtGsa7KyTqi1ptjwC_Ny2IzTAU_X-EFvnkONOZ375Xpz3HXO4NddvT-OvYfb1ETPYe7b9fLm4zvMIQc9kLN3R4nQC91s_OLv2XiXc3jj4P6eDmd29X1Y5w_EPFzW6L1x7HV4EzsTo0haI9RSis6A58OZbw73uz2334xUzapTpYXanQYUOSQ-NqAH9IBAAg8o_gZpoG2LHBHWNBYNRoRZQBoEAgsNJtoWAlA0ADEgj5c-_Pj4pZ_4-NL3j5-9G-LMFn7atr303cdOp9PQc9dYY441mHubcx1_uAM53z3r_aD5jegfBiFwxZy-mw3z22HO-W4PgJyoocqMCIkESUoLClkOIEJCjEKGtgESwKA4jmNIhKMYhqEYDjFGYIigCIiAGCJAQkKQZW8D4hqtLMxUgQCPJqx6KTIp2j08PM2ViMvIn33QIJLkhWhu6TDmxRQWrDBb20Arjgq0gBVPUEFFkogHiDRsBYXdugFAQARkFQp3lAkF1kY-wvfCMJGC2Gr2uSF9lcgEQmAUWam19d-2H9c6Ed0hk_cfK3cWY0UOm2KYx3LhniXA8yIF0MMPNRGc6D82jmJmqFb5Q_CBEN46B9Zz1b6nyd7s4aQruOChPeDfaiBME-sRR0QUVPP5mHmWQhybDn75PeMUedwS5cQrFoGsAldJh45T9rkfiFiY4--4rYg0nO8SP7B5hGKlb5ggl2Z1C87sShA_YMnam6JpWiNAXoSn4c6n7hEp6cVpP_qSwZ0EBcT8mFngbDtjET1cSh15yGkDHLOngVDAHsH7TnZUIJHE8UI7adpIkgOKtNGNEMSbnU7DNVB4KFidOh-yc3F46PYYK_tEYQw-aWoQpacei5303kOpQogTpK44Z_5_s_PX4XTfKdWF01Y46_-wuBo.Cs3WMLg7kIPt7GE_zrZg2M9NJbbmHjUFeDRrh6peCyV3k0tpDaSveRjZ3PGd8L58-iBbqBD2YRLv7c-CUuF_V8tmRffQSl7JMSEnPvKdZNpUuESYCGO1n09aDsXsEmIFd6z_w5QQX_yyC9UVRHqi-YOJeHMr-Ag6_iB7D1hpc6cK5SQ8tSL_j_vJ78pmdGCVGSpx66cqCziRl-_VGq2tyjwScH_ZZN-xbgWCWVBl21Y8Vr7_bJEH0M3YADO9uyYk8AHbPioy4r-oENAxGSvastuSMlK_Y2R7bF8Mx3AKXIzoAN6bhCP6g1DTXJleBvbl8EOFgMSRqMzz6uddX_l95g' \
    --header 'EnvironmentURL: https://mpe-01.reltio.com' \
    --header 'Content-Type: application/json' \
    --data '{"module": "novartis-custom-workflow-1.0.7.jar",
    "name": "CustomWorkflowBPA",
    "description": "Dev Workflow"}'

    Error Screenshot : 


    Please let me know its urgent.
    ------------------------------
    Priyam Shukla
    EPAM
    ------------------------------



  • 2.  RE: Reltio Deploy Custom JAR API

    Posted 10-09-2025 12:05

    Hi Priyam,

    The issue is with credentials stored in the properties file. Make sure the properties file has Client Credentials and it has ROLE_WORKFLOW_MANAGER , ROLE_API etc.



    ------------------------------
    Sheshadri V
    Workday
    ------------------------------


  • 3.  RE: Reltio Deploy Custom JAR API

    Posted 10-10-2025 05:00

    Hi Sheshadri,

    The APP.properties file has all the correct details and the Client Credentials mentioned is having all the above mentioned roles access.Please can you let me know any fix for this.

    Thanks
    Priyam



    ------------------------------
    Priyam Shukla
    EPAM
    ------------------------------



  • 4.  RE: Reltio Deploy Custom JAR API

    Posted 10-10-2025 05:07

    Hi Priyam

    Properties file should have client credentials same as below:

    Do check the commented grant, that will be causing the issue.



    ------------------------------
    Sheshadri V
    Workday
    ------------------------------



  • 5.  RE: Reltio Deploy Custom JAR API

    Posted 10-13-2025 01:11

    Hi 

    The command which you mentioned above is the same for App.properties file but still the error is coming. Please can you let me know any other fix.

    Thanks
    Priyam Shukla



    ------------------------------
    Priyam Shukla
    EPAM
    ------------------------------