Dump Groups from RM

Sort:
You are not authorized to post a reply.
Author
Messages
msjmg111
Veteran Member
Posts: 74
Veteran Member
    I'm creating a new LSF environment and need to dump and load GROUPDATA.  Can someone tell me where are groups stored? 
    Kwane McNeal
    Veteran Member
    Posts: 479
    Veteran Member
      Groups are now stored in the Lawson LDAP repository.

      There are two ways to dump them. They are as follows:
      1) Dump the keys in the ldap, using an ldapsearch/browser tool:

      BaseDN: cn=groups,o=lwsnrmdata,
      SearchLevel: one-level
      query: (objectClass=lwsnobjlwsnRMGroup)
      attributes: cn lwsnattrDescription

      WHERE:
      is your top-level Lawson data root
      is the value of the attribute named
      'lwsnrmbootGeneratedPrefix' in the object
      'lwsnrmbootName=lwsnActiveMetaData,'

      If you have any trouble finding these values, they will also be located in LAWDIR/system/install.cfg

      2) There is an undocumented command, that I believe I was the first to discover, and referred to on this group. I stated I would NOT share publically, since I wasn't sure of Lawson's intent for the command.
      Feel free to contact me off-list, and I can share with you.

      Kwane McNeal
      505-433-RSGI
      You are not authorized to post a reply.