Login  Register

adadmin

classic Classic list List threaded Threaded
6 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

adadmin

Afnan Ahmed
20 posts

AD Administration error:
Unable to connect to APPS account



solution?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: adadmin

ErmanArslansOracleBlog
Administrator
5731 posts
This post was updated on Nov 25, 2014; 6:42am.
what s the command you re using?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: adadmin

Afnan Ahmed
20 posts
adadmin logfile=adadmin_20080516a.log
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: adadmin

ErmanArslansOracleBlog
Administrator
5731 posts
This post was updated on Nov 25, 2014; 6:42am.
your apps or applsys account may be locked.

run the following;

sqlplus / as sysdba
alter user apps account unlock;
alter user applsys account unlock;

then retry adamin.. but dont continue to your previous adadmin session.
open a new one
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: adadmin

ErmanArslansOracleBlog
Administrator
5731 posts
Is this issue resolved?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: adadmin

Afnan Ahmed
20 posts
yes