When reading the documentation about preparing a migration job that uses procedure Output File, the text shows:
Write data to a server file
When File Location = OnServer File Path must be a valid directory object. The column has a List-Of-Value with valid directory objects.
So logged in as IFSAPP in the database an Oracle directory MIGOUTFILES was created with C:\MigOutFiles as path on the server (I have created it on the database server).
Let's take the company as view to export. I select MIGOUTFILES as output path. File name is Companies.txt and File location is set to OnServer.
To make this as simple as possible, in the File Mapping only one field/row is created with field COMPANY.
All rules are inactive.
When starting this migration job online the system reports: Failed to open file Companies.txt on MIGOUTFILES.
The windows directory exist, so why do I get this message?