Merge TMP Directory Linux

TMP directory for merge in Linux

DocOrigin Mergie writes to a tmp directory called /tmp/AtwTempFiles which is created using root’s default umask of 022 in Linux.   This does not allow users other than root to run Merge unless we manually change it to full read/write/execute permissions.   A client wanted a new tmp directory to be created every time a user runs it to be owned by their username or default to being created with full read/write/execute permissions.

To do this you can set a Linux environment variable TMPDIR pointing to the directory that you wish to use.  We suggest adding the setting of TMPDIR to the DO shell script.

    • Related Articles

    • License Key file not working

      When placing key file in the bin directory, make sure there is no other .key or .xkey files in the DO/BIN directory. The .key file sent to you should be the only .key file in the DO/BIN directory. It is also suggested that you run a merge -renew ...
    • registry error 'Default-PDF.prt' is not available

      The configuration file specified in the registry: "Default-PDF.prt" is not available. Using the default configuration file: "Default-PDF.prt". This error is caused by installing under one user and siging in and trying to use Design as another user. ...