1,350 pts.
 USERPRF name
how to change user profile name? it used CHGUSRPRF cmd to change user name?but it say  Current values could not be retrieved.
isthere any other way to change profile name


Software/Hardware used:
ASKED: September 19, 2011  7:00 AM
UPDATED: March 31, 2012  4:04 PM
  Help
 Approved Answer - Chosen by Rajasekhar15 (Question Asker)

how to change user profile name?

You can't change it. The name of a *USRPRF object is an identifier that gets embedded into too many other objects such as job descriptions and elsewhere. Numerous "hidden" objects such as Interactive SQL sessions may be created with linked names. Many applications may store data under a user profile's name. The profile's name is a unique identifier that should never be changed.

Create a new profile with the desired name if it must be renamed. Leave the original profile in place until all associated objects have been identified and handled.

Tom

ANSWERED:  Sep 20, 2011  0:24 AM (GMT)  by Rajasekhar15

 
Other Answers:

User Profile name will be uniquely identified in the system.
CHGUSRPRF command is used to change the User Details of the mentioned “User Profile” but not the user profile name.

Pradeep.

Last Wiki Answer Submitted:  September 19, 2011  9:26 am  by  deepu9321   3,370 pts.
Latest Answer Wiki Contributors:  deepu9321   0 pts.
To see other answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Can you put in the command you ran???? Note: change name from origanal

 10,615 pts.

 

Go to original profile via wrkusrprf and do option 3 (Copy) create new profile will have to use new password . Then using wrkusrprf go to old profile use Option 12 to work with objects and take option 9 tpChange owner to new Profile.
Disable old Profile temporarily and when sure everything is correct may be deleted.

 1,480 pts.

 

Copy the user profile, once that is complete, delete the old user profile. The system will prompt you for the new user profile to transfer ownership of any owned objects. Enter the new user profile that was just created via the copy. After deleting the old user profile, verify that the any objects not needed, like user profile message queues, were not copied to the new user profile created and delete them.

 40 pts.