The Process of Connecting UNIX and NT Directories

When your application runs on UNIX, exporting and importing packages involves additional considerations if you create data mover scripts on the UNIX machine and run the data mover used for importing and exporting packages via an NT Process Scheduler.

Because UNIX and NT reference directories differently, you must define a shared directory that can be accessed by both platforms. In order to do so, the same paths must be mounted on both platforms. The path name must be defined identically on both machines. For example, we have defined the following directory structure to store datamover files:

  • NT system: \\xx-xxx\hcm\datamover\

  • UNIX system: /xx-xxx/hcm/datamover/

When you specify the path names before creating scripts, importing packages, or exporting packages, you must always use the NT notation including the double back slash. PeopleCode automatically transcribes the path name to the appropriate platform notation when needed.

Important:

You must add the location of your scripts to the psprcs.cfg file in the NT Process Scheduler. You should verify that the section marked [Data Mover] has the Input and Output paths pointed to the same drive.