Forum Discussion

TT's avatar
TT
New Contributor III
2 years ago

Workflow Import Error

When loading data through a workflow- and when "Load and Transform" is clicked-> we can get Import error like below. Where are these import error stored? I need to put the contents of below error in an email.

 

 

Where are these errors stored. 

5 Replies

  • It looks like you are executing this step manually, why do you need put the error content into a an email?

    • TT's avatar
      TT
      New Contributor III

      It will be executed ad a batch. Also, there will be other users who need to notified about what the error is.

      I want to know where the error is stored.

      • SimonHesford's avatar
        SimonHesford
        Contributor II

        If you are executing a batch process then you can get to most of that information via the items in the WorkFlowBatchFileColllection returned by the ExecuteFileHarvestBatch method

  • TT's avatar
    TT
    New Contributor III

    I need to capture that error and send in an email to multiple people, whether it is manually or through batch

  • sameburn's avatar
    sameburn
    Icon for OneStream Employee rankOneStream Employee

    Hi TT 

    That error is telling you that your data source isn't picking up any data to process. Rather than any activity related to Load & Transform. I would recommend reviewing the source data load processing log in the first instance (as per error) and resolve, to ensure you are returning data; before seeking to automate this via batch harvest

    Hope this helps

    Sam