Setting up the Basepath in Archive Shuttle menu:
Configuration -> SourceOne/EMX Environment -> Add Environment -> SourceOne/EMX BasePaths
SELECT DISTINCT SUBSTRING(CurrentUNCPath, 1, PATINDEX('%______\______________.emx', CurrentUNCPath) - 2) FROM Volume WHERE CurrentUNCPath LIKE '\\%' AND CurrentUNCPath LIKE '%.emx'
You may get similar results from the query above, and those should represent the BasePaths in the SourceOne environment:
\\SourceOneDrive\MailArchiveX\Mail Archive X
\\SourceOneDrive\MailArchiveY\Mail Archive Y
\\SourceOneDrive\MailArchiveZ\Mail Archive Z
These are the share paths for each archive folder. Multiple paths should be semicolon separated and entered as a single string with no return characters.
SELECT DISTINCT SUBSTRING(CurrentUNCPath, 1, PATINDEX('%______\______________.emx', CurrentUNCPath) - 2) FROM Volume WHERE CurrentUNCPath LIKE '\%' AND CurrentUNCPath LIKE '%.emx'
One path entry should be returned in most cases from this query.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center