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

Execute command in Qliksense

Hi All,

Is it advisable to enable Execute command, came to know that it is a security override. We need to trigger Powershell script post QS reload. Do we have any other method to achieve the same.

 

Regards,

Dinesh M   

1 Reply
segador_
Partner - Contributor III
Partner - Contributor III

Hi!

If you use EXECUTE command you must disable standard mode in Settings.ini is located in C:\Users\{user}\Documents\Qlik\Sense\Settings.ini.

After that, all users who can write script will have the rights as the account under which the Qlik Sense services are running! For example, user can delete files, copy files, and run any program.

You can make the trigger differently, for example:

You can create a special file-flag after the script execution and other programs can check this file-flag.

or

You can create web-service with authentication (or download some existing service) that will recieve web-request after script execution and run shell command.

Regards, Igor.