Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
mightyqlikers
Creator III
Creator III

Deletion of QVD's from QMC

Dear all,

we have got one requirement to delete the qvd present in one folder named as

2016_01_01_01_12.qvd,

2016_02_01_01_12.qvd,

2016_03_01_01_12.qvd

etc

i tried to delete this using script as below

EXECUTE CMD.EXE /C del "QVD\2016_*.qvd";


this code is working when i try to run manually, the same is not working when running from qmc it is raising below error

" ERROR - EXECUTE Command Failed. AllowExecuteCommand setting violation detected."


Request some one to tell me what are all settings needs to be done to work the same from QMC.


Thanks in advance.


$@M.


2 Replies
olivierrobin
Specialist III
Specialist III

hello

try this

AllowExecuteCommand=1

in settings file “C:\Windows\System32\config\systemprofile\AppData\Roaming\QlikTech\QlikViewBatch\settings.ini”.  

mayankraoka
Specialist
Specialist

Hi,

Refer this link:

https://community.qlikview.com/thread/215705

Regards,

Mayank