Hi guys,
I am trying to automate the creation of these File Permissions.
I can read them with a command like this:
./sagcc get configuration data MySpm MyISInstance IS-FILEPERMISSION_READ
this gives a result which looks like this:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
Now let’s say I want to add a path : /tmp/test so my xml becomes:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
I am unsure what the create command is for this. I have tried something like :
./sagcc create configuration data MySpm MyIsInstance IS-FILEPERMISSION_READ -i /tmp/demo/acl.xml
but this returns an error :
{“@id”:“1554387746126”,“message”:“ConfigurationSerializer SPI could not be found for RuntimeComponentId "MyIsInstance" and ConfigurationTypeId "IS-FILEPERMISSION_READ" .”,“code”:“SPMCFCE0048”,“description”:“Platform Manager could not find a registered ConfigurationSerializer that can handle ConfigurationInstances with these properties.”,“action”:“Register a ConfigurationSerializer SPI implementation that can handle ConfigurationInstances with these properties.”}
Any idea what the create command should look like?
#Command-Central#webMethods-General#webMethods#Integration-Server-and-ESB