TC vs. fixed input path

Rayxue

Well Known Member
Hi List,

We have a few TC UBE input from csv like \\fold1\fold2\abc.cav, problem is both PRD and DEV share the same input source, and risk is our testing abc.csv may read by user run at PRD.

Thanks for any comments.
Xe, AS400
 
Hi Raymond,

Assuming you've already created the TCs and to change their source folders to a secure folder would be too much work, one possible solution would be to use the Delete or Copy Flat File BSFN. Keep your test abc.csv file somewhere completely separate, a folder called 'temp' for the sake of this explanation. Then, create another UBE that drives the whole process by 1) calling B4700230.c to copy temp\abc.csv to fold2\abc.csv; then 2) calling the TC; and 3) deletes fold2\abc.csv again using B4700230.c. This way, abc.csv will only be 'visible' to the PRD users for a few seconds at most. I hope this helps?

Regards,
Ash
 
Ash,

Your idea is quit good. Solution is simple enough and no CNC/Networking/user involve.

Thanks again
 
Pleasure mate. 'Simple is as simple does', that's what my mother always said. Hope it goes OK...
 
Back
Top