Moving Of Files

Mistake

Active Member
Hi Folks,
I have a situation where i need to define a 'C' business function to copy files from one Location (Directory) to another, and launch a UBE for each file moved. I've developed the application on ERP 8.0 (B7334) Citrix Environment. For moving of files, I used CopyDirectory function (B9600422) and it worked fine. But, since the server is running on Unix, and since B9600422 is a client-only function, it fails to compile on server. So, is there any way to Move files from one Directory to another, and launch a UBE iteratively for each and evry file moved? (Remember, the functionality needs to be Client/Server (Windows/Unix) compatible).
Thanks in Advance,
Misty
 
Hi Misty,

We are using NFS to move files between the AS/400 and a Unix based Picking System in the warehouse, this also involves the IFS on the AS/400. NFS also has a flavor that runs on Windows. I don't know any details on the Windows version but it can't be too much different. NFS has been around a long time and would probably meet your needs. I hope this helps...

Darrell Allison
Systems Programmer
AS/400 V4R5 9406-730 8-Way / OneWorld B7332 SP11.3
 
Back
Top