We are currently working on the forum. For the short-term, all forum content will be in read-only format. We apologize for the interruption and look forward to collaborating with you shortly. All the best in your research!
Our configuration has Openclinica installed at a commercial data center and not hosted locally. We want to automated daily data extractions (ODM and Excel). After the data extraction the files should be transported to a specific folder on our network. What is a good way of doing this?
0
Comments
So you could replace the default folder (or specify one in datainfo.properties #18) with a symlink to an accessible network folder, or set the folder to sync using something like dropbox or google drive, etc. Alternatively, the email sent on completion of the job has a link to the extract file, so you could script the action of following the link, logging in to OpenClinica, and saving the file to some place.