Prerequisites

Below is the list of prerequisites:

  • Port Details

    MMG Studio uses the following ports by default, so make sure these are free:

    graph service: 7059

    Server: 7008

    markdown-interpreter: 7009, 7029

    python-interpreter: 7012, 7032, 6012

    shell-interpreter: 7013, 7033

    plainr-interpreter 7019, 7039, 6311 (Rserve port- configurable in plainr.Json)

    pgx server: 7007

    pgx-interpreter: 7022, 7042

    jdbc-interpreter : 7011, 7031

    coherence cluster : 7574

  • For Solaris Operating System, the MMG Studio has to be configured in Linux machine remotely. And the studio URL must be the same as that of the remote studio during MMG Application installation. To configure Remote MMG Studio, see the Remote MMG Studio Configuration.
Two new flags are introduced in configuration table:
  • ENB_CSTM_GRP - if this is set, then custom groups can be created.
  • ENB_GRP_SYNC - if this is set, then unmapping of users and groups are enabled.

Based on these flags we can enable unmapping of users with groups on user login.

User needs to execute the following scripts manually in Config Schema:
  • Merge into configuration:
    • Using (SELECT 1 FROM DUAL)
    • On ( a.PARAMNAME= 'ENB_CSTM_GRP' ). When not matched, insert: ( a.PARAMNAME, a.PARAMVALUE,a.DESCRIPTION) values ('ENB_CSTM_GRP','true','Enable custom group creation during JIT').
  • Merge into configuration:
    • Using (SELECT 1 FROM DUAL)
    • On ( a.PARAMNAME= 'ENB_GRP_SYNC' ). When not matched, insert: ( a.PARAMNAME, a.PARAMVALUE,a.DESCRIPTION) values ('ENB_GRP_SYNC','true','Enable unmapping operation during JIT').