Loader creates doc assoc record but doesnt move files post load


 Product(s):Exor Maintenance Manager
 Version(s):4.5.0.0
 Environment:N/A
 Area:Inspection Loaders
 Subarea:N/A

Problem

When loading Enhanced data files through the loader a document asssociation record is created to the photo record. However the file(s) containing the photographs in sub directories on ftp server are not physically moved to the application server. So when come to display the associated record from within the application the image cannot be found.

Solution

Please contact Bentley TSG to discuss

Overcame with dos batch script as files all on application server
An example - if have a number of files in sub directories below c:\users\abc\test ...post the import process running through process monitor ... data files moved from current directory.  Then the first line below seems to move any files from directories below test to d:\efg (destination dir). The line below that seems to get rid of directories below test ( cant get rid of test if in that directory when issued ).

test before deploying in live

FOR /R C:\users\abc\test %i IN (*.*) DO MOVE %i d:\efg

command below assumes in that directory before issuing.

rmdir /s /q  c:\users\abc\test

See Also

Product TechNotes and FAQs

External Links

Bentley Technical Support KnowledgeBase

Bentley LEARN Server

Comments or Corrections?

Bentley's Technical Support Group requests that you please confine any comments you have on this Wiki entry to this "Comments or Corrections?" section. THANK YOU!

 Original Author:Sarah Williams