Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added steps to prevent import issues.

...

The files to be imported must be accessible by the Nuxeo server. In order for the importer to have access to the files, you must mount or copy the old Patricia (P:) file share onto the nuxeo machine. It's more reliable and efficient to copy the files to the Nuxeo server instead of mounting. Therefore, we highly recommend you prepare a local copy of Documents folder first by using rsync or similar tool. 

Also:

  1. If the path contains a folder named Actor manually rename the folder to actor i.e. make the first letter lowercase.
  2. Make sure files under this path have the read permission for all.

Info
titleExample Mount Commands

Example mount command: linux (dom=YOURWINDOMAIN may not be needed):

mount -t cifs //server_ip_address/Patricia -o user=username,pass=mypass,dom=YOURWINDOMAIN /mnt/Patricia

 

Example mount command: MS Windows

net use p: \\server_ip_address\\patricia

...