Solved
Delete a file from folder
I need to perform a delete action in a folder on my server, similar to what is described as the process action 'delete file'. Only for me it won't be executed in a process flow. Is it possible to use the same code (call the same procedure) which the process action 'delete file' is using or do i have to write my own call to the command shell.
Best answer by Jasper
Hi Raj,
You can indeed delete files from a stored procedure with, for example, xp_cmdshell on SQL Server. We do advise you to use a proxy account for security reasons. Also note that this will not work on Azure Databases.
We are working on a feature to be able to execute process flows from Indicium. This will be the recommended solution in the future.
View originalYou can indeed delete files from a stored procedure with, for example, xp_cmdshell on SQL Server. We do advise you to use a proxy account for security reasons. Also note that this will not work on Azure Databases.
We are working on a feature to be able to execute process flows from Indicium. This will be the recommended solution in the future.
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.