Table Conversions on the AS/400

munster

Member
We have created a table conversion that picks up a CSV file and drops it into the F0911Z1. The process works fine when run locally however, when run on the AS/400, the job goes immediately into error. Package built on AS/400 only successfully, (have turned on logging in the JDE.INI for the AS/400 on the Dep. server, but cannot find any output). Are there any configuration issues relating to table conversions running on the AS/400?

Thanks for your help
Morgan
Xe6 SP22Q1 AS/400
 
Hi,

Where is the TC UBE retrieving its data from?
Check that you're not using DOS paths like C:\folder\xx.txt,
because they're not understandable by OS/400.
Your OS/400 has to access local IFS paths which look
like /folder/xx.txt (with regular slashes, not backslash)
or /folder/subfolder/yy.txt
 
CSV file has to be read and update jde tables

Hi,

Using business function in the UBE we tried retrieving data from CSV file and drops it into the F47011 and F47012.The process works fine when run locally (c:\\book1.txt) but when we run giving the network path as (\\folder\abc) the job goes immediately into error displaying error message as "open input file unsuccessful

Please help me to solve this issue.

Thanks,
Nirupama
 
Morgan can you explain how you did this? what are the commands you use? I am looking to do something similar. thanks
 
Back
Top