Copy security class from one profile to another profile

Sort:
You are not authorized to post a reply.
Author
Messages
golfer24
Advanced Member
Posts: 46
Advanced Member
    Is there a way to copy a security class defined in one profile over to a new profile without having to recreate the security class and all of its access?
    Jimmy Chiu
    Veteran Member
    Posts: 641
    Veteran Member
      lsdump -f filename secClass sourceProfileID secClassName
      lsload secClass filename -p targetProfileID -o


      ie:
      lsdump -f gluser.dmp secClass PROD gluser 
      lsload secClass gluser.dmp -p TEST -o
      golfer24
      Advanced Member
      Posts: 46
      Advanced Member
        Thanks Jimmy. I will give that a shot.
        You are not authorized to post a reply.