Step-by-step example
We now know what we'll be doing, so let's get started!
Expanding the topology for file handling
As we saw in the overview of the task, the first step is to expand the topology to add a reference to the file folder that holds the input files.
We first click on the Topology tab to switch to the Topology Navigator.
As we expand the Files technology node, we see the default FILE_GENERIC data server under the file technology.
If we double-click (or right-click and select Edit) on the FILE_GENERIC data server node, the window that opens shows that the username and password fields are blank.
Tip
File access permissions
ODI will use the file access permissions of the operating system's user while executing the runtime code to process the files. So when using ODI Studio (as we are for this example), it will be the user who started Studio; when using a Standalone Agent, it will be the user that started the agent process; when using a Java EE agent running in WebLogic Server, it will...