Different ways to use Global Capture folder

Different ways to use Global Capture folder

Capture Folders are of 2 types. 
  • Global Capture Folder
  • Local Capture folder.
To know the difference, click here.

Global Capture folder provides a quick and easy way to add documents to SOHODOX while also categorizing/indexing them.  

Global Capture Folders are folders which SOHODOX monitors for new files. Each capture folder is linked to a Destination Profile in SOHODOX. Whenever SOHODOX finds a new file in a capture folder it is monitoring, it adds that file to the SOHODOX DB specified in the Destination Profile along with any indexing information specified in the Destination Profile.

By default SOHODOX ships with one Global Capture Folder called MainDB which is set as default.

The default location for each Global Capture folder created is "C:\ProgramData\ITAZ\Sohodox\Global Capture folder"

SOHODOX Drive.

SOHODOX Drive appears like any other drive under My Computer in Windows Explorer. SOHODOX Drive also lets you add documents to SOHODOX via drag and drop in Windows Explorer.  To add a document to the Global capture folder via SOHODOX Drive...
  • Open My Computer (or This PC). A list of drives will be listed.
  • Double-click on the SOHODOX drive.
  • You will see 2 nodes named MainDB and Global Capture Folder.
  • Double-click Global Capture folder.
  • A list a Global Capture folders will be displayed.
  • Open the Global Capture folder to which you want to add documents.
  • Drag and drop documents to this folder.
  • The documents will automatically be added to SOHODOX.

Send To...

The Send To feature in SOHODOX allows you to quickly select one or more documents in Windows Explorer or your Windows Desktop and add them to SOHODOX. The Send To feature in Sohodox integrates with the Send To right-click menu option in Windows Explorer by adding Sohodox and Sohodox… as options to it. 

To use this feature… 
  • Select one or more files in Windows Explorer.
  • Right-click and then select the Send To > Sohodox menu option.The selected documents will be added to the default Sohodox Capture Folder.
  • If no capture folder has been set as default then SOHODOX will display a list of all your Local and Global Capture Folders. In the above step, if you chose the Send To > Sohodox... option instead of the Send To > Sohodox option, then SOHODOX will display a list of all your Local and Global Capture Folders. 
  • Simply select the capture folder you want and the document will be added to SOHODOX as per the Destination Profile linked to the selected Capture Folder.

Automating the process...

You can automate the manual process of adding documents via SOHODOX drive and Send To... using Powershell.

Please download the Powershell script from the link below...


Please open the ps1 file with Notepad/Notepad++. 

You will need to edit the following Parameters...

$UserID
$SourceFolder
$FolderName.

Save the ps1 file.

Make sure you your files are stored in the Source Folder before running the Powershell script.

Instructions to run the ps1 file...
  • Press Windows key + S. Type Powershell in the search dialog.
  • Right-click Windows Powershell (x86)  and click 'Run as Administrator'.
  • The Powershell Window will be launched.
  • Type the below command...

    Set-ExecutionPolicy Unrestricted -Force

  • Type & and specify the location of the ps1 file. For e.g if the ps1 file is stored in the 'C:\Andy\Scripts' folder, then the command would be...

    & "C:\Andy\Scripts\CopyToCaptureFolder.ps1"

  • Press Enter.
That's it!





    • Related Articles

    • Mirror your SOHODOX File Store to a folder on your NAS drive and keep them in sync.

      The purpose of this article is to help you mirror your SOHODOX File Store to a folder on your NAS drive. (Please note this will just help you create an exact mirror of the File Store folder and is different from a backup. This is becauseo if a file ...
    • Access: 011 : Could not use file already in use

      Error Message: ErrorCode: 61443 Message:Failed to connect to database 'MainDB.gxdb'.  (ErrNo:-2147467259 Details:Could not use ''; file already in use.) Cause: From the error it seems that the currently logged in Windows user on the machine on which ...
    • Access: 006 : Invalid use of Null

      Cause: A table named LogonSession in your Database contains Invalid values Solution: You will have to zip the 'MainDB.gxdb' file and send us this file (MainDB.gxdb file is located in C:\Sohodox Databases folder).This file does not contain your ...
    • Install and Configure SOHODOX to be accessible from Multiple-Machines

      Step 1: Install SOHODOX on Server machine Install SOHODOX in Server mode on the Server machine or any machine on the network. 1. Double click the sdxsetup.exe setup file to run it and follow the onscreen instructions. 2. Choose Single User ...
    • Access: 004 : Operation must use an updateable query

      Error Message: ErrNo: -2147155969 ErrDescription: Operation must use an updateable query. Scenario 1: The cause of this issue is that the logged in Window's user does not have permission to access the SOHODOX Databases folder. You can follow the ...