How to Save Dataslot Document to the Server Directory

Posted by Rafael Fontes on 04-Dec-2017 06:07

Hello everyone!

I have an application where the user will upload an image to the dataslot document,
after the user completes the precise activity to make the image available in a certain directory on the server.

Can anyone help me with this.

I thank you all.

Rafael Fontes

Posted by Praveena Ampaty on 05-Dec-2017 06:20

Hi Rafael,
 
The documents in document dataslots can be saved to local file system where Business Process Server is installed. Please do the following configuration changes in dms.properties file($DLC:/oebpm/server/conf) and restart the BP server.
 
dms.storage=fs
dms.fs.root =<specify locaiton> (for ex: C:/docstorage)
 
Hope this helps.
 
Thanks,
Praveena
 

All Replies

Posted by Praveena Ampaty on 05-Dec-2017 06:20

Hi Rafael,
 
The documents in document dataslots can be saved to local file system where Business Process Server is installed. Please do the following configuration changes in dms.properties file($DLC:/oebpm/server/conf) and restart the BP server.
 
dms.storage=fs
dms.fs.root =<specify locaiton> (for ex: C:/docstorage)
 
Hope this helps.
 
Thanks,
Praveena
 

Posted by Rafael Fontes on 05-Dec-2017 13:37

Hi, Praveena,

Thanks for the help, I have not been able to test, but as soon as I can get the result here.

Rafael Fontes

Posted by Rafael Fontes on 11-Dec-2017 08:08

Hi Praveena!

It worked, I was able to configure it to save to the directory.

Now I have another question, how do I relate the saved files to the BPM ID process?

Thank you in advance, thank you very much.

Rafael Fontes

This thread is closed