When you set up the directory structure for your e-Series web site (of course this includes e-CM, which is just another e-Series module), you need to make sure you do not have ANY spaces in the directory names above the product level.
For example:
d:\users\myclientname\
will work just fine. However,
d:\users\my client name\
will not work fine in one very specific area of e-CM, namely the Verity searching used to search all the content on the web site. The BulkInsert.txt file will get populated properly, but no indexing will occur. This is because e-CM uses a batch file to run the command line Verity exe. If there are spaces or crazy characters in the directory patch, the batch file will truncate the pathing and not find the necessary files.
Therefore, when setting up a directory for your e-Series web site, AVOID SPACES AND SPECIAL CHARACTERS!
Have you tried...
...adding quotes inside the batch file? I did a quick test with the CF5 version of Verity, and the first command worked fine. (CF5 doesn't have some of the options in the second command.)
proposed new Reindex.bat:
%1 -purge -collection "%2%3"start /LOW %1 -diskcache 2048 -mode bulkload -logfile "%2reindex.out" -collection "%2%3\" -bulk "%2bulkinsert.txt"
Anytime the user has to know not to use a standard Windows capability (spaces in paths), it gives them (and us, their AiSP) one more thing to remember, and a little lower opinion of the product.