Test Data Manager

 View Only
  • 1.  ARD email configuration

    Posted Apr 21, 2021 02:55 AM
    Hi Team,

    We have created  a self service catalog tile using ARD. The generator it is connected to has pre and post publish action along with Javelin workflow.
    After submitting the request, two jobs are showing under Submitted requests (GROUPJOB and PUBLISH) and we are getting the logs over mail as well.

    But our requirement is to get the generated data as well over mail along with the logs. Is there any way to configure/modify mail settings to achieve this scenario?

    Regards,


  • 2.  RE: ARD email configuration

    Broadcom Employee
    Posted Apr 21, 2021 01:24 PM
    @Ashish Jaiswal   Suggest you use Javelin's email capability (Communications/Email Extended) to send the generated data (if flat file based) to the user.   The data will be in the PUBJOBOUTDIR/PUBJOBID directory.​


  • 3.  RE: ARD email configuration

    Posted Apr 22, 2021 02:00 AM
    Hi Scott,

    We are generating data directly into the tables. Is it possible to pick the data directly from table and sent it over mail once the data is generated.

    Regards.


  • 4.  RE: ARD email configuration

    Broadcom Employee
    Posted Apr 23, 2021 02:52 PM
    Javelin has workflow steps to query databases (SQL Server, Oracle, DB2) that could be used to return the specified data to be included in the email.