Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

how to add application grants to a system

Now I am working for plastic project, and I want to add some specific grants for plastic application. Here is the scripts:

copy -from $BOOTPATH/uas_custom_grants.xml  -to $INTERNAL/uas_custom_grants.xml
uas_install_application_grants -file $INTERNAL/uas_custom_grants.xml
register -type uastext -domain Custom -prepath $BOOTPATH/language -postpath /en/uastext.xml

The return status of these commands seems to be OK,but I can not find the added application grants in RSO. Would you please help me to find the reason?