26 Nisan 2013 Cuma
There Are No Active Responsibilities Available For This User
Problem:
While you are configuring DMZ Server on EBS you can some harmful changing
like 'Responsibility Trust Level’ profile
If 'Responsibility Trust Level’ status changed to 'external' from 'normal'
you may get this error below:
There are no active responsibilities available for this user
Solution:
1)
Run this procedure below with apps user:
--------------------------------------------------------------------
DECLARE
stat boolean;
BEGIN
stat := FND_PROFILE.SAVE('APPL_SERVER_TRUST_LEVEL', '2', 'SITE');
IF stat THEN
dbms_output.put_line( 'Stat = TRUE - profile updated' );
ELSE
dbms_output.put_line( 'Stat = FALSE - profile NOT updated' );
END IF;
commit;
END;
--------------------------------------------------------------------
2)Then shutdown application(adstpall.sh)
3)Then run autoconfig(autocfg.sh)
4)Finally startup your application(adstrtall.sh)
Login ebs and see your success:)
Pray and Tray:))
Kaydol:
Kayıt Yorumları (Atom)
Hiç yorum yok:
Yorum Gönder