Visual admin stoping at 99%

Hi
we have Nw04sp17 portal installation and except visual admin tool every thing workingfine.
when we logon to VA with aministrator and pwd its stoping at 99% and throwing following error at console
<b>java.lang.NullPointerException
     at com.sap.engine.services.adminadapter.gui.tasks.LoginTask.connectAction(LoginTask.java:191)
     at com.sap.engine.services.adminadapter.gui.tasks.LoginTask.run(LoginTask.java:79)
     at java.lang.Thread.run(Thread.java:534)</b>
We found some notes on sdn about this and upgrade the WAS to sp18 even though its showing same error.any body has suggestions to
resolve these issue.
Thanks in advance
Gopal

Hi Gopal,
another option is to check if maybe the filesystem /usr/sap/<SID> is full (that the Visual Admin cannot write any logs).
Which operating system and which database do you use?
Try the login with another user than Administrator which is also in the group "Administrator" and see if that brings the same error.
You can also try to download the Visual Admin from another system and log in from your local PC (copy the directory /usr/sap/<SID>/j2ee/<b>admin</b> to your PC, make sure you have Java Version 1.4. installed, open go.bat with Notepad or something similar and make sure that "set JAVA_CMD=" points to the java version 1.4 - then start go.bat and try to login)
Sorry, I start running out of more ideas ....
Regards,
Cornelia

Similar Messages

  • How to start/ restart the service in visual admin of SAP WAS 6.4?

    I have installed the sneak preview version of SAP NetWeaver WAS 6.4 for default Database MaxDB. While developing a simple application to manage simple database table citymaster with 2 columns in jsp I am getting error as
    Exception e com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at : java.comp.
    Looking at visual admin tool for WAS 6.4 all the entries are in color blue but the last entry for 'DATASOURCE' is in RED color where 'java.comp/env/JDBC/DATASOURCE' is the jndi reference created for default DataSource.
    Can any one help me that why the last entry is in RED and it that say that some error has occured or that entry is not started then how to start that?
    Please help....

    Dear Daniel,
    I have checked the Visual Administrator's  JNDI Registry service entry in the ejbContexts node but there is no entry for the project which I have created.
    It get deployed while I right click on the project's ear file and click on "Deploy on J2EE Engine". But same as before while checking in Browserthe site gives the same error...
    503   Service Unavailable
    Application cannot be started!
    Details: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Application bcone.com/EntityCMPAppln cannot be started, because it has hard reference to resource CONFIG_DB with type javax.sql.DataSource, but it is not active on the server.
         at com.sap.engine.services.deploy.server.ReferenceResolver.processUsageOfComponent(ReferenceResolver.java:508)
         at com.sap.engine.services.deploy.server.ReferenceResolver.beforeStartingApplication(ReferenceResolver.java:337)
         at com.sap.engine.services.deploy.server.application.StartTransaction.begin(StartTransaction.java:149)
         at com.sap.engine.services.deploy.server.application.StartTransaction.beginLocal(StartTransaction.java:285)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesLocal(ApplicationTransaction.java:355)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:120)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesLocalAndWait(ParallelAdapter.java:224)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationLocalAndWait(DeployServiceImpl.java:4170)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationsInitially(DeployServiceImpl.java:2390)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.clusterElementReady(DeployServiceImpl.java:2267)
         at com.sap.engine.services.deploy.server.ClusterServicesAdapter.containerStarted(ClusterServicesAdapter.java:41)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:101)
         at com.sap.engine.core.service630.container.AdminContainerEventListenerWrapper.processEvent(AdminContainerEventListenerWrapper.java:19)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:80)
         at com.sap.engine.core.thread.impl4.SingleThread.execute(SingleThread.java:70)
         at com.sap.engine.core.thread.impl4.SingleThread.run(SingleThread.java:111)
    Please help me, how to recover this error.
    Rgds,
    Vivek

  • How to log on to visual admin and create destination service

    Hi all,
    I see this statement everywhere while trying to configure adobe forms.
    *it was only the HTTP destination FPICF_DATA_<SID> that was not created in the Visual Admin under Cluster -> Services -> Destinations*_
    I got 2 questions here:-
    1. the programs "FP_CHECK_DESTINATION_SERVICE" runs fine w/o destination check box. andwith the check box it gives the error "ADS: Request start time: Thu Nov 26 12:07:42 ........". SO how to resolve this. I have checked the blogs before and I did everything so far and stuck at the statement given above in bold.
    2. What  is this destination fp_icf_data_sid........... where to look for, I understand u need to log on to visual adm. But how is there a sap transaction "AL11" or from the web url.   if it is web url  ...   "http://server_name:port/ ....." then I am lost after this I dont see anything called cluster and services anywhere....
    And if am looking for visual admin at wrong places please provide step by step guide. I have seen steps to log on to visual admin on wesites but i dont know what am i doing, thats not clear. If someone can help from here.
    Thanks,
    Anu.

    The Visual Administrator is a Java tool installed during the installation of a Java AS. It is a separate tool that can be copied and used remotely if desired. On a system running Java AS it can be found under /usr/sap/<SID>/JC00/j2ee/admin - just run 'go' under Linux/Unix or 'go.bat' under Windows. You must have Java installed on your remote system.
    Once you have logged into your Java AS system using the Visual Administrator you can then setup your "Destinations", located under Server -> Services.
    Check Note 944221 - Troubleshooting if problems occur in forms processing ...which will make clear the errors you are experiencing and help you solve them.
    Nelis

  • Unable to Enter Visual Admin for change of licence key

    Hi all,
    I have installed webdynpro on a stand alone system. As my linence expiry 15 days. I need to update it . But i am unable to entry the visual admin of webdynpro to enter the new license , as it stops at 99%. then in the back ground DOS prompt  throwing exceptions like
    Exception in Thread "Thread-3" java.lang.NullPointerException at com.sap.engine.services.adminadapter.gui.tasks.LoginTask.connectionAction< LoginTask.java:191>
    com.sap.engine.services.adminadapter.gui.tasks.LoginTask.run<LoginTask.java:191>
    at java.Lang.Thread.run<Unknown Source>
    Regards,
    karthik

    Hi karthik,
    Activate SAP* super user, apply license, deactivate SAP* user.
    http://help.sap.com/saphelp_nw04s/helpdata/en/3a/4a0640d7b28f5ce10000000a155106/frameset.htm
    Best regards, Maksim Rashchynski.

  • Error while deleting certificate from key storage in visual admin.

    Hi,
    I am reconfiguring SSO with our ERP system.
    I need to delete certificate of abap system.
    when i try to delete certificate from visulal admin>server>services>key storage>ticketkeystore
    i get error stating
    com.sap.engine.services.keystore.exception.BaseRemoteException:Remote call errored
    at com.sap.engine.services.keystore.impl.KeystoreManagerManagementimpl.deleteEntry(KeystoreManagerManagementimpl.java:83)
    Pls help
    Thanks & Regards
    Raj Kiran

    I solved it.
    Visual Admin > Key Storage service ....
    1) Take note of all your Entries under the "TicketKeystore" view. You could export all of your Entries here except for the "SAPLogonTicketKeypair" in case you need this to be replaced by a new one
    2) Select the "TicketKeyStore" view and DELETE it
    3) Create the "TicketKeyStore" view again. It should be empty now.
    3) Recreate the SAPLogonTicketKeypair, and import all of the ones that you exported in step (1)
    Hope this helps
    Cheers

  • Error while creating RFC Jco provider in visual Admin

    Hi,
    I have crated a rfc jco provider in visual admin , I have given all the ECC related details both in registered server AND Spcific application server. In both of these I have given R/3 related details like host of ecc and all.
    All i have given correct used ID and passowrd also (I am using my own user id and password in this jco rfc provider). that user id is there in ecc with sap all in profile and in roles also i have given 2 roles for that used id, namely sap_bc_jsf_communication AND sap_bc_usr_cua_client_rfc
    Still when i try to  start it its giving me error:  Error starting bundle
    please help

    This I am getting:
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=sapecdsrv SYSNR=00 GWHOST=sapecdsrv GWSERV=sapgw00 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       hostname 'sapecdsrv' unknown
    TIME        Wed May 26 14:26:21 2010
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -2
    MODULE      nixxhsl.cpp
    LINE        223
    DETAIL      NiHsLGetNodeAddr: hostname cached as unknown
    COUNTER     2
    at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:457)
    at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1025)
    at com.sap.mw.jco.JCO$Client.connect(JCO.java:3255)
    at com.sap.mw.jco.JCO$Pool.initPool(JCO.java:4725)
    at com.sap.mw.jco.JCO$PoolManager.getClient(JCO.java:6180)
    at com.sap.mw.jco.JCO$PoolManager.getClient(JCO.java:6135)
    at com.sap.mw.jco.JCO.getClient(JCO.java:8803)
    at com.sap.engine.services.rfcengine.Bundle.startAll(Bundle.java:248)
    at com.sap.engine.services.rfcengine.RFCRuntimeInterfaceImpl.addBundle(RFCRuntimeInterfaceImpl.java:350)
    at com.sap.engine.services.rfcengine.RFCRuntimeInterfaceImpl.changeBundleConfiguration(RFCRuntimeInterfaceImpl.java:654)
    at sun.reflect.GeneratedMethodAccessor401.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:62)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.sap.pj.jmx.introspect.DefaultMBeanInvoker.invoke(DefaultMBeanInvoker.java:58)
    at com.sap.pj.jmx.mbeaninfo.AdditionalInfoProviderMBean.invoke(AdditionalInfoProviderMBean.java:289)
    at com.sap.pj.jmx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:944)
    at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.invoke(MBeanServerWrapperInterceptor.java:288)
    at com.sap.engine.services.jmx.CompletionInterceptor.invoke(CompletionInterceptor.java:409)
    at com.sap.pj.jmx.server.interceptor.BasicMBeanServerInterceptor.invoke(BasicMBeanServerInterceptor.java:277)
    at com.sap.jmx.provider.ProviderInterceptor.invoke(ProviderInterceptor.java:258)
    at com.sap.engine.services.jmx.RedirectInterceptor.invoke(RedirectInterceptor.java:340)
    at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.invoke(MBeanServerInterceptorChain.java:330)
    at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.invoke(MBeanServerSecurityWrapper.java:287)
    at com.sap.engine.services.jmx.MBeanServerInvoker.invokeMbs(MBeanServerInvoker.java:131)
    at com.sap.engine.services.jmx.ClusterInterceptor.invokeMbs(ClusterInterceptor.java:212)
    at com.sap.engine.services.jmx.ClusterInterceptor.invoke(ClusterInterceptor.java:766)
    at com.sap.engine.services.jmx.MBeanServerInterceptorInvoker.invokeMbs(MBeanServerInterceptorInvoker.java:102)
    at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImpl.invokeMbs(P4ConnectorServerImpl.java:61)
    at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImplp4_Skel.dispatch(P4ConnectorServerImplp4_Skel.java:64)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)
    at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)
    at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(AccessController.java:219)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172

  • Error in creating MSSQL 2005 server Datasource in visual admin

    I need to create a datasource in Visual Admin for SQL Server 2005. I have already downloaded the JDBC Driver for SQL server 2005 and while creating the driver in visual admin I specified sqljdbc.jar from the downloaded directory.
    Then created the datasource, filling out the following properties:
    o Main tab > DataSource Name: fx “MyDatasource”
    o Main tab > Add Alias: fx “MyAlias”
    o Main tab > Driver Name: SQL Server
    o Main tab > JDBC version: 2.0 (with XA support)
    o Main tab > Object factory: com.microsoft.jdbcx.sqlserver.SQLServerDataSourceFactory
    o Main tab > DataSource Type: ConnectionPoolDataSource
    o Main tab > CPDS classname: com.microsoft.jdbcx.sqlserver.SQLServerDataSource
    o Additional tab > add property “serverName = <myserver>,
    o Additional tab > add property “databaseName = <mydb>,
    o Additional tab > add property “portNumber = <port>, fx 1433”
    o Additional tab > add property “user = <sql database user>, fx sa”
    o Additional tab > add property “password = <password>”
    Then I set the initial connections to 1. On saving, I was shown an error saying:
    Causedby: java.lang.ClassNotFoundException:com.microsoft.jdbcx.sqlserver.SQLServerDataSourceFactory
    Then I tried with SAP’s Driver for MSSQL, giving the parameters as:
    Driver Name: SYSTEM_DRIVER
    JDBC Version: 1.x
    Driver Class: com.sap.portals.jdbc.sqlserver.SQLServerDriver.class
    Database URL: jdbc:sap:sqlserver://<myserver>:1433;DatabaseName=<mydb>
    On saving an error was generated saying:
    Causedby:java.lang.ClassNotFoundException:com.sap.portals.jdbc.sqlserver.SQLServerDriver.class
    Where have I gone wrong? Pls help.
    Regards
    Shyam.
    <b></b><b></b>

    hi all,
    i have solved the issue.
    it was due to the changes in formats of the driverclass name&URl for accessing SQLServer2005.
    Details:
    in SQLServer2000:
    the driverclass name format is like:
    com.sqlserver.microsoft.jdbc.SQLServerDriver
    but in SQLServer2005 it is:
    com.microsoft.sqlserver.jdbc.SQLServerDriver
    and
    the URL in SQLServer2005 should be of the format:
    jdbc:sqlserver://<server>:1433;DatabaseName=<db>
    instead of SQLServer2000's
    jdbc:microsoft:sqlserver://<server>:1433;DatabaseName=<db>.the prefix has
    changed.
    i selected JDBC version as 1.x.
    now its working fine and i cud fetch data from the db in my Web dynpro appln.
    Thanks a lot.
    regards
    shyam.

  • Error while deploying in Visual Admin

    Hi,
    Currently I'm having an error while I do my application deployment via Visual Admin. I realized afterI login to Visual Admin then I press Services>Deploy, it will printed a stack of error of java.lang.NullPointerException. I screenshot for better reference.
    [Click Here|http://img687.imageshack.us/img687/3205/errorq.gif]
    It showed error on com.sap.engine.services.rmi_p4/MarshalInputStream.setProfile. Any cause of this or solution as now I can't deploy my application.
    Thanks.

    Hi Blanca,
    I just checked the server and the version is SP13. But before I request for an upgrade I need to justify also.
    I checked out the note 1325234 and follow what it asked. Is correct as I unable to see any entries after I clicked All Application. But in my defaultTrace log didn't print out the error message.
    I only will see the message when I go to Visual Admin>Server>Services>Deploy and it will print as I showed in the screenshot. Just want to double confirm for the error.
    Thanks.

  • Canu00B4t see log with J2EE Visual Admin or Standalone Log Viewer

    Bom dia!
    When logging on Log Viewer, it shows de error message: Unable to invoke LogControllerFacadeMBean method:"getMetaDataOfReaders" In J2EE Visual Admin the error message after click in the item Log Viewer is Error while loading service Log Viewer
    When I click in defaultTrace.trc nothing appears. The same for the others log archives listed in Log Viewer.
    Can someone help me with this?
    Very thanks from Spain.
    In the console I see the following java exception:
    Exception in thread "AWT-EventQueue-0" com.sapmarkets.bam.util.BAMRuntimeExcepti
    on: Unable to invoke LogControllerFacadeMBean method: "getMetaDataOfReaders".
            at com.sapmarkets.bam.application.logdepot.AbstractLogDepot.invokeFacade
    Method(AbstractLogDepot.java:225)
            at com.sapmarkets.bam.application.logdepot.AbstractLogDepot.getMetaDataO
    fReaders(AbstractLogDepot.java:303)
            at com.sapmarkets.bam.view.config.AbstractViewConfiguration.getColumnInf
    oFromServer(AbstractViewConfiguration.java:218)
            at com.sapmarkets.bam.view.config.AbstractViewConfiguration.readSetting(
    AbstractViewConfiguration.java:126)
            at com.sapmarkets.bam.view.config.AbstractViewConfiguration.getColumnSet
    tingForLogType(AbstractViewConfiguration.java:247)
            at com.sapmarkets.bam.view.buffertable.ContentPane.obtainColumnSettings(
    ContentPane.java:915)
            at com.sapmarkets.bam.view.buffertable.ContentPane.<init>(ContentPane.ja
    va:127)
            at com.sapmarkets.bam.view.AbstractLogViewerAppplication.makeTablePane(A
    bstractLogViewerAppplication.java:423)
            at com.sapmarkets.bam.view.AbstractLogViewerAppplication.displayLogs(Abs
    tractLogViewerAppplication.java:474)
            at com.sapmarkets.bam.view.overview.OverviewFilePathTreeWrapper.openLog(
    OverviewFilePathTreeWrapper.java:334)
            at com.sapmarkets.bam.view.overview.OverviewFilePathTreeWrapper$TreeMous
    eListener.mousePressed(OverviewFilePathTreeWrapper.java:359)
            at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    3)
            at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    2)
            at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    2)
            at java.awt.Component.processMouseEvent(Component.java:6038)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
            at java.awt.Component.processEvent(Component.java:5806)
            at java.awt.Container.processEvent(Container.java:2058)
            at java.awt.Component.dispatchEventImpl(Component.java:4413)
            at java.awt.Container.dispatchEventImpl(Container.java:2116)
            at java.awt.Component.dispatchEvent(Component.java:4243)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3983)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
            at java.awt.Container.dispatchEventImpl(Container.java:2102)
            at java.awt.Window.dispatchEventImpl(Window.java:2440)
            at java.awt.Component.dispatchEvent(Component.java:4243)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:273)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:183)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:173)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    Caused by: java.lang.reflect.UndeclaredThrowableException
            at $Proxy0.invoke(Unknown Source)
            at com.sapmarkets.bam.application.logdepot.AbstractLogDepot.invokeMBeanM
    ethod(AbstractLogDepot.java:163)
            at com.sapmarkets.bam.application.logdepot.AbstractLogDepot.invokeFacade
    Method(AbstractLogDepot.java:206)
            ... 33 more
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.sapmarkets.bam.jmx.connector.AbstractLVServer.invoke(AbstractLVSe
    rver.java:184)
            at com.sapmarkets.bam.jmx.connector.rmi.IntegratedConnectorClient.invoke
    (IntegratedConnectorClient.java:107)
            ... 36 more
    Caused by: javax.management.ReflectionException: No such operation: getMetaDataO
    fReaders
            at com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:1
    52)
            at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)
            at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
    BeanServerInterceptor.java:836)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761
            ... 42 more
    Caused by: java.lang.NoSuchMethodException: getMetaDataOfReaders()
            at com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:1
    50)
            ... 46 more

    Hello Ivan,
    Make sure that you are using a supported JDK version as per note below:
    723909 Java VM settings for J2EE 6.40/7.0
    And also, make sure that the necessary environment variables are pointing to the correct JDK version.
    Regards,
    Rafael

  • XI 7.0 Visual Admin issue

    Hello,
    I am trying to install XI 7.0 (NW 2004s). The installation was error-free. However, while doing post installation steps, Visual Admin threw a 'Session expired' error. Since then, I am unable to login to Visual Admin using J2EE_ADMIN (throws "Authentication did not succeed" error). I have activated SAP* user using configtool, and unlocked J2EE_ADMIN. I have also changed J2EE_ADMIN password several times using SAP GUI.
    But still, the error persists.
    Please let me know if anyone has a solution.
    Thanks in advance
    Partha

    Hi Partha,
    Try opening Visual Admin if your not able to login with username(administrator) and password. Problem with NWD2004s do the following steps.
    C:\usr\sap\J2E\JC01\j2ee\configtool->configtool.bat->open it
    1. Click on Secure store
    2. Right you will find :
    admin/password/J2E->retype your admin passowrd which you gave during installation=>SAVE properly
    Restart the server and try login visual admin
    Now ur able to login visual admin right follow the steps:
    Try here If ur not able to login http://<server name>/irj/portal :home page using (username)administrator and password
    do the following steps(user locked).
    (**Administrator locked so we have enable superadmin and unlock the administrator and again diasble the super admin
    then only can able to login using administrator**)
    =>Activating emergency(super admin) user:-
    1. Start configtool
    2. set the following properties: [Instance_ID<ID> -> Server_ID<ID> -> services -> com.sap.security.core.ume.service]
    a. ume.superadmin.activated - true
    =>i doubht here did u saved properly
    b. ume.superadmin.password - <password> [set the password->click set button->
    it will again ask by open popup window type the same and it will say restart to reflects]
    3. Restart Java Application server
    Unlocking administrator:
    Login to Portal Page => http://<severname>/irj/portal
    Give username:SAP* and password which u typed
    =>under user management tab ->click on search user left pane -> search label followed by input field will be there ->give * in inputfield and click search button->
    you can we view ALL users and roles etc.
    select user administration by clicking on check box ->modify->reset the password->save properly
    Again diable super admin go to
    1. Start configtool
    2. set the following properties: [Instance_ID<ID> -> Server_ID<ID> -> services -> com.sap.security.core.ume.service]
    a. ume.superadmin.activated - false->save it will ask u restart is must for reflect the settings
    3. Restart Java Application server
    Go to http://<severname>/irj/portal
    Give username:aministrator and password which u typed
    hopefully i should solve ur problem
    Regards, Suresh KB

  • Visual Admin tool in Read only mode?

    HI
    is it possible to access the Visual Admin tool in Read only mode. if Yes then How? if No then why?
    Regards
    Shridhar Gowda

    Hi,
    check with links, you may get some info, but i am not sure.
    Check some VC roles and assign those roles for perticular users for full and read only.
    1. http://help.sap.com/saphelp_nw70/helpdata/EN/7a/a0e84240857076e10000000a1550b0/content.htm
    2. https://admin.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/659c082e-0c01-0010-2e9f-ac674cfff2d2
    3. https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0bf413a-66a6-2a10-8eb7-91b9e99c4a97
    Regards,
    Srini Nookala
    Edited by: Srini Nookala on Aug 26, 2008 4:02 PM

  • Visual admin login problem

    Hi,
        My visual admin is not starting.can you tell me what is the problem.it s showing warning "cannot open connection on host and port"

    Hi Venkat,
    I guess these links can help you know more about visual administrator and will also help you solve you problem:
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions
    http://help.sap.com/saphelp_nw04/helpdata/en/39/83682615cd4f8197d0612529f2165f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/39/83682615cd4f8197d0612529f2165f/frameset.htm
    Regards,
    Abhy

  • LCRSAPRFC is missing in Visual Admin (JCo RFC Provider)

    H y,
    I'm facing a problem while connecting our SolMan via RFC to SLD.
    Found documents explainig how to set up connection to SLD.
    SAPSLDAPI (was present in Abap and Java - wrong credentials - repaired)
    LCRSAPRFC (only present as RFC CONN in ABAP, but missing in Java, Visual Administrator JCo RFC Provider
    How can be the LCRSAPRFC added to JCo RFC Providers?
    Do I have to create the RFC Conn LCRSAPRFC again in Abap/SM59 to get the LCRSAPRFC visible again in Visual Admin?
    Thanks in advance
    Tom

    Hi,
    Do I have to create the RFC Conn LCRSAPRFC again in Abap/SM59 to get the LCRSAPRFC visible again in Visual Admin?
    Not Required.
       LCRSAPRFC (only present as RFC CONN in ABAP, but missing in Java, Visual Administrator JCo RFC Provider
    Usual Process
    Maintaining the RFC Connections (Transaction SM59)
    1. Log on to your SAP Exchange Infrastructure central instance host.
    2. Call transaction SM59.
    3. Choose Create.
    4. Enter at least the following:
    RFC destination:LCRSAPRFC
    Connection type: T
    Description: <your description>
    5. Choose ENTER
    6. Choose the tab Technical settings and do the following:
    a. Select Registered Server Program
    b. In the Program ID field, enter: LCRSAPRFC_<SID>
    where <SID> is the SAP system ID of your Integration Server host.
    Use uppercase letters only.
    c. Enter Gateway host and Gateway service of your Integration Server host.
    To find out the required parameters:
    a. On the Integration Server host, call transaction SMGW
    b. Choose Goto u2192 Parameters u2192 Display (see entries for gateway hostname and
    gateway service)
    7. Choose tab Special Options and select the flag Unicode in the box Character Width in
    Target System.
    8. Save your settings.
    Java Stack
    SAP J2EE Configuration for the Destinations (Visual Administrator)
    1. On your SAP Exchange Infrastructure central instance host, start the SAP J2EE
    Engine administration tool.
    If you do not know how to start, see section How to start the SAP J2EE Administration Tool .
    2. Choose Cluster u2192 Server u2192 Services u2192 JCo RFC Provider
    3. In the section RFC destination, enter exactly the same program ID and gateway options for LCRSAPRFC that you used in the step Maintaining the RFC connection above.
    Additionally, set the number of processes to 3.
    4. In the section Repository, do the following:
    a. Enter the parameter for the SAP XI host: Application Server, System Number, Client
    and Language.
    b. For User and Password maintain the login parameters for the user SAPJSF.
    c. Select the flag Unicode.
    6. Choose Set.
    Testing
    After you have maintained an RFC destination in both the ABAP and Java environment,
    you can check it as follows:
    1. Call transaction SM59 again.
    2. Open your RFC destination.
    3. Choose Test Connection.
    No error should be displayed.
    Regards,
    Rao.Mallikarjuna
    Edited by: Rao Mallikarjuna on May 31, 2008 11:40 AM

  • Security error in Visual Admin!

    Hi Experts,
      I've got the below error when I click on :
    Visual Admin ---> Server --> Services ---> Security Provider ---> ticket
    "Unable to update authentication stack for the selected configuration"
    and I found this in DefaultTrace.trc file
    "1.5 #001E0BBF78FC007900000020000017C4000453A8C918990F#1217884300281#com.sap.engine.services.security.authentication.logincontext#sap.com/irj#com.sap.engine.services.security.authentication.logincontext#Guest#0##n/a##ee766e90626911dda03b001e0bbf78fc#SAPEngine_Application_Thread[impl:3]_6##0#0#Error##Plain###Cyclic dependency has been found for security policy configuration named: ticket#"
    Any idea?
    Thanks!
    P.s.: I'm running EP7 SP15 , Windows 2003 server , Oracle 10.2.

    Hi
    I activated the sap* user and now I can logon to my system and Visual administrator.
    But I don't know what to modify about the SSO configuration.
    The logs (when I started without the activation of sap*) shows:
    #1.5^H#00000000000000500000002900002FA700045A7CBA7A30A6#1225391657856#com.sap.engine.services.security.resource.ResourceHandl
    eImpl#sap.com/com.sap.engine.class.download#com.sap.engine.services.security.resource.ResourceHandleImpl#J2EE_GUEST#0##n/a##3
    b73a600a6b111ddc302000000000000#SAPEngine_Application_Thread[impl:3]_13##0#0#Error#1#/System/Security/Audit/J2EE#Java###ACCES
    S.ERROR: Authorization check for caller assignment to J2EE resource [ : : : ].#4#SAP-J2EE-Engine#session-pool#
    get_session_pool#ALL#
    #1.5^H#00000000000000500000002B00002FA700045A7CBA7A3282#1225391657857#com.sap.engine.services.security#sap.com/com.sap.engine
    .class.download#com.sap.engine.services.security#J2EE_GUEST#0##n/a##3b73a600a6b111ddc302000000000000#SAPEngine_Application_Th
    read[impl:3]_13##0#0#Error#1#/System/Security#Java#security_4041##Cannot get login modules.##
    #1.5^H#00000000000000500000002C00002FA700045A7CBA7A34C4#1225391657858#com.sap.engine.services.security#sap.com/com.sap.engine
    .class.download#com.sap.engine.services.security#J2EE_GUEST#0##n/a##3b73a600a6b111ddc302000000000000#SAPEngine_Application_Th
    read[impl:3]_13##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.engine.services.security.exceptions.BaseSecurityExc
    eption: Cannot get login modules.
            at com.sap.engine.services.security.server.AuthenticationContextImpl.getLoginModules(AuthenticationContextImpl.java:1
    68)
            at com.sap.engine.services.servlets_jsp.server.servlet.PutProtectionFilter.ensureUploadRoleCreated(PutProtectionFilte
    r.java:105)
            at com.sap.engine.services.servlets_jsp.server.servlet.PutProtectionFilter.init(PutProtectionFilter.java:53)
            at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.addFilter(WebComponents.java:198)
            at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.loadFilters(ApplicationThreadIn
    itializer.java:292)
            at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadInitializer.run(ApplicationThreadInitialize
    r.java:107)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: Caller not authorized.
            at com.sap.engine.services.security.resource.ResourceHandleImpl.checkPermission(ResourceHandleImpl.java:627)
            at com.sap.engine.services.security.resource.ResourceHandleImpl.checkPermission(ResourceHandleImpl.java:513)
            at com.sap.engine.services.security.resource.ResourceContextImpl.checkPermission(ResourceContextImpl.java:45)
            at com.sap.engine.services.security.restriction.Restrictions.checkPermission(Restrictions.java:119)
            at com.sap.engine.services.security.server.AuthenticationContextImpl.getSessionPool(AuthenticationContextImpl.java:39
    5)
            at com.sap.engine.services.security.server.AuthenticationContextImpl.getLoginContextFactory(AuthenticationContextImpl
    .java:740)
            at com.sap.engine.services.security.server.AuthenticationContextImpl.getAppConfigurationEntries(AuthenticationContext
    Impl.java:751)
            at com.sap.engine.services.security.server.AuthenticationContextImpl.getLoginModules(AuthenticationContextImpl.java:1
    65)
            ... 9 more
    Do you know what parameters or setting did I miss?
    Thank you so much for your help !
    Regards

  • Where can i set the location of the LogonTicket cookies in the visual admin

    hello:
       where can i set the location of the LogonTicket cookies in the visual administrator?
    thanks!!

    Hi,
    When the SAP LOGON ticket Expired or if we need to update the dates, it is generally done at the Visual Administration Level. SAP Logon Ticket is represented as cookie in the Browser which will help us for SSO.
    In Visual Admin under keystore admin where our Old Portal certificate exists.
    We will need to delete the old portal certificate, then we need to generate new ceritificate and a pop box will appear.. where we need to provide our System details like SID, Client. After these details are given we can get a new certificate in which validity period dates are automatically generated. And also we can import teh same into Portal at Sys Admin->sys config->key store admin for it to be available as .PSE or .DER file for SSO.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/59bba290-0201-0010-468b-cd12efda573a
    check the above for EP security guide which might help you in the same.
    Regards,
    Ravi

Maybe you are looking for

  • Windows Users can no longer connect to Server

    I have an Xserve configured to share via AFP and windows. It is running Open Directory as an Open Directory master. It is connected to a Windows Network that is worldwide, running in a specific subnet and domain. Recently, all the users I have config

  • To see reviews in other languages

    Hi there! I have a suggestion for the iTunes store / App store: please let the user see reviews in other languages. When your language is other than English, many products  have (almost) no reviews available, and you wish you could at least see those

  • Videos now Musik, help me

    Hi There When I last connected my Ipod Video (30GB) to my computer and opend the iTunes, it automatically started a "Optimization for the songs, so they play faster" or something like that. After that ALL my Videos on the iPod were treated like music

  • Scroll canvas?

    Is there a way in FCE 4 to scroll the canvas? When I'm trying to adjust motion, it would be nice to be able to zoom in and scroll around a bit to make the keyframes and handles bigger, but paths are often off the visible screen requiring me to set th

  • HELP ADOBE AFTER EFFECTS CS 5.5 KEEPS CRASHING

    As soon as I load up adobe after effects it crashs. The load up thing stops at Intializing MediaCore and starts to say it is not responding and closes. But when I load up premiere pro CS 5.5 it works and has no problems at all. PLEASE HELP ME