File storage

The files that are attached in the system are store on a network server. The path to this server was in earlier versions defined in an Configuration file. By default the system stores the files in “C:\NSPFiles”, but you may have change this for some reason.

From this version it is moved into the database global key “FileStoragePath”. To ensure that the systems finds the documents run the following script:

exec  app.spSetGlobalSetting  @key = 'FileStoragePath'@value = 'Search path (default = C:\NSPFiles)'