Cannot create warehouse path in the warehouse. Path too long¶
SYMPTOMS:¶
MAGIQ Documents uses warehouse paths to store document content and other meta files.
The warehouse paths are specified at the time of the installation but can later be changed or moved.
If you were referred to this article during normal use of MAGIQ Documents, it means that MAGIQ Documents was unable to create a document file or directory path in the warehouse.
RESOLUTION:¶
The warehouse paths must be moved to shorter path.
The warehouse folder must live in the root of the specified drive.
If you decide to move the warehouse path, please follow MAGIQ Documents warehouse migration guide
Distributed Models¶
If your warehouse paths live on another machine. Use UNC Paths instead of mapped drives. These paths are generally shorter
Note: Mapped drives are profile based.
UNC paths must be accessed using a domain account and this domain account must be indicated in the WEB.CONFIG file.
Example:
<system.web>
...
<identity impersonate="true" userName="domainname\username" password="pass"/>
...
</system.web>
You must also make sure that the impersonated account has Full Control to the UNC paths. Do not allow "Everyone" access to these paths.