Error on export data store to csv smart service

HI

Im getting this error one the process model of Export Data Store Entity to CSV

An error occurred while attempting to setup the export for ADDRESSUPDATE. Please contact your system administrator for additional details. (APNX-1-4505-054)

Any ideas?

Thanks

Neil

  Discussion posts and replies are publicly visible

  • 0
    Certified Lead Developer

    Hi,

    Would you be able to post your code as well to which would give us more insight around the issue. Also, please check the below usage consideration and see if the issue could be resolved. 

    The following configurations and expected behavior apply when using the Export Data Store Entity to CSV Smart Service from the process modeler:

    • To export fields in a specific order, make sure to specify the Selection parameter. Otherwise, the order of the exported fields will not be guaranteed.
    • You may specify either the Selection parameter or the Aggregation parameter but not both. If you do not specify either parameter, all fields are returned.
    • You may specify either a LogicalExpression or a list of Filters in the Filters parameter but not both. If you wish to specify only one condition, specify a Filter. If you wish to specify more than one condition, use LogicalExpression or use a list of Filters.
    • To create a CSV file with data from different data store entities, use multiple nodes of this smart service. You can use the Document to Update when exporting a second data store entity.

    Thanks