Directory export process is extremely slow and may fail with ERROR: [2336-122-33-80040E14] Unable to perform BULK INSERT into database after some time.
By investigating the log file errors similar to the following entry may be discovered:
12:01:31 DEBUG: Retry bulk insert: TriesUsed=5, TriesAllowed=5
12:01:44 DEBUG: (323) CFGDB::GetRs: Enter
12:01:44 DEBUG: CFGDB::GetRs: Exit(0.601752 ms.)
12:05:16 ERROR: [2336-122-33-80040E14] Unable to perform BULK INSERT into database
12:05:16 Open(BULK INSERT FROM '\\SERVERNAME\D$\Program Files\Quest Software\Quest Notes Migrator for Exchange\bulk\T_NMEAddresses-SERVERNAME-3584.tsv' INTO 'T_NMEAddresses'):
12:05:16 Error: Could not allocate space for object 'dbo.SORT temporary run storage: 159910314049536' in database 'tempdb' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
12:05:16 Error 80040E14
This may occur when the harddisk on which the SQL database is located is running out of disk space. Directory Exporter will try every bulk insert up to five times before the process fails.
This issue might be solved by freeing the necessary disk space on the harddisk where the SQL database for Notes Migrator is located or by moving this database to a location with enough necessary disk space.