opening error in oracle apps [message #278160] |
Fri, 02 November 2007 02:56 |
bmaruthirao
Messages: 4 Registered: December 2006
|
Junior Member |
|
|
Hi to all,
I installed oracle apps 11.5.10.2 in my personal system. It worked smoothly for (2) months. After that when i tried to login it showing there is no active responsibility is attached to this user. i tried to login through operations and sysadmin.
Please help me.
|
|
|
|
|
Re: opening error in oracle apps [message #283820 is a reply to message #278160] |
Wed, 28 November 2007 04:17 |
chanikya
Messages: 3 Registered: November 2007
|
Junior Member |
|
|
Hi
First let me know which username /password your using now.
Try with this usrname/ password as operations/ welcome
once you logged into apps select System Administration Responsibility --> enter into user window query your user there check all the responsibilities start_date and End_date, which are assigned to your user.
If any thing in end_date simply remove those dates and save the form.
Then try to login with your username / password.
if you are not understand, mail me chanikyamca@gmail.com
|
|
|
Re: opening error in oracle apps [message #283882 is a reply to message #283820] |
Wed, 28 November 2007 06:08 |
bmaruthirao
Messages: 4 Registered: December 2006
|
Junior Member |
|
|
i am trying to login using operations/welcome and sysadmin/sysadmin. In both users there is no responsibility is attached. If there is a no responsibility attached to that users, how i can change the dates. Please give me another solution.
Thanks & Regards
B Maruthi Rao
|
|
|
|
Re: opening error in oracle apps [message #296660 is a reply to message #278160] |
Mon, 28 January 2008 10:06 |
rakeshkadirvel
Messages: 8 Registered: October 2007 Location: Chennai
|
Junior Member |
|
|
Hi,
First find whether the responsibility for your user is end dated
select d.USER_NAME,d.USER_ID,f.RESPONSIBILITY_NAME,d.start_date,d.end_date from fnd_user d,FND_RESPONSIBILITY_TL f
where f.RESPONSIBILITY_ID = '20420' order by d.creation_date
Regards,
Rakesh
|
|
|