LSDUMP/LSLOAD PROFILE

 4 Replies
 0 Subscribed to this topic
 16 Subscribed to this forum
Sort:
Author
Messages
Jay2
Veteran Member
Posts: 84
Veteran Member
I am running LSF 9.0.1.5

I ran lsdump -f uat.xml PROFILE UAT -addRoleMapping

I then ran lsload PROFILE uat.xml -p INT -addRoleMapping


Now the problem I see is Profile description in the Security Administrator tool show User Acceptance Testing, How do I go about changing it to Integrated Testing.

Is there a way to change it through SSOCONFIG?
MattD
Veteran Member
Posts: 94
Veteran Member
In the Security Admin under Profiles, click on the profile, then change (at the top). You can update the description there.
Greg Moeller
Veteran Member
Posts: 1498
Veteran Member
Recommend not dumping/loading at the PROFILE level. Tools are not exactly working correctly.

I would advise to dump/load only at the SECCLASS level and then re-assemble/re-assign to the roles after that.
Xin Li
Veteran Member
Posts: 134
Veteran Member
anyone had success to load a secclass and rename it to a new name using lsload? I tried it and it did not work.

lsload SECCLASS APXAInvoiceMtce.dmp -p BHC -s APXMATInvoice
Greg Moeller
Veteran Member
Posts: 1498
Veteran Member
Used to do that all the time.... I think instead of specifying the new name on the command line, just include the -s and hit return. If memory serves, it'll prompt you to enter the new name.