JPA Error "No Persistence provider for EntityManager",using org.eclipse.per

Hello Colleagues,
I have created JPA project, with out any error have done mapping also. with orm.xml and persistense .xml
I am getting No Persistence provider for EntityManager error when calling Entity Manager in Entity class
Error >>> EntityManagerFactory emf = Persistence.createEntityManagerFactory("Personalization_JPA");
{ No Persistence provider for EntityManager named Personalization_JPA }
Persistence Provider as "org.eclipse.persistence.jpa.PersistenceProvider
In persistence.xml for my JPA project , I have included following in respective tabs
1) GENERAL Tab of Persistence.xml
a) Persistence Provider as "org.eclipse.persistence.jpa.PersistenceProvider"
b) In Managed classes included my Entity class and test application that calls the entity manager
c) orm.xml in xml mapping files
2) Connections Tab of Persistence.xml
a) Transaction Type as Resource Local, not using any JTA datasourse name in database field
3) Properties Tab of Persistence.xml
property name="driver" value="com.sap.dbtech.jdbc.DriverSapDB"
property name="url" value="jdbc:sapdb://localhost/w15"
property name="username" value="SAPW15DB"
property name="password" value="sapsapr3"
If anything wrong is specified please kindly inform me.

Hello colleague,
As per your suggestion I removed Persistence Provider as "org.eclipse.persistence.jpa.PersistenceProvider", made it blank in persistence.xml, but still I get the same error saying No Persistence provider for EntityManager, please have a look at other attributes of persistence.xml
In persistence.xml for my JPA project , I have included following in respective tabs
1) GENERAL Tab of Persistence.xml
a) Persistence Provider as  blank or "org.eclipse.persistence.jpa.PersistenceProvider" makes no difference
b) In Managed classes included my Entity class and test application that calls the entity manager
c) orm.xml in xml mapping files
2) Connections Tab of Persistence.xml
a) Transaction Type as Resource Local, not using any JTA datasourse name in database field
3) Properties Tab of Persistence.xml (connecting to maxdb, so is this necessary or not )
property name="driver" value="com.sap.dbtech.jdbc.DriverSapDB"
property name="url" value="jdbc:sapdb://localhost/w15"
property name="username" value="SAPW15DB"
property name="password" value="sapsapr3"
If anything wrong is specified please kindly inform me.

Similar Messages

  • WebChannel JPA Error "No Persistence provider for EntityManager"

    Hello Colleagues,
    In WebChannel  for Personalization, we are using Java Persistence API JPA project to connect to java stack Max DB .
    Here I have created JPA project, with out any error done mapping also. with orm.xml and persistense .xml
    I am getting No Persistence provider for EntityManager error when calling Entity Manager in Entity class
    > EntityManagerFactory emf = Persistence.createEntityManagerFactory("Personalization_JPA");
              EntityManager em = emf.createEntityManager();
              Attribute_entity ae = new Attribute_entity();
              ae.setEMPID(56);
              ae.setPreferences("Raghu");
              Transaction tx = (Transaction) em.getTransaction();
              em.persist(ae);
    I am using org.eclipse.persistence.jpa.PersistenceProvider as Persistence Provider
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
              <persistence-unit name="Personalization_JPA">
              <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
              <mapping-file>META-INF/orm.xml</mapping-file>
              <class>personalization.model.PersonalizationEntity</class>
              <class>personalization.model.Attribute_entity</class>
              <class>personalization.model.Test</class>
              </persistence-unit>
    </persistence>
    Can any one please tell me how to solve this issue.?

    Hello colleague,
    As per your suggestion I removed Persistence Provider as "org.eclipse.persistence.jpa.PersistenceProvider", made it blank in persistence.xml, but still I get the same error saying No Persistence provider for EntityManager, please have a look at other attributes of persistence.xml
    In persistence.xml for my JPA project , I have included following in respective tabs
    1) GENERAL Tab of Persistence.xml
    a) Persistence Provider as  blank or "org.eclipse.persistence.jpa.PersistenceProvider" makes no difference
    b) In Managed classes included my Entity class and test application that calls the entity manager
    c) orm.xml in xml mapping files
    2) Connections Tab of Persistence.xml
    a) Transaction Type as Resource Local, not using any JTA datasourse name in database field
    3) Properties Tab of Persistence.xml (connecting to maxdb, so is this necessary or not )
    property name="driver" value="com.sap.dbtech.jdbc.DriverSapDB"
    property name="url" value="jdbc:sapdb://localhost/w15"
    property name="username" value="SAPW15DB"
    property name="password" value="sapsapr3"
    If anything wrong is specified please kindly inform me.

  • No Persistence provider for EntityManager

    Hi everybody,
    this problem has been haunting me for days now.
    I have this JSE application that uses toplink essentias for his persistence layer.
    Everything works fine in Eclipse, but when i try to execute it outside eclipse i get the following error:
    javax.persistence.PersistenceException: No Persistence provider for EntityManager named analise: The following providers:
    oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider
    oracle.toplink.essentials.PersistenceProvider
    Returned null to createEntityManagerFactory.
         at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:154)
         at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:83)
         at synergia.persistencia.principal.CorretorPersistencia.<init>(CorretorPersistencia.java:87)
         at synergia.persistencia.principal.CorretorPersistencia.criarNovaInstancia(CorretorPersistencia.java:646)
         at synergia.persistencia.principal.CorretorPersistencia.getUnicaInstancia(CorretorPersistencia.java:223)
    my persistence.xml looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence xmlns="http://java.sun.com/xml/ns/persistence"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation=
    "http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
    version="1.0">
    <persistence-unit name="analise">
              <provider>
                   oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider
              </provider>           
    classes
         <properties>
              <property name="toplink.jdbc.driver"
              value="oracle.jdbc.driver.OracleDriver"/>
              <property name="toplink.jdbc.user"
              value="usu_anual3"/>
              <property name="toplink.jdbc.password"
              value="usu_anual3siace01"/>
              <property name="toplink.jdbc.url"
              value="jdbc:oracle:thin:@172.30.9.66:1521:siace01"/>
                   <property name="toplink.weaving.lazy"
              value="true" />
                   <property name="toplink.weaving"
              value="static" />
                   <property name="toplink.logging.level"
              value="FINEST"/>
                   <property name="toplink.target-database"
         value="oracle.toplink.essentials.platform.oracle.OraclePlatform"/>
              </properties>
         </persistence-unit>
    </persistence>
    what i dont get is that the application finds the persistence.xml, and predeploy it or at least i think so.
    this is from the log:
    it starts like this:
    [TopLink Finest]: 2008.02.20 12:47:03.204--ServerSession(19864560)--Thread(Thread[main,5,main])--property=toplink.weaving; value=static
    [TopLink Finest]: 2008.02.20 12:47:03.250--ServerSession(19864560)--Thread(Thread[main,5,main])--property=toplink.orm.throw.exceptions; default value=true
    [TopLink Finer]: 2008.02.20 12:47:03.250--ServerSession(19864560)--Thread(Thread[main,5,main])--Searching for default mapping file in file:/C:/Arquivos%20de%20programas/SIACE%20PCA%20Análise%202007%20-%20ALPHA/lib/
    ...then does lots of stuff like this
    --The column name for element [private java.lang.String synergia.persistencia.principal.ObjetoPersistenteAbstrato.id] is being defaulted to: ID.
    ... Finally it ends like this
    12:47:10.031--ServerSession(19864560)--Thread(Thread[main,5,main])--end predeploying Persistence Unit analise; state Predeployed; factoryCount 0
    [TopLink Finer]: 2008.02.20 12:47:10.031--Thread(Thread[main,5,main])--cmp_init_transformer_is_null
    the log whe i run in eclipse is just like it
    but it adds this to the end
    [TopLink Finer]: 2008.02.19 09:03:17.710--Thread(Thread[main,5,main])--cmp_init_transformer_is_null
    [TopLink Finest]: 2008.02.19 09:03:17.710--ServerSession(30969271)--Thread(Thread[main,5,main])--begin predeploying Persistence Unit analise; state Predeployed; factoryCount 0
    [TopLink Finest]: 2008.02.19 09:03:17.710--ServerSession(30969271)--Thread(Thread[main,5,main])--end predeploying Persistence Unit analise; state Predeployed; factoryCount 1
    [TopLink Finest]: 2008.02.19 09:03:17.725--ServerSession(30969271)--Thread(Thread[main,5,main])--begin deploying Persistence Unit analise; state Predeployed; factoryCount 1
    [TopLink Finest]: 2008.02.19 09:03:18.632--ServerSession(30969271)--Thread(Thread[main,5,main])--property=toplink.session-name; value=teste
    [TopLink Finest]: 2008.02.19 09:03:18.632--ServerSession(30969271)--Thread(Thread[main,5,main])--property=toplink.logging.level; value=FINEST; translated value=FINEST
    [TopLink Finest]: 2008.02.19 09:03:18.632--ServerSession(30969271)--Thread(Thread[main,5,main])--property=toplink.logging.level; value=FINEST; translated value=FINEST
    [TopLink Finest]: 2008.02.19 09:03:18.632--ServerSession(30969271)--Thread(Thread[main,5,main])--property=toplink.jdbc.user; value=usu_anual3
    [TopLink Finest]: 2008.02.19 09:03:18.632--ServerSession(30969271)--Thread(Thread[main,5,main])--property=toplink.jdbc.password; value=xxxxxx
    [TopLink Finest]: 2008.02.19 09:03:20.413--ServerSession(30969271)--Thread(Thread[main,5,main])--property=toplink.jdbc.driver; value=oracle.jdbc.driver.OracleDriver
    [TopLink Finest]: 2008.02.19 09:03:20.413--ServerSession(30969271)--Thread(Thread[main,5,main])--property=toplink.jdbc.url; value=jdbc:oracle:thin:@172.30.9.66:1521:siace01
    [TopLink Info]: 2008.02.19 09:03:20.413--ServerSession(30969271)--Thread(Thread[main,5,main])--TopLink, version: Oracle TopLink Essentials - 2.0 (Build b58g-fcs (09/07/2007))
    [TopLink Finest]: 2008.02.19 09:03:21.460--Thread(Thread[main,5,main])--DBPlatform: oracle.toplink.essentials.platform.database.InformixPlatform, RegularExpression: (?i)informix.*.
    [TopLink Finest]: 2008.02.19 09:03:21.491--Thread(Thread[main,5,main])--DBPlatform: oracle.toplink.essentials.platform.database.PointBasePlatform, RegularExpression: (?i)pointbase.*.
    [TopLink Finest]: 2008.02.19 09:03:21.491--Thread(Thread[main,5,main])--DBPlatform: oracle.toplink.essentials.platform.database.DB2Platform, RegularExpression: (?i).*db2.*.
    [TopLink Finest]: 2008.02.19 09:03:21.491--Thread(Thread[main,5,main])--DBPlatform: oracle.toplink.essentials.platform.database.SQLServerPlatform, RegularExpression: (?i)microsoft.*.
    [TopLink Finest]: 2008.02.19 09:03:21.491--Thread(Thread[main,5,main])--DBPlatform: oracle.toplink.essentials.platform.database.PostgreSQLPlatform, RegularExpression: (?i)postgresql.*.
    [TopLink Finest]: 2008.02.19 09:03:21.491--Thread(Thread[main,5,main])--DBPlatform: oracle.toplink.essentials.platform.database.SybasePlatform, RegularExpression: (?i)(sybase.*)|(adaptive server enterprise.*)|(SQL Server).
    [TopLink Finest]: 2008.02.19 09:03:21.491--Thread(Thread[main,5,main])--DBPlatform: oracle.toplink.essentials.platform.database.JavaDBPlatform, RegularExpression: (?i).*derby.
    [TopLink Finest]: 2008.02.19 09:03:21.491--Thread(Thread[main,5,main])--DBPlatform: oracle.toplink.essentials.platform.database.oracle.OraclePlatform, RegularExpression: (?i)oracle.*.
    [TopLink Fine]: 2008.02.19 09:03:21.491--Thread(Thread[main,5,main])--Detected Vendor platform: oracle.toplink.essentials.platform.database.oracle.OraclePlatform
    Does anyone knows why this happen?
    currently im using the latest build from v2: V2_build_58g (V2 Final)
    but i used othes from v2.1 branch, and got the same results.
    thanks for the help.
    p.s.: Sorry for my bad english

    Hi,
    If you are having the same error as the first post where your PU was not found - even though you have all the correct jars in your classpath (and you don't have the problem with %20 spaces or unrecognized UTF-8 chars in the path to your persistence.xml - then you may have one of the following issues...
    - dependent jars like toplink*.jar are not visible to your application-managed EM's classloader - IE the TopLink library is lower
    - your server's classpath is incorrectly modified
    - you do not have references specified in one or all of your *application.xml, .MANIFEST, ejb-jar or web.xml reference descriptors.
    - another provider library is being loaded ahead of TopLink.
    - several other scenarios I still need to expand on....
    I am able to reproduce recently the same issue on demand on several application servers if I remove jars, hack the server's classpath or attempt to override a partial set of dependent jars via several application-managed scenarios.
    thank you
    /michael
    http://www.eclipselink.org

  • Weblogic 10 - JPA - Hibernate as Persistence Provider

    Where can I find documentations about using HIBERNATE as Persistence Provider for Weblogic 10?

    I still haven't found documentations about HIBERNATE as Persistence Provider for Weblogic 10. So, can i assume that is an impossible task? The only way is use KODO? This not looks compliant...

  • JPA error with nested exception for more details

    Hi All,
    A strange thing is that when i can deploy javaee app successfully. But some time, it is failed and i have to wait for 10, 15 minutes then i can deploy again. When i got error, below is the error message:
    I don't know if you can find a hint.
    INFO: EclipseLink, version: Eclipse Persistence Services - 2.3.2.v20111125-r10461
    SEVERE: Local Exception Stack:
    Exception [EclipseLink-4019] (Eclipse Persistence Services - 2.3.2.v20111125-r10461): org.eclipse.persistence.exceptions.DatabaseException
    Exception Description: Error while obtaining information about the database. Refer to the nested exception for more details.
                    at org.eclipse.persistence.exceptions.DatabaseException.errorRetrieveDbMetadataThroughJDBCConnection(DatabaseException.java:361)
                    at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:602)
                    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:206)
                    at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:488)
                    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getDatabaseSession(EntityManagerFactoryDelegate.java:188)
                    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:277)
                    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:294)
                    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:272)
                    at org.glassfish.persistence.jpa.PersistenceUnitLoader.loadPU(PersistenceUnitLoader.java:211)
                    at org.glassfish.persistence.jpa.PersistenceUnitLoader.<init>(PersistenceUnitLoader.java:120)
                    at org.glassfish.persistence.jpa.JPADeployer$1.visitPUD(JPADeployer.java:224)
                    at org.glassfish.persistence.jpa.JPADeployer$PersistenceUnitDescriptorIterator.iteratePUDs(JPADeployer.java:495)
                    at org.glassfish.persistence.jpa.JPADeployer.createEMFs(JPADeployer.java:233)
                    at org.glassfish.persistence.jpa.JPADeployer.prepare(JPADeployer.java:168)
                    at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:871)
                    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:410)
                    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
                    at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:389)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:348)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:363)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1085)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:95)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1291)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1259)
                    at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:461)
                    at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:212)
                    at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179)
                    at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
                    at com.sun.enterprise.v3.services.impl.ContainerMapper$Hk2DispatcherCallable.call(ContainerMapper.java:354)
                    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)
                    at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:849)
                    at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:746)
                    at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1045)
                    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:228)
                    at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
                    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
                    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
                    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
                    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
                    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
                    at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
                    at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
                    at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
                    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.sql.SQLRecoverableException: Closed Connection
                    at oracle.jdbc.driver.PhysicalConnection.getMetaData(PhysicalConnection.java:4508)
                    at com.sun.gjc.spi.base.ConnectionHolder.getMetaData(ConnectionHolder.java:345)
                    at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:589)
                    ... 42 more
    SEVERE: Exception while invoking class org.glassfish.persistence.jpa.JPADeployer prepare method
    SEVERE: Exception while preparing the app
    SEVERE: Exception [EclipseLink-4019] (Eclipse Persistence Services - 2.3.2.v20111125-r10461): org.eclipse.persistence.exceptions.DatabaseException
    Exception Description: Error while obtaining information about the database. Refer to the nested exception for more details.
    javax.persistence.PersistenceException: Exception [EclipseLink-4019] (Eclipse Persistence Services - 2.3.2.v20111125-r10461): org.eclipse.persistence.exceptions.DatabaseException
    Exception Description: Error while obtaining information about the database. Refer to the nested exception for more details.
                    at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:517)
                    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getDatabaseSession(EntityManagerFactoryDelegate.java:188)
                    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:277)
                    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:294)
                    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:272)
                    at org.glassfish.persistence.jpa.PersistenceUnitLoader.loadPU(PersistenceUnitLoader.java:211)
                    at org.glassfish.persistence.jpa.PersistenceUnitLoader.<init>(PersistenceUnitLoader.java:120)
                    at org.glassfish.persistence.jpa.JPADeployer$1.visitPUD(JPADeployer.java:224)
                    at org.glassfish.persistence.jpa.JPADeployer$PersistenceUnitDescriptorIterator.iteratePUDs(JPADeployer.java:495)
                    at org.glassfish.persistence.jpa.JPADeployer.createEMFs(JPADeployer.java:233)
                    at org.glassfish.persistence.jpa.JPADeployer.prepare(JPADeployer.java:168)
                    at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:871)
                    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:410)
                    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
                    at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:389)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:348)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:363)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1085)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:95)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1291)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1259)
                    at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:461)
                    at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:212)
                    at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179)
                    at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
                    at com.sun.enterprise.v3.services.impl.ContainerMapper$Hk2DispatcherCallable.call(ContainerMapper.java:354)
                    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)
                    at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:849)
                    at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:746)
                    at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1045)
                    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:228)
                    at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
                    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
                    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
                    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
                    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
                    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
                    at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
                    at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
                    at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
                    at java.lang.Thread.run(Thread.java:619)
    Caused by: Exception [EclipseLink-4019] (Eclipse Persistence Services - 2.3.2.v20111125-r10461): org.eclipse.persistence.exceptions.DatabaseException
    Exception Description: Error while obtaining information about the database. Refer to the nested exception for more details.
                    at org.eclipse.persistence.exceptions.DatabaseException.errorRetrieveDbMetadataThroughJDBCConnection(DatabaseException.java:361)
                    at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:602)
                    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:206)
                    at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:488)
                    ... 40 more
    Caused by: java.sql.SQLRecoverableException: Closed Connection
                    at oracle.jdbc.driver.PhysicalConnection.getMetaData(PhysicalConnection.java:4508)
                    at com.sun.gjc.spi.base.ConnectionHolder.getMetaData(ConnectionHolder.java:345)
                    at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:589)
                    ... 42 more
    SEVERE: Exception while preparing the app : Exception [EclipseLink-4019] (Eclipse Persistence Services - 2.3.2.v20111125-r10461): org.eclipse.persistence.exceptions.DatabaseException
    Exception Description: Error while obtaining information about the database. Refer to the nested exception for more details.
    Local Exception Stack:
    Exception [EclipseLink-4019] (Eclipse Persistence Services - 2.3.2.v20111125-r10461): org.eclipse.persistence.exceptions.DatabaseException
    Exception Description: Error while obtaining information about the database. Refer to the nested exception for more details.
                    at org.eclipse.persistence.exceptions.DatabaseException.errorRetrieveDbMetadataThroughJDBCConnection(DatabaseException.java:361)
                    at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:602)
                    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:206)
                    at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:488)
                    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getDatabaseSession(EntityManagerFactoryDelegate.java:188)
                    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:277)
                    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:294)
                    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:272)
                    at org.glassfish.persistence.jpa.PersistenceUnitLoader.loadPU(PersistenceUnitLoader.java:211)
                    at org.glassfish.persistence.jpa.PersistenceUnitLoader.<init>(PersistenceUnitLoader.java:120)
                    at org.glassfish.persistence.jpa.JPADeployer$1.visitPUD(JPADeployer.java:224)
                    at org.glassfish.persistence.jpa.JPADeployer$PersistenceUnitDescriptorIterator.iteratePUDs(JPADeployer.java:495)
                    at org.glassfish.persistence.jpa.JPADeployer.createEMFs(JPADeployer.java:233)
                    at org.glassfish.persistence.jpa.JPADeployer.prepare(JPADeployer.java:168)
                    at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:871)
                    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:410)
                    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
                    at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:389)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:348)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:363)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1085)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:95)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1291)
                    at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1259)
                    at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:461)
                    at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:212)
                    at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179)
                    at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
                    at com.sun.enterprise.v3.services.impl.ContainerMapper$Hk2DispatcherCallable.call(ContainerMapper.java:354)
                    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)
                    at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:849)
                    at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:746)
                    at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1045)
                    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:228)
                    at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
                    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
                    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
                    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
                    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
                    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
                    at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
                    at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
                    at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
                    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.sql.SQLRecoverableException: Closed Connection
                    at oracle.jdbc.driver.PhysicalConnection.getMetaData(PhysicalConnection.java:4508)
                    at com.sun.gjc.spi.base.ConnectionHolder.getMetaData(ConnectionHolder.java:345)
                    at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:589)
                    ... 42 morethanks,
    -Hoang Long

    r035198x wrote:
    Yep, the appserver got hold of a usable connection but the connection was closed before the appserver had finished/committed with it. It could be that the connection was closed by the database or some firewall timeout setting.
    A good start is to investigate options of configuring your appserver's connection eviction policies including forcing a validation SQL to be executed when a connection is acquired. Make sure that such a query doesn't impact on performance and have some performance and integration testing before rolling out.i found that if i close the computer which causes this issue, hence other dev computers can deploy normally.
    "deploy" here i mean deploy to a running instance on each dev's machine.
    From this, i would guess the common database server itself rejects connection from clients.
    I will try to investigate more if i am missing something.
    And here i found a link that possibly a first good attempt:
    [http://www.eclipse.org/forums/index.php/m/505809/]
    EclipseLink automatically recovers from communication failures, but there is little we can do to diagnose the failure. We basically execute a query and have to wait for the JDBC driver, or DataSource's response, if it hangs for 10minutes, then we are waiting. You could set the JDBC timeout hint on your query, but whether the JDBC driver honors this is up to the driver. You should see the SQLException in your logs, provided your log level is warning or lower.
    If you cannot fix your firewall, they you could change your connection pool settings to use a min number of connections of 0, so there will never be idle connections. But then you will be reconnecting a lot.
    You could also use a third party connection pool or DataSource that supports a timeout setting on the pooled connections, or spawn a thread in your application the clears the connection pool every 30minutes.regards,
    -HL

  • RecordsManagement: Error in service provider for DOMEA: SAP-Office Mails

    Hi all,
    I am trying to use the default service provider for Domea:SAP office mails( RMPS_LINK_SP_MAIL).
    but i am getting an error " Standard activity not defined "  Message no. SRM_ORGANIZER106.
    can anyone please help me in this regard...
    Also the scenario i am working for is:   some particular mails coming to my out look inbox needs to be attached to the record. how to achieve this scenario....  will the above service provider helps me. or is there any other way to achieve this. I am using SAP Records Management not PSRM.
    Thanks & Regards
    kavitha.

    Hi all,
    I am trying to use the default service provider for Domea:SAP office mails( RMPS_LINK_SP_MAIL).
    but i am getting an error " Standard activity not defined "  Message no. SRM_ORGANIZER106.
    can anyone please help me in this regard...
    Also the scenario i am working for is:   some particular mails coming to my out look inbox needs to be attached to the record. how to achieve this scenario....  will the above service provider helps me. or is there any other way to achieve this. I am using SAP Records Management not PSRM.
    Thanks & Regards
    kavitha.

  • Error Calling Data Provider for Return PO in Me21N Message Number FES011

    Hi Experts,
    I am trying to create a Return PO using ME21N. Im giving all the parameters and values. But While saving its generating an Error.
    it states "Error calling Data Provider".
    Message No. FES011
    What could be the possible error . Any clues?
    Thanks and Regards,
    Selvakumar. M

    hi,
    Check with the Basis consultant....actually Data provider deals with the database..Also sometimes when the data provider doesnot provides the data...the error doesn't reach....
    Pls check with the BASIS consultant....the netweaver part could be checked by ABAP consultant...
    Also check the links:
    http://msdn.microsoft.com/en-us/library/bb508810(SQL.90).aspx
    http://help.sap.com/saphelp_nwpi71/helpdata/en/11/e8179b247e4720882512a04041491d/frameset.htm
    http://sapnetweavernotes.blogspot.com/2008/04/sap-earlywatch-alert.html
    Hope it helps....
    Regards
    Priyanka.P

  • ERROR Calling OPEN p_cursor FOR SqlStmt USING SqlUsing in 9i

    Hi,
    I have written a following procedure in Oracle 9i:
    CREATE OR REPLACE PROCEDURE SP_GET_APPROVAL_DETAILS
         (TeamID IN VARCHAR2,
         SchemeTypeID IN VARCHAR2,
         StatusCode IN VARCHAR2,
         EmpCatg IN VARCHAR2,
         UserCode IN VARCHAR2,
         p_cursor OUT sys_refcursor)
    AS
    SqlStmt VARCHAR2(2000);
    SqlUsing VARCHAR2(2000);
    SqlWhere VARCHAR2(2000);
    intCounter INTEGER;
    FSSQL          VARCHAR(1000);
    BEGIN
         SqlStmt := 'SELECT A.SCHEME_ID, C.USER_NAME, B.SCHEME_NAME, A.INCENTIVE_CALCULATED, A.INCENTIVE_RELEASED, ';
         SqlStmt := SqlStmt || 'E.INCENTIVE_STATUS_DESC, A.REMARKS ';
         SqlStmt := SqlStmt || 'FROM SCHEME_USER A, SCHEME B, SFA.USER_MASTER C, SCHEME_USER_DESIGNATION D, ';
         SqlStmt := SqlStmt || 'INCENTIVE_STATUS_MASTER E ';
         SqlStmt := SqlStmt || 'WHERE B.SCHEME_ID = D.SCHEME_ID AND A.INCENTIVE_STATUS_ID = E.INCENTIVE_STATUS_ID ';
         SqlStmt := SqlStmt || 'AND C.USER_CODE = A.USER_CODE ';
         intCounter := 1;
         SqlWhere := '';
         SqlUsing := '';
         IF EmpCatg != 'ALL' THEN
              SqlWhere := SqlWhere || 'AND D.DESIG_CODE IN (:' || intCounter || ') ';
              SqlUsing := 'EmpCatg';
              intCounter := intCounter + 1;
         END IF;
         IF TeamID != 'ALL' THEN
              SqlWhere := SqlWhere || 'AND B.ORG_CODE IN (TeamID) ';          
              IF intCounter > 1 THEN
              SqlUsing := SqlUsing || ', TeamID';
              ELSE
              SqlUsing := SqlUsing || 'TeamID';
              END IF;
              intCounter := intCounter + 1;
         END IF;
         IF SchemeTypeID != 'ALL' THEN
              SqlWhere := SqlWhere || 'AND B.SCHEME_TYPE_ID IN (:' || intCounter || ') ';
              IF intCounter > 1 THEN
              SqlUsing := SqlUsing || ', SchemeTypeID';
              ELSE
              SqlUsing := SqlUsing || 'SchemeTypeID';
              END IF;
              intCounter := intCounter + 1;
         END IF;
         IF StatusCode != 'ALL' THEN
              SqlWhere := SqlWhere || 'AND A.INCENTIVE_STATUS_ID IN (:' || intCounter || ') ';
              IF intCounter > 1 THEN
              SqlUsing := SqlUsing || ', StatusCode';
              ELSE
              SqlUsing := SqlUsing || 'StatusCode';
              END IF;
              intCounter := intCounter + 1;
         END IF;
         IF UserCode != 'ALL' THEN
              SqlWhere := SqlWhere || 'AND A.USER_CODE IN (:' || intCounter || ')';
              IF intCounter > 1 THEN
              SqlUsing := SqlUsing || ', UserCode';
              ELSE
              SqlUsing := SqlUsing || 'UserCode';
              END IF;
              intCounter := intCounter + 1;
         END IF;
         SqlStmt := SqlStmt || ' ' || SqlWhere;
         DBMS_OUTPUT.PUT_LINE(SqlWhere);
         DBMS_OUTPUT.PUT_LINE(SqlUsing);
         IF intCounter > 1 THEN
         OPEN p_cursor FOR SqlStmt USING SqlUsing;
         ELSE
         OPEN p_cursor FOR SqlStmt;
         END IF;
    END;
    But when i execute it using
    EXEC SP_GET_APPROVAL_DETAILS('ALL', 'ALL', 'ALL', 'ALL', 'ALL', :OP1);
    it works fine, but i execute it using
    EXEC SP_GET_APPROVAL_DETAILS('DER', 'ALL', 'ALL', 'ALL', 'ALL', :OP1);
    it does not return me any rows from the tables.
    I have tried using EXECUTE IMMEDIATE('OPEN p_cursor FOR SqlStmt USING SqlUsing'); but its not working.
    If any solution to this do let me know.
    Thanks,
    Sunil

    Hello,
    IF TeamID != 'ALL' THEN
    SqlWhere := SqlWhere || 'AND B.ORG_CODE IN (TeamID) ';
    END IF;
    You have put (TeamId) rather than (:TeamId).
    Looking a little close though, I'm pretty sure you're not going to be able to do what you are trying to do with the USING statement as it stands. The reason your statement works for the first call is tha it doesn't appear to populate the SQLUsing variable and so just builds the cursor and doesn't include the USING clause.
    The USING statement in effect creates a "mapping" between each placeholder variable you specify in the sql statement, and an actual variable in the PLSQL block that it is bound to i.e.
    DECLARE
        ls_Sql     VARCHAR2(200);
        ls_Bind1   VARCHAR2(10);
        ln_Bind2   NUMBER(10);
    BEGIN
        ls_Bind1 := 'HELLO';
        ln_Bind2 := 100;
        ls_Sql := 'SELECT count(*) from a_table WHERE col1 = :bind_var1 and col2 = :bind_var2';
        OPEN lcr FOR ls_SQL USING ls_Bind1, ln_Bind2
    ...If you have 2 placeholder variables in the dynamic SQL string, you will need to have 2 variables specified in the USING statement. The documentation at this link shows how oracle deals with duplicate placeholders and dynamic SQL in general.
    http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96624/11_dynam.htm#4376
    Trying to pass a single string with the names of your pl/sql variables to the USING statement is not going to work. You need explicitly state each one...
    USING TeamId, SchemeTypeId, StatusCode....
    HTH

  • Error while executing FF_5 for EBS using swift mt940 format.

    Hi All,
    While executing the FF_5 I am getting the error as 'ACCOUNT STATEMENT NOT UPDATED',even though I have done the configuration for Electronic Bank Statement.Also I wanted to check whether the Posting Rules which are defined & assigned by me is correct or not, so I request you to give me the logic behind defining the posting rule.
    For your information I have created one Main bank a/c,Receipt a/c & Outgoing a/c for a particular bank & assigned the external transaction type to posting rules.
    Awaiting for your timely reply.
    Thanks in advance,
    Srinidhi C K

    Hi,
    I am using FEBA & FF67 t-codes & I just wanted to know why the accounts i.e Bank a/c's are not getting updated?
    Initially the system was showing an error that some of the external transactions are not maintained, but now I have maintained the relevant transactions that error is not existing now.
    Now I am able to print the statement but I am getting the same info accounts statement not updated & after executing the FF_5 t-code if check the lineitem display nothing is changed!! kindly help me to resolve it!!!
    With Regards,
    Srini
    Edited by: NIDHI C K on Aug 10, 2011 6:23 AM
    Edited by: NIDHI C K on Aug 10, 2011 6:28 AM

  • How to handle error when importing taxonomy for product using XML?

    We are on MDM 5.5 and built a repository for SAP R/3 Material Master. It has basic material information and taxonomy information as well. We built an import map based on an XML file, which includes basic info as well as taxonomy (classification) info. The import process runs smoothly. But if the import file includes some materials which characteristic values don't exist in MDM, the import will fail and exception file has a complete different format as our import file also it only display one material. Therefore, we cannot reprocess the exception file for errorred out items. What could we do wrong? By the way, we use "Create Pivot table" option in MDM to create the original import map.

    Hi Micheal,
    I Think your problem is similar to the below one,you can refer the below link for the same.
    Import file using Pivot Tables
    What you need to make sure is that you are using the same structure of the source file for importing as you used while creating the map else it wont work.
    Your schema of the source file as well the schema used when creating the map must match.
    You can refer the below links to know more about Taxonomy data importing:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30aa1447-80a1-2a10-e483-a76087bcb12f
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6090d0bd-1da7-2a10-468f-bdd17badb396
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8090941f-a5a7-2a10-3ba6-b4af5ec6d97b
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/308c62a2-5faa-2a10-fda6-fa4aa7169734
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • Error when create schemas for webcenter using URM.

    Hi,
    I use Oracle Urm to create necessary schemas for Webcenter. Everything goes well when I create the tables.
    However, when I extend my domain with Webcenter, comes to the database connection testing step, the tests always fail.
    It said: A connection is establish but no result received from the Test query.
    I ignored the test but then later, start the WLS_Spaces manage server, the server can't start because of database error, the needed tables not found.
    I use SQl Developer to connect to the database but can't see those newly created tables.
    But during the URM step, nothing went wrong.
    Can you help me with this?
    Thank you very much.

    Hi Heather,
    The reason that you are receiving this error is because the niscope.h file (called by niScope.fp) uses a struct which cannot be compiled into a DLL. This means that the niScope.fp file cannot be included in the target settings. Here's a knowledgebase that describes the error.
    http://digital.ni.com/public.nsf/websearch/AC028D9586E947F08625661E006A182F?OpenDocument
    If you do want the niScope.fp file to be included then you will need to make some modifications to the niscope.h file and create a typedef for the niScope_wfmInfo struct. Here's info from the help file that describes the type library section and the use of the .fp file.
    "Type Library—This button lets you choose whether to add a type library resource to your DLL. Also, you can choose to include links in the type library resource to a Windows help file. LabWindows/CVI generates the type library resource from a function panel (.fp) file. You must specify the name of the .fp file. You can generate a Windows help file from the .fp file by using the Generate Windows Help command in the Options menu of the Function Tree Editor window.
    This feature is useful if you intend for your DLL to be used from Visual Basic."
    If you do not include the niScope.fp file then you will be able to compile the DLL.
    Hope this helps! Let me know if you have any questions.
    Erick

  • Typedef Error when compiling niScope for DLL using CVI

    I am getting the following error when trying to compile a DLL for the NI 5122 digitizer using CVI:
    Error creating type library:
    All structs, unions, and enums required by exported functions must be typedefs in order to create a type library. The struct/union/enum "niScope_wfmInfo" does not use such a typedef.
    I have created a variable and "typedefed" it as niScope_wfmInfo to try and get rid of this error. This did not work. I have tried making several other changes. Some have eliminated the error but created problems with the DLL.
    Has anyone had a similar error to this? If so, how did you get around it?
    Thanks,
    Heather

    Hi Heather,
    The reason that you are receiving this error is because the niscope.h file (called by niScope.fp) uses a struct which cannot be compiled into a DLL. This means that the niScope.fp file cannot be included in the target settings. Here's a knowledgebase that describes the error.
    http://digital.ni.com/public.nsf/websearch/AC028D9586E947F08625661E006A182F?OpenDocument
    If you do want the niScope.fp file to be included then you will need to make some modifications to the niscope.h file and create a typedef for the niScope_wfmInfo struct. Here's info from the help file that describes the type library section and the use of the .fp file.
    "Type Library—This button lets you choose whether to add a type library resource to your DLL. Also, you can choose to include links in the type library resource to a Windows help file. LabWindows/CVI generates the type library resource from a function panel (.fp) file. You must specify the name of the .fp file. You can generate a Windows help file from the .fp file by using the Generate Windows Help command in the Options menu of the Function Tree Editor window.
    This feature is useful if you intend for your DLL to be used from Visual Basic."
    If you do not include the niScope.fp file then you will be able to compile the DLL.
    Hope this helps! Let me know if you have any questions.
    Erick

  • Error while creating delivery for STO using VL10G or VL10B

    Hi all,
    I am working on stock transport order scenario & stuck because of a problem:
    The purchase order has been created using transaction code ME21N & saved. Now when i go to transaction code VL10B or VL10G to create a delivery i get an error when i click on the "background" button. The error is as follows:
    Errors occurred while processing output
    Message no. VN073
    Please suggest me where the problem lies & what do i do in order to eliminate thia problem.
    Thans in advance.
    Regards,
    Allabaqsh G. Patil

    hi,
    you have done STO. then afterwards the process is
    1. goto VL10B and dont change the date, then give the STO number in "Purchase Orders" tab and then click on execute button.
    2. then select the line item and click on Background.
    3. then two line items will come in which one is in green colour and another is in yellow colour.
    4. select the green line item click the " log delivery item"
    5. finally click on "documents"
    then the system will give the outbound delivery.
    after that remaining process is same
    if it is helpful then give the points.
    Regards,
    SOMU.

  • Errors when scheduling scenarios for agents using load balancing

    Hi,
    I have set up my ODI environment and have successfully manged to:
    * run scenarios manually in development repository
    * schedule scenarios and run on execution repository with one agent.
    However when I try to set up a second agent to load balance the scenarios I get the following error below.
    It seems to be a load balancing problem because I can run the scenario's successfully in every other case.
    I am running an oracle RAC database. (2 servers, one oracle instance on each). I have set up one ODI agent on each server and I am trying to load balance between these 2 agents.
    In topology I have set up 1 logical agent. Physical agent 1 is linked to itself and also to Physical Agent 2 under the load balancing tab.
    For my scenario's I have 2 master scenarios (which are the ones scheduled) that call a number of other scenarios in the correct order.
    Could anyone assist me please?
    Thanks,
    Matthew
    Error:
    ====
    java.lang.NullPointerException
         at com.sunopsis.dwg.cmd.DwgCommandScenario.treatCommand(Unknown Source)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(Unknown Source)
         at com.sunopsis.dwg.cmd.e.i(Unknown Source)
         at com.sunopsis.dwg.cmd.g.E(Unknown Source)
         at com.sunopsis.dwg.dbobj.SnpScen.a(Unknown Source)
         at com.sunopsis.dwg.dbobj.SnpScen.localExecuteSync(Unknown Source)
         at com.sunopsis.dwg.tools.StartScen.actionExecute(Unknown Source)
         at com.sunopsis.dwg.function.SnpsFunctionBaseRepositoryConnected.execute(Unknown Source)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execIntegratedFunction(Unknown Source)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(Unknown Source)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlS.treatTaskTrt(Unknown Source)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(Unknown Source)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(Unknown Source)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(Unknown Source)
         at com.sunopsis.dwg.cmd.DwgCommandScenario.treatCommand(Unknown Source)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(Unknown Source)
         at com.sunopsis.dwg.cmd.e.i(Unknown Source)
         at com.sunopsis.dwg.cmd.g.y(Unknown Source)
         at com.sunopsis.dwg.cmd.e.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    Hi,
    I'm wondering whether there may be a design flaw in the way our scenario's have been created / are executed.
    Currently we have x number of scenarios executed by a x master scenario.
    There are also y number of scenarios executed by a y master scenario.
    These master scenarios are the ones scheduled against the agent and they call the "sub-scenarios".
    We experience the above error when one of the "sub-scenarios" of a master scenario is executed on a different agent to where the master scenario is executed.
    Any help greatly appreciated.
    Thanks,
    Matt

  • Error Installation Data Provider for Net

    When I am installing to the moment of the configuration this mistake happens and Net Manager does not allow to initiate
    Line parameters of incorrect commands
    parts from the software based on the work of independent JPEG Group

    hi,
    Check with the Basis consultant....actually Data provider deals with the database..Also sometimes when the data provider doesnot provides the data...the error doesn't reach....
    Pls check with the BASIS consultant....the netweaver part could be checked by ABAP consultant...
    Also check the links:
    http://msdn.microsoft.com/en-us/library/bb508810(SQL.90).aspx
    http://help.sap.com/saphelp_nwpi71/helpdata/en/11/e8179b247e4720882512a04041491d/frameset.htm
    http://sapnetweavernotes.blogspot.com/2008/04/sap-earlywatch-alert.html
    Hope it helps....
    Regards
    Priyanka.P

Maybe you are looking for

  • No cursor in Solaris 10

    When I boot into Solaris 10 the screen doesn't display a mouse cursor. Eric

  • Photo's only appear in iPhoto but not on my Hard drive????

    So I was trying to go throught my back ups to make sure all my photos where getting back up and I noticed all my photos from the past year are not on my Time Machine Backups, I did a little more research and I can't locate the files on my computer. H

  • Upgrade oc4j container from 10.1.2 to 10.1.3

    Hi to all, We use oc4j container 10.1.2 for old applications, but now we have developed ajax applications using oracle maps, but if i'm riight 10.1.2 doesn't support oracle maps. I've tried to install oracle application server oc4j container 10.1.3 i

  • Access States in Modules

    Hello, I am having trouble accessing states in a module. Knowing that my application would grow, I have started to modularise right away. For a simpel case, let us take the example from this website: http://evontech.com/forum-need-help/topic/875.html

  • Envelope printing for HP 6600

    I am trying to print on an envelope that is not a standard size.  The printer is not recognizing the custom sizes.  Is there a way to change the settings for envelpoes? for the hp 6600