Published on InterSystems Developer Community (https://community.intersystems.com)

Home > Launching an application from a CSP Page

Question
Chip Gore · Sep 20, 2022

Launching an application from a CSP Page

Hi -

I'm looking for some help in getting an OS level application on my server to startup from a csp page and I'm just missing something.

I have a routine (and I've tried the same code from an instance method, with the same results) that will launch an application at the OS level using the $zf(-100,keywords,program,parms) from a terminal session, but it won't/doesn't seem to work when I call the code from a #server() call from my webpage. I don't know if there is some combination of keywords or perhaps a different version of the $zf() call that should/would work.

I am open to any suggestions at this point.

#CSP #InterSystems IRIS
Product version: IRIS 2021.1
$ZV: IRIS for Windows (x86-64) 2021.1 (Build 215U) Wed Jun 9 2021 09:39:22 EDT

Source URL:https://community.intersystems.com/post/launching-application-csp-page