0

I am using IICS to run a taskflow containing two mapping tasks.

The data source is set as a parameter and is assigned in an assignment inside the taskflow. In the assignment I set the source of both mapping tasks equal to an input parameter created in the Start object.

I then attempt to test using the taskflow "Run Using" option. The taskflow errors stating that "Operation failed: Object(s) [abc.txt] not found".

I am trying to figure out why the process can't see the file. Inside of the mapping tasks when I set up the source I am able to select it without issue.

Maciejg
  • 3,088
  • 1
  • 17
  • 30
Macrus
  • 69
  • 6
  • 1
    Where is the file located? Have you provided full path from the server perspective? – Maciejg Mar 30 '23 at 16:30
  • It is located in a bucket inside GCS. When I use "Run Using" I have the parameter with the full location (minus gs://) and file name – Macrus Mar 30 '23 at 19:05
  • 1
    It seems to me that it can not be reached by Secure Agent. Try placing the file locally in infashared folder and give it a go. Next steps would depend on the results of the test. – Maciejg Mar 31 '23 at 09:16
  • Provide full path. In case of isseus, test the path if it's reachable from server perspective. – Maciejg Apr 04 '23 at 05:21

1 Answers1

1

I got it working by hard coding the directory in the advanced section in the mapping task in the source section. This includes the gs://

Macrus
  • 69
  • 6