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.

Similar Messages

  • 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.

  • 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.

  • 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.

  • Unable to log into the portal-After Upgrade from NetWeaver 7.0 to 7.3EHP1

    Dear Experts,
    We have poltal landscape(NW 7.0 Dualstack SPS27) with our customozed themes and par files(Company name,logos and colours)
    Recently we upgraded the one of portal from NW 7.0 to NW 7.3EHP1 . Upgrade has been successfilly completed with small issue.
    After upgrade all urls are working(/nwa, /sld) except /irj/portal.We know that NW 7.3 EHp1 accepts only ear file i.e we converted the our customized log on par file to ear file through par migration tool and the same was deployed successfully through NWDS 7.3 version.After deploying we are able to access the
    /irj/portal url with our customized par(means ear file) without issues,
    We are unable to log into the portal after giving the correct user id and password,getting the portal runtime error as foloows.
    Portal runtime error
    An exception occured while processing your request.Send the exception ID your administrator
    Exception id:
    see log files for details about this exception
    Default.trc log file(/server0/log)
    #EP-PIN-PRT#tc~epbc~prtc~api#C00061FD2733006C00000005000056CB#9034950000000004#sap.com/com.sap.portal.runtime.system.hooks#com.sap.portal.prt.
    runtime#J2EE_ADMIN#4##43E00B85A79911E380F800000089DCC6#3a483a0fa79911e3903000000089dcc6#3a483a0fa79911e3903000000089dcc6#0#Thread[HTTP Worker
    [@900472845],5,Dedicated_Application_Thread]#Plain##
    08:14_09/03/14_0005_9034950
    [EXCEPTION]
    java.lang.RuntimeException: Could not create Resource Repository root folder in PCD
    at com.sap.portal.resource.repository.ResourceRepositorySrv.initRepositoryRootContext(ResourceRepositorySrv.java:140)
    at com.sap.portal.resource.repository.ResourceRepositorySrv.init(ResourceRepositorySrv.java:93)
    at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher$3.service(RequestDispatcherFactory.java:518)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:363)
    at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher.init(RequestDispatcherFactory.java:503)
    at com.sap.portal.prt.broker.PortalServiceItem.initServiceInstance(PortalServiceItem.java:347)
    at com.sap.portal.prt.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:210)
    at com.sap.portal.prt.broker.PortalServiceItem.load(PortalServiceItem.java:578)
    at com.sap.portal.prt.om.ObjectsManager.createObejctHandle(ObjectsManager.java:234)
    at com.sap.portal.prt.om.ObjectsManager.getObjectHandle(ObjectsManager.java:147)
    at com.sap.portal.prt.broker.PortalAppBroker.getPortalService(PortalAppBroker.java:498)
    at com.sap.portal.prt.service.ServiceManager.getPortalServiceItem(ServiceManager.java:431)
    at com.sap.portal.prt.service.ServiceManager.get(ServiceManager.java:220)
    at com.sap.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:130)
    at com.sap.portal.resource.repository.WebResourceRepositorySrv.init(WebResourceRepositorySrv.java:71)
    at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher$3.service(RequestDispatcherFactory.java:518)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:363)
    at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher.init(RequestDispatcherFactory.java:503)
    at com.sap.portal.prt.broker.PortalServiceItem.initServiceInstance(PortalServiceItem.java:347)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:363)
    at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher.init(RequestDispatcherFactory.java:503)
    at com.sap.portal.prt.broker.PortalServiceItem.initServiceInstance(PortalServiceItem.java:347)
            at com.sap.portal.prt.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:210)
            at com.sap.portal.prt.broker.PortalServiceItem.load(PortalServiceItem.java:578)
            at com.sap.portal.prt.om.ObjectsManager.createObejctHandle(ObjectsManager.java:234)
            at com.sap.portal.prt.om.ObjectsManager.getObjectHandle(ObjectsManager.java:147)
            at com.sap.portal.prt.broker.PortalAppBroker.getPortalService(PortalAppBroker.java:498)
            at com.sap.portal.prt.service.ServiceManager.getPortalServiceItem(ServiceManager.java:431)
            at com.sap.portal.prt.service.ServiceManager.get(ServiceManager.java:220)
            at com.sap.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:130)
            at com.sap.portal.resource.repository.WebResourceImportService$ResourceImporter.<init>(WebResourceImportService.java:248)
            at com.sap.portal.resource.repository.WebResourceImportService.importApplicationResources(WebResourceImportService.java:172)
            at com.sapportals.portal.navigation.NavigationMimeRepositoryService.loadAllPicsToWRR(NavigationMimeRepositoryService.java:186)
            at com.sapportals.portal.navigation.NavigationMimeRepositoryService.init(NavigationMimeRepositoryService.java:160)
            at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher$3.service(RequestDispatcherFactory.java:518)
            at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:363)
            at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher.init(RequestDispatcherFactory.java:503)
            at com.sap.portal.prt.broker.PortalServiceItem.initServiceInstance(PortalServiceItem.java:347)
            at com.sap.portal.prt.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:210)
            at com.sap.portal.prt.broker.PortalServiceItem.load(PortalServiceItem.java:578)
            at com.sap.portal.prt.om.ObjectsManager.createObejctHandle(ObjectsManager.java:234)
            at com.sap.portal.prt.om.ObjectsManager.getObjectHandle(ObjectsManager.java:147)
            at com.sap.portal.prt.broker.PortalAppBroker.getPortalService(PortalAppBroker.java:498)
            at com.sap.portal.prt.service.ServiceManager.getPortalServiceItem(ServiceManager.java:431)
            at com.sap.portal.prt.service.ServiceManager.get(ServiceManager.java:220)
    at com.sap.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:130)
            at com.sap.portal.pcm.iview.admin.PcmIviewCommon.getAdditionalAttributes(PcmIviewCommon.java:358)
            at com.sap.portal.pcm.iview.admin.PcmIviewCommon.initLayers(PcmIviewCommon.java:173)
            at com.sap.portal.pcm.iview.admin.AdminBaseiView.createAttrSetLayersList(AdminBaseiView.java:177)
            at com.sap.portal.pcm.page.admin.AdminBasePage.getCustomImplementation(AdminBasePage.java:76)
            at com.sap.portal.pcm.admin.PcmAdminBase.getImplementation(PcmAdminBase.java:642)
            at com.sapportals.portal.navigation.LightningHelperService.getFrameworkPageAttributesValues(LightningHelperService.java:143)
            at com.sapportals.portal.navigation.LightningHelperService.getFrameworkPageAttributesValues(LightningHelperService.java:171)
            at com.sapportals.portal.navigation.fpm.util.PhaseConfiguration.prepareAttributes(PhaseConfiguration.java:71)
            at com.sapportals.portal.navigation.fpm.util.PhaseConfiguration.storeRelatedAttributesInSharedStorage(PhaseConfiguration.java:35)
            at com.sapportals.portal.navigation.fpm.NavigationFpmListener.doFrameworkPhase(NavigationFpmListener.java:535)
            at com.sapportals.portal.navigation.fpm.NavigationFpmListener.doPhase(NavigationFpmListener.java:122)
            at com.sapportals.portal.pb.fpm.FPMContainer.distributeEvent(FPMContainer.java:63)
            at com.sapportals.portal.pb.fpm.FPM.doDocumentHook(FPM.java:179)
            at com.sapportals.portal.prt.service.document.DocumentHookMulticaster.doDocumentHook(DocumentHookMulticaster.java:100)
            at com.sapportals.portal.prt.service.document.DocumentHookService.doDocumentHook(DocumentHookService.java:119)
            at com.sapportals.portal.prt.service.document.DocumentHookServiceNew.doDocumentHook(DocumentHookServiceNew.java:186)
            at com.sapportals.portal.prt.connection.PortalHook.doDocumentHook(PortalHook.java:665)
            at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:183)
            at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
            at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:141)
            at com.sap.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:206)
            at com.sapportals.portal.navigation.PortalLauncher.doContent(PortalLauncher.java:116)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:213)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:129)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
            at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
            at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
            at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
            at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
            at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
            at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
            at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Caused by: javax.naming.InvalidNameException: Character not allowed: ':' in 'pcd:resource_repository'
    at com.sapportals.portal.pcd.pl.PcdName.checkComponent(PcdName.java:64)
            at com.sapportals.portal.pcd.pl.PcdName.checkNameComponent(PcdName.java:39)
            at com.sapportals.portal.pcd.pl.PcdName.padd(PcdName.java:636)
            at com.sapportals.portal.pcd.pl.PcdName.add(PcdName.java:626)
            at com.sapportals.portal.pcd.gl.util.StringUtils.tokenizeIntoPcdName(StringUtils.java:112)
            at com.sapportals.portal.pcd.pl.PcdName.appendUrlInternal(PcdName.java:408)
            at com.sapportals.portal.pcd.pl.PcdName.<init>(PcdName.java:245)
            at com.sap.portal.resource.repository.ResourceRepositorySrv.initRepositoryRootContext(ResourceRepositorySrv.java:121)
            ... 132 more
    1)We are suspecting this issue is related to the theme issue.How to update the theme in the upgraded portal(have a backup of themes)
    2)Want to know if we update a theme where it stored at the operating system level(in NW 7.3 EHP1 as well as NW 7.0)
    3)Is there any post steps after portal upgrade.
    Request you suggest.
    Regards
    Maruthi

    Hi
    Refer the SAP Notes
    1942399 - Fix usage of unregistered class loader while processing HTTP request in an application being updated or stopped at the same time
    1744820 - Migration 7.3 fails while executing migration of pcd_upgrade
    1703578 - WPC migration stops during connection creation
    1918086 - ERROR: Unable to get iView
    Regards
    Ram

  • 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?

  • Unable to log into iCloud because old email pops up requesting password. Password not working and unable to receive reset

    I changed the main email on my Appleid a few months back. Everything worked fine until uppgrading to iOS7 on my phone. I am now unable to log into iCloud because the old email pops up and requesting password which is not working. I cannot rest the password because my old email is unvalid as I have changed network provider. The id works fine on Appstore and iTunes so its only iCloud that making trouble.
    Any suggestions to remedy this problem?

    I'm also experiencing the same issue.
    I've had to reset my password 3 times in the last 3 days.
    At first, I couldn't get my email. I sweated it out for 12 hours, reset my password and I was good to go again. 48 hours later, I ran into the same issue. Only problem is, not only do I get the 'Incorrect username or password' on my device, but my iCloud.com login no longer works. so now I can't read my messages on the web OR on my device/computer.
    I have went to appleid.apple.com and reset my password there: no luck.
    I have reset the settings on my device: no luck.
    I have Erase and Installed iOS 6.1.2: no luck.
    I have restored my device back to factory settings: no luck.
    I have performed a DFU restore: no luck.
    This is my main account for, well everything.

  • Application user RMCM was found to be deleted from CUCM but agents unable to log into ACD queue was reported 2 weeks later

    Hello All, During an investigation Application user RMCM was found to be deleted from CUCM as per CUCM logs but the first issue of agents unable to log into ACD queue was reported 2 weeks later following a publisher reboot, I am trying to understand what could have caused this ? The reboot obviously could not have made any changes but the logs says RMCM users deleted on 09 May but issue was reported on 20 May and in the meantime services were said to be working without interruption . Can i have some suggestion to understand this to explain customer ?

    The RMCM user being deleted might not have triggered a JTAPI update on the UCCX side.  The publisher reboot which restarted CTIManager would have definitely triggered the update and forced UCCX to re-authenticate with the now non-existent user.

  • 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 FaceTime it says "the server encountered an error processing registration please try again later. Apple ID is verified ok but could not login. Please help. Thanks

    Unable to log into FaceTime it says "the server encountered an error processing registration please try again later. Apple ID is verified ok but could not login. Please help. Thanks

    I had the same problem and found the solution here:
    https://discussions.apple.com/thread/3189272

  • 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.

  • HT4157 I am unable to log into the "View Account",

    I am unable to log into the "View Account" on my iPad,  I have tried to Reset the account but never get sent an e-mail.  (I know what e-mail address it was originally setup with, but I did try all 3 just to be sure).   I also not not able to reset the Subscription, for some reason that is not an option anymore -  It was an option last week, I filled out the subscription to activate my connection, once I did the 3G went a way and that is when things started.
    Just some other background - the same day this started,  I received error trying to watch unrented movies on my iPad.  When I tried to start watching, I received an error - "Unable to Open".  I am not sure this is related or not.
    I have since reset the entire iPad,  (Reset all settings and Data) thinking this would fix the issue but no lick.
    Network is AT&T
    IOS is 5.1.1 (9B206)
    64 GB
    Any suggestions ?

    I have had a similar problem trying to view my account with AT&T, it could be the AT&T server is down for viewing your account.

  • 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.

  • 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....

Maybe you are looking for

  • How to create new Partner Numbers for WE20?

    Hello colleagues! While creating new Source System for R/3 system in automatic mode providing existing RFC (SM59), system errored with message E0552 "Error during insert in port table". I tried creating new Partner Profile "FI5FIN100D" in WE20 (partn

  • Can I export from Final Cut Pro X to iDVD?

    Switched to FCP X because iMovie was breaking down. Question: can I export my finished project to iDVD?

  • View attachment list in ECC6

    Hi, I am trying to assign the GOS service for the Z transaction using a ehancment spot in PBO . Problem is I am getting the GOS service enabled for the transaction. But when I click on "View Attachment list" service, it is given short dump in ECC6 wh

  • Issue using a distant client to set a project on owb server

    Hi, I'm new to OWB, and I'm facing a problem using a client - server installation. I've designed a project on a computer (win2k), tested it and so on, following the online course to help me. Once the test phase succesfull, I wanted to deploy the proj

  • Freight Condition not getting copied from order to billing

    Hi, Here at my clients place, i have created new condition type for freight(which will be calculated after excise duty and VAT).This conditon type should not increase the order value but increase tax amount in sales order item level. For this i have