Batch Job - File Reading

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
CameronDouthitt
Posts: 15
Joined: February 10th, 2022, 10:16 am
Contact:

Batch Job - File Reading

Unread post by CameronDouthitt »

1. I have a batch job that use a file reading service.
2. I have the file stored on the app server.

ISSUE - When I run the batch job, it looks for the file on the batch job server instead of the app server so it doesn't actually find the file. When I run the batch job in step on the canvas of the batch job, it does find the file because it's looking to the app server correctly.
I have tried this with ReadCSV and ReadDelimitedFile.

ANSWER - The fix for this is that I just store the file on the web server and it always looks to the web sever for the file.

QUESTION - Should these services be able to use files from the app server when run in a batch job like this?
word count: 137

Tags:
SumanPrasad
Posts: 88
Joined: August 26th, 2021, 5:21 pm
Contact:

Re: Batch Job - File Reading

Unread post by SumanPrasad »

I agree that services that takes file location = App should always point to the app server and not batch job server where it is running. This bug will be reported and this post will be updated with task is created and when it goes to PD.
word count: 46
SumanPrasad
Posts: 88
Joined: August 26th, 2021, 5:21 pm
Contact:

Re: Batch Job - File Reading

Unread post by SumanPrasad »

We have create a task 10384 to work on this.
word count: 10
JustinVanRegenmorter
Posts: 536
Joined: August 26th, 2021, 9:56 am
Contact:

Re: Batch Job - File Reading

Unread post by JustinVanRegenmorter »

This issue has been taken care of in the latest version of EASYProcess.
word count: 13
Post Reply