Test Data Manager

 View Only
  • 1.  Javelin - unable to export published data

    Posted Mar 28, 2021 02:23 PM
    Hello,

    I am struggling to get the data exported using the TDM API using Javelin, while this is working when used in postman. Please can you advise what could be the issue

    Below is the error I am getting as part of the simple workflow post generating the token and while calling the POST method for export. Please note that the base url and the resource are referred correctly, and passing the authorization as part of header for export sequence.
    Unexpected character encountered while parsing value: P. Path '', line 0, position 0.








  • 2.  RE: Javelin - unable to export published data

    Broadcom Employee
    Posted Apr 14, 2021 06:19 PM
    Hi Mahesh,

    You can use "async" option to export and download the file asynchronously.

    Just give a try by putting "async=true" in the end of the resource.

    i.e.

    /TDMModelService/api/ca/v1/objects/33960/actions/export?projectId=5106&versionId=5107&async=true

    You should get a Json response and file downloaded under 

    C:\ProgramDataCA\CA Test Data Manager Portal\objects\projects_5106\versions_5107\\****

    Hope this helps.

    Cihan