Hi all,
A quick question about SRM configuration: all the resources must have a capability to indicate what interfaces it uses.
For that purpose, I created the following profile parameter:
But some of my functions have multiple interfaces (IP and SDI), for example my Processing function below.
Do the Function interfaces have to exactly match the discrete options from the profile parameter for SRM to work?
- On this case I would need to add the discrete options "IP1" and "IP2" to the profile parameter or change the Processing function to only have "IP" in and out.
Hi Bruno,
Yes you have to add them all, IP, IP1, IP2, etc. are just strings there's no special processing behind it.