Hello,
When I open the SAS stored process via the portal:
I get the following error:
Can anyone help me with the fix where I could execute unix commands(X, Pipe) only when I run such commands via SASstored process web link?
Thanks
Mushy
Hi @Mushy ,
you can enable XCMD on sasv9_usermods of your SAS Stored Process server.
However, I would be extremely careful about it and I would not recommend it, unless you create a stored process that only a handful of people can access to.
Reason for this concern is that, if it is an STP server accessible by all SAS users, any SAS user could create ab STP and run XComands towards your system. You don't want that 🙂
Hi @Mushy ,
you can enable XCMD on sasv9_usermods of your SAS Stored Process server.
However, I would be extremely careful about it and I would not recommend it, unless you create a stored process that only a handful of people can access to.
Reason for this concern is that, if it is an STP server accessible by all SAS users, any SAS user could create ab STP and run XComands towards your system. You don't want that 🙂
Hi,
You need to set Allow XCMD in Advanced option/ Launch Properties in Stored Process Server Properties i SMC.
You need to restart the object spawner when done.
Regards Christian Handberg
Thanks All for helping me out!
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
Learn how to explore data assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.