Migration Error

we are try migrate our project from old version (jdevloper11.1.1.2.0 ) to New Version(jdevloper 11.1.1.6.0) it's give me error when i am trying to do login.
     Encryption encrypt=new Encryption();
     byte[] pw = apassword.getBytes();
CallbackHandler handler = null;
     handler = new URLCallbackHandler( auserid , Encryption.doEncryption(apassword).getBytes());
Subject mySubject = Authentication.login(handler);               //error throws here
ServletAuthentication.runAs(mySubject, request);
     I am checking user using database table not any user role
     In weblogic myrealm >Providers -> Provider that performs DBMS authentication
     it is work file in old version i was use SimpleCallbackHandler
Above is my code plz try give me some solution
javax.security.auth.login.LoginException: java.lang.StackOverflowError
     at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:314)
     at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
     at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
     at oracle.jdbc.driver.T4CPreparedSt     atement.doOall8(T4CPreparedSt     atement.java:217)
     at oracle.jdbc.driver.T4CPreparedSt     atement.executeForRows(T4CPreparedSt     atement.java:1115)
     at oracle.jdbc.driver.OracleSt     atement.executeMaybeDescribe(OracleSt     atement.java:1315)
     at oracle.jdbc.driver.OracleSt     atement.doExecuteWithTimeout(OracleSt     atement.java:1441)
     at oracle.jdbc.driver.OraclePreparedSt     atement.executeInternal(OraclePreparedSt     atement.java:3769)
     at oracle.jdbc.driver.OraclePreparedSt     atement.execute(OraclePreparedSt     atement.java:3954)
     at oracle.jdbc.driver.OraclePreparedSt     atementWrapper.execute(OraclePreparedSt     atementWrapper.java:1539)
     at weblogic.jdbc.wrapper.PreparedSt     atement.execute(PreparedSt     atement.java:99)
     at weblogic.security.providers.authentic     ation.shared.DBMSSQLRuntimeQueryImpl.executeStringArrayResultSt     atement(DBMSSQLRuntimeQueryImpl.java:169)
     at javax.security.auth.login.LoginContext.invoke(LoginContext.java:872)
     at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
     at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
     at java.security.AccessController.doPrivileged(N     ative Method)
     at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
     at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
     at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
     at sun.reflect.N     ativeMethodAccessorImpl.invoke0(N     ative Method)
     at sun.reflect.N     ativeMethodAccessorImpl.invoke(N     ativeMethodAccessorImpl.java:39)
     at sun.reflect.Deleg     atingMethodAccessorImpl.invoke(Deleg     atingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.bea.common.security.internal.utils.Deleg     ator$ProxyInvoc     ationHandler.invoke(Deleg     ator.java:57)
     at $Proxy36.login(Unknown Source)
     at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:89)
     at com.bea.common.security.internal.service.JAASAuthentic     ationServiceImpl.authentic     ate(JAASAuthentic     ationServiceImpl.java:82)
     at sun.reflect.N     ativeMethodAccessorImpl.invoke0(N     ative Method)
     at sun.reflect.N     ativeMethodAccessorImpl.invoke(N     ativeMethodAccessorImpl.java:39)
     at sun.reflect.Deleg     atingMethodAccessorImpl.invoke(Deleg     atingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.bea.common.security.internal.utils.Deleg     ator$ProxyInvoc     ationHandler.invoke(Deleg     ator.java:57)
     at $Proxy54.authentic     ate(Unknown Source)
     at weblogic.security.service.WLSJAASAuthentic     ationServiceWrapper.authentic     ate(WLSJAASAuthentic     ationServiceWrapper.java:40)
     at weblogic.security.service.PrincipalAuthentic     ator.authentic     ate(PrincipalAuthentic     ator.java:348)
     at weblogic.security.services.Authentic     ation.doLogin(Authentic     ation.java:133)
     at weblogic.security.services.Authentic     ation.login(Authentic     ation.java:74)
     at weblogic.security.services.Authentic     ation.login(Authentic     ation.java:51)
     at com.agile.usap.model.authentic     ation.service.Authentic     ationAMImpl.login(Authentic     ationAMImpl.java:1209)
     at com.agile.usap.managed.UsapLoginBean.valid     ate(UsapLoginBean.java:296)
     at com.agile.usap.managed.UsapLoginBean.doADFSecurityLogin(UsapLoginBean.java:514)
     at sun.reflect.N     ativeMethodAccessorImpl.invoke0(N     ative Method)
     at sun.reflect.N     ativeMethodAccessorImpl.invoke(N     ativeMethodAccessorImpl.java:39)
     at sun.reflect.Deleg     atingMethodAccessorImpl.invoke(Deleg     atingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.sun.el.parser.AstValue.invoke(Unknown Source)
     at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
     at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
     at com.sun.faces.applic     ation.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
     at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
     at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
     at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
     at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
     at javax.faces.component.UIViewRoot.processApplic     ation(UIViewRoot.java:756)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplic     ation(LifecycleImpl.java:889)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:379)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at com.agile.xb.view.report.common.LocaleMappingFilter.doFilter(LocaleMappingFilter.java:60)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adfinternal.view.faces.webapp.rich.Registr     ationFilter.doFilter(Registr     ationFilter.java:106)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
     at oracle.adfinternal.view.faces.actived     ata.AdsFilter.doFilter(AdsFilter.java:60)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
     at java.security.AccessController.doPrivileged(N     ative Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
     at oracle.security.jps.ee.util.JpsPl     atformUtil.runJaasMode(JpsPl     atformUtil.java:442)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
     at java.security.AccessController.doPrivileged(N     ative Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
     at oracle.security.jps.ee.util.JpsPl     atformUtil.runJaasMode(JpsPl     atformUtil.java:442)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     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$ServletInvoc     ationAction.wrapRun(WebAppServletContext.java:3715)\
     at weblogic.servlet.internal.WebAppServletContext$ServletInvoc     ationAction.run(WebAppServletContext.java:3681)
     at weblogic.security.acl.internal.Authentic     atedSubject.doAs(Authentic     atedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Edited by: ~Anand on May 28, 2013 2:31 PM

Thanks Sudipto & Frank
Now i got new error-
javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User AVINASH javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User AVINASH 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.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:597)
     at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
     at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
     at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
     at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
     at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
     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:597)
     at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
     at $Proxy36.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:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
     at $Proxy54.authenticate(Unknown Source)
     at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
     at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:348)
     at weblogic.security.services.Authentication.doLogin(Authentication.java:133)
     at weblogic.security.services.Authentication.login(Authentication.java:74)
     at weblogic.security.services.Authentication.login(Authentication.java:51)
     at com.agile.usap.model.authentication.service.AuthenticationAMImpl.login(AuthenticationAMImpl.java:1209)
     at com.agile.usap.managed.UsapLoginBean.validate(UsapLoginBean.java:296)
     at com.agile.usap.managed.UsapLoginBean.doADFSecurityLogin(UsapLoginBean.java:514)
     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:597)
     at com.sun.el.parser.AstValue.invoke(Unknown Source)
     at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
     at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
     at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
     at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
     at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
     at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
     at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
     at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:889)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:379)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at com.agile.xb.view.report.common.LocaleMappingFilter.doFilter(LocaleMappingFilter.java:60)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     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:3715)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
     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:2277)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

Similar Messages

  • MII 14.0 SP4 :Migration error while importing SAP BM Templates

    Hi Experts,
    I am facing some migration errors while importing SAP Batch Manufacturing Templates into MII 14.0 SP4.
    There are almost 23 transactions which are not getting imported and the error message for all of them is-
    "Unable to migrate transaction Unable to import file
    <Name of the Transaction>"
    Any first hand experiences will be really helpful for me to proceed further.
    Regards,
    Muddassar Khan

    Hi All,
    Got the solution. The STARTUP.BAT file is been placed in the installation directory(usr/sap) and then it works fine. Also I have installed the patches and all working fine.
    Any way thanks for the answer christian libich.
    Regards
    G.Partheeban

  • Migration Error from Access to Oracle through SQL Developer.

    Hi,
    Actually I am trying to migrate data from MS Access 2002 to Oracle 9i database through the SQL Developer. But Whenever I go to Capture Database from Access it will show me an error.... Invalid procedure Call and then it shows an error message... >>>>>>
    ShowSplashScreen("_OracleSplashScreen",3)
    after that i wont be able to do this task anymore..... So please help me get out of it... How Cam I Maigrate data from Access to Oracle 9i...
    Is any other tool i use or you can help me for this tool to migrate date...
    Please tell me..
    If yu can send me a mail then mail me on [email protected]
    regards,
    Vishal

    Hi Vishal,
    I have responded to your related thread on the Migration Workbench forum - Migration Error from Access to Oracle through SQL Developer.
    Regards,
    Hilary

  • BPS Flat file load ABAP objects migration error.

    Hello
    We are trying to load a flat file via the SAP-GUI and BPS and everything works well in DEV based on the HOw-TO guide. When trying to move the ABAP objects to QA, we get a migration error on the type /1sem/_yth_data_260ZBYAPEPL. Of course the 260ZBYAPEP is relevant to our configuration and in QA we do have the equivalent structure /1sem/_yth_data_614ZBYAPEPL.
    How come the type in DEV does not translate to the equivalent type in QA just like any objects we transport to QA? 
    Thank you all.
    YB.

    Dear YB,
    the element /1sem/_yth_data_260ZBYAPEPL has to be changed according to the QA manually only. Sytem can't change the clent no. automaticaaly when u transport to the QA.
    so in /1sem/_yth_data_260ZBYAPEPL replce 260 with ur QA Client no.
    Narendra Reddy

  • OATM Migration Error Report

    Hi,
    I am trying to migrate to OATM on my 11.5.9.2 apps before upgrading to R12.
    OATM migration progress report is showing
    Total No. Commands Commands % completion
    of commands in error in success of migration
    80,180 5 80,037 99.82%
    When i checked for the errors, it is showing below error report.
    Migration Error
    AMR AMR_GMD_SAMPLES_N2 INDEX X
    ORA-01950: no privileges on tablespace 'APPS_TS_TX_IDX'
    AMR AMR_GMF_LOT_COST_DETAILS_N1 INDEX X
    ORA-01950: no privileges on tablespace 'APPS_TS_TX_IDX'
    APPLSYS WF_LOCAL_USER_ROLES TABLE HZ_PARTY
    ORA-12801: error signaled in parallel query server P001
    ORA-01578: ORACLE data block corrupted (file # 445, block # 195035)
    ORA-01110: data file 445: '/u01/orauat/uatdata/uat/applsysd14.dbf'
    ORA-26040: Data block was loaded using the NOLOGGING option
    Please help.
    Thanks,

    > Migration Error                                                               
    > ------------------------------------------------------------------------------------------------------------------------------------
    > AMR     AMR_GMD_SAMPLES_N2             INDEX      X                           
    > ORA-01950: no privileges on tablespace 'APPS_TS_TX_IDX'                       
    Please run this command and see if it helps.
    SQL> alter user AMR quota unlimited on APPS_TS_TX_IDX;
    ORA-01950 Error While Executing Initial Build of Opportunities and Leads Bins [ID 309664.1]
    ORA-01950 AND ORA-06512 TRYING TO OPEN PERIOD [ID 1058205.6
    > APPLSYS WF_LOCAL_USER_ROLES            TABLE      HZ_PARTY                    
    > ORA-12801: error signaled in parallel query server P001                       
    > ORA-01578: ORACLE data block corrupted (file # 445, block # 195035)           
    > ORA-01110: data file 445: '/u01/orauat/uatdata/uat/applsysd14.dbf'            
    > ORA-26040: Data block was loaded using the NOLOGGING option
    Workflow Tables: ORA-01578: ORACLE data block corrupted ORA-26040: Data block was loaded using the NOLOGGING option [ID 416476.1]
    How Block Corruption of Workflow Tables Can Cause Self Service Login Not to Work [ID 435523.1]
    During a Backup, WF_LOCAL_ROLES Is Showing Corrupt Block [ID 369535.1]
    Partitions in Workflow Local Tables are Automatically Switched to NOLOGGING [ID 433280.1]
    Thanks,
    Hussein                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Access Migration Error Creating Migration Project - string literal too long

    I get this error when attempting to create an MS Access Migration Project:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 8, column 8: PLS-00172: string literal too long &amp;lt;pre&amp;gt;begin &amp;amp;lt;br&amp;amp;gt;declare &amp;amp;lt;br&amp;amp;gt; p varchar(32767) := null; &amp;amp;lt;br&amp;amp;gt; l_clob clob; &amp;amp;lt;br&amp;amp;gt;begin &amp;amp;lt;br&amp;amp;gt; dbms_lob.createtemporary(l_clob,FALSE, dbms_lob.session); &amp;amp;lt;br&amp;amp;gt; dbms_lob.open(l_clob,dbms_lob.lob_
    I suspected the 'string literal too long' was due to a very long code section in the Exporter .sql file -
    So I edited out that code except - essentially by cutting the macro code within the quotes, cutting down that code module.
    Same error.
    Any suggestions on what else may be causing this?
    Thanks - Karen

    I found it - two other big long ugly macros that I had to cut out as well. Then the migration project created just fine. Thanks for the moral support :)

  • Character set migration error to UTF8 urgent

    Hi
    when we migrated from ar8iso889p6 to utf8 characterset we are facing one error when i try to compile one package through forms i am getting error program unit pu not found.
    When i running the source code of that procedure direct from database using sqlplus its running wihtout any problem.How can i migrate this forms from ar8iso889p6 to utf8 characterset. We migrated from databas with ar8iso889p6 oracle 81.7 database to oracle 9.2. database with character set UTF8 (windows 2000) export and import done without any error
    I am using oracle 11i inside the calling forms6i and reports 6i
    with regards
    ramya
    1) this is server side program yaa when connecting with forms i am getting error .When i am running this program using direct sql its working when i running compiling i am getting this error.
    3) yes i am using 11 i (11.5.10) inside its calling forms 6i and reports .Why this is giving problem using forms.Is there any setting changing in forms nls_lang
    with regards

    Hi Ramya
    what i understand from your question is that you are trying to compile a procedure from a forms interface at client side?
    if yes you should check the code in the forms that is calling the compilation package.
    does it contains strings that might be affected from the character set change???
    Tony G.

  • Hyperion Planning migration error while refreshing/creating Essbase cube

    Hi,
    I'm migrating a Hyperion Planning application (11.1.1.4) to a complete other environment (due to the split of the companies). I have read most post on otn, but unfortunately nothing that helped me to solve the issue, yet... I hope someone can help me. Thanks in advance!
    I have executed the following steps:
    1. Create a new Oracle database
    2. Create a datasource to the Oracle database and to Essbase (both tested succesfully)
    3. Create a fresh planning application (I have used a native Admin account and not the original owner)
    4. Go into the database tables for the planning app and look at table HSP_USERS, store the SID value against user 50001
    5. Go into the database planning system tables and HSPSYS_APPLICATION, clear out the version field for the application you have created - I did not do this since I could not delete this value. null is not accepted.
    6. Stop Planning
    7. Restore the planning application database over the one created in the first step (I had to drop the existing tables first)
    8. Go into the HSP_USERS table and update the SID for user id 50001
    9. Start planning
    10. Log on to planning and I did see the webforms, etc as expected.
    11. Now, when I try to refresh the database, I receive an error:
    Cube refresh/create in progress
    Status failed
    Step 4 Adding dimensions
    java.lang.NoSuchMethodError: getAttributeType
    Does anyone has an idea? Hope someone can help me since the deadline is getting closer and closer.
    Thanks!
    Kind Regards
    Martin

    Hi John,
    Thanks for your reply.
    I have exactly done what you have described. I droped the schema and recreated it with an impdp to import.
    But, in the meantime I have been investigating the dimensions and there's indeed something very wrong. Some dimensions have been mixed up. In the 'old' environment I have 10 stored dimensions and 4 attribute dimensions (as well as in EAS as in Planning, offcourse as you expect). In the 'new' environment, two stored dimensions have been mixed up with two attribute dimensions.... How is that possible?
    I have never seen that. Could this be caused by the reason that we use a different version of Oracle (11G release 2 vs 10G (10.2.0.4))? Or went something wrong with exporting the schema...? Can you tell me what I can do to investigate this?
    Thanks!
    Kind Regards,
    Martin

  • ACL migration Error : 1210 could not find a domain controller for domain "Test Domain" (Old Domain)

    Hi
    We are migrating from old domain to new domain. Before live migration, we are trying to check the ACE/ACL migration through SubInACL. We are running the SubInACL on a cluster, which is a member of the Old Domain (Test Domain). We are able to resolve and
    ping both Old Domain and the New domain from this cluster machine. We have created a network share on this cluster, which is accessible to all Domain Users of the Old Domain. Both Domains have two way forest level trust. we are trying to migrate
    the ACL of this share (\\ClusterMachine\testshare$) to the new domain using SubInACL. We are trying to run the below command to get it done.  
    subinacl /outputlog=C:\Users\Administrator\Desktop\Migrationlog.txt /subdirectories
    \\ClusterMachine\testshare$\*.* /migratetodomain=OldDomain=NewDomain=mappingfile.txt
    Mapping file contains : Domain Users=NewDomain_Users
    But we are geeting the Error that "1210 could not find a domain controller for domain "Test Domain". Error finding domain name : 1210 the format of the specified computer name is invalid. Current Object "\\ClusterMachine\testshare$"
    will not be processed."

    Hello,
    how in detail is DNS set up in each domain?
    Any problems when using nslookup to verify?
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

  • Web Template Migration Error in Chart

    Hi All,
      I have a 3x web template 'TEST_3X'
      It is derived from the SAP default 3x template 0QUERY_TEMPLATE with no
      major changes/customizing. Only a picture and a data provider has been
      assigned. It works fine.
      Now I tried to migrate 'TEST_3X' to a 2004s template using the Migration tool.
      Before doing this I migrated all items using the report
      <b>'RSZW_ITEM_MIGRATION_3X_TO_70'</b>.
      At the end of the process there is this error message "Make sure that the
      3x library item <b>0ADHOC_COLUMN_CHART</b> is migrated to 2004s via the report.
      See note 832712."
       However I cross checked the item '0ADHOC_COLUMN_CHART' in table
       <b>RSZWBITMHEAD</b> (target table for migration). It exists and is active.
       It also exists in table '<b>RSZWITEM</b>' (source table for migration) and is active.
       Any suggestions. Am I missing anything?
    Thanks
    Vishno

    Yes.
    See path below.
    https://websmp208.sap-ag.de/patches
    Entry by Application Group -->
    Support Packages and Patches" --> SAP Frontend Components" --> BI ADDON FOR SAP GUI" -->  BI 7.0 ADDON FOR SAP GUI 7.10

  • WD Java Migration error

    Hello all,
    I'm facing a 700 to 730 migration and I'm having some problems with some (not all) WD Java migration. Steps I'm following:
    Development Infraestructure perspective > DC > Sync / Create Project > Create Project
    The system detects that it's an older version and gives me the option Migrate Projects > Next
    Migration Summary:
    Total projects migrated 1
    Projects migrated with warnings 1
    Migration Details:
    Started migration for project DEP_TRACK_Dzhratse_ndp~diba.com OK
    Migrating all of the controller's context in Web Dynpro project OK
    If there are build errors in Web Dynpro Project after migration,this might be due to internal API usages (see SAP Note 928485) For migrating internal API usages -> In Web Dynpro Explorer, right click on Project Node and choose Repair->Internal API Usages
    Web Dynpro perspective > Project > Rebuild, and yes, there are build errors:
    MessageManager cannot be resolved to a type     ATSE_ProPer.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 159     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 159     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 482     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 662     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 722     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 793     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 795     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPerMainView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 129     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPerMainView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 129     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPerMainView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 563     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer_PermanenciaView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 119     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer_PermanenciaView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 119     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer_PermanenciaView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 229     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer_PermanenciaView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 235     Java Problem
    MessageManager cannot be resolved to a type     ATSE_ProPer_PermanenciaView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 250     Java Problem
    The import com.sap.tc.webdynpro.progmodel.controller cannot be resolved     ATSE_ProPer.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 43     Java Problem
    The import com.sap.tc.webdynpro.progmodel.controller cannot be resolved     ATSE_ProPerMainView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 33     Java Problem
    The import com.sap.tc.webdynpro.progmodel.controller cannot be resolved     ATSE_ProPer_PermanenciaView.java     /DEP_TRACK_Dzhratse_ndp~diba.com/gen_wdp/packages/realtech/com/atse/wdp     line 26     Java Problem
    Then I do what he said:
    Web Dynpro perspective > Project > Repair > Internal Web Dynpro API Usages
    Web Dynpro perspective > Project > Rebuild
    And right now, everything is ok! No more errors in the Web Dynpro project code...
    Right now, I should deploy it, right?
    Web Dynpro perspective > Project > Deploy > Make consistent first (Create Archive) > OK
    And then an error occurs:
    Build
      zhr/atse_ndp diba.com The Build terminated with errors
    Archive file ' DEP_TRACK_Dzhratse_ndpdiba.com gen default deploy diba.comzhr~atse_ndp.ear' not found. Check the problems view for error messages and create a new archive.
    Any idea?
    Thanks!!!

    [wdgen] [Info]    Generating packages/realtech/com/atse/wdp/wdp/ResourceATSE_ProPer.properties
         [wdgen] [Info]    Catching throwable null
         [wdgen] [Info]    java.lang.reflect.InvocationTargetException
         [wdgen]      at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen]      at com.sap.ide.generationfwk.task.GenerationTaskJavaMethod.executePersistent(GenerationTaskJavaMethod.java:139)
         [wdgen]      at com.sap.ide.generationfwk.GenerationBase.doPersistentGeneration(GenerationBase.java:207)
         [wdgen]      at com.sap.ide.generationfwk.GenerationBase.doPersistentGeneration(GenerationBase.java:164)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentDefaultResource(Generation.java:541)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentResources(Generation.java:3188)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentRecursively(Generation.java:1788)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generateComponentsForArchive(Generation.java:2660)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generateMDOsForArchive(Generation.java:2604)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generatePersistentArchive(Generation.java:1630)
         [wdgen]      at com.sap.ide.webdynpro.generation.console.GenerationConsole.generate(GenerationConsole.java:190)
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.main(GenerationAnt.java:69)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen]      at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:240)
         [wdgen]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
         [wdgen]      at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         [wdgen]      at org.apache.tools.ant.Task.perform(Task.java:348)
         [wdgen]      at org.apache.tools.ant.Target.execute(Target.java:357)
         [wdgen]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
         [wdgen]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
         [wdgen]      at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
         [wdgen]      at com.sap.tc.buildplugin.ant.util.AntRunner.run(AntRunner.java:115)
         [wdgen]      at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:53)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.processSequence(DefaultPlugin.java:235)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:174)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:165)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:403)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:149)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:87)
         [wdgen]      at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
         [wdgen]      at com.sap.tc.devconf.internal.DCProxyMake.make(DCProxyMake.java:276)
         [wdgen]      at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1459)
         [wdgen]      at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1441)
         [wdgen]      at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:3927)
         [wdgen]      at com.sap.ide.dii08.internal.commandz.BuildDcsCommand.build(BuildDcsCommand.java:333)
         [wdgen]      at com.sap.ide.dii08.internal.commandz.BuildDcsCommand.execute(BuildDcsCommand.java:176)
         [wdgen]      at com.sap.ide.dii08.internal.service.CommandExecutor$2.run(CommandExecutor.java:77)
         [wdgen]      at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
         [wdgen]      at com.sap.ide.dii05.util.internal.lock.DiiConsistencyServiceImpl.executeConsistentWorkspaceRunnable(DiiConsistencyServiceImpl.java:90)
         [wdgen]      at com.sap.ide.dii05.util.internal.lock.DiiConsistencyServiceImpl.executeConsistentWorkspaceRunnable(DiiConsistencyServiceImpl.java:52)
         [wdgen]      at com.sap.ide.dii08.internal.service.CommandExecutor.executeInWorkspaceAndDevConfLocks(CommandExecutor.java:90)
         [wdgen]      at com.sap.ide.dii08.internal.service.InternalDiiCommandService.buildDcs(InternalDiiCommandService.java:179)
         [wdgen]      at com.sap.ide.dii08.internal.service.InternalDiiCommandService.buildDcs(InternalDiiCommandService.java:986)
         [wdgen]      at com.sap.ide.dii05.ui.internal.actions.dc.BuildAction$2.run(BuildAction.java:193)
         [wdgen]      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
         [wdgen] Caused by: java.lang.NullPointerException
         [wdgen]      at com.sap.ide.metamodel.core.i18n.TranslatableTextProxy.getResourceType(TranslatableTextProxy.java:197)
         [wdgen]      at com.sap.ide.webdynpro.generation.runtime._Resource.vm_dumpTextPool(_Resource.java:135)
         [wdgen]      at com.sap.ide.webdynpro.generation.runtime._Resource.v_main(_Resource.java:83)
         [wdgen]      at com.sap.ide.webdynpro.generation.runtime.DefaultResource.v_main(DefaultResource.java:80)
         [wdgen]      at com.sap.ide.webdynpro.generation.runtime.DefaultResource.doGenerate(DefaultResource.java:56)
         [wdgen]      at com.sap.ide.generationfwk.velocity.runtime.CompiledTemplateBase.generate0(CompiledTemplateBase.java:232)
         [wdgen]      at com.sap.ide.generationfwk.velocity.runtime.CompiledTemplateBase.generate(CompiledTemplateBase.java:164)
         [wdgen]      ... 59 more
         [wdgen] [Info]    Generation error while processing template defaultResource
         [wdgen] [Info]    Catching throwable null
         [wdgen] [Info]    java.lang.reflect.InvocationTargetException
         [wdgen]      at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen]      at com.sap.ide.generationfwk.task.GenerationTaskJavaMethod.executePersistent(GenerationTaskJavaMethod.java:139)
         [wdgen]      at com.sap.ide.generationfwk.GenerationBase.doPersistentGeneration(GenerationBase.java:207)
         [wdgen]      at com.sap.ide.generationfwk.GenerationBase.doPersistentGeneration(GenerationBase.java:164)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentDefaultResource(Generation.java:541)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentResources(Generation.java:3188)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForComponentRecursively(Generation.java:1788)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generateComponentsForArchive(Generation.java:2660)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generateMDOsForArchive(Generation.java:2604)
         [wdgen]      at com.sap.ide.webdynpro.generation.Generation.generatePersistentArchive(Generation.java:1630)
         [wdgen]      at com.sap.ide.webdynpro.generation.console.GenerationConsole.generate(GenerationConsole.java:190)
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.main(GenerationAnt.java:69)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen]      at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:240)
         [wdgen]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
         [wdgen]      at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
         [wdgen]      at org.apache.tools.ant.Task.perform(Task.java:348)
         [wdgen]      at org.apache.tools.ant.Target.execute(Target.java:357)
         [wdgen]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
         [wdgen]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
         [wdgen]      at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
         [wdgen]      at com.sap.tc.buildplugin.ant.util.AntRunner.run(AntRunner.java:115)
         [wdgen]      at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:53)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.processSequence(DefaultPlugin.java:235)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:174)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:165)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
         [wdgen]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [wdgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [wdgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [wdgen]      at java.lang.reflect.Method.invoke(Method.java:597)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:403)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:149)
         [wdgen]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:87)
         [wdgen]      at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
         [wdgen]      at com.sap.tc.devconf.internal.DCProxyMake.make(DCProxyMake.java:276)
         [wdgen]      at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1459)
         [wdgen]      at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1441)
         [wdgen]      at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:3927)
         [wdgen]      at com.sap.ide.dii08.internal.commandz.BuildDcsCommand.build(BuildDcsCommand.java:333)
         [wdgen]      at com.sap.ide.dii08.internal.commandz.BuildDcsCommand.execute(BuildDcsCommand.java:176)
         [wdgen]      at com.sap.ide.dii08.internal.service.CommandExecutor$2.run(CommandExecutor.java:77)
         [wdgen]      at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
         [wdgen]      at com.sap.ide.dii05.util.internal.lock.DiiConsistencyServiceImpl.executeConsistentWorkspaceRunnable(DiiConsistencyServiceImpl.java:90)
         [wdgen]      at com.sap.ide.dii05.util.internal.lock.DiiConsistencyServiceImpl.executeConsistentWorkspaceRunnable(DiiConsistencyServiceImpl.java:52)
         [wdgen]      at com.sap.ide.dii08.internal.service.CommandExecutor.executeInWorkspaceAndDevConfLocks(CommandExecutor.java:90)
         [wdgen]      at com.sap.ide.dii08.internal.service.InternalDiiCommandService.buildDcs(InternalDiiCommandService.java:179)
         [wdgen]      at com.sap.ide.dii08.internal.service.InternalDiiCommandService.buildDcs(InternalDiiCommandService.java:986)
         [wdgen]      at com.sap.ide.dii05.ui.internal.actions.dc.BuildAction$2.run(BuildAction.java:193)
         [wdgen]      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
         [wdgen] Caused by: java.lang.NullPointerException
         [wdgen]      at com.sap.ide.metamodel.core.i18n.TranslatableTextProxy.getResourceType(TranslatableTextProxy.java:197)
         [wdgen]      at com.sap.ide.webdynpro.generation.runtime._Resource.vm_dumpTextPool(_Resource.java:135)
         [wdgen]      at com.sap.ide.webdynpro.generation.runtime._Resource.v_main(_Resource.java:83)
         [wdgen]      at com.sap.ide.webdynpro.generation.runtime.DefaultResource.v_main(DefaultResource.java:80)
         [wdgen]      at com.sap.ide.webdynpro.generation.runtime.DefaultResource.doGenerate(DefaultResource.java:56)
         [wdgen]      at com.sap.ide.generationfwk.velocity.runtime.CompiledTemplateBase.generate0(CompiledTemplateBase.java:232)
         [wdgen]      at com.sap.ide.generationfwk.velocity.runtime.CompiledTemplateBase.generate(CompiledTemplateBase.java:164)
         [wdgen]      ... 59 more
         [wdgen] [Error]   Generation error while processing D:/Documents and Settings/corellavpd/NWDS_73.jdi/0/t/52509E1C6529CF3CE8D0B5F0D24D8066/gen_wdp/packages/realtech/com/atse/wdp/wdp/ResourceATSE_ProPer.properties (java.lang.reflect.InvocationTargetException)
         [wdgen] [Error]   Generation failed due to errors (10 seconds)
    Ant runtime 24.953 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Build stopped due to an error: [Error]   Generation failed!

  • Exchange 2010 to Exchange Online migration Error

    Hello,
    I am in the middle of an Exchange 2010 to Office 365 cutover migration and i keep getting errors when trying to create a migration endpoint on Office 365 hence the migration can't progress. 
    I have sucessfully completed step one which is to verify the on premises domain and the Office 365 domain but it seems i am stucked on connecting with Outlook Anywhere using each available method on Microsoft Remote Connectivity Analyzer.
    The first error message that i am getting when connecting through Microsoft Remote Connectivity Analyzer is that the
    "The certificate chain could not be built. You may be missing required intermediate certificate". On a side note, this works on internal LAN and Outlook clients are able to connect using autodiscover.
    The second error message i get, is when trying to connect using "Test-MigrationServerAvailability -ExchangeOutlookAnywhere -Autodiscover -EmailAddress <email address for on-premises administrator> -Credentials $credentials"
    on a Exchange Online Powershell session i am getting:
    "The migration service failed to detect the migration endpoint using the Autodiscover service."
    I just can't understand why the Autodiscover tests won't pass. I am aware that Microsoft Remote Connectivity Analyzer would show error because it misses the root certificate but what should i do in order to have it running properly?
    Please note that i am using an internal CA-Server which is the Exchange Server it self so i have self signed certificates. 
    I wonder, am i missing the big picture here?
    For the migration endpoint/batch to work, is it mandatory to have a valid certificate or to be able to use autodiscover?
    Thanks.

    You need valid publicly trusted certificate to create the migration endpoint. You can get one for free from sites like startssl or comodo.

  • Migration error from 8.1.7.4 to 9.2.1

    Hi to everybody. I'm upgrading my production DB from 8174 to 921 with Manual upgrade. I review all the manual for this upgrading. The problem is a big problem : after launching u0801070.sql, the "Oracle 9i Packages and Types" section has marked as "INVALID". The log files created during the script is not very useful, as it tell me some "view created with compilation error" or "package created with compilation error", but it never tell me which one or where it is in the scripts. Can anybody help me ?

    Hi,
    I migrated successfully from 8.1.7 to 9.2 before.
    You can follow my steps:
    migrate steps:
    ==============================
    startup migrate
    SPOOL /tmp/upgrade.log
    @u0801070.sql
    SELECT comp_name, version, status
    FROM dba_registry;
    @cmpdbmig.sql; --this sql may take some time, please wait...
    SELECT comp_name, version, status
    FROM dba_registry;
    COMP_NAME VERSION STATUS
    Oracle9i Catalog Views 9.2.0.7.0 VALID
    Oracle9i Packages and Types 9.2.0.7.0 VALID
    JServer JAVA Virtual Machine 9.2.0.7.0 VALID
    Oracle9i Java Packages 9.2.0.7.0 VALID
    Oracle XDK for Java 9.2.0.2.0 UPGRADED
    SPOOL OFF
    SHUTDOWN IMMEDIATE
    startup
    @utlrp.sql
    SELECT count(*) FROM dba_objects WHERE status='INVALID';
    SELECT distinct object_name,owner FROM dba_objects WHERE status='INVALID';
    SELECT comp_name, version, status
    FROM dba_registry;

  • Migration Error in Oracle..

    Using oracle 10g
    SQL 2005
    Oracle SQL Developer version 1.2.1
    Oracle IDE 1.2.1.3213
    Created an offline migration capture script.
    Ran it against a database with out any errors.
    When I load the script in oracle sql dev.
    I get an error
    oracle.dbtools.metadata.persistence.PersistenceException: ORA-01400: cannot insert NULL into ("SYS"."MD_PROJECTS"."ID")
    This is an Oracle database table..
    Any ideas?

    See if this post could help,
    Re: ORA-01400: cannot insert null into md_projects table

  • Sybase12.5 to Oracle 9i Migration:Error while capturing thru offline

    Hi,
    While migrating data from Sybase 12.5 to Oracle 9i we are getting the following error.
    java.sql.SQLException: ORA-01401: inserted value too large for column
    Exception :Sybase12DisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.NumberFormatException: For input string: "« ? » ±"
    Log shows that it is failed while loading data from sybase12_syssptvalues.dat file. Please advise what could be causing this error?
    Regards,
    Prasad Jaldu

    Prasad,
    The data in the column contains the column separator we
    are using, alter the data, load and alter the data back,
    or change the delimiter and re run the offline capture
    scripts.
    see the user guide Omwb/docs/usersguide/trouble.htm#sthref455
    or look up delimiters in the index of the user guide
    This should solve your NumberFormatException issue.
    Regards,
    Turloch

  • Migration Error - Cannot Insert Null Into MD_PROJECTS.ID

    Environment:
    Oracle 11g (11.2.0.2)
    SQL Server 2008 R2
    SQL Developer 3.0.03 Build Main-03.97
    Problem:
    We are migrating a SQL Server DB to Oracle and will need to perform this repeated times using updated versions of the SQL Server DB. I successfully did this several days ago using OFFLINE mode using a DB received in late March. There are two schemas in the SQL Server DB (dbo and EXA) that need to get migrated. Within SQL Server I attached the DB and renamed it to PTS. I then went through the wizard and ended up with two schemas in Oracle (dbo_PTS and EXA_PTS). I am now trying to repeat the process with a DB I just received. Within SQL Server I attached the DB and renamed it to PTS_April. It also has the same two schemas (dbo and EXA).
    My repository schema (MWREP) has the following permissions:
    GRANT RESOURCE TO MWREP WITH ADMIN OPTION;
    GRANT DBA TO MWREP;
    GRANT CONNECT TO MWREP;
    ALTER USER MWREP DEFAULT ROLE ALL;
    -- 6 System Privileges for MWREP
    GRANT UNLIMITED TABLESPACE TO MWREP WITH ADMIN OPTION;
    GRANT CREATE SESSION TO MWREP;
    GRANT CREATE ROLE TO MWREP WITH ADMIN OPTION;
    GRANT ALTER ANY TRIGGER TO MWREP WITH ADMIN OPTION;
    GRANT CREATE USER TO MWREP WITH ADMIN OPTION;
    GRANT CREATE VIEW TO MWREP;
    I step through the wizard with the following general parameters
    1) MWREP connection as the repository - I have dropped and recreated the repository objects.
    2) Offline Mode for the Source Database (I've successfully created the .ocp file)
    3) PTS_April selected in the Capture page
    4) Offline Mode for the Target Database
    5) Offline Mode for the Move Data
    6) Click Finish and it runs for about 30 seconds first saying Create Project and then saying Capture.
    I then get the following error message:
    Migration actions have failed. Check the migration report for details. : ORA-01400: cannot insert NULL into ("MWREP"."MD_PROJECTS"."ID")
    Any assitance solving this problem are appreciated.

    Hi, I had exactly the same problem and I resolved it be dropping all objects associated with the migration, this involves packages, types, views etc. Once I had ensured that i had a blank canvas, i stated again and it worked succesfully, good luck, Matt

Maybe you are looking for

  • Ipod Shuffle Accessories

    Hey does anyone know where to get cheap shuffle accessories like a cover, dock, speakers... ive went a few places and the prices are outrages i mean $39.99 for 3 pack of silicone covers.. 49.99 for docking station..... its such a rip off i mean come

  • Process flow fails in OEM

    I am trying to schedule an external process in OEM. The task has been successfully deployed from Deployment Manager. The process flow location is owf_locn and the process flow name is stg_tgt. The parameters that I specified were "runtime_owner owf_l

  • Best Monitor for Photoshop??

    Hi, I was wondering if anyone can suggest what the best monitors for photoshop digital painting/editing etc are at the moment?? I still use a crt as I've heard years ago that their colour depth were alot better than lcd's or tft's that were around th

  • Problems con opcenum after installing LabView 2014

    After installing LabView 2014, all other OPC compliant software (Matlab with the OPC Toolbox, Wonderware SCADA, OPC Demo Client from Softing, ...) previously installed on my PC (Windows 7) started to have problems in browsing OPC Servers. They were u

  • Safari has left the building

    It is a sad day.  I have been using Safari since the day it came out. I have now reitred Safari.  it has become unusable on my 2.93 gh i7 Imac, 16 gig. I have tried everything I can find to make keep Safari running but no joy. It continually uses way