Output files not created in project folder

Hi All,

My process currently extracts data table from SAP > Writes data table into excel and saves>email with attached files > moves to archive.

Problem:
When run on orchestrator it creates and saves excel into C:\Users\xxx.nuget\packages\xxx_zmar\1.0.5\content\Files

When running attended it will create file in project folder

Causing issue when moving files as excel is NOT created in project folder
As path is different

How do i get downloaded files to be in project folder when running on orchestrator

Thanks for all input

Hi @rayz1503 ,
Have you tried move file from that path to path in Project folder
regards,

Hi @Nguyen_Van_Luong1

That would be a additional step
ie. C:\Users\xxx.nuget\packages\xxx_zmar\1.0.5\content\Files > project folder > archive

Would rather have files downloaded to project folder > archive

We can create a folder in Project
add step copy file to copy file from download “project folder > archive” then destination folder is
C:\Users\xxx.nuget\packages\xxx_zmar\1.0.5\content\Files > project folder > archive
regards,

Every time i would publish a new version the path might change

C:\Users\xxx.nuget\packages\xxx_zmar*1.0.5*\content\Files

Yes, you can fix dynamic path or define it in config
regards,

There are multiple ways to achieve this here are the some.

  1. The best possible way is to configure the Path in the Project Config file and publish the packages so that the next time you run from Orchestrator the file will be downloaded to the respective path.
  2. Use the Arguments to pass the dynamic path from Orchestrator.

Hi @rayz1503

Best practice is to save the file in the Shared Drive which is accessible across all the environment. Or something like create a folder in C drive to store the report across all the environment. So even when you move from Test to prod or publish you will not face this issue.

Hope this helps :slight_smile:

Hi, please check below post

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.