Delphix Toolkits (dxToolkit and dxmToolkit)

 View Only
  • 1.  dxmc upgrade causing error listing applications onboarded Masking engine

    Posted 11-01-2023 09:56:00 PM

    Delphix Masking Engine version 13.0.0

    Old dxmc version:  dxmc-v0.8.2.1-win64

    New dxmc version : dxmc-v0.9.6-win64\dxmc

    Able to add Delphix engine successfully, however below command failed

    D:\dxmc-v0.9.6-win64\dxmc> ./dxmc application list
    Engine name None not found in configuration

    Error Log:

    ERROR:DxTools:81 - get_list_of_engines()] Engine name None not found in configuration



    ------------------------------
    PETER SURESH JAYARAJ
    DBA
    Israel Discount Bank of New York
    ------------------------------


  • 2.  RE: dxmc upgrade causing error listing applications onboarded Masking engine

    Posted 11-02-2023 02:09:00 PM

    Hello,

    From the error no engine has been defined for the "application list" command.  You can define one with the options "--engine <engine_name>".  Or do you have a default engine added in your engine list?  You can review these via:

    dxmc engine list



    ------------------------------
    Newton Nyante
    Senior Technical Support Engineer
    Delphix
    ------------------------------



  • 3.  RE: dxmc upgrade causing error listing applications onboarded Masking engine

    Posted 11-02-2023 04:19:00 PM

    Hi Newton,

    Thanks for the update.  Yes, I have added masking engine successfully using below command and also able to query engine list "dxmc engine list".

    ./dxmc engine add --engine <Masking_Engine_Name> --ip <IP ADDRESS> --port 443 --username <Username> --default N

    Password:
    Repeat for confirmation:
    Engine added to configuration

    However, I couldn't list the applications.

    .\dxmc.exe application list
    Engine name None not found in configuration

    Both masking engine and target host are same subnet, no port issue. Not sure why unable to list application.



    ------------------------------
    PETER SURESH JAYARAJ
    DBA
    Israel Discount Bank of New York
    ------------------------------



  • 4.  RE: dxmc upgrade causing error listing applications onboarded Masking engine
    Best Answer

    Posted 11-02-2023 07:22:00 PM

    Peter,

    It looks like the "engine add" command is Unix-style and the "application list" command is Windows-style. Are you doing them on the same host, in the same directory?

    Also, it appears the command you used to add the engine included "--default N" so it was not added as a default. If you don't have a default engine, you need to specify the engine in the dxmc command line, like:

    .\dxmc.exe application list --engine  <Masking_Engine_Name>

    Then you would specify the engine and other needed information for other commands.

    Regards,



    ------------------------------
    David Lukas
    Delphix Support
    Delphix
    ------------------------------



  • 5.  RE: dxmc upgrade causing error listing applications onboarded Masking engine

    Posted 11-03-2023 01:08:00 PM

    Hi David,

    Thanks for your update that helps. Appreciate that. Able to run dxmc command to list application successfully.

    Thanks Newton for follow-up.

    Thanks,

    Peter



    ------------------------------
    PETER SURESH JAYARAJ
    DBA
    Israel Discount Bank of New York
    ------------------------------