Find File Using Wildcard on Unix Server

KidJDE

Member
Hi All,
The requirement is to search a file in a windows directory and then read it and insert data into JDE. BSFN B9600471 Find First File Matching Wildcard does not works on server as it is a Unix Server. Is there a way I can find a file on the mounted windows shared directory on Unix Server ?
 
KidJDE,

The way I do this is to execute a unix command that lists files using a wildcard and pipes the output to a file, using the Execute External Program business function. I then read the file using the apropriate business functions (Post 169559).
 
Back
Top