Netweaver As Java 700 Login issue

Hi all,
Met an issue in Netweaver As Java 700.
When I logon with correct user/password, it just stayed in the login UI and no error message.
I remember that I have saw that in a SAP Note that I should create extra user group in VA. But I can not remember the SAP Note id or the detail of group (after a lot of search...).
many appreciation if any one can help.
Wilson

Hi,
Finally got the answer.
Hello,
it is a known problem with the DWI Zip installs.
The workaround is(you need VisualAdministrator):
a) Create the missing role KeystoreAdministrator
- Follow the tree to u2018server -> Services -> u2018Security Provideru2019, tab u2018PolicyConfigurationsu2019.
- Select component u2018SAP-J2EE-Engineu2019, tab u2018Security Rolesu2019.
- In edit mode, add role u2018KeystoreAdministratoru2019 and map group u2018administratorsu2019 to it.
b) Check for leftover configurations
- Follow the tree to u2018server -> Services -> u2018Configuration Adapteru2019
- Go to configuration u2018security/configurationsu2019 and delete all sub configurations with names like u2018keystore-view. ..u2019
c) Restart the server.
Regards Ilia
Ques - Portal not working
And appreciation for the help.
Hope it will be helpful for others.
Wilson

Similar Messages

  • Login issue in OIM11g due to oim credsmap error

    We have OIM 11gR2PS1 installed on unix box. We have AD connector 11.1.1.5.0 installed on it .Also,peoplesoft recon connector PSFT_ER-11.1.1.5.0 is installed
    In our scenario,we have webservice code in which using recon event we are creating users in OIM environment
    This is hosted on same OIM server unix box.Inside webservice code we have refred oimclient.jar file to work with OIM APIs and Recon Service class.
    When i tested webservice for first time it was unable to load OIM API classes as it was unable to find oimclient.jar in classpath.
    So to resolve this issue i kept oimclient.jar in location- "WL_HOME/server/lib/"  and also added following entry in setDomainEnv.sh to load oimclient.jar explicitly in classpath
    CLASSPATH="WL_HOME/server/lib/oimclient.jar:${CLASSPATH}"
    export CLASSPATH
    and made entry in system-jazn-data.xml present in DOMAIN_HOME//config/fmwconfig/ as :
    <grant>
                <grantee>
                    <codesource>
                        <url>file:${domain.home}/servers/oim_server1/stage/*</url>
                    </codesource>
                </grantee>
                <permissions>
       <permission>
                   <class>oracle.security.jps.service.credstore.CredentialAccessPermission</class>
                         <name>context=SYSTEM,mapName=oim,keyName=*</name>
                         <actions>read,write</actions>
        </permission>
                </permissions>
            </grant>
    After this change, webservice was working as expected and OIM related things were working fine.
    But,when we tried to run schedule task "Active Directory Group Lookup Recon" for AD, we are getting error message as :
    java.lang.LinkageError: loader constraint violation: loader (instance of com/thortech/xl/dataobj/tcADPClassLoader) previously initiated loading for a different type with name "com/thortech/xl/dataaccess/tcDataProvider"
    So,to resolve this AD schedule task issue,we rolled back changes made for webservice in setDomainEnv.sh and system-jazn-data.xml file
    and removed explicit classpath entry line of oimclient.jar from  setDomainEnv.sh
    But after restrating all admin and managed servers,we are currently facing issue in logging into OIM idenity/syadmin or design console with xelsyadm credentials
    we have never made any changes of password for xelsyadm account or not made any change in any authenticatorproviders in weblogic console
    we tried everything form reverting all changes to original setup without webservice or peoplesoft listener implementation
    removed all explicit classpath entries or grant entry for oim credsmap from system-jazn-data.xml.
    But still same issue persists
    Any helpful suggestion is appreciated on this ASAP.
    issue logs are:
    TaskFlow Registration: TaskFlowDeployerThread.registerTaskFlowWithTask - Error while setting task display, this can happen with app loading issue, trying to load for 2
    <Nov 11, 2013 11:24:20 PM EST> <Warning> <oracle.soa.services.workflow.worklist> <BEA-000000> <<.> Error while setting task display, this can happen with app loading issue, trying to load for 2>
    <Nov 11, 2013 11:24:24 PM EST> <Error> <XELLERATE.ACCOUNTMANAGEMENT> <BEA-000000> <Class/Method: tcDefaultDBEncryptionImpl/initKeyStore encounter some problems: access denied ("oracle.security.jps.service.credstore.CredentialAccessPermission" "context=SYSTEM,mapName=oim,keyName=.xldatabasekey" "read")
    java.security.AccessControlException: access denied ("oracle.security.jps.service.credstore.CredentialAccessPermission" "context=SYSTEM,mapName=oim,keyName=.xldatabasekey" "read")
      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:372)
      at java.security.AccessController.checkPermission(AccessController.java:559)
      at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:458)
      at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:518)
      at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:544)
      at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(CsfUtil.java:643)
      at oracle.security.jps.internal.credstore.ldap.LdapCredentialStore.containsCredential(LdapCredentialStore.java:214)
      at oracle.iam.platform.utils.config.OIMPrivilegedExceptionAction.run(CSFCredentialProvider.java:236)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.iam.platform.utils.config.CSFCredentialProvider.getPassword(CSFCredentialProvider.java:79)
      at oracle.iam.platform.utils.config.standalone.StandAloneCryptoConfig.getPassword(StandAloneCryptoConfig.java:76)
      at com.thortech.xl.crypto.tcDefaultDBEncryptionImpl.initKeyStore(tcDefaultDBEncryptionImpl.java:67)
      at com.thortech.xl.crypto.tcDefaultDBEncryptionImpl.getCipher(tcDefaultDBEncryptionImpl.java:96)
      at com.thortech.xl.crypto.tcDefaultDBEncryptionImpl.encrypt(tcDefaultDBEncryptionImpl.java:193)
      at com.thortech.xl.crypto.tcCryptoUtil.encrypt(tcCryptoUtil.java:118)
      at com.thortech.xl.crypto.tcCryptoUtil.encrypt(tcCryptoUtil.java:275)
      at oracle.iam.platform.auth.impl.Authenticator.encrypt(Authenticator.java:188)
      at oracle.iam.platform.auth.impl.Authenticator.authenticateWithPassword(Authenticator.java:161)
      at oracle.iam.platform.auth.impl.Authenticator.authenticate(Authenticator.java:134)
      at oracle.iam.platform.auth.providers.wls.OIMAuthLoginModule.login(OIMAuthLoginModule.java:46)
      at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
      at sun.reflect.GeneratedMethodAccessor951.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784)
      at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203)
      at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698)
      at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696)
      at java.security.AccessController.doPrivileged(Native Method)
      at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695)
      at javax.security.auth.login.LoginContext.login(LoginContext.java:594)
      at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
      at sun.reflect.GeneratedMethodAccessor961.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
      at com.sun.proxy.$Proxy16.login(Unknown Source)
      at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:89)
      at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
      at com.sun.proxy.$Proxy34.authenticate(Unknown Source)
      at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
      at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:338)
      at weblogic.servlet.security.internal.SecurityModule.checkAuthenticate(SecurityModule.java:252)
      at weblogic.servlet.security.ServletAuthentication.login(ServletAuthentication.java:466)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at oracle.idm.common.login.SignInBean.handleWeblogicAuthn(SignInBean.java:131)
      at oracle.idm.common.login.SignInBean.doLogin(SignInBean.java:97)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
      at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >
    <Nov 11, 2013 11:24:24 PM EST> <Error> <OIM Authenticator> <BEA-000000> <Error encrypting password>
    java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at oracle.idm.common.login.SignInBean.handleWeblogicAuthn(SignInBean.java:131)
      at oracle.idm.common.login.SignInBean.doLogin(SignInBean.java:97)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User xelsysadm denied
      at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:261)
      at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
      at sun.reflect.GeneratedMethodAccessor951.invoke(Unknown Source)
      at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
      at com.sun.proxy.$Proxy34.authenticate(Unknown Source)
      at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
      at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:338)
      at weblogic.servlet.security.internal.SecurityModule.checkAuthenticate(SecurityModule.java:252)
      at weblogic.servlet.security.ServletAuthentication.login(ServletAuthentication.java:466)
      ... 72 more

    Hi All,
    I have tried out option of adding authwl.conf in java argument as mentioned. But,still same issue persists. I think it will be same whether we refer authwl.conf file from OIM_ORACLE_HOME/server/config or OIM_ORACLE_HOME/designconsole/config/ location.
    We havent made any changes in USR table for xelsysadm user
    Even system-jazn-data.xml is intact.
    Actually,when i removed following classpath entry from setDomainEnv.sh file
    CLASSPATH="WL_HOME/server/lib/oimclient.jar:${CLASSPATH}"
    export CLASSPATH
    Its working fine and i am not facing any login issue in OIM console.Also the Active Directory connector scheduled task are running fine without giving earlier error whic is becaus of explicit classpath addition in setDomainEnv.sh.This error was
    java.lang.LinkageError: loader constraint violation: loader (instance of com/thortech/xl/dataobj/tcADPClassLoader) previously initiated loading for a different type with name "com/thortech/xl/dataaccess/tcDataProvider" .
    This error was arising since i have explicitly mentioned oimclient.jar again in classpath and as OIM server also will load it at OIM server startup time. So it was finding two instance of tcDataProvider and was not able to decide to refer to which one of them.
    But, I have to refer oimclient.jar in my webservice code to work.If we dont add classpath entry explicitly for oimclient.jar then it will throw error..that it is unable to load OIMClient class.
    Webservice is deployed in OIM serveer . Is there any other way by which i can refer oimclient class in webservice code without causing this classpath conflict issue. ?
    Also.is it correctthat for first time when we load Classpath explicitly like i did in my scenario,then it will always try to refer same classpath for that jar always.
    For ex: in my env i made changes in setDomainEnv.sh and modifed classpath enrty as :
    CLASSPATH="${OIM_ORACLE_HOME}/server/client/oimclient.jar:${CLASSPATH}"
    export CLASSPATH
    but this time it will start throwin the exception as :
    <Nov 11, 2013 11:24:24 PM EST> <Error> <XELLERATE.ACCOUNTMANAGEMENT> <BEA-000000> <Class/Method: tcDefaultDBEncryptionImpl/initKeyStore encounter some problems: access denied ("oracle.security.jps.service.credstore.CredentialAccessPermission" "context=SYSTEM,mapName=oim,keyName=.xldatabasekey" "read")
    java.security.AccessControlException: access denied ("oracle.security.jps.service.credstore.CredentialAccessPermission" "context=SYSTEM,mapName=oim,keyName=.xldatabasekey" "read")
    Do i need to reinstall OIM setup to resolve this issue or is there any other way to refer oimclient.jar in my webservice code deployed in OIM env ?
    Please suggest.
    Thanks,
    RPB

  • SAP NetWeaver 2004s Java Trial Version Installation error

    Dear Techies,
    I tried to install the trial version (SAP NetWeaver 2004s Java Trial Version
    ) downloaded from SDN, but I am getting an error immediately after started the installation. The log as given below.
    Please suggest me where I can delete this special character mentioned in the log file ? The full log also is given below
    INFO       2007-04-13 21:55:17
    Execute step collect of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
    ERROR      2007-04-13 21:55:17 [syxxcpath.cpp:58]
               CSyPath::CSyPath("C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan")
    FSL-02107  Path component contains reserved character ('"'): "C:
    ERROR      2007-04-13 21:55:17 [syxxcpath.cpp:519]
               CSyPath::CSyPath("C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan")
    FSL-02106  Path contains reserved character ('"'): "C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan"
    Thanks and best regards,
    Shiju
    Full log :
    SAPinst is getting started.
    Please be patient ...
    starting gui server process:
      sapinstport: 21200
      guiport    : 21212
      guistart   : true
      command    : "C:\Program Files\Java\j2re1.4.2_09/bin\javaw.exe" -cp "C:/DOCUME1/MYTHIL1/LOCALS1/Temp/sapinst_exe.2644.1176481451\jar\instgui.jar;C:/DOCUME1/MYTHIL1/LOCALS1/Temp/sapinst_exe.2644.1176481451\jar\inqmyxml.jar" -Xmx256M -Dsun.java2d.noddraw=true SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true
    load resource pool C:\Netweaver_FullKit\SAPNW2004sJavaSP9_Trial\SAPNW2004sJavaSP9_Trial\SAP_NetWeaver_2004s_SR_1_Installation_Master_DVD__ID__NW05SR1_IM1\IM_WINDOWS_I386\resourcepool.xml
    guiengine: no GUI connected; waiting for a connection on host MythiliKannan, port 21200 to continue with the installation
    guiengine: login in process.
    IRunModeReceiver CChoiceDialogModifier::continuePreviousRun()
    INFO       2007-04-13 21:55:09 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.2.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.2.xml'.
    INFO       2007-04-13 21:55:09 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.3.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.3.xml'.
    INFO       2007-04-13 21:55:09
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO       2007-04-13 21:55:16 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/keydb.2.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/keydb.2.xml'.
    INFO       2007-04-13 21:55:16
    Execute step setNWOption of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_getJavaHome|ind|ind|ind|ind|0|0.
    INFO       2007-04-13 21:55:17
    Execute step collect of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
    ERROR      2007-04-13 21:55:17 [syxxcpath.cpp:58]
               CSyPath::CSyPath("C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan")
    FSL-02107  Path component contains reserved character ('"'): "C:
    ERROR      2007-04-13 21:55:17 [syxxcpath.cpp:519]
               CSyPath::CSyPath("C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan")
    FSL-02106  Path contains reserved character ('"'): "C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan"
    ERROR      2007-04-13 21:55:17
               CJSlibModule::writeError_impl()
    MUT-03025  Caught ESyException in Modulecall: Bad path component: "C:.
    ERROR      2007-04-13 21:55:17
    FCO-00011  The step collect with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect was executed with status ERROR .
    INFO       2007-04-13 22:00:30 [iaxxgenimp.cpp:787]
               showDialog()
    An error occured and the user decide to stop.\n Current step "|NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect".
    Exit status of child: 1

    Hi,
    I changed the system name but still I am getting the same error. Previously there was an SAP system was installed in my pc later I uninstalled that, but still there are two  SAPsid_00 and SAPsid_01 (where in sid is MS) is running. I think this is the problem. I disabled the services as well but still I am getting the same error during the installation. How to delete the windows services ? and how to do a clean up for registry ?. I feel if I do theses two then I can install.
    Thans a lot for your helps and support.
    Shiju

  • SOA SUITE 10.1.3.4 BPEL Console Login Issue

    I have been hopeless for the past one week. CAn't get a single clue that what happened to my soa server. Each time I log in to the BPEL Console I get the following error NO domain accessible to the user logged in.
    I am using 10.1.3.4 bpel and OS-env:-winxp
    I have checked my backend database they are alll up.
    I tested through Jdev by creating a new Integration server connection and get the following
    Application Server: OK
    BPEL Process Manager Server: OK
    ESB Server: OK
    From the application.log file I have got the following error which I feel bit clueless to me.
    09/01/24 03:04:38.822 startup: Error preloading servlet
    javax.servlet.ServletException:
    ORABPEL START-UP ERROR!!!!!!!!
    OraBPEL run-time system failed to start due to exception:
         at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:87)
         at javax.servlet.GenericServlet.init(GenericServlet.java:256)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2379)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4830)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4754)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4942)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1144)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:741)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:431)
         at com.evermind.server.Application.getHttpApplication(Application.java:586)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1970)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication(HttpSite.java:1922)
         at com.evermind.server.http.HttpSite.startHttpApplications(HttpSite.java:1851)
         at com.evermind.server.http.HttpServer.startHttpApplications(HttpServer.java:921)
         at com.evermind.server.Application.start(Application.java:1987)
         at oracle.oc4j.admin.management.mbeans.J2EEStateManageableObjectBase.start(J2EEStateManageableObjectBase.java:213)
         at oracle.oc4j.admin.management.mbeans.J2EEApplication.start(J2EEApplication.java:1348)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
         at sun.reflect.GeneratedMethodAccessor84.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
         at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at oracle.oc4j.admin.management.mbeans.J2EEApplication.commonStart(J2EEApplication.java:1434)
         at oracle.oc4j.admin.management.mbeans.J2EEApplication.start(J2EEApplication.java:1345)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
         at sun.reflect.GeneratedMethodAccessor84.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1071)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:953)
         at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at oracle.oc4j.admin.jmx.server.state.ApplicationStateFilterMBeanServer.invoke(ApplicationStateFilterMBeanServer.java:572)
         at oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.invoke(MBeanServerEjbBean.java:365)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxSupportsInterceptor.invoke(TxSupportsInterceptor.java:37)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SecurityRoleInterceptor.invoke(SecurityRoleInterceptor.java:47)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatefulSessionEJBObject.OC4J_invokeMethod(StatefulSessionEJBObject.java:844)
         at MBeanServerEjb_RemoteProxy_1me2j7.invoke(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:53)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    When I login to the bpel domain I get the following....
    Oracle BPEL Process Manager Full Cycle
    An unexpected error has occurred while executing your request. This is most likely related to a defect in the Oracle BPEL Process Manager product. We apologize you can post the error to the OTN forum and we will get back to you as soon as possible.
    Build Information:
    Oracle BPEL Server version 10.1.3.4.0
    Build: 0
    Build time: Fri Jul 18 07:32:24 PDT 2008
    Build type: release
    Source tag: PCBPEL_10.1.3.4.0_GENERIC_080718.0645
    Exception Message:
    java.security.AccessControlException - access denied (com.collaxa.security.ServerPermission server read)
    Though my esb console, orawsm,rule author, hw_service all are working fine. For your info I am using default file based security. realm is jazn.com
    THe problem I fetched since I registered soa_oc4j with OID. and then assign orabpel instance level security provider to OID. later I switched to again my default existing file based security without checking OID is working or not. I restarted oc4j container, soa_oc4j and restarted database.DOne everything but all failed.
    Tried all possibility gone in vain. My requirement is so urgent that I am dying for it.
    plz if somebody can come up with a solution It will be highly appreciated.
    domain.log gives me the following..
    <2009-01-24 03:04:35,760> <ERROR> <default.collaxa.cube.engine.deployment> <DeploymentManager::loadAllProcesses> Error while loading process 'BPEL_oracle_application', rev '1.0': BPEL domain uninitializing.
    The BPEL domain "default" is currently uninitializing; the domain may not be accessed anymore.
    ORABPEL-02054
    BPEL domain uninitializing.
    The BPEL domain "default" is currently uninitializing; the domain may not be accessed anymore.
         at com.collaxa.cube.engine.deployment.DeploymentManager.extractProcess(DeploymentManager.java:1176)
         at com.collaxa.cube.engine.deployment.DeploymentManager.loadAllProcesses(DeploymentManager.java:332)
         at com.collaxa.cube.engine.CubeEngine.loadAllProcesses(CubeEngine.java:957)
         at com.collaxa.cube.admin.ServerManager.loadProcesses(ServerManager.java:313)
         at com.collaxa.cube.admin.ServerManager.loadProcesses(ServerManager.java:279)
         at com.collaxa.cube.ejb.impl.ServerBean.loadProcesses(ServerBean.java:273)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at ServerBean_RemoteProxy_4bin6i8.loadProcesses(Unknown Source)
         at com.collaxa.cube.admin.agents.ProcessLoaderAgent$ProcessJob.execute(ProcessLoaderAgent.java:379)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:191)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:516)

    Hi AJ,
    I have not followed the same. I have done to register OID from em console. and then simply changed the security provider as newly registered OID with bpel and hw_services.Is there any way to revert it back.*however I have found that the is_config.xml.BPM is missing from the <SOA_HOME>/bpel/system/services/config directory.*
    Later anyhow I have restored file based security provider to all the component currently running on my OAS. Here is the status of my jazn.xml file. Now I do not need OID at all.
    <?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?>
    <jazn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/jazn-10_0.xsd" schema-major-version="10" schema-minor-version="0" provider="XML" location="./system-jazn-data.xml" default-realm="jazn.com">
    <!-- properties to configure the 3rd party IDM framework -->
         <property name="idm.authentication.name" value="JavaSSO"/>
         <property name="idm.token.asserter.class" value="oracle.security.jazn.sso.SSOCookieTokenAsserter"/>
         <property name="idm.token.collector.class" value="oracle.security.jazn.sso.SSOCookieTokenCollector"/>
         <property name="idm.token.type" value="HTTP_COOKIE"/>
         <property name="idm.token.collector.cookie.1" value="ORA_OC4J_SSO"/>
    <!-- properties for the out of the box Java SSO -->
         <property name="custom.sso.url.login" value="/jsso/SSOLogin"/>
         <property name="custom.sso.url.logout" value="/jsso/SSOLogout"/>
         <property name="custom.sso.key.alias" value="ssoSymmetricKey"/>
    </jazn>
    <!--
    <jazn
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/jazn-10_0.xsd"
    schema-major-version="10"
    schema-minor-version="0"
    provider="LDAP"
    location="ldap://myoid.us.oracle.com:389"
    />
    -->

  • Error Installing Netweaver AS(Java) with Oracle

    Hello All,
    I'm installing Netweaver AS(Java stack) on Windows 2003 64 bit operating system.
    I'm getting the below error when the installer is trying it create database. Can anyone give me solution for fixing the error.
    I'm attaching the log for the reference.
    INFO 2008-05-07 22:42:50
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/inifile.4.xml'.
    INFO 2008-05-07 22:42:50
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/inifile.5.xml'.
    INFO 2008-05-07 22:42:52
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2008-05-07 22:43:05
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/ORA/CENTRAL/AS/keydb.3.xml'.
    INFO 2008-05-07 22:43:05
    Execute step runCatprocSql of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbBuild|ind|ind|ind|ind|5|0.
    INFO 2008-05-07 22:43:10
    Removing file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\ora_query3_tmp0_1.sql.
    INFO 2008-05-07 22:43:10
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\ora_query3_tmp0_1.sql.
    INFO 2008-05-07 22:43:10
    Switched to user: xd1adm.
    INFO 2008-05-07 22:43:10
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS.
    INFO 2008-05-07 22:43:11
    Switched to user: xd1adm.
    INFO 2008-05-07 22:43:11
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS.
    ERROR 2008-05-07 22:47:25
    CJS-00084  SQL statement or script failed.<br>DIAGNOSIS: Error message: ORA-955 for defaultdest
    SQL> Rem     bnainani   11/29/00  - specify compatible=8.0 for create_queue_table
    SQL> Rem     liwong     10/20/00  - add def$_destination.flag
    SQL> Rem     bnainani   11/15/00  - specify compatible=8.0 for queue table
    SQL> Rem     narora     09/13/00  - add comment on new def$_destination columns
    SQL> Rem     liwong     09/01/00  - add master w/o quiesce: fixes
    SQL> Rem     liwong     07/12/00  - add total_prop_time_lat
    SQL> Rem     liwong     06/29/00  - add total_txn_count, total_prop_time
    SQL> Rem     liwong     05/17/00  - add_master_db w/o quiesce
    SQL> Rem     jstamos    05/17/00  - add_master_db w/o quiesce
    SQL> Rem     elu        01/24/00  - add column apply_init to def$_destination
    SQL> Rem     alakshmi   12/02/99  - Bug 979398: Before-row insert trigger on
    SQL> Rem                            def$_propagator
    SQL> Rem     wesmith    10/31/98 -  change shape of table def$_pushed_transactions
    SQL> Rem     jnath      02/23/98 -  bug 601972: split anonymous pl/sql blocks
    SQL> Rem     wesmith    01/21/98 -  create def$_pushed_transactions table for
    SQL> Rem                            server-side RepAPI
    SQL> Rem     nbhatt     07/27/97 -  change create_queuetable -> create_queue_table
    SQL> Rem     nbhatt     04/21/97 -  change 'TRACKING' in CREATE_QUEUE to 'DEPENDENCY
    SQL> Rem     nbhatt     04/21/97 -  change syntax of create_queue
    SQL> Rem     liwong     04/16/97 -  Alter view system.AQ$DEF$_AQ{CALL,ERROR}
    SQL> Rem     liwong     04/11/97 -  Fixing defaultdest_primary typo
    SQL> Rem     jstamos    04/10/97 -  remove unneeded indexes
    SQL> Rem     nbhatt     04/08/97 -  change create_qtable to create_queuetable
    SQL> Rem     jstamos    04/04/97 -  tighter AQ integration
    SQL> Rem     liwong     04/02/97 -  Add schema_name, package_name in def$_calldest
    SQL> Rem     ato        03/31/97 -  create_qtable interface change
    SQL> Rem     liwong     03/25/97 -  remove batch_no from def$_tranorder
    SQL> Rem     liwong     02/24/97 -  pctversion --> 0 for def$_aqcall, def$_aqerror
    SQL> Rem     liwong     02/22/97 -  Remove dropping view aq$def$_aqcall
    SQL> Rem     ademers    02/07/97 -  Remove constraint def$_calldest_call
    SQL> Rem     liwong     01/11/97 -  drop and create aq$def$_aqcall (temporary)
    SQL> Rem     liwong     01/10/97 -  Alter view aq$def$_aqcall
    SQL> Rem     liwong     01/07/97 -  Alter default value for batch_no
    SQL> Rem     jstamos    12/23/96 -  change temp$nclob col
    SQL> Rem     jstamos    11/21/96 -  nchar support
    SQL> Rem     sjain      11/11/96 -  Remove dummy buffer # comment
    SQL> Rem     asgoel     11/05/96 -  Disable misc_tracking in def$_aqerror
    SQL> Rem     sjain      11/06/96 -  deferror changes
    SQL> Rem     vkrishna   10/28/96 -  change STORED IN to STORE AS for lob
    SQL> Rem     sjain      10/02/96 -  Aq conversion
    SQL> Rem     sbalaram   09/24/96 -  ARPC performance - add foreign key index
    SQL> Rem     jstamos    09/06/96 -  rename temp$lob and temporarily change nclob
    SQL> Rem     sjain      09/03/96 -  AQ converson
    SQL> Rem     ademers    08/02/96 -  queue_batch default in def_destination
    SQL> Rem     ademers    07/29/96 -  queue_batch default in def_call
    SQL> Rem     ademers    07/29/96 -  queue_batch default
    SQL> Rem     jstamos    07/24/96 -  add system.temp$lob
    SQL> Rem     sbalaram   07/22/96 -  create def$_aqcall and def$_aqerror tables
    SQL> Rem     jstamos    06/12/96 -  LOB support for deferred RPCs
    SQL> Rem     ldoo       06/28/96 -  Comment out queue_table from def_tranorder
    SQL> Rem     ademers    05/30/96 -  create def_origin
    SQL> Rem     ademers    05/28/96 -  fix def_destination col names
    SQL> Rem     ldoo       05/09/96 -  New security model
    SQL> Rem     sjain      05/01/96 -  add seq col to def_destination
    SQL> Rem     ademers    04/29/96 -  add batch_no, dep_scn to def_call
    SQL> Rem     jstamos    12/04/95 -  324303: use index to avoid sorting the queue
    SQL> Rem     jstamos    08/17/95 -  code review changes
    SQL> Rem     jstamos    08/16/95 -  add comments to tables
    SQL> Rem     wmaimone   01/04/96 -  7.3 merge
    SQL> Rem     hasun      01/31/95 -  Modify tables.<br>SOLUTION: See ora_sql_results.log and the Oracle documentation for details.
    ERROR 2008-05-07 22:47:25
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2008-05-07 22:47:25
    FCO-00011  The step runCatprocSql with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbBuild|ind|ind|ind|ind|5|0|runCatprocSql was executed with status ERROR .
    INFO 2008-05-07 22:57:22
    An error occured and the user decide to stop.\n Current step "|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbBuild|ind|ind|ind|ind|5|0|runCatprocSql".
    Thanks,
    Bala

    With the help of this thred I also got  resolved the issue .
    Thanks to all those who confirmed there issues resolved.
    Solutions - OSS Note 972263 - Inst.NW 7.0(2004s)SR2/Business Suite 2005 SR2-UNIX/Oracle
    <d023322 ,18/JUL/08>----
    (...)runCatprocSql was executed with status ERROR
    Symptom:
    You see an error message like the following in sapinst_dev.log:
    ERROR .....
    FCO-00011  The step runCatprocSql with step key  NW_Onehost ind ind ind ind 0 0 NW_Onehost_System ind ind ind ind 1 0 NW_CreateDBandLoad ind ind ind ind 10 0 NW_CreateDB ind ind ind ind 0 0 NW_OraDBCheck ind ind ind ind 0 0 NW_OraDBMain ind ind ind ind 0 0 NW_OraDBStd ind ind ind ind 3 0 NW_OraDbBuild ind ind ind ind 5 0 runCatprocSql was executed with status ERROR .
    This error only occurs if Oracle patch 10.2.04 is installed.
    Solution:
    Modify control.xml and restart the installation
    1. Edit file control.xml in your installation directory (default sapinst_instdir).
    2. Search for "this.runCatproc = "
    3. Go to "script.execute_AbortOnFailure();" some lines below.
    4. Replace "script.execute_AbortOnFailure();" with "script.execute();".
    5. Restart Sapinst and choose "Continue with the Old Option"

  • Business Objects XIR2 Infoview login issue

    Hello -
    I have a typical issue with BO Infoview login screen where the system name is showing incorrectly. The value should be coming from the configuration from web.xml file but it shows a totally different name with no option to update it. I checked the windows registry and system valiarbles but I haven't found anywhere on the system. Any ideas where this value is coming from ? Thanks.

    Thanks Denis. I see that the login issue has been resolved, but I noticed a different error when I login and logout from CMC. Here's the error message... not sure if this is connected to the previous one.
    D:\Program Files\Business Objects\Tomcat\work\Catalina\localhost\jsfadmin\org\apache\jsp\adminPages\Common\PreLogoff_jsp.java:78: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    (try -source 1.4 or lower to use 'enum' as an identifier)
        while (enum.hasMoreElements()) {
               ^
    An error occurred at line: 17 in the jsp file: /adminPages/Common/PreLogoff.jsp
    Generated servlet error:

  • Netweaver AS java error

    Hello,
    I'm attempting to install a Netweaver AS Java instance in preparation as part of EP6.0 and am getting the error below.  I just completed the installation a couple of days ago without any issues.  It was on another server, but that's the only difference I can see.  I moved all the installation discs and the toolbox file to the new server for the installation I'm having a problem with.
    If anyone's seen this before, I would appreciate any comments you may have about it.  Thank you much.
    ~TJ
    java version "1.4.2"
    Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA/CENTRAL/ONE_HOST/install/sharedlib/jload.jar.
    Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA/CENTRAL/ONE_HOST/install/sharedlib/tc_sec_secstorefs.jar.
    Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA/CENTRAL/ONE_HOST/install/sharedlib/exception.jar.
    Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA/CENTRAL/ONE_HOST/install/sharedlib/opensqlsta.jar.
    Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA/CENTRAL/ONE_HOST/install/sharedlib/logging.jar.
    Sep 29, 2006 10:09:52 AM com.sap.inst.jload.Jload main
    INFO: Jload -sec EPP,jdbc/pool/EPP,/sapmnt/EPP/global/security/data/SecStore.properties,/sapmnt/EPP/global/security/data/SecStore.key -dataDir /usr/installCDs/NW04SR1_WebASJava_DevStudio_IGS/J2EE_OSINDEP/J2EE-ENG/JDMP -job /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA/CENTRAL/ONE_HOST/IMPORT.XML -log /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA/CENTRAL/ONE_HOST/jload.log
    Sep 29, 2006 10:10:00 AM com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    com.sap.sql.log.OpenSQLException: Could not load class com.ibm.as400.access.AS400JDBCDriver.

    Hi TJ,
    Most likely this is a problem with the symbolic links for the JDBC driver.  The installation creates a symbolic link from /usr/sap/<sid>/SYS/jdbc/tbx for the Toolbox driver (or /usr/sap/<sid>/SYS/jdbc/ntv if you are using the Native driver) to the driver location that was specified in the installation dialogs.  The symbolic link created by default is created using /QFileSvr.400.  So you should have a symbolic link with this form: /QFileSvr.400/<local host name>/<location of JDBC driver>.
    The first place to check for this type of problem is with the specified location of the JDBC driver.  Does it really exist where you specified.  If not then correct thy symbolic link to point to the proper location or move the JDBC driver jar. 
    If the answer is yes, you probably have a problem with QFileSvr.400. I would recommend eliminating QFileSvr.400 from the symbolic link.  The links in QFileSvr.400 (they appear as directories) sometimes go bad, plus they are not persistant across an IPL (you need to modify your startup program to make them persistant) QFileSvr.400 adds complexity and problems and provides little advantage.  Originally it was implemented so that one copy of the JDBC driver could be used for multiple hosts in a landscape, but it's not worth the trouble in my opinion.
    Since it appears that you are using the Toolbox driver the following command can be used to fix the symbolic links:
    RMVLNK OBJLNK('/usr/sap/<sid>/SYS/jdbc/tbx/jt400.jar')
    ADDLNK OBJ('<fully qualified path>/jt400.jar') NEWLNK('/usr/sap/<sid>/SYS/jdbc/tbx/jt400.jar')
    If this doesn't resolve the problem, more investigation is going to be necessary.
    Good luck,
    Kolby

  • SAP NetWeaver 2004s Java Trial Version installation problem

    I am trying to install SAP NetWeaver 2004s Java Trial Version in my windows xp machine.
    I have the following error.
    Nothing is written in to my E:\usr\sap folder which I have share as saploc and sapmnt.
    I read the forum threads on this.
    I still do not know how to do this.
    Please help
    vijay
    INFO 2006-12-17 21:23:58
    Execute step getSID of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
    ERROR 2006-12-17 21:24:01
    FJS-00003  TypeError: dir_profile has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 39640: ???)
    ERROR 2006-12-17 21:24:01
    MUT-03025  Caught ESAPinstException in Modulecall: executing JS script failed.
    ERROR 2006-12-17 21:24:01
    FCO-00011  The step getSID with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|getSID was executed with status ERROR .

    Rajat,
    Sorry for the delay. I was on vacation.
    Which environment variable are you referring to?
    JAVA_HOME is set to C:\j2sdk1.4.2_09.
    I am using j2sdk1.4.2_09.
    Only port changes I tried was
    #sapdp01          3201/tcp.
    I tried with and without the # .
    Both had the same results.
    I have given below the last few statememts from the sapinst log file
    Any help to solve my problem will be greatly appreciated.
    Thanks.
    Vijay
    INFO 2007-01-02 16:13:25
    Execution of the command "C:\j2sdk1.4.2_09\bin\java.exe -classpath C:/DOCUME1/VIJAYV1/LOCALS1/Temp/sapinst_exe.5432.1167783061/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: ##Tue Jan 02 16:13:25 PST 2007java.runtime.name=Java(TM) 2 Runtime Environment, Standard Editionsun.boot.library.path=C\:
    j2sdk1.4.2_09
    jre
    binjava.vm.version=1.4.2_09-b05java.vm.vendor=Sun Microsystems Inc.java.vendor.url=http\://java.sun.com/path.separator=;java.vm.name=Java HotSpot(TM) Client VMfile.encoding.pkg=sun.iouser.country=USsun.os.patch.level=Service Pack 2java.vm.specification.name=Java Virtual Machine Specificationuser.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SNEAK_PREVIEW
    FULL
    INSTALLjava.runtime.version=1.4.2_09-b05java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironmentjava.endorsed.dirs=C\:
    j2sdk1.4.2_09
    jre
    lib
    endorsedos.arch=x86java.io.tmpdir=C\:
    DOCUME1
    VIJAYV1
    LOCALS1
    Temp
    line.separator=\r\njava.vm.specification.vendor=Sun Microsystems Inc.user.variant=os.name=Windows XPsun.java2d.fontpath=java.library.path=C\:
    j2sdk1.4.2_09
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;e\:
    sapdb
    programs
    bin;e\:
    sapdb
    programs
    pgm;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;f\:
    oracle
    product
    10gDSHome
    jdk
    jre
    bin
    classic;f\:
    oracle
    product
    10gDSHome
    jdk
    jre
    bin;f\:
    oracle
    product
    10gDSHome
    jdk
    jre
    bin
    client;f\:
    oracle
    product
    10gDSHome
    jlib;f\:
    oracle
    product
    10gDSHome
    bin;f\:
    oracle
    product
    10gDSHome
    jre
    1.1.8
    bin;f\:
    oracle
    product
    10.1.0
    Db_1
    bin;f\:
    oracle
    product
    10.1.0
    Db_1
    jre
    1.4.2
    bin
    client;f\:
    oracle
    product
    10.1.0
    Db_1
    jre
    1.4.2
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    Program Files
    Microsoft SQL Server
    80
    Tools
    BINN;C\:
    Program Files
    Microsoft SQL Server
    80
    Tools
    Binn
    ;C\:
    WINDOWS
    Microsoft.NET
    Framework
    v1.1.4322;F\:
    maven
    Maven 1.0
    bin;C\:
    Program Files
    QuickTime
    QTSystem
    ;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;java.specification.name=Java Platform API Specificationjava.class.version=48.0java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactoryos.version=5.1user.home=C\:
    Documents and Settings
    vijay vijayakumaruser.timezone=America/Los_Angelesjava.awt.printerjob=sun.awt.windows.WPrinterJobfile.encoding=Cp1252java.specification.version=1.4java.class.path=C\:/DOCUME1/VIJAYV1/LOCALS~1/Temp/sapinst_exe.5432.1167783061/JAR/ins-j2ee.jaruser.name=vijay vijayakumarjava.vm.specification.version=1.0java.home=C\:
    j2sdk1.4.2_09
    jresun.arch.data.model=32user.language=enjava.specification.vendor=Sun Microsystems Inc.awt.toolkit=sun.awt.windows.WToolkitjava.vm.info=mixed modejava.version=1.4.2_09java.ext.dirs=C\:
    j2sdk1.4.2_09
    jre
    lib
    extsun.boot.class.path=C\:
    j2sdk1.4.2_09
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_09
    jre
    classesjava.vendor=Sun Microsystems Inc.file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgisun.io.unicode.encoding=UnicodeLittlesun.cpu.endian=littlesun.cpu.isalist=pentium i486 i386
    INFO 2007-01-02 16:13:25
    Execute step setNWOption of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_getJavaHome|ind|ind|ind|ind|0|0.
    INFO 2007-01-02 16:13:26
    Execute step collect of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
    ERROR 2007-01-02 16:13:28
    FJS-00003  TypeError: this._name has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 8987: ???)
    ERROR 2007-01-02 16:13:29
    FCO-00011  The step collect with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect was executed with status ERROR .

  • SAP NetWeaver 2004s Java Trial Version on Windows Vista

    Hello everyone,
    I have been trying to install SAP NetWeaver 2004s Java Trial Version for three days now on Windows Vista Ultimate. Since Microsoft has a new security infrastructure implemented in Windows Vista, it is not that easy to install SAP NetWeaver 2004s Java Trial Version. Windows Vista has some sort of User-account security. In summary, in Windows Vista, you are logged in as an administrator, but when it comes to change system files or do registry entries, you or respectivly third party programs (e.g. SAP NetWeaver 2004s Java Trial Version installer) has no rights to do things like registry entries. There is a possibility to rightclick on the setup.bat file and start it in administrative mode, but that doesn't change a thing.
    I hope you guys get my problem.
    This is the error log:
    WARNING 2007-01-28 21:09:35
    Error 5 (acces denied
    ) in execution of a 'RegOpenKeyEx' function, line (69), with parameter (SYSTEM\CurrentControlSet\Services\DPS).
    WARNING 2007-01-28 21:09:35
    The Subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DPS' does not exist on the 'localhost' host.
    ERROR 2007-01-28 21:09:35
    MOS-01185  The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DPS' does not exist on the 'localhost' host.
    ERROR 2007-01-28 21:09:35
    FCO-00011  The step collect with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect was executed with status ERROR .
    Please help!
    yours
    erik

    Windows Vista isn't on the support matrix of SAP Netweaver 2004s!
    you may play arround with regedit and chaning the security settings of SYSTEM\CurrentControlSet\Services\DPS key. SAPinst is doing a KEY_ALL_ACCESS when enumerating the services registry.
    Starting with Vista some registry values have special protection which do not allow administrators to open them with KEY_ALL_ACCESS.
    peter

  • How to uninstall package(s) on NetWeaver AS Java ?

    Dear Experts,
    today I faced the following big challenge - I had to remove a few packages from NetWeaver AS Java 7.3 EHP 1.
    On 7.0, this can easily be done with both JSPM and SDM, but those tools are dismissed since 7.1...
    For installing those packages, we used SUM, but SUM is unable to undeploy them.
    I found an article, that it is possible to undeploy packages with the telnet undeploy command, though this didn't
    work for me:
    >undeploy list=/usr/sap/EJ7/J02/j2ee/console/undeploy.xml
    Undeploy settings:
       on_undeploy_error=stop
       on_prerequisite_error=stop
        workflow=normal
    If there is an offline undeployment, Telnet connection to host may be lost, but the result can be seen us                                                                                ing [get_result] command
    Processing undeployment operation, wait...
    ===== PROGRESS START =====
    ===== UNDEPLOY RESULT =====
       type: [SDA], name: [SAP-WEC-FRW], vendor: [sap.com], location: [null], version: [null], status: [NotDe                                                                                ployed], description: [There is no component which corresponds to the specified undeployment item 'sap.co                                                                                m_SAP-WEC-FRW'.]
       type: [SDA], name: [XLSO-WEC], vendor: [sap.com], location: [null], version: [null], status: [NotDeplo                                                                                yed], description: [There is no component which corresponds to the specified undeployment item 'sap.com_X                                                                                LSO-WEC'.]
       type: [SDA], name: [SAP-WEC], vendor: [sap.com], location: [null], version: [null], status: [NotDeploy                                                                                ed], description: [There is no component which corresponds to the specified undeployment item 'sap.com_SA                                                                                P-WEC'.]
    ===== END UNDEPLOY RESULT =====
    ===== Summary - Undeploy Result - Start =====
    Type | Status  : Count
    > SCA(s)
    > SDA(s)
       - [NotDeployed] : [3]
    Type | Status  : Id
    > SCA(s)
    > SDA(s)
       - [NotDeployed] : sap.com_SAP-WEC-FRW, sap.com_XLSO-WEC, sap.com_SAP-WEC,
    ===== Summary - Undeploy Result - End =====
    >undeploy list=/usr/sap/EJ7/J02/j2ee/console/undeploy.xml on_undeploy_error=skip_depending on_prerequisit                                                                                e_error=skip_depending
    Undeploy settings:
       on_undeploy_error=skip_depending
       on_prerequisite_error=skip_depending
       workflow=normal
    If there is an offline undeployment, Telnet connection to host may be lost, but the result can be seen us                                                                                ing [get_result] command
    Processing undeployment operation, wait...
    ===== PROGRESS START =====
    ===== UNDEPLOY RESULT =====
       type: [SDA], name: [SAP-WEC-FRW], vendor: [sap.com], location: [null], version: [null], status: [NotDe                                                                                ployed], description: [There is no component which corresponds to the specified undeployment item 'sap.co                                                                                m_SAP-WEC-FRW'.]
       type: [SDA], name: [XLSO-WEC], vendor: [sap.com], location: [null], version: [null], status: [NotDeplo                                                                                yed], description: [There is no component which corresponds to the specified undeployment item 'sap.com_X                                                                                LSO-WEC'.]
       type: [SDA], name: [SAP-WEC], vendor: [sap.com], location: [null], version: [null], status: [NotDeploy                                                                                ed], description: [There is no component which corresponds to the specified undeployment item 'sap.com_SA                                                                                P-WEC'.]
    ===== END UNDEPLOY RESULT =====
    ===== Summary - Undeploy Result - Start =====
    Type | Status  : Count
    > SCA(s)
    > SDA(s)
       - [NotDeployed] : [3]
    Type | Status  : Id
    > SCA(s)
    > SDA(s)
       - [NotDeployed] : sap.com_SAP-WEC-FRW, sap.com_XLSO-WEC, sap.com_SAP-WEC,
    ===== Summary - Undeploy Result - End =====
    vi undeploy.xml
    "undeploy.xml" [New file]
    <Components>
      <DevelopmentComponentLine vendor="sap.com" name="SAP-WEC"/>
       <DevelopmentComponentLine vendor="sap.com" name="SAP-WEC-FRW"/>
      <DevelopmentComponentLine vendor="sap.com" name="XLSO-WEC"/>
    </Components>
    I have also tried specifying only 1 package, like:
    >undeploy XLSO-WEC
    but it didn't work either... Many thanks for any possible ideas, suggestions, hints...

    Hello and many thanks for your reply! In order to sort this our faster, I have also included a screenshot. As far as I understand your statement above, in order to remove
    SAP-WEC
    I would need to remove all the DCs and enter the undeploy command for all those packages at the bottom left ? wec~esrv~mc~complaintsandreturns~dpu, wec~comm~mc~customerinteraction~dpu, ... etc. ?
    That is so much harder than before with SDM and JSPM !! So, better if I compose .xml files...

  • Reg ::Java Plug in issue in linux 5.7

    Folks,
    I am facing jave plug in issue and cant open the form as itis geting error java plug in need
    FYI,
    [root@apps12 ns7]# uname -a
    Linux apps12.com 2.6.32-200.13.1.el5uek #1 SMP Wed Jul 27 20:
    **11 i686 i686 i386 GNU/Linux**
    <!-- JDK plugins -->
    <sun_plugin_ver oa_var="s_sun_plugin_ver">1.5.0_10</sun_plugin_ver>
    <sun_plugin_type oa_var="s_sun_plugin_type">jdk</sun_plugin_type>
    /usr/java/jre1.5.0_10/plugin/i386/ns7
    [root@apps12 ns7]# ls -ltr
    total 112
    -rwxr-xr-x 1 root root 102464 Nov 10 2006 libjavaplugin_oji.so
    [root@apps12 firefox-3.6]# cd plug*
    [root@apps12 plugins]# ls -ltr
    total 4
    lrwxrwxrwx 1 root root 58 Mar 31 05:53 libjavaplugin_oji.so -> /usr/java/jre1.5.0_10/plugin/i386/ns7/libjavaplugin_oji.so
    [root@apps12 plugins]# cd /usr/lib/mozilla/plugins
    total 4
    lrwxrwxrwx 1 root root 58 Mar 31 06:00 libjavaplugin_oji.so -> /usr/java/jre1.5.0_10/plugin/i386/ns7/libjavaplugin_oji.so
    pls advise for the same
    Thanks
    Edited by: JuniorDBA on Mar 30, 2012 3:13 PM

    I am facing jave plug in issue and cant open the form as itis geting error java plug in needAre you trying to run the application from a Linux client? If yes, please note it is not certified -- https://forums.oracle.com/forums/search.jspa?threadID=&q=Linux+AND+client&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    If you are trying to do something else, please post the details of the application release, database version and OS along with what you are trying to achieve.
    Thanks,
    Hussein

  • Worksapce login issue

    Hi
    I have installed Hyperion, and i think all is ok. All services are running.
    My Hyperion is installed in:
    Windows 2003 SP2
    Oracle 11g
    But when I run EPM System diagnostic I get a problem with login in the Workspace service/login.
    This is the message that I get:
    FAILED      SSO      Availability of login http://norhyperion:45000/workspace/browse/configInfo
    Error: Could not login to workspace
    Recommended Action: Check if all services run. Check user name and password
    If I try to login to workspace in the page http://norhyperion:45000/workspace/browse/configInfo, I cannot login with the user(admin/password).
    I try to login in the shared services page with this user, and all is working.
    Any ideas what went wrong in my installation?
    Thank You
    NomrHyperion

    Hi Norm,
    This what I did when I had this issue.
    First check if process manager and Workspace Agents are running. If you cant start process manager, or workspace agents, try to check the Listener and Oracle DB(if you are using Oracle) services if are running, if not started. If you still cant run the services, or have login issue, then you must reconfigure the Workspace and
    Run EPM System Configurator
    First reconfigure:
    Hyperion Foundation
    - Common Settings
    - Configure Database
    - Deploy Application Server
    When this reconfiguration finish, run EPM System Configurator again, and reconfigure the rest of Workspace and Management Architect.
    In my case I reconfigure:
    Calculation Manager
    Performance Management Architect
    Workspace
    After this I restart the server.
    Then back to the first check again... check if Process Manager and Workspace Agents are running. If not:
    Check the Listener and Oracle DB(if you are using Oracle) services if are running, if not started
    Then try to start the Process Manager service(you can also try to start the Workspace agents in the menu. Windows -> Start Menu -> Oracle EPM System -> Workspace - > Start Workspace Agent Services
    Try all this, then start the EPM System Diagnostic again and check if all services are ok(some times Essbase Studio is not started, start it on the menu -> Essbase Studio - Start server).
    This is what I did to fix my problem, and fix all the problems Now all services and EPM are running.
    Hope this can help you
    JailBreak
    IT Network Manager
    If helpful Please award points
    Thank You

  • Use of netweaver in java programming

    Hi!
       I want to know the use of netweaver in java application as compare to other IDE's.
                        Thnk u

    Hi!
    I guess you mean the NetWeaver Developer Studio (NWDS) - which is the IDE - and not the NetWeaver Platform. The NWDS gives you access to the Java Development Infrastructure allowing to manage the lifecycle & delivery of applications, supports SAP specific project types like Web Dynpro, Portal Development, Mobile Applications, Dictionary aso.
    Like other IDEs it offers support development and deployment of J2EE-applications (EJB, Web), but only works with SAPs J2EE-engine.
    To be honest I don' t think there' s a reasonable comparison to other IDEs possible. You get more information from the development manual on help.sap.com.
    Regards,
    Thomas

  • Ovi Download and Login Issue

    "Ovi Download and Login Issue" i have nokia 5530xm, I am unable to login through ovi app it says sign in failed check your username and password. And when i browse the web it logs in but when itry to download it take back to main page. Please light on this issue. Thanks for help.
    If you like my post or think it was useful then please hit the star button. Thanks :-)

    now whenever i plug in my ipod to sync i get an offer to download and install or just download a something for itunes that i am not quite sure what it is.
    hmmm. can you post a screenshot of the box containing the offer?
    there's instructions on how to do that in the following user tip:
    hudgie: Taking screenshots to help with problems

  • APPLICATION LOGIN ISSUE

    We installed Vision on WINDOWS. IT was working fine but not sure what has changed...recently we see login issues...
    When we bounce the system it works fine i can login using SYSADMIN (but any report i submit errors out).
    When i go to othe PC and login as different user it works fine and can submit the report they run BUT can NOT see the out/log.
    After some time if anyone tries to connect (put the login id and password) it just hangs there forever....
    just crazy.... not sure what to do...really appreciate any help on this.
    Thanks...Raj

    When we bounce the system it works fine i can login using SYSADMIN (but any report i submit errors out).
    When i go to othe PC and login as different user it works fine and can submit the report they run BUT can NOT see the out/log.Check the status of the CM and the application listener, are they up and running?
    After some time if anyone tries to connect (put the login id and password) it just hangs there foreverAny errors in the alert_<SID>.log file? Any errors in Apache log files?

Maybe you are looking for

  • When my iPhone 4 is in landscape mode is it possible to navigate the Music from song to song?

    I like to listen to music on my iPhone in "shuffle" mode during the day at work.  I like the look of it in landscape mode but I can't fast forward through songs if I want to.

  • LOGOFF TRIGGER for getting Ip address info,etc

    Hi Friends I am thankful to you that you give such a useful information about my query. Now I am using the following logon trigger in order to get the required information: CREATE OR REPLACE TRIGGER trg_session_info AFTER LOGON ON DATABASE DECLARE se

  • Back ground job for cleaning for Transport buffer

    Hi Folks,               We are going to use some tool for transports from future so before that to implement that tool we need to clean the transport buffer by scheduling some background job. Can you please let me know is there any background job as

  • Adjacent audio tracks

    Hello all. When I add an audio track to my project, an empty video track gets added too. Is there a way to stop this from happening? Likewise, is there a way of adding extra video tracks without them being accompanied by empty audio tracks? I'm worki

  • Elements 12 Mac, 16-bit raw files

    I use elements 12 on my Mac with Yosemite. I shoot raw and when I opened the pictures and elements it says it does not handle 16-bit raw files. What do I need to do in order for this to work so that I can edit my files