Unable to log into grid console using SYS

Hi
I am trying to log in grid control console (http://xxx:000/em) using sys and it is not letting me in.
Let me know work around...
I am able to log in using sys and same passwor from server and remotely(using listener I mean) as sysdba.
Thanks in advance.

By defaut sys and system users also super administrators
And here I found solution at Metalink
Subject:     Can't Login Enterprise Manager Grid Control Console Using SYS User
     Doc ID:     741304.1     Type:      PROBLEM
     Modified Date:      18-DEC-2008     Status:      PUBLISHED
Solution
To implement the solution, please execute the following steps:
1. set the static initialization parameter 07_DICTIONARY_ACCESSIBILLITY to TRUE.
Login in Repository as sys user.
SQL> ALTER SYSTEM SET O7_DICTIONARY_ACCESSIBILITY = true SCOPE=spfile;
SQL> ALTER SYSTEM SET remote_login_passwordfile = exclusive SCOPE=spfile;
2. Restart the Repository database.
Thanks again.

Similar Messages

  • Unable to log into Directory Console

    Hi,
    I am using Directory server 5.2.
    When I try to login to my directory console , I keep getting HttpException: Response: HTTP/1.1 500 Server Error . I tried both admin and directory manager. I am sure that my user id, password and port is correct, and the admin server is running. I notice some warnings in the admin server logs, but do not know what to make out of it.
    [11/Sep/2004:10:36:11] info ( 6194): successful server startup
    [11/Sep/2004:10:36:11] info ( 6194): SunONE-WebServer-Enterprise/6.0SP3 B05/14/2003 17:58
    [11/Sep/2004:10:36:11] warning ( 6194): admin40_check_ds_availability_init(): WARNING: Unable to determine the location of the User and Group DS (unable to set User/Group baseDN)
    [11/Sep/2004:10:36:11] failure ( 6194): Warning! admin40_task_eval_init(): unable to build User Group Info (unable to set User/Group baseDN)
    [11/Sep/2004:10:36:11] failure ( 6194): admin40_host_ip_init(): PSET failure: Failed to create PSET handle (pset error = Authentication failed)
    [11/Sep/2004:10:36:11] info ( 6196): Installing a new configuration
    [11/Sep/2004:10:36:11] info ( 6196): [LS ls1] http://ldap.mic.com, port 390 ready to accept requests
    [11/Sep/2004:10:36:11] info ( 6196): A new configuration was successfully installed
    [11/Sep/2004:10:36:12] info ( 6196): Using the Java HotSpot(TM) Server VM v1.4.1_01a from Sun Microsystems Inc.
    [11/Sep/2004:10:36:12] info ( 6196): Loading IWSSessionManager by default.
    [11/Sep/2004:10:36:12] info ( 6196): IWSSessionManager: Maximum number of sessions is 1000
    [11/Sep/2004:10:36:12] security ( 6196): for host 0.0.0.0 trying to GET /, admin40_host_ip_check reports: Unauthorized host ip=0.0.0.0, connection rejected
    [11/Sep/2004:10:36:57] security ( 6196): for host ldap. trying to GET /admin-serv/authenticate, admin40_host_ip_check reports: Unauthorized host ip=::ffff:192.168.176.12, connection rejected
    Any advice is much appreciated.
    Thanks.

    here is solution:
    Sunsolve.sun.com
    Document ID:     75322
    Resolution:     Top
    The reason you cannot log in to the console is because a password
    has expired. That password belongs to the admin-serv-<hostname>
    user.  Don't confuse this user with the normal
    admin user in LDAP.  Unfortunately, the admin-serv-<hostname>
    user is not like the Directory Manager; that is, the password for the
    admin-serv-<hostname> user will expire unless you take some
    corrective action beforehand, such as adding the user to a group with
    passwords that never expire or adding a specific password policy
    to the user.
    Every time a user (Directory Manager, Admin, and so on) logs in to the
    console, the user (admin-serv-<hostname>) needs to successfully bind
    to the directory server.  If the password has expired, that bind cannot
    happen.
    To find the user (admin-serv-<hostname>), perform the following steps.
    Step 1:  Locate the User With the Expired Password
    Search for the user (admin-serv-<hostname>) using the following
    syntax as an example:
    root/edog# ldapsearch -D "cn=Directory Manager" -w <password> -h <hostname>
    -p <port> -b o=netscaperoot "cn=admin-serv-*"
    The following provides an example of an search for the user:
       root/edog# ldapsearch -D "cn=Directory Manager" -w dirmanager -b
       o=netscaperoot cn=admin-serv-edog
       cn=admin-serv-edog, cn=Netscape Administration Server, cn=Server Group,
       cn=edog.labnet.east.sun.com, ou=labnet.east.sun.com, o=NetscapeRoot
       objectClass=top
       objectClass=netscapeServer
       objectClass=nsAdminServer
       objectClass=nsResourceRef
       objectClass=groupOfUniqueNames
       cn=admin-serv-edog
       nsServerID=admin-serv
       serverRoot=/usr/iplanet/ds5
       serverProductName=Administration Server
       serverHostName=edog.labnet.east.sun.com
       uniqueMember=cn=admin-serv-edog, cn=Netscape Administration Server,
       cn=Server Group, cn=edog.labnet.east.sun.com, ou=labnet.east.sun.com,
       o=NetscapeRoot
       installationTimeStamp=20021218212731Z
       userPassword={SSHA}kZeUzbMMbisvxMnALP3tjk3KGaNmIb8Ih29ddw==
    Step 2:  Manually Change the User's Password
    a) Use the Directory Manager to change the user password attribute in
       the following entry (returned by the command in Step 1).
       cn=admin-serv-edog, cn=Netscape Administration Server, cn=Server Group,
       cn=edog.labnet.east.sun.com, ou=labnet.east.sun.com, o=NetscapeRoot
    b) Use the ldapmodify command, as in the following example, with a new
       password, such as "abcd1234":
       ./ldapmodify -D "cn=Directory Manager" -w dirmanager -h <hostname> -p
       <port>
       dn: cn=admin-serv-edog, cn=Netscape Administration Server, cn=Server
       Group,
       cn=edog.labnet.east.sun.com, ou=labnet.east.sun.com, o=NetscapeRoot
       changetype:modify
       replace:userpassword
       userpassword: abcd1234
    Step 3: Edit the adm.conf File (<server root>/adm-serv/config)
    a) Stop the Administration Server:
       ./stop-admin
    Now, change the password in the Administration Server's
    adm.conf file so it knows to use the new password to bind
    to the directory server.
    b) Change the directory:
        cd <server root>/admin-serv/config
    c) Use the vi text editor in the adm.conf file to find a line that is
       similar to the following:
        siepid:   admin
    d) Edit the adm.conf file so the siepid value matches the new password
        that you created Step 2:
        siepid:   abcd1234
    e) Start the Administration Server and make certain that you see no
       "PSET failed" errors in the errors log.  These errors indicate that
       there was a problem loading the o=netscaperoot information.
    Now, you should have no problem logging into the console.

  • Logging into weblogic console using Active directory users?

    Hi,
    We developed a portal application using BEA 8.1 by getting users from embidded LDAP provided with the weblogic server.Now we need to access the users accounts stored in active directory.we configured new active directory authenticator and able to see the user and group names in the weblogic console. when we try to login to the console using one of the active directory user names, we are unable to login.
    I would be thankful if any one can help on this.
    Thanks & Regards
    Surendranath Reddy

    Hi Surendranath,
    I am trying to attempt the same task, but have been unsuccessful so far. If you have had any luck with this, please let me know.
    I can get MS AD to work just fine in the Security Provider and it works via the developers application, but I cannot login using the Active Directory users from the Admin Console.
    Thanks,
    Kevin.

  • Unable to logging into BAM console

    Hi Can any one help me on thins issues.
    unable to open OracleBAM console in 11g. It is asking credentials after providing credentials console is keep on loading for long time and threads stuck in BAM console. But it is not giving console page.
    We are using Exalogin box and Exadata.
    Weblogic = 10.3.6
    SOA = 11.1.1.6.0
    BAM = 11.1.1.6.0
    AIA = 11.1.1.6.0
    Data Base =Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit.
    We have Development,Test Environment, Pre Production and Production. like 4 different environments 2 are standalone and 2 are Cluster.
    We are facing same issue in all 4 environments.
    Issue:_
    Issue that we are facing is that the I am unable to login to the BAM Console
    Logs:_
    ####<Mar 11, 2013 3:23:27 PM CET> <Info> <EJB> <elb1cn14.statoilfuelretail.com> <server_bam_DEV01> <[STUCK] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <2f74a3dac0f51f8f:-5e85376e:13d598cfb6d:-8000-000000000000133b> <1363011807530> <BEA-010227> <EJB Exception occurred during invocation from home or business: weblogic.ejb.container.internal.StatelessEJBHomeImpl@16eba46b threw exception: oracle.bam.common.remoting.ServiceUnavailableException: BAM-00223: Service oracle.bam.adc.common.core.IDataStore is unavailable.>
    ####<Mar 11, 2013 3:23:27 PM CET> <Info> <EJB> <elb1cn14.statoilfuelretail.com> <server_bam_DEV01> <[STUCK] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <2f74a3dac0f51f8f:-5e85376e:13d598cfb6d:-8000-0000000000001c47> <1363011807530> <BEA-010227> <EJB Exception occurred during invocation from home or business: weblogic.ejb.container.internal.StatelessEJBHomeImpl@16eba46b threw exception: oracle.bam.common.remoting.ServiceUnavailableException: BAM-00223: Service oracle.bam.adc.common.core.IDataStore is unavailable.>
    ####<Mar 11, 2013 3:23:27 PM CET> <Info> <EJB> <elb1cn14.statoilfuelretail.com> <server_bam_DEV01> <[STUCK] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <2f74a3dac0f51f8f:-5e85376e:13d598cfb6d:-8000-0000000000001be6> <1363011807530> <BEA-010227> <EJB Exception occurred during invocation from home or business: weblogic.ejb.container.internal.StatelessEJBHomeImpl@16eba46b threw exception: oracle.bam.common.remoting.ServiceUnavailableException: BAM-00223: Service oracle.bam.adc.common.core.IDataStore is unavailable.>
    ####<Mar 11, 2013 3:23:27 PM CET> <Info> <EJB> <elb1cn14.statoilfuelretail.com> <server_bam_DEV01> <[ACTIVE] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <2f74a3dac0f51f8f:-5e85376e:13d598cfb6d:-8000-00000000000036b9> <1363011807530> <BEA-010227> <EJB Exception occurred during invocation from home or business: weblogic.ejb.container.internal.StatelessEJBHomeImpl@16eba46b threw exception: oracle.bam.common.remoting.ServiceUnavailableException: BAM-00223: Service oracle.bam.adc.common.core.IDataStore is unavailable.>
    ####<Mar 11, 2013 3:23:27 PM CET> <Info> <EJB> <elb1cn14.statoilfuelretail.com> <server_bam_DEV01> <[STUCK] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <2f74a3dac0f51f8f:-5e85376e:13d598cfb6d:-8000-000000000000153e> <1363011807530> <BEA-010227> <EJB Exception occurred during invocation from home or business: weblogic.ejb.container.internal.StatelessEJBHomeImpl@16eba46b threw exception: oracle.bam.common.remoting.ServiceUnavailableException: BAM-00223: Service oracle.bam.adc.common.core.IDataStore is unavailable.>

    I did the following to view the shared report created by the "weblogic" user by another user "reportadmin" having BAM Report creator previleges like viewing ActiveStudio and ActiveViewer interfaces.
    Oracle BAM defines the following application level roles:
    Administrator: Has access to all features.
    Report Architect: Has access to features for creating data objects and reports.
    Report Creator: Has access to features for creating reports.
    Report Viewer: Has access to features for viewing reports.
    1) With weblogic user, created a report and saved it in Shared reports. Logged out.
    2) On weblogic console, in Security realm - myrealm - selected User And Groups tab.
    3) On User and Groups tab, create a new group named "BamReportCreators" which corresponds to the Report Creator
    application role of BAM.
    4) On User and Groups tab, create a new user named "reportadmin" (it can be any username that you like).
    5) Add this user to the group created in step 3. To do this, click on the user created, it will show four tabs, out of this select Groups tab, select the application role and assign it to the user.
    6) Save.
    7) Open BAM startpage, log in with user. You should see the top two buttons Active Viewer and Active Studio enabled for you.
    8) Go either to Active Studio or ActiveViewer, to see the report under shared repots tab or folder.
    If this satisfies your need, please mark this thread as answered and close it.

  • HT5012 I recently updated my IOS using the beta found on an iTunes account link... Ever since then I've been unable to log into my iMessages and FaceTime account through my iTunes.  The only explanation it gives me is that my connection was lost.... What

    I recently updated my IOS using the beta found on an iTunes account link... Ever since then I've been unable to log into my iMessages and FaceTime account through my iTunes.  The only explanation it gives me is that my connection was lost.... What to do?

    It was downloaded through my iTunes account... So im sure it wasn't pirated. It's nothing more than a beta test to work out the bugs.  But do u have any suggestions as to how i can about redownloading the same iOS but now the 'bugs' should be all worked out....

  • HT204053 unable to log into iMatch using Apple Id and password.  Msg says i have valid Id for store but not iMatch.  What to do?

    unable to log into iMatch using Apple Id and password.  Msg says i have valid Id for store but not iMatch.  What to do?
    Is there a way to reset iMatch username and password?

    An Apple ID which consists of a non-Apple address can perfectly well be used to create and sign into an iCloud account (most Apple ID's take this form). Your problem is that you can't create an iCloud account on Windows: you can only do it on a Mac or an iOS device. Once created on one of those you can sign into it on Windows using the iCloud Control Panel.

  • Zenworks unable to log into the network

    We have a Zenworks Configuration Management 11.2.2 environment with Active Directory authentication. The User source was pointing at a particular Domain controller with SSL authentication and working just fine. Today, the Domain Controller went down and I had to change it to another DC. I updated the certificate for the new DC and switched to it with no problems in the Zenworks Console. Now when users are logging into PCs with the agent installed it will generate an error and not authenticate to Zenworks. You are able to hit 'cancel' and login to the computer. If you try to manually login to the agent it will generate the following error:
    "zenworks unable to log into the network because the login credentials or the server certificate is incorrect"
    In the console, I am able to verify the User Source connection is correct and communicating properly. I have turned SSL on/off, switched the DC server back to the original authenticating server, and rebooted all the servers but I still get this error even on the Zenworks server themselves. I'm not sure what else to check. I found a thread with a similar issue but there resolution was to blow away the server and start from scratch. That is not a viable option for me as this system is fully set up and in production.
    Any insight would greatly be appreciated.

    I would start by testing LDAP Connectivity to the new server using a
    native LDAP Toool. (Caution - Some MS LDAP Tools may not even use LDAP
    but Use Std Windows Networking.)
    On 4/22/2013 5:26 PM, scotholl wrote:
    >
    > We have a Zenworks Configuration Management 11.2.2 environment with
    > Active Directory authentication. The User source was pointing at a
    > particular Domain controller with SSL authentication and working just
    > fine. Today, the Domain Controller went down and I had to change it to
    > another DC. I updated the certificate for the new DC and switched to it
    > with no problems in the Zenworks Console. Now when users are logging
    > into PCs with the agent installed it will generate an error and not
    > authenticate to Zenworks. You are able to hit 'cancel' and login to the
    > computer. If you try to manually login to the agent it will generate
    > the following error:
    >
    > "zenworks unable to log into the network because the login credentials
    > or the server certificate is incorrect"
    >
    > In the console, I am able to verify the User Source connection is
    > correct and communicating properly. I have turned SSL on/off, switched
    > the DC server back to the original authenticating server, and rebooted
    > all the servers but I still get this error even on the Zenworks server
    > themselves. I'm not sure what else to check. I found a thread with a
    > similar issue but there resolution was to blow away the server and start
    > from scratch. That is not a viable option for me as this system is
    > fully set up and in production.
    >
    > Any insight would greatly be appreciated.
    >
    >
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Crystal Reports Server 2008 trial install - unable to log into CMC

    Hi,
    I have been looking for a way to host my existing Crystal XI reports on our in house web application rather than using a thick client application with cview. I was told that the options were Crystal Reports Server 2008 or Visual Studio 2008. I have downloaded trials of both and am currently testing.
    After installing Crystal Reports Server 2008, including MySQL DB and Tomcat web server, i am unable to log into any of the applications with the error that:
    Error: Server SCOTTPC:6400 not found or server may be down (FWM 01003) null
    After seeing this i checked the services on my test machine and found that the Server Intelligence Agent was not started. So i tried starting it and recieved the generic windows message:
    Service on local computer started and them stopped. Some services stop automatically if they have no work to do ... etc
    After multiple reboots and reinstalls i am still unable to use any aspect of the application as i am unable to log into the CMC as the server is down. Now i am new to Crystal reports and web servers so have a very limited knowledge of whats going on here - i am primarily a DBA. From what i can tell MySQL does not even appear to be installed but i cannot be sure.
    Any suggestions?

    ok... after research it seems a DSN has not been created.
    Also when trying to start the server intelligence service i see the following in the application event viewer:
    [Node Name: SCOTTPC]
    [User Name: SYSTEM]
    Server Intelligence Agent has failed to initialize because the bootstrap file C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\_boe_SCOTTPC.bootstrap is missing information about the CMS cluster. Please restore your bootstrap file from your backup.
    i have recreated the bootstrap file but still get the same error.
    i have SQL Server 2005 installed on this rig as well - could this be causing the issue? Would it be better for me to integrate this to SQL Server rather than using the MySQL DB that comes with Crystal server 2008?

  • Report Viewer unable to log into the database

    I'm fairly novice to ZFD Inventory and have a reporting issue when attempting to run from ConsoleOne (1.3.6f). Receive a Report Viewer error that states "unable to log into the database. Ensure the ODBC driver...".
    TID 10094443 describes my symptom exactly but apparently doesn't apply. It applies to ZFD6.5 and we're running 7. Does the Oracle fix it refers to even apply to ZFD7 Inventory? If not, what does address my issue?
    Is it SQL now?
    Thanks for any help.

    Originally Posted by youngj
    I'm fairly novice to ZFD Inventory and have a reporting issue when attempting to run from ConsoleOne (1.3.6f). Receive a Report Viewer error that states "unable to log into the database. Ensure the ODBC driver...".
    TID 10094443 describes my symptom exactly but apparently doesn't apply. It applies to ZFD6.5 and we're running 7. Does the Oracle fix it refers to even apply to ZFD7 Inventory? If not, what does address my issue?
    Is it SQL now?
    Thanks for any help.
    If you are using the Sybase database with ZDM7, take a look at the file \database drivers\odbcreadme.txt file on the Novell ZENworks 7 Companion 2 CD (downloadable from novell.com if you don't already have it). Page 347 of the ZDM 7 Install Doc also mentions this procedure:
    http://www.novell.com/documentation/...dm7install.pdf

  • Unable to log into itunes & app store

    I am unable to log into itunes & app store from my iphone5s OS 7.1.1. The apple ID works on the apple site and from my apple tv and ipad etc. I have rebooted the iphone, deleted icloud and logged back in successfully. I can use find my iphone and see my other devices. When I go to settings > iTunes & App Store > enter the apple ID and password and press sign in > it shows a activity circle at the top by the wifi indicator but then nothing else happens. Settings > iTunes & App Store still has my username and password. I can press sign in again but nothing happens.
    I've tried to go into iTunes Store and look at my previous purchased movies but it keeps prompting me to sign in..  I use existing apple ID > enter ID and pass > and it just loops the same process over and over..   use existing apple ID > enter ID and pass > use existing apple ID > enter ID and pass >  etc..
    Thanks for the help.

    Hello Anand,
    To troubleshoot your problem, follow the steps below:
    1. Delete the file -  Macintosh HD/Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
    2. Restart OS X
    3. Try logging into Mac App Store again.
    All the best !

  • Why am I unable to log into any google accounts

    why am I unable to log into any google accounts

    goldie530 wrote:
    why am I unable to log into any google accounts
    You may have been infected by malware that you downloaded and installed.  The download was probably called "FlashPlayer.pkg".  If you still have it please don't trash it quite yet.  For the benefit of others in this community can you please upload it to http://www.virustotal.com.  Once you have done that copy the ID and report it back here along with the exact name of the file that you uploaded.
    If the results do not show anything in the status column next to ClamAV can you also upload it to http://cgi.clamav.net/sendvirus.cgi and in the description box include the keyword "macos".  If you know the name of the site where you downloaded it from, that would also be useful.  Then you should trash it so you won't be tempted to run it again.
    A description of this malware along with instructions on fixing it can be found here: http://www.f-secure.com/v-descs/trojan_bash_qhost_wb.shtml
    Thanks in advance and let us know how it goes.

  • Since installing the lastest soft wear I have been unable to log into internet banking for nab on the app and via safari? Anyone have an idea why?

    Since installing the lastest soft wear I have been unable to log into internet banking for nab on the app and via safari? Anyone have an idea why?m

    I experience similar problem with working in internet. Also use Safari.

  • Unable to log into icloud

    I have installed Find My Friends on my iPad2 since then i have been unable to log into iCloud on my iPad. I removed it but still it pops up with the screen saying i need to install Find my iPhone which is already installed.
    Any ideas?

    Clarification, I am not able to log into iCloud from our MacBook Pro only via System Preferences when logged into my acount.  My husband however can log in using the same computer under his identity.

  • Some accounts on iMac unable to log into Gmail (OS X 10.6.4, Safari 5.0)

    I have 5 accounts configured on my Intel iMac.
    After upgrading to Snow Leopard (OS X 10.6.4), some of the accounts are unable to log into Gmail directly from a browser (not using the Mac mail client). It seems to time out. These accounts were not previously using the Mac mail client.
    The accounts that previously used the Mac mail client can still successfully retrieve their Gmail via the Mac mail client, and they can still log directly into Gmail from a browser also.
    Operating system: OS X 10.6.4 (Snow Leopard)
    Program and version you use to access Gmail: Safari 5.0
    Your antivirus software (e.g. Norton 2007): None
    Any extensions, toolbars or plug-ins: None

    Hi,
    Your antivirus software (e.g. Norton 2007): None
    I hope that means you do not have Norton a/v software installed.
    For Gmail. From the Safari Menu Bar click Safari/Preferences then select the Security tab. Click: Show Cookies. Delete all Gmail related cookies. Relaunch Safari.
    If you still can't login to Gmail, open Keychain Access (Applications/Utilities). Select Passwords on the left. Delete the Gmail keychain.
    Relaunch Safari. Login to Gmail as you normally do with your user name and password. When prompted, click Yes.
    Carolyn

  • SPA122 Unable to log into Phone Adapter Configuration Utility

    I am unable to log into the Phone Adapter Configuration Utility for my SPA122.  It has never been used before and the default username/password of "admin, admin" is giving me a prompt saying that the username or password are incorrect.  I have reset the ATA as well, and it is still giving me this error.  Any help???

    hi Patty,
    what you want to do is hold the reset button for about 30 sec, you should see the lights change ( all come on briefly ).
    If the devices is part of a managed service, and has been locked down, the only way to factory reset is with the admin password.
    Did you purchase it new?  if so, you might try taking it back to your place of purchase.
    You can also try using the ivr to reset.
    hit ****   - you should hear the ivr intro
    type 73738   (spell reset)
    hit 1 to approve
    if that asks for the admin password, then you need the password.
    Hope that helps,
    -Dan

Maybe you are looking for