Changing location of attachements

Question on behalf of @thomas-soft-grove:

How do I change the location of the attachments in A12 2022.02? I have the following error message in my logfile:

The C:\home\a12\a12\attachmentsTmp location does not exist!

But I have:

mgmtp.a12.dataservices.attachments.storage.path=c:/Projects/<PROJECT_NAME>/work/scripts/attachments
mgmtp.a12.dataservices.attachments.temporary.path=c:/Projects/<PROJECT_NAME>/work/scripts/temp 

in my properties file. Do I need to use different properties?

Hi @thomas-soft-grove,

Please use file: prefix for loading files i.e.: file:/SOMEPATH/SOMEFILE.zip we have unified all file loading configuration keys to work in this way in 33.0.0. For more info please see:<INTERNAL_LINK>

The answer is valid for data services versions 33.0.0+

OK, thanks.

This doesn’t seem to be the case with the property mgmtp.a12.dataservices.search.lucene.homeDir though. That works just fine without the file: prefix.