Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Step 1

Create a CLASMAP with the following ACF2 command:
 

Panel

Html bobswift

<pre>
SET CONTROL(GSO)
INSERT CLASSMAP.$UNV RESOURCE($UNV) RSRCTYPE(UNV) ENTITYLN(246)
</pre>

 

Step 2

Rebuild and refresh the directories with the following console command:
 

Panel

Html bobswift

<pre>
F ACF2,REFRESH(CLASMAP),SYSID(*sysid*),CLASS(C),TYPE(GSO)
</pre>

 

Step 3

Define the following resource rules for Universal Command and Universal Control with the following commands:
 

Panel

Html bobswift

<pre>
SET RESOURCE(OSM)
COMPILE * STORE
   $KEY(UCMD) TYPE(UNV)
   UID(ucmd_admin_id) ALLOW
   - UID(ucmd_admin_id) SERVICE(READ) ALLOW

SET RESOURCE(OSM)
COMPILE * STORE
   $KEY(UCTL) TYPE(UNV)
   UID(uctl_admin_id) ALLOW
   - UID(uctl_admin_id) SERVICE(READ) ALLOW
</pre>