Access informix NW CE 7.1

Hi,
Iu2019m working with CE 7.1 and I need access a db in informix, if I create a data source and use jpa it doesnu2019t work, any idea?
Regards
Janeth

Hi Markus,
I did that question, because, I donu2019t sure if NW CE 7.1 supports Informix, but if you ask me for more information, I guess it supports.
So this is my scenery:
Iu2019m trying to access trough web dynpro and jpa a table in Informix 10, but it throw the exception
com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException is thrown by the pooled connection: com.sap.sql.log.OpenSQLException: Porting factory for VENDOR_UNKNOWN database not defined. at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:156) at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:209) at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:282) at com.sap.engine.services.connector.jca.ShareableConnectionManager.allocateConnection(ShareableConnectionManager.java:54) at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:51)
But, if I change the db from Informix to DB2 it works,
Thanks for you help
Janeth
The complete exception:
com.sap.tc.webdynpro.model.ejb.exception.EJBModelExecuteException at com.sap.tc.webdynpro.model.ejb.model.EJBGenericModelClassExecutable.execute(EJBGenericModelClassExecutable.java:146) at co.com.some.crud.crudcomp.crudcomp.CrudComp.buscarTodos(CrudComp.java:600) at co.com.some.crud.crudcomp.crudcomp.wdp.InternalCrudComp.wdInvokeMethod(InternalCrudComp.java:529) at com.sap.tc.webdynpro.progmodel.generation.ExternalControllerPI$ExternalInterface.invoke(ExternalControllerPI.java:291) at $Proxy1521.buscarTodos(Unknown Source) at co.com.some.jtest.exportexcel.comp.ExportExcelComp.wdDoInit(ExportExcelComp.java:138) at co.com.some.jtest.exportexcel.comp.wdp.InternalExportExcelComp.wdDoInit(InternalExportExcelComp.java:155) at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:160) at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:230) at com.sap.tc.webdynpro.progmodel.components.Component.initController(Component.java:249) at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:209) at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:513) at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doPreprocessing(ClientApplication.java:1228) at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToApplicationDoPreprocessing(AbstractExecutionContextDispatcher.java:150) at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForAppPreprocessing.doService(DispatchHandlerForAppPreprocessing.java:35) at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116) at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93) at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToApplicationDoPreprocessing(ExecutionContextDispatcher.java:100) at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:75) at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:507) at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:527) at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doPreprocessing(ApplicationSession.java:233) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doPreprocessing(ClientSession.java:647) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:225) at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:231) at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:205) at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38) at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116) at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93) at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140) at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:93) at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:105) at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87) at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:54) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66) at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376) at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71) at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71) at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67) at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71) at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60) at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71) at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27) at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71) at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29) at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71) at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309) at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sap.tc.webdynpro.model.ejb.model.EJBGenericModelClassExecutable.invoke(EJBGenericModelClassExecutable.java:649) at com.sap.tc.webdynpro.model.ejb.model.EJBGenericModelClassExecutable.execute(EJBGenericModelClassExecutable.java:115) ... 63 more Caused by: javax.ejb.EJBException: Exception in getMethodReady() for stateless bean some.com.co/servicio_crud_ear*annotation|some.com.co~servicio_crud_ejb.jar*annotation|ServicioCrudBean; nested exception is: com.sap.engine.services.ejb3.util.pool.PoolException: javax.ejb.EJBException: Cannot perform injection over bean instance co.com.some.utilidades.bd.ServicioCrudBean@57a970cb for bean some.com.co/servicio_crud_ear*annotation|some.com.co~servicio_crud_ejb.jar*annotation|ServicioCrudBean; nested exception is: com.sap.engine.lib.injection.InjectionException: Injection on field entityManager of instance co.com.some.utilidades.bd.ServicioCrudBean@57a970cb failed. Could not get a value to be injected from the factory. at com.sap.engine.services.ejb3.runtime.impl.StatelessInstanceLifecycleManager.getMethodReady(StatelessInstanceLifecycleManager.java:66) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:14) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133) at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164) at com.sap.engine.services.ejb3.runtime.impl.RemoteEJBProxyInvocationHandler.invoke(RemoteEJBProxyInvocationHandler.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sap.engine.services.rmi_p4.reflect.LocalInvocationHandler.invokeInternal(LocalInvocationHandler.java:96) at com.sap.engine.services.rmi_p4.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:52) at $Proxy1523.invoke(Unknown Source) at com.sap.engine.services.ejb3.runtime.RemoteInvocationHandlerAdapter.invoke(RemoteInvocationHandlerAdapter.java:97) at $Proxy1519.findAll(Unknown Source) ... 69 more Caused by: com.sap.engine.services.ejb3.util.pool.PoolException: javax.ejb.EJBException: Cannot perform injection over bean instance co.com.some.utilidades.bd.ServicioCrudBean@57a970cb for bean some.com.co/servicio_crud_ear*annotation|some.com.co~servicio_crud_ejb.jar*annotation|ServicioCrudBean; nested exception is: com.sap.engine.lib.injection.InjectionException: Injection on field entityManager of instance co.com.some.utilidades.bd.ServicioCrudBean@57a970cb failed. Could not get a value to be injected from the factory. at com.sap.engine.services.ejb3.util.pool.ContainerPool.translate(ContainerPool.java:288) at com.sap.engine.services.ejb3.util.pool.ContainerPoolImpl.doResizeOneStepUp(ContainerPoolImpl.java:378) at com.sap.engine.services.ejb3.util.pool.ContainerPoolImpl.ensureNotEmpty(ContainerPoolImpl.java:342) at com.sap.engine.services.ejb3.util.pool.ContainerPoolImpl.pop(ContainerPoolImpl.java:309) at com.sap.engine.services.ejb3.runtime.impl.StatelessInstanceLifecycleManager.getMethodReady(StatelessInstanceLifecycleManager.java:64)
... 87 more Caused by: javax.ejb.EJBException: Cannot perform injection over bean instance co.com.some.utilidades.bd.ServicioCrudBean@57a970cb for bean some.com.co/servicio_crud_ear*annotation|some.com.co~servicio_crud_ejb.jar*annotation|ServicioCrudBean; nested exception is: com.sap.engine.lib.injection.InjectionException: Injection on field entityManager of instance co.com.some.utilidades.bd.ServicioCrudBean@57a970cb failed. Could not get a value to be injected from the factory. at com.sap.engine.services.ejb3.runtime.impl.Interceptors_DependencyInjection.invoke(Interceptors_DependencyInjection.java:25) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_EJBContext30DependencyInjection.invoke(Interceptors_EJBContext30DependencyInjection.java:11) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ApplicationInstancesCreator.invoke(Interceptors_ApplicationInstancesCreator.java:53) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_NewBeanContext.invoke(Interceptors_NewBeanContext.java:17) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startCallback(DefaultInvocationChainsManager.java:147) at com.sap.engine.services.ejb3.runtime.impl.StatelessInstanceLifecycleManager.makeExist(StatelessInstanceLifecycleManager.java:108) at com.sap.engine.services.ejb3.runtime.impl.StatelessInstanceLifecycleManager.access$000(StatelessInstanceLifecycleManager.java:23) at com.sap.engine.services.ejb3.runtime.impl.StatelessInstanceLifecycleManager$PoolUserImpl.createObject(StatelessInstanceLifecycleManager.java:34) at com.sap.engine.services.ejb3.util.pool.ContainerPoolImpl.doResizeOneStepUp(ContainerPoolImpl.java:373) ... 90 more Caused by: com.sap.engine.lib.injection.InjectionException: Injection on field entityManager of instance co.com.some.utilidades.bd.ServicioCrudBean@57a970cb failed. Could not get a value to be injected from the factory. at com.sap.engine.lib.injection.FieldInjector.inject(FieldInjector.java:115) at com.sap.engine.lib.injection.InjectionMatrix.inject(InjectionMatrix.java:45) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_DependencyInjection.invoke(Interceptors_DependencyInjection.java:22) ... 106 more Caused by: java.lang.RuntimeException: com.sap.engine.services.dbpool.exceptions.BaseSQLException: ResourceException occurred in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException is thrown by the pooled connection: com.sap.sql.log.OpenSQLException: Porting factory for VENDOR_UNKNOWN database not defined. at com.sap.engine.services.orpersistence.entitymanager.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:58) at com.sap.engine.services.orpersistence.entitymanager.JtaEntityManagerFactoryImpl.<init>(JtaEntityManagerFactoryImpl.java:31) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at com.sap.engine.services.orpersistence.provider.PersistenceProviderImpl.createJtaEntityManagerFactory(PersistenceProviderImpl.java:342) at com.sap.engine.services.orpersistence.provider.PersistenceProviderImpl.createContainerEntityManagerFactory(PersistenceProviderImpl.java:150) at com.sap.engine.services.orpersistence.model.persistenceunit.impl.ExtendedPersistenceUnitInfoImpl.getEntityManagerFactory(ExtendedPersistenceUnitInfoImpl.java:215) at com.sap.engine.services.orpersistence.container.ORPersistenceObjectFactory.getEMF(ORPersistenceObjectFactory.java:258) at com.sap.engine.services.orpersistence.container.ORPersistenceObjectFactory.getObjectInstance(ORPersistenceObjectFactory.java:60) at com.sap.engine.lib.injection.ReferenceObjectFactory.getObject(ReferenceObjectFactory.java:65) at com.sap.engine.lib.injection.FieldInjector.inject(FieldInjector.java:113) ... 108 more Caused by: java.sql.SQLException: com.sap.engine.services.dbpool.exceptions.BaseSQLException: ResourceException occurred in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException is thrown by the pooled connection: com.sap.sql.log.OpenSQLException: Porting factory for VENDOR_UNKNOWN database not defined. at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:59) at com.sap.engine.services.orpersistence.entitymanager.EntityManagerFactoryImpl.validateSchemaAndFillInJdbcTypes(EntityManagerFactoryImpl.java:84) at com.sap.engine.services.orpersistence.entitymanager.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:54) at com.sap.engine.services.orpersistence.entitymanager.JtaEntityManagerFactoryImpl.<init>(JtaEntityManagerFactoryImpl.java:31) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at com.sap.engine.services.orpersistence.provider.PersistenceProviderImpl.createJtaEntityManagerFactory(PersistenceProviderImpl.java:342) at com.sap.engine.services.orpersistence.provider.PersistenceProviderImpl.createContainerEntityManagerFactory(PersistenceProviderImpl.java:150) at com.sap.engine.services.orpersistence.model.persistenceunit.impl.ExtendedPersistenceUnitInfoImpl.getEntityManagerFactory(ExtendedPersistenceUnitInfoImpl.java:215) at com.sap.engine.services.orpersistence.container.ORPersistenceObjectFactory.getEMF(ORPersistenceObjectFactory.java:258) at com.sap.engine.services.orpersistence.container.ORPersistenceObjectFactory.getObjectInstance(ORPersistenceObjectFactory.java:60) at com.sap.engine.lib.injection.ReferenceObjectFactory.getObject(ReferenceObjectFactory.java:65) at com.sap.engine.lib.injection.FieldInjector.inject(FieldInjector.java:113) at com.sap.engine.lib.injection.InjectionMatrix.inject(InjectionMatrix.java:45) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_DependencyInjection.invoke(Interceptors_DependencyInjection.java:22) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_EJBContext30DependencyInjection.invoke(Interceptors_EJBContext30DependencyInjection.java:11) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ApplicationInstancesCreator.invoke(Interceptors_ApplicationInstancesCreator.java:53) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_NewBeanContext.invoke(Interceptors_NewBeanContext.java:17) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startCallback(DefaultInvocationChainsManager.java:147) at com.sap.engine.services.ejb3.runtime.impl.StatelessInstanceLifecycleManager.makeExist(StatelessInstanceLifecycleManager.java:108) at com.sap.engine.services.ejb3.runtime.impl.StatelessInstanceLifecycleManager.access$000(StatelessInstanceLifecycleManager.java:23) at com.sap.engine.services.ejb3.runtime.impl.StatelessInstanceLifecycleManager$PoolUserImpl.createObject(StatelessInstanceLifecycleManager.java:34) at com.sap.engine.services.ejb3.util.pool.ContainerPoolImpl.doResizeOneStepUp(ContainerPoolImpl.java:373) at com.sap.engine.services.ejb3.util.pool.ContainerPoolImpl.ensureNotEmpty(ContainerPoolImpl.java:342) at com.sap.engine.services.ejb3.util.pool.ContainerPoolImpl.pop(ContainerPoolImpl.java:309) at com.sap.engine.services.ejb3.runtime.impl.StatelessInstanceLifecycleManager.getMethodReady(StatelessInstanceLifecycleManager.java:64) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:14) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16) at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177) at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133) at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164) at com.sap.engine.services.ejb3.runtime.impl.RemoteEJBProxyInvocationHandler.invoke(RemoteEJBProxyInvocationHandler.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sap.engine.services.rmi_p4.reflect.LocalInvocationHandler.invokeInternal(LocalInvocationHandler.java:96) at com.sap.engine.services.rmi_p4.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:52) at $Proxy1523.invoke(Unknown Source) at com.sap.engine.services.ejb3.runtime.RemoteInvocationHandlerAdapter.invoke(RemoteInvocationHandlerAdapter.java:97) at $Proxy1519.findAll(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sap.tc.webdynpro.model.ejb.model.EJBGenericModelClassExecutable.invoke(EJBGenericModelClassExecutable.java:649) at com.sap.tc.webdynpro.model.ejb.model.EJBGenericModelClassExecutable.execute(EJBGenericModelClassExecutable.java:115) at co.com.some.crud.crudcomp.crudcomp.CrudComp.buscarTodos(CrudComp.java:600) at co.com.some.crud.crudcomp.crudcomp.wdp.InternalCrudComp.wdInvokeMethod(InternalCrudComp.java:529) at com.sap.tc.webdynpro.progmodel.generation.ExternalControllerPI$ExternalInterface.invoke(ExternalControllerPI.java:291) at $Proxy1521.buscarTodos(Unknown Source) at co.com.some.jtest.exportexcel.comp.ExportExcelComp.wdDoInit(ExportExcelComp.java:138) at co.com.some.jtest.exportexcel.comp.wdp.InternalExportExcelComp.wdDoInit(InternalExportExcelComp.java:155) at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:160) at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:230) at com.sap.tc.webdynpro.progmodel.components.Component.initController(Component.java:249) at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:209) at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:513) at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doPreprocessing(ClientApplication.java:1228) at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToApplicationDoPreprocessing(AbstractExecutionContextDispatcher.java:150) at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForAppPreprocessing.doService(DispatchHandlerForAppPreprocessing.java:35) at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116) at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93) at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToApplicationDoPreprocessing(ExecutionContextDispatcher.java:100) at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:75) at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:507) at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:527) at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doPreprocessing(ApplicationSession.java:233) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doPreprocessing(ClientSession.java:647) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:225) at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:231) at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:205) at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38) at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116) at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93) at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140) at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:93) at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:105) at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87) at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:54) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66) at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376) at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71) at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71) at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67) at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71) at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60) at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71) at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27) at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71) at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29) at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12) at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71) at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309) at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247) Caused by: com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException is thrown by the pooled connection: com.sap.sql.log.OpenSQLException: Porting factory for VENDOR_UNKNOWN database not defined. at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:156) at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:209) at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:282) at com.sap.engine.services.connector.jca.ShareableConnectionManager.allocateConnection(ShareableConnectionManager.java:54) at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:51) ... 122 more Caused by: com.sap.sql.log.OpenSQLException: Porting factory for VENDOR_UNKNOWN database not defined. at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:95) at com.sap.sql.jdbc.direct.DirectConnectionFactory.getDbPortingFactory(DirectConnectionFactory.java:614) at com.sap.sql.jdbc.direct.DirectConnectionFactory.createPooledConnection(DirectConnectionFactory.java:477) at com.sap.sql.jdbc.direct.DirectConnectionFactory.createDirectPooledConnection(DirectConnectionFactory.java:157) at com.sap.sql.jdbc.direct.DirectConnectionFactory.createDirectPooledConnection(DirectConnectionFactory.java:117) at com.sap.sql.connect.factory.PooledConnectionFactory.createPooledConnection(PooledConnectionFactory.java:119) at com.sap.sql.connect.factory.DriverPooledConnectionFactory.getPooledConnection(DriverPooledConnectionFactory.java:38) at com.sap.sql.connect.datasource.DBDataSourceImpl.createPooledConnection(DBDataSourceImpl.java:677) at com.sap.sql.connect.datasource.DBDataSourcePoolImpl.matchPool(DBDataSourcePoolImpl.java:1069) at com.sap.sql.connect.datasource.DBDataSourcePoolImpl.matchPooledConnection(DBDataSourcePoolImpl.java:884) at com.sap.sql.connect.datasource.DBDataSourcePoolImpl.getConnection(DBDataSourcePoolImpl.java:66) at com.sap.engine.core.database.impl.DatabaseDataSourceImpl.getConnection(DatabaseDataSourceImpl.java:36) at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:123) ... 126 more at com.sap.engine.services.dbpool.exceptions.BaseSQLException.writeReplace(BaseSQLException.java:189) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at java.io.ObjectStreamClass.invokeWriteReplace(ObjectStreamClass.java:1004) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1036) at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375) at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:391) at java.lang.Throwable.writeObject(Throwable.java:649) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079) at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375) at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:391) at java.lang.Throwable.writeObject(Throwable.java:649) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079) at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375) at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:391) at java.lang.Throwable.writeObject(Throwable.java:649) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079) at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375) at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:391) at java.lang.Throwable.writeObject(Throwable.java:649) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079) at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375) at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:391) at java.lang.Throwable.writeObject(Throwable.java:649) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079) at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302) at com.sap.engine.services.rmi_p4.reflect.LocalInvocationHandler.replicateReturnValue(LocalInvocationHandler.java:141) at com.sap.engine.services.rmi_p4.reflect.LocalInvocationHandler.invokeInternal(LocalInvocationHandler.java:102) ... 73 more

Similar Messages

  • Problem accessing informix ODBC 32 bit System DSN using Microsoft Query external data sources in Microsoft Excel 2010

    Hi all...
    I'm hoping if anybody could help me. I'm using Microsoft Excel 2010 + Windows 7 Professional 64 bit. I've installed the informix client sdk for odbc drivers to create odbc 32 bit connection. Before this, i had successfully installed in
    another Windows 7 Professional 64 bit PC the informix client drivers and configured the odbc connection for it. During that time, i can access the 32 bit ODBC using the microsoft query from the Microsoft Excel 2007. But now...in the new PC, even though i had
    successfully installed the informix client and manage to configure the 32 bit ODBC for it, my Microsoft Excel 2010 can't call/recognise the 32 bit ODBC connection as if the Microsoft Excel 2010  only called the 64 bit ODBC. Is it in Microsoft excel 2007
    it is possible to recognise the 32 bit ODBC but the Microsoft Excel 2010 can't? Is there any solution if my Microsoft Excel 2010 still want to use the 32 bit ODBC connection.

    Hi,
    Excel 2007 has only 32-bit since 64-bit applications for Office are available only for Office 2010. Thus, you can use
    32 bit ODBC between Microsoft Excel 2007 & Windows 7 Professional 64 bit. Now, you are using Microsoft Excel 2010 64 bit & Windows 7 Professional 64 bit, thus, you must install the 64 bit ODBC drive. If you still need to use 32
    bit odbc drive, please use 32 bit Excel 2010. Here is the detailed steps:
    http://datasummit.co.za/how-to-install-an-informix-odbc-driver-on-windows-7-for-ms-office-2010
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Accessing Informix tables that have their names in lower case from BW

    Can anyone please help with this?
    Has anyone done it using views?
    Thanks

    Hi Frank,
    I assume you are talking about using DB Connect functionality. If this is the case, the usual workaround is to create a view on the table and have all the fields and the view name in upper case. BI would then read the meta data from the view and be able to issue select statements.
    This restrictions is not in place if you use UDI functionality as the drivers can use mixed case.
    I hope this helps,
    Mike.

  • Error While Creating Informix Connection Pool

    Hi,
    I am trying to port an application from Weblogic 6.1 to Weblogic 8.1. The Application accesses Informix database. I used the following driver, url and properties while connecting to this database using Weblogic 6.1
    url:->jdbc:weblogic:informix4:snss_live
    Driver ClassName :-> weblogic.jdbc.informix.InformixDriver
    Properties :->
    port=22000
    user=snssadmn
    password=snssadmn
    server=10.115.26.40
    The above used to work fine with weblogic 6.1
    With Weblogic 8.1, I am using the following properties
    url :-> jdbc:bea:informix://10.115.26.40:22000;informixServer=10.115.26.40;databaseName=snss_live
    Driver ClassName :-> weblogic.jdbc.informix.InformixDriver
    Properties :->
    informixServer=10.115.26.40
    user=snssadmn
    portNumber=22000
    databaseName=snss_live
    serverName=10.115.26.40
    However using these properties I am getting the following error while deploying the Connection Pool to the Managed Server
    <Dec 29, 2004 12:26:53 PM EST> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "Btv_Vms_Pool": [BEA][Informix JDBC Driver][Informix]INFORMIXSERVER does not match either DBSERVERNAME or DBSERVERALIASES.>
    <Dec 29, 2004 12:26:54 PM EST> <Error> <JDBC> <BEA-001150> <Connection Pool "Btv_Vms_Pool" deployment failed with the following error: 0:Could not create pool connection. The DBMS driver exception was: [BEA][Informix JDBC Driver][Informix]INFORMIXSERVER does not match either DBSERVERNAME or DBSERVERALIASES..>
    Any idea as to why this is happening
    Regards
    Nitin Nair

    Hi. I suspect that the databaseName property is causing the problem in
    8.1. Remove it and see if that works. Also, try running:
    java utils.dbping, and giving it the properties it asks for, for your
    Informix connection. Once it succeeds in making a connection, it will
    print out the URL and properties it used. Then define the pool with
    those (and only those) properties and URL.
    Joe
    Nitin Nair wrote:
    Hi,
    I am trying to port an application from Weblogic 6.1 to Weblogic 8.1. The Application accesses Informix database. I used the following driver, url and properties while connecting to this database using Weblogic 6.1
    url:->jdbc:weblogic:informix4:snss_live
    Driver ClassName :-> weblogic.jdbc.informix.InformixDriver
    Properties :->
    port=22000
    user=snssadmn
    password=snssadmn
    server=10.115.26.40
    The above used to work fine with weblogic 6.1
    With Weblogic 8.1, I am using the following properties
    url :-> jdbc:bea:informix://10.115.26.40:22000;informixServer=10.115.26.40;databaseName=snss_live
    Driver ClassName :-> weblogic.jdbc.informix.InformixDriver
    Properties :->
    informixServer=10.115.26.40
    user=snssadmn
    portNumber=22000
    databaseName=snss_live
    serverName=10.115.26.40
    However using these properties I am getting the following error while deploying the Connection Pool to the Managed Server
    <Dec 29, 2004 12:26:53 PM EST> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "Btv_Vms_Pool": [BEA][Informix JDBC Driver][Informix]INFORMIXSERVER does not match either DBSERVERNAME or DBSERVERALIASES.>
    <Dec 29, 2004 12:26:54 PM EST> <Error> <JDBC> <BEA-001150> <Connection Pool "Btv_Vms_Pool" deployment failed with the following error: 0:Could not create pool connection. The DBMS driver exception was: [BEA][Informix JDBC Driver][Informix]INFORMIXSERVER does not match either DBSERVERNAME or DBSERVERALIASES..>
    Any idea as to why this is happening
    Regards
    Nitin Nair

  • IBM Informix XA JDBC Driver Exception

    Hi All:
    I download jdbc dirvers from ibm's web site,
    and try to add a new connection pool for informix in WS 8.1.2.
    Here is the problem:
    When using non-xa driver, there is no problem with adding a new connection
    pool,
    but when using xa driver, I get the following exception:
    java.sql.SQLException: com.informix.asf.IfxASFException: Attempt to connect
    to d
    atabase server (10.3.1.5) failed.
    at com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:950)
    at
    com.informix.jdbcx.IfxXAReusableConnection.<init>(IfxXAReusableConnec
    tion.java:54)
    at
    com.informix.jdbcx.IfxXAPooledConnection.<init>(IfxXAPooledConnection
    .java:102)
    at
    com.informix.jdbcx.IfxXADataSource.getXAConnection(IfxXADataSource.ja
    va:79)
    at
    weblogic.management.console.utils.JDBC.testConnection(JDBC.java:185)
    at
    weblogic.management.console.actions.mbean.JDBCConnectionPoolTestActio
    n.prePerform(JDBCConnectionPoolTestAction.java:106)
    at
    weblogic.management.console.actions.mbean.DoMBeanWizardAction.perform
    (DoMBeanWizardAction.java:215)
    at
    weblogic.management.console.actions.internal.ActionServlet.doAction(A
    ctionServlet.java:173)
    at
    weblogic.management.console.actions.internal.ActionServlet.doPost(Act
    ionServlet.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    (ServletStubImpl.java:971)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:402)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:305)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:6350)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.j
    ava:
    118)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:3635)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Any idea??

    Kevin Chen wrote:
    The following entry is copied from config.xml:
    <JDBCConnectionPool DriverName="com.informix.jdbcx.IfxXADataSource"
    Name="MyJDBC Connection Pool"
    Password="{3DES}B+V0vnwIOznCvl7VO5C5OA=="
    Properties="user=dbadmin;
    url=jdbc:informix-sqli://10.1.1.11:1543/ifxDB:informixServer=erpdb;
    portNumber=1543;
    databaseName=ifxDB;
    ifxIFXHOST=erpdb;
    serverName=10.1.1.11"
    URL="jdbc:informix-sqli://10.1.1.11:1543/ifxDB:informixServer=erpdb"
    />
    Btw, I wanna use wls 8.1.2 db controller to access informix, so I dont have
    any sample code from IBM.I don't understand that. Surely their driver has some documentation on how to
    obtain a connection from their com.informix.jdbcx.IfxXADataSource.
    What does the config look like for the non-xa connnection pool? (the one that works?)
    At this point, we need IBM Informix help to diagnose whay the xa connection attempt
    fails.
    Joe
    >
    Thanks for any reply ^^
    Kevin
    "Joe Weinstein" wrote
    Hi Kevin. How does IBM say you should connect to it's XADriver/DataSource?
    If you will post one of their code examples, I will show you how to definethe
    pool. Can you show me the JDBCConnectionPool entry in the config.xml file?
    thanks
    Joe
    Kevin Chen wrote:
    Hi All:
    I download jdbc dirvers from ibm's web site,
    and try to add a new connection pool for informix in WS 8.1.2.
    Here is the problem:
    When using non-xa driver, there is no problem with adding a new
    connection
    pool,
    but when using xa driver, I get the following exception:
    java.sql.SQLException: com.informix.asf.IfxASFException: Attempt toconnect
    to d
    atabase server (10.3.1.5) failed.
    atcom.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:950)
    at
    com.informix.jdbcx.IfxXAReusableConnection.<init>(IfxXAReusableConnec
    tion.java:54)
    at
    com.informix.jdbcx.IfxXAPooledConnection.<init>(IfxXAPooledConnection
    .java:102)
    at
    com.informix.jdbcx.IfxXADataSource.getXAConnection(IfxXADataSource.ja
    va:79)
    at
    weblogic.management.console.utils.JDBC.testConnection(JDBC.java:185)
    at
    weblogic.management.console.actions.mbean.JDBCConnectionPoolTestActio
    n.prePerform(JDBCConnectionPoolTestAction.java:106)
    at
    weblogic.management.console.actions.mbean.DoMBeanWizardAction.perform
    (DoMBeanWizardAction.java:215)
    at
    weblogic.management.console.actions.internal.ActionServlet.doAction(A
    ctionServlet.java:173)
    at
    weblogic.management.console.actions.internal.ActionServlet.doPost(Act
    ionServlet.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    (ServletStubImpl.java:971)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:402)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:305)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:6350)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:317)
    atweblogic.security.service.SecurityManager.runAs(SecurityManager.j
    ava:
    118)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:3635)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Any idea??

  • How to update/query informix table for every update/query on Oracle table

    We have a system that can talk to only Oracle.
    Here, we have a certain program that updates an Oracle table thru a View of the Table. For every database operation on Oracle table View, we want to update a corresponding table in Informix database.
    Similarly for every query on the View of oracle table we want to query informix database and fetch the records from there.
    We want to use Oracle as a medium to access Informix.
    Can some one help me on how to do this ?
    Thanks

    You can use the Transparent Gateway for Informix to access Informix from an Oracle environment. The gateway makes the Informix database look like a remote Oracle database.
    You can take a look at the gateways page on OTN for more information on this. http://otn.oracle.com/products/gateways/content.html
    Look at the Certification matrix to ensure that you are using a certified configuration.

  • 9iAS and Informix jdbc driver

    Hi,
    How do I configure 9iAS release 2 data source to access Informix database using Invformix JDBC driver? Has any one done it and can share the procedure?
    Sam

    Samir -
    I've not done this, but this is the general idea.
    btw - we ship the DataDirect JDBC drivers with 9iAS to facilitate connections to other databases such as DB2, SS, Informix, etc.
    What you want to do is:
    a) Take the JDBC library you wish to use and put it into the j2ee/home/lib directory (bounce the server since this directory is read at startup time and the classpath constructed. Dynamic additions are not picked up)
    b) Define an emulated datasource in the j2ee/home/config/data-sources.xml file using the driver class and specific URL connection string for the JDBC driver you want to use:
    <data-source
    class="com.evermind.sql.DriverManagerDataSource"
    name="InformixDS"
    location="jdbc/if/CoreDS"
    xa-location="jdbc/if/xa/XADS"
    ejb-location="jdbc/if/DS"
    connection-driver="informix.some.packaged.JDBCDriver"
    username="scott"
    password="tiger"
    url="jdbc:informix:....."
    />
    ** the connection-driver and URL attributes will be determined by the specific JDBC driver you are using
    c) Use the datasource like any other data source at this point - you should be able to lookup the datasource using the location entries and get a connection.
    If you are using the Oracle9iAS environment as opposed to the standalone environment, then the same set of tasks should be applied using the facilities provided (ie the EM console) by that distribution.
    -steve-

  • XGEN accessing Oracle Database

    I'm an Oracle Account Manager and I have a customer with a XGEN application accessing Informix Database. They want to keep this application and move from Informix to Oracle, and this application must access Oracle. Does any one have an experience like this?

    Hi Bharathwaj,
      Thanks for the reply. it has really helped me a lot.
    i wanted to ask one more thing...
    In our webdynpro application (deployed on WAS) we are  required to fetch and update data in oracle database. The restriction here is we are required to use DSN (provided by Primavera Inc..for connection). We are using connection pool, where we have configured data source with DSN(system DSN) with appropriate parameters.
    We have tested the dSN for extensive data transfer from our local jvm's...but when used with J2EE on WAS..its not that stable, when used to transfer data say for more than 2-3 times, gives SQL Exception with general error. Then after, when J2EE engine is stopped...it starts working fine...then again after when J2EE started, same problem occurs...
    Is it some problem with memory??
    Because our server has 1 GB RAM + 4 GB VM there fore total 5GB available memory. Previous performance of server was very slow due to wrong VM setting...
    Now also the performance is not that good...jalunch.exe consumes upto 1.4 gB of memory..is it ok..or something wrong???
    Is there alternative best way to talk to external oracle database from WAS J2EE...or connection pool is the best possible method..
    If there are any settings to be done on server also..
    fine..we have complete access of it...
    Please help..

  • DG4ODBC x Informix ORA-28511

    Hi,
    I´m testing DG4ODBC to access informix database.
    My enviroment is:
    Oracle Enterprise Linux 6.5 (x86 64)
    Informix Database 11.50
    Informix ODBC Driver version 4.10
    Using DG4ODBC 11.2.0.4 - ORA-28511 and in the trace file:
    Exiting hgoulcp, rc=28500 with error ptr FILE:hgoulcp.c LINE:2142 FUNCTION:hgoulcp() ID:SQLGetTypeInfo: WCHAR
    Using DG4ODBC 12.1.0.2 - ORA-28500 with description:
    [Informix][Informix ODBC Driver]Invalid argument value. {HY009,NativeErr = -11066}
    Have anyone see this errors?
    This is my initSID.ora settings:
    # HS init parameters
    HS_FDS_CONNECT_INFO = myIfmxDB
    HS_FDS_TRACE_LEVEL = DEBUG
    HS_FDS_SHAREABLE_NAME = /opt/IBM/informix/lib/cli/iclit09b.so
    HS_FDS_QUOTE_IDENTIFIER=FALSE
    # ODBC specific environment variables
    set ODBCINI=/opt/IBM/informix/etc/odbc.ini
    # Environment variables required for the non-Oracle system
    set INFORMIXDIR=/opt/IBM/informix
    set DELIMIDENT=Y

    Mike,
    Even change the parametes the error is the same.
    The solution for the DG4ODBC 11.2.0.4 is apply the patch how you wrote in your reply.
    Very thank for your help!!
    But I have another error in DG4ODBC 12.1.0.2 version.
    The same code pl/sql, is running in the 11.2.0.3 and 11.2.0.4 versions without errors.
    This is the information about the 12.1.0.2 verion of DG4ODBC:
    Using DG4ODBC 12.1.0.2
    Connected to:
    Oracle Database 11g Release 11.1.0.6.0 - 64bit Production
    SQL> conn intervlc/intervlc
    Connected.
    SQL> set serveroutput on;
    SQL> declare
      2  pcod_empresa x_nfeptr."cod_empresa"@softel.odbc%type;
      3
      4  begin
      5    pcod_empresa:=14;
      6
      7    for c_teste in (
                SELECT "cod_empresa","nro_nota_fiscal","nro_serie"
                  FROM "x_nfeptr"@softel.odbc
                  where "situacao"          = '6'
      8    9   10   11                and "tipo_movimentacao" = '1'
    12                and "versao_xml_nf_e"   = 2
                  and "cod_empresa" = pcod_empresa
    13   14                ORDER BY "data_geracao"
    15    ) loop
    16       SYS.DBMS_OUTPUT.PUT_LINE(c_teste."cod_empresa"||','||c_teste."nro_nota_fiscal"||','||c_teste."nro_serie");
    17    end loop;
      SYS.DBMS_OUTPUT.PUT_LINE('CONCLUIDO!');
    end;
    18   19   20  declare
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Informix][Informix ODBC Driver]Invalid argument value. {HY009,NativeErr = -11066}
    ORA-02063: preceding 2 lines from SOFTEL.ODBC
    ORA-06512: at line 7
    SQL>
    SQL> describe "informix"."x_nfeptr"@softel.odbc
    Name                          Null?    Type
    cod_empresa                   NOT NULL NUMBER(5)
    nro_nota_fiscal               NOT NULL NUMBER(10)
    nro_serie                     NOT NULL CHAR(4)
    tipo_movimentacao             NOT NULL CHAR(1)
    cod_matriz                    NOT NULL NUMBER(5)
    data_emissao                  NOT NULL DATE
    data_geracao                  NOT NULL DATE
    situacao                      NOT NULL CHAR(1)
    cod_retorno_nf_e                       NUMBER(5)
    descr_retorno_nf_e                     CHAR(100)
    chave_acesso_nf_e                      CHAR(44)
    nro_protocolo_nf_e                     NUMBER(15)
    nro_recibo_nf_e                        NUMBER(15)
    forma_emissao_nf_e            NOT NULL CHAR(1)
    usuario                       NOT NULL CHAR(15)
    fila_impressora               NOT NULL CHAR(30)
    data_impressao                         DATE
    data_retorno                           DATE
    nro_lote_nf_e                          CHAR(15)
    versao_xml_nf_e                        NUMBER(5,2)
    seqnfe                        NOT NULL NUMBER(10)
    SQL>
    Create table statement for the informix table:
    DBSCHEMA Schema Utility       INFORMIX-SQL Version 11.50.FC9XW
    create table "informix".x_nfeptr
        cod_empresa smallint not null ,
        nro_nota_fiscal integer not null ,
        nro_serie char(4) not null ,
        tipo_movimentacao char(1) not null ,
        cod_matriz smallint not null ,
        data_emissao datetime year to fraction(3) not null ,
        data_geracao datetime year to fraction(3) not null ,
        situacao char(1) not null ,
        cod_retorno_nf_e smallint,
        descr_retorno_nf_e char(100),
        chave_acesso_nf_e char(44),
        nro_protocolo_nf_e decimal(15,0),
        nro_recibo_nf_e decimal(15,0),
        forma_emissao_nf_e char(1) not null ,
        usuario char(15) not null ,
        fila_impressora char(30) not null ,
        data_impressao datetime year to fraction(3),
        data_retorno datetime year to fraction(3),
        nro_lote_nf_e char(15),
        versao_xml_nf_e decimal(5,2),
        seqnfe serial not null
    create index "informix".ix1_x_nfeptr on "informix".x_nfeptr (situacao,
        tipo_movimentacao,nro_nota_fiscal,cod_empresa) using btree
    create index "informix".ix2_x_nfeptr on "informix".x_nfeptr (cod_empresa,
        nro_nota_fiscal,nro_serie,tipo_movimentacao) using btree
    create index "informix".ix3_x_nfeptr on "informix".x_nfeptr (chave_acesso_nf_e)
        using btree ;
    create unique index "informix".ix4_x_nfeptr on "informix".x_nfeptr
        (seqnfe) using btree ;
    alter table "informix".x_nfeptr add constraint primary key (seqnfe)
        constraint "informix".x_nfeptr_pk  ;
    create trigger "informix".trg1_x_nfeptr update of situacao on
        "informix".x_nfeptr referencing old as antes new as atual
        for each row
            when ((((atual.situacao = '6' ) AND (NVL (antes.situacao
        ,' ' )!= '6' ) ) AND (atual.cod_retorno_nf_e = 100 ) ) )
                --# SVN-URL : $HeadURL: http://saturno/vulcaFontes/GCI/trunk/construcao/sources/gci/prg/trg1_x_nfeptr.sql $
                --# SVN-ID : $Id: trg1_x_nfeptr.sql 107788 2014-11-27 10:40:04Z taraujo $
                { Autorizado SEFAZ }
                { Intercompany }
                execute procedure "informix".sp_tr_transito(atual.tipo_movimentacao
        ,'x_nfeptr' ,'EM' ,'E' ,atual.cod_empresa ,'' ,'' ,'' ,'FT' ,atual.nro_serie
        ,'' ,atual.nro_nota_fiscal ,atual.data_emissao ,0 ,'' ,'' ,'' )),
            when (((((atual.situacao = '6' ) AND (atual.cod_retorno_nf_e
        = 135 ) ) AND ((antes.situacao != '6' ) OR (NVL (antes.cod_retorno_nf_e
        ,0 )!= 135 ) ) ) OR (((atual.situacao = '6' ) AND (atual.cod_retorno_nf_e
        = 155 ) ) AND ((antes.situacao != '6' ) OR (NVL (antes.cod_retorno_nf_e
        ,0 )!= 155 ) ) ) ) )
                { Cancelamento }
                { Intercompany }
                execute procedure "informix".sp_tr_transito(atual.tipo_movimentacao
        ,'x_nfeptr' ,'CA' ,'S' ,atual.cod_empresa ,'' ,'' ,'' ,'FT' ,atual.nro_serie
        ,'' ,atual.nro_nota_fiscal ,atual.data_emissao ,0 ,'' ,'' ,'' )),
            when ((((atual.situacao = '6' ) AND (atual.cod_retorno_nf_e
        = 102 ) ) AND (NVL (antes.cod_retorno_nf_e ,0 )!= 102 ) ) )
                { Inutilizacao }
                { Intercompany }
                execute procedure "informix".sp_tr_transito(atual.tipo_movimentacao
        ,'x_nfeptr' ,'IN' ,'S' ,atual.cod_empresa ,'' ,'' ,'' ,'FT' ,atual.nro_serie
        ,'' ,atual.nro_nota_fiscal ,atual.data_emissao ,0 ,'' ,'' ,'' ));
    Oracle Database Characterset is US7ASCII   
    DG4ODBC Trace File
    Oracle Corporation --- MONDAY    JAN 26 2015 15:44:46.725
    Heterogeneous Agent Release
    12.1.0.2.0
    Oracle Corporation --- MONDAY    JAN 26 2015 15:44:46.725
        Version 12.1.0.2.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "255"
    Entered hgosdip
    setting HS_OPEN_CURSORS to default of 50
    setting HS_FDS_RECOVERY_ACCOUNT to default of "RECOVER"
    setting HS_FDS_RECOVERY_PWD to default value
    setting HS_FDS_TRANSACTION_LOG to default of HS_TRANSACTION_LOG
    setting HS_IDLE_TIMEOUT to default of 0
    setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
    setting HS_NLS_NCHAR to default of "AL32UTF8"
    setting HS_FDS_TIMESTAMP_MAPPING to default of "DATE"
    setting HS_FDS_DATE_MAPPING to default of "DATE"
    setting HS_RPC_FETCH_REBLOCKING to default of "ON"
    setting HS_FDS_FETCH_ROWS to default of "100"
    setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
    setting HS_FDS_RSET_RETURN_ROWCOUNT to default of "FALSE"
    setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
    setting HS_FDS_MAP_NCHAR to default of "TRUE"
    setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
    setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
    setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
    setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
    setting HS_FDS_QUERY_DRIVER to default of "TRUE"
    setting HS_FDS_SUPPORT_STATISTICS to default of "FALSE"
    HOSGIP returned value of "FALSE" for HS_FDS_QUOTE_IDENTIFIER
    setting HS_KEEP_REMOTE_COLUMN_SIZE to default of "OFF"
    setting HS_FDS_GRAPHIC_TO_MBCS to default of "FALSE"
    setting HS_FDS_MBCS_TO_GRAPHIC to default of "FALSE"
    Default value of 64 assumed for HS_FDS_SQLLEN_INTERPRETATION
    setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics;gtw$:SQLGetInfo;gtw$:OPTTables;gtw$:OPTColumns;gtw$:OPTPrimaryKeys;gtw$:OPTForeignKeys;gtw$:OPTProcedures;gtw$:OPTStatistics"
    setting HS_FDS_DELAYED_OPEN to default of "TRUE"
    setting HS_FDS_WORKAROUNDS to default of "0"
    setting HS_WORKAROUNDS to default of "0"
    Exiting hgosdip, rc=0
    ORACLE_SID is "softelodbc12c"
    Product-Info:
      Port Rls/Upd:2/0 PrdStat:0
      Agent:Oracle Database Gateway for ODBC
      Facility:hsa
      Class:ODBC, ClassVsn:12.1.0.2.0_0023, Instance:softelodbc12c
    Exiting hgogprd, rc=0
    hostmstr:          0:     HOA After hoagprd
    hostmstr:          0:     HOA Before hoainit
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=1
    HOCXU_DRV_NCHAR=873
    HOCXU_DB_CSET=1
    HS_LANGUAGE not specified
    LANG=en_US.UTF-8
    HOCXU_SEM_VER=110000
    HOCXU_VC2_MAX=4000
    HOCXU_RAW_MAX=2000
    Entered hgolofn at 2015/01/26-15:44:46
    HOSGIP for "HS_FDS_SHAREABLE_NAME" returned "/opt/IBM/informix/lib/cli/iclit09b.so"
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLAllocHandle
    symbol_peflctx=0x3ddef8af
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLBindCol
    symbol_peflctx=0x3ddfbf78
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLBindParameter
    symbol_peflctx=0x3ddf9ef3
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLCancel
    symbol_peflctx=0x3ddf1a23
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLDescribeParam
    symbol_peflctx=0x3ddf9442
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLDisconnect
    symbol_peflctx=0x3ddecfdf
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLEndTran
    symbol_peflctx=0x3de020d0
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLExecute
    symbol_peflctx=0x3ddf442f
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLFetch
    symbol_peflctx=0x3ddfe7da
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLFreeHandle
    symbol_peflctx=0x3ddef663
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLFreeStmt
    symbol_peflctx=0x3ddfb2e3
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLGetData
    symbol_peflctx=0x3ddff091
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLGetEnvAttr
    symbol_peflctx=0x3de49b16
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLGetFunctions
    symbol_peflctx=0x3ddf4a80
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLMoreResults
    symbol_peflctx=0x3ddfe916
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLNumResultCols
    symbol_peflctx=0x3ddfc325
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLParamData
    symbol_peflctx=0x3ddf23d9
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLPutData
    symbol_peflctx=0x3ddf1a2f
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLRowCount
    symbol_peflctx=0x3ddfbda9
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLSetEnvAttr
    symbol_peflctx=0x3de49dc7
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLSetDescRec
    symbol_peflctx=0x3de6a264
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLColAttribute
    symbol_peflctx=0x3de012ff
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLColumns
    symbol_peflctx=0x3ddeaaf4
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLConnect
    symbol_peflctx=0x3ddeeb75
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLDescribeCol
    symbol_peflctx=0x3de01e6f
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLDriverConnect
    symbol_peflctx=0x3ddee218
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLExecDirect
    symbol_peflctx=0x3ddf41ea
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLForeignKeys
    symbol_peflctx=0x3dde08db
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLGetConnectAttr
    symbol_peflctx=0x3de47a45
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLGetDescField
    symbol_peflctx=0x3de68ab4
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLGetDescRec
    symbol_peflctx=0x3de65fac
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLGetDiagField
    symbol_peflctx=0x3de64903
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLGetDiagRec
    symbol_peflctx=0x3de6452b
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLGetInfo
    symbol_peflctx=0x3ddf87f5
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLGetStmtAttr
    symbol_peflctx=0x3de45109
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLGetTypeInfo
    symbol_peflctx=0x3ddf4da4
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLPrepare
    symbol_peflctx=0x3ddfaa6d
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLPrimaryKeys
    symbol_peflctx=0x3dde1a6a
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLProcedureColumns
    symbol_peflctx=0x3dddd74f
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLProcedures
    symbol_peflctx=0x3ddde7c7
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLSetConnectAttr
    symbol_peflctx=0x3de498e5
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLSetStmtAttr
    symbol_peflctx=0x3de4668b
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLSetDescField
    symbol_peflctx=0x3de6ad18
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLStatistics
    symbol_peflctx=0x3dde848e
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Entered hgolofns at 2015/01/26-15:44:46
    libname=/opt/IBM/informix/lib/cli/iclit09b.so, funcname=SQLTables
    symbol_peflctx=0x3ddec93e
    hoaerr:0
    Exiting hgolofns at 2015/01/26-15:44:46
    Exiting hgolofn, rc=0 at 2015/01/26-15:44:46
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTERS" returned ".,"
    HOSGIP for "HS_KEEP_REMOTE_COLUMN_SIZE" returned "OFF"
    HOSGIP for "HS_FDS_DELAYED_OPEN" returned "TRUE"
    HOSGIP for "HS_FDS_WORKAROUNDS" returned "0"
    HOSGIP for "HS_FDS_MBCS_TO_GRAPHIC" returned "FALSE"
    HOSGIP for "HS_FDS_GRAPHIC_TO_MBCS" returned "FALSE"
    Invalid value of 64 given for HS_FDS_SQLLEN_INTERPRETATION
    treat_SQLLEN_as_compiled = 1
    Exiting hgoinit, rc=0 at 2015/01/26-15:44:46
    hostmstr:          0:     HOA After hoainit
    hostmstr:          0:     HOA Before hoalgon
    Entered hgolgon at 2015/01/26-15:44:46
    reco:0, name:azaleia, tflag:0
    Entered hgosuec at 2015/01/26-15:44:46
    Exiting hgosuec, rc=0 at 2015/01/26-15:44:46
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned "HS_TRANSACTION_LOG"
    HOSGIP for "HS_FDS_TIMESTAMP_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_DATE_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULTSET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_RSET_RETURN_ROWCOUNT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using azaleia as default schema
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    Entered hgocont at 2015/01/26-15:44:46
    HS_FDS_CONNECT_INFO = "softel"
    RC=-1 from HOSGIP for "HS_FDS_CONNECT_STRING"
    Entered hgogenconstr at 2015/01/26-15:44:46
    dsn:softel, name:azaleia
    optn:
    Entered hgocip at 2015/01/26-15:44:46
    dsn:softel
    Exiting hgocip, rc=0 at 2015/01/26-15:44:46
    ##>Connect Parameters (len=35)<##
    ## DSN=softel;
    #! UID=azaleia;
    #! PWD=*
    Exiting hgogenconstr, rc=0 at 2015/01/26-15:44:46
    Entered hgolosf at 2015/01/26-15:44:46
    ODBC Function-Available-Array 0xFFFE 0x01FF 0xFF00 0xFF7F 0x03FF 0x0000
                                  0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                  0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                  0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                  0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                  0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                  0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                  0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                  0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                  0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
                                  0x0000 0x0000 0xFE00 0x3F5F
    Exiting hgolosf, rc=0 at 2015/01/26-15:44:46
    DriverName:iclis09b.so, DriverVer: 4.10.0000 4.10.U   
    DBMS Name:Informix, DBMS Version:11.50.0000 FC9XW
    Exiting hgocont, rc=0 at 2015/01/26-15:44:46
    SQLGetInfo returns Y for SQL_CATALOG_NAME
    SQLGetInfo returns 128 for SQL_MAX_CATALOG_NAME_LEN
    Exiting hgolgon, rc=0 at 2015/01/26-15:44:46
    hostmstr:          0:     HOA After hoalgon
    RPC Calling nscontrol(0), rc=0
    hostmstr:          0: RPC Before Upload Caps
    hostmstr:          0:     HOA Before hoaulcp
    Entered hgoulcp at 2015/01/26-15:44:46
    Entered hgowlst at 2015/01/26-15:44:46
    Exiting hgowlst, rc=0 at 2015/01/26-15:44:46
    SQLGetInfo returns 0x1f for SQL_SCHEMA_USAGE
    TXN Capable:2, Isolation Option:0xb
    SQLGetInfo returns 32 for SQL_MAX_SCHEMA_NAME_LEN
    SQLGetInfo returns 128 for SQL_MAX_TABLE_NAME_LEN
    SQLGetInfo returns 128 for SQL_MAX_PROCEDURE_NAME_LEN
    HOSGIP returned value of "FALSE" for HS_FDS_QUOTE_IDENTIFIER
    Entered hgopoer at 2015/01/26-15:44:46
    hgopoer, line 240: got native error -11064 and sqlstate HY004; message follows...
    [Informix][Informix ODBC Driver]SQL data type out of range. {HY004,NativeErr = -11064}
    Exiting hgopoer, rc=0 at 2015/01/26-15:44:46
    hgoulcp, line 2173: calling SQLFetch got sqlstate HY004
    3 instance capabilities will be uploaded
      capno:5989, context:0x00000000, add-info:        0
      capno:5992, context:0x00000000, add-info:        0
      capno:7007, context:0x00000000, add-info:       -3, translation:"36"
    Exiting hgoulcp, rc=0 at 2015/01/26-15:44:46 with error ptr FILE:hgoulcp.c LINE:2175 ID:Translation text for Unicode literal not supported. Leaving HOACOPTTSTN1 capability off.
    hostmstr:          0:     HOA After hoaulcp
    hostmstr:          0: RPC After Upload Caps
    hostmstr:          0: RPC Before Upload DDTR
    hostmstr:          0:     HOA Before hoauldt
    Entered hgouldt at 2015/01/26-15:44:47
    NO instance DD translations were uploaded
    Exiting hgouldt, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoauldt
    hostmstr:          0: RPC After Upload DDTR
    hostmstr:          0: RPC Before Begin Trans
    hostmstr:          0:     HOA Before hoabegn
    Entered hgobegn at 2015/01/26-15:44:47
    tflag:0 , initial:1
    hoi:0x813ca2e8, ttid (len 23) is ...
      00: 42415345 2E653935 65393435 362E322E  [BASE.e95e9456.2.]
      10: 392E3735 343031                      [9.75401]
                     tbid (len 20) is ...
      00: 42415345 5B322E39 2E373534 30315D5B  [BASE[2.9.75401][]
      10: 312E375D                             [1.7]]
    Exiting hgobegn, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoabegn
    hostmstr:          0: RPC After Begin Trans
    hostmstr:          0: RPC Before Describe Procedure
    hostmstr:          0:     HOA Before hoapdsc
    Entered hgopdsc at 2015/01/26-15:44:47
    Describing procedure azaleia.X_NFEPTR
    Output hoada
    hgopdsc, line 1560: NO hoada to print
    Exiting hgopdsc, rc=942 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoapdsc
    hostmstr:          0: RPC After Describe Procedure
    hostmstr:          0: RPC Before Describe Table
    hostmstr:          0:     HOA Before hoadtab
    Entered hgodtab at 2015/01/26-15:44:47
    count:1
      table: azaleia.X_NFEPTR
    Allocate hoada[0] @ 0xe69260
    Free hoada[0] @ 0xe69260
    SQL text from hgodtab, id=0, len=30 ...
         00: 73656C65 6374202A 2066726F 6D20617A  [select * from az]
         10: 616C6569 612E585F 4E464550 5452      [aleia.X_NFEPTR]
    Entered hgopoer at 2015/01/26-15:44:47
    hgopoer, line 240: got native error -206 and sqlstate 42S02; message follows...
    [Informix][Informix ODBC Driver][Informix]The specified table (azaleia.x_nfeptr) is not in the database. {42S02,NativeErr = -206}
    Exiting hgopoer, rc=0 at 2015/01/26-15:44:47
    Entered hgopdsc at 2015/01/26-15:44:47
    Describing procedure azaleia.X_NFEPTR
    Output hoada
    hgopdsc, line 1560: NO hoada to print
    Exiting hgopdsc, rc=942 at 2015/01/26-15:44:47
    The hoada for table azaleia.X_NFEPTR follows...
    hgodtab, line 1079: NO hoada to print
    Exiting hgodtab, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoadtab
    hostmstr:          0: RPC After Describe Table
    hostmstr:          0: RPC Before SQL Bundling
    hostmstr:          0:     HOA Before hoxpars
    Entered hgopars, cursor id 1 at 2015/01/26-15:44:47
    type:0
    SQL text from hgopars, id=1, len=30 ...
         00: 53454C45 4354202A 2046524F 4D20617A  [SELECT * FROM az]
         10: 616C6569 612E585F 4E464550 5452      [aleia.X_NFEPTR]
    Entered hgopoer at 2015/01/26-15:44:47
    hgopoer, line 240: got native error -206 and sqlstate 42S02; message follows...
    [Informix][Informix ODBC Driver][Informix]The specified table (azaleia.x_nfeptr) is not in the database. {42S02,NativeErr = -206}
    Exiting hgopoer, rc=0 at 2015/01/26-15:44:47
    hgopars, line 465: calling SQLPrepare got sqlstate 42S02
    Exiting hgopars, rc=942 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoxpars
    hostmstr:          0: RPC After SQL Bundling
    hostmstr:          0: RPC Before Describe Table
    hostmstr:          0:     HOA Before hoadtab
    Entered hgodtab at 2015/01/26-15:44:47
    count:2
      table: DUAL
      table: azaleia.X_NFEPTR
    Allocate hoada[0] @ 0xe69260
    Free hoada[0] @ 0xe69260
    Allocate hoada[1] @ 0xe69260
    Free hoada[1] @ 0xe69260
    SQL text from hgodtab, id=0, len=18 ...
         00: 73656C65 6374202A 2066726F 6D204455  [select * from DU]
         10: 414C                                 [AL]
    Entered hgodscr_process_sellist_description at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:1(dummy): dtype:1 (CHAR), prc/scl:1/0, nullbl:1, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    SQL text from hgodtab, id=0, len=30 ...
         00: 73656C65 6374202A 2066726F 6D20617A  [select * from az]
         10: 616C6569 612E585F 4E464550 5452      [aleia.X_NFEPTR]
    Entered hgopoer at 2015/01/26-15:44:47
    hgopoer, line 240: got native error -206 and sqlstate 42S02; message follows...
    [Informix][Informix ODBC Driver][Informix]The specified table (azaleia.x_nfeptr) is not in the database. {42S02,NativeErr = -206}
    Exiting hgopoer, rc=0 at 2015/01/26-15:44:47
    Entered hgopdsc at 2015/01/26-15:44:47
    Describing procedure azaleia.X_NFEPTR
    Output hoada
    hgopdsc, line 1560: NO hoada to print
    Exiting hgopdsc, rc=942 at 2015/01/26-15:44:47
    The hoada for table DUAL follows...
    hgodtab, line 1079: Printing hoada @ 0xe69260
    MAX:1, ACTUAL:1, BRC:100, WHT=5 (SELECT_LIST)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY      NULL-OK  LEN  MAXBUFLEN   PR/SC  CST IND MOD NAME
      1 CHAR Y          1          1   0/  0    0   0 200 dummy
    The hoada for table azaleia.X_NFEPTR follows...
    hgodtab, line 1079: NO hoada to print
    Exiting hgodtab, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoadtab
    hostmstr:          0:     HOA Before hoadafr
    Entered hgodafr, cursor id 0 at 2015/01/26-15:44:47
    Free hoada @ 0xe69260
    Exiting hgodafr, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoadafr
    hostmstr:          0: RPC After Describe Table
    hostmstr:          0: RPC Before Describe Procedure
    hostmstr:          0:     HOA Before hoapdsc
    Entered hgopdsc at 2015/01/26-15:44:47
    Describing procedure PUBLIC.X_NFEPTR
    Output hoada
    hgopdsc, line 1560: NO hoada to print
    Exiting hgopdsc, rc=942 at 2015/01/26-15:44:47
    Entered hgopdsc at 2015/01/26-15:44:47
    Describing procedure X_NFEPTR
    Output hoada
    hgopdsc, line 1560: NO hoada to print
    Exiting hgopdsc, rc=942 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoapdsc
    hostmstr:          0: RPC After Describe Procedure
    hostmstr:          0: RPC Before Describe Table
    hostmstr:          0:     HOA Before hoadtab
    Entered hgodtab at 2015/01/26-15:44:47
    count:1
      table: PUBLIC.X_NFEPTR
    Allocate hoada[0] @ 0xe69260
    Free hoada[0] @ 0xe69260
    SQL text from hgodtab, id=0, len=29 ...
         00: 73656C65 6374202A 2066726F 6D205055  [select * from PU]
         10: 424C4943 2E585F4E 46455054 52        [BLIC.X_NFEPTR]
    Entered hgopoer at 2015/01/26-15:44:47
    hgopoer, line 240: got native error -206 and sqlstate 42S02; message follows...
    [Informix][Informix ODBC Driver][Informix]The specified table (public.x_nfeptr) is not in the database. {42S02,NativeErr = -206}
    Exiting hgopoer, rc=0 at 2015/01/26-15:44:47
    Entered hgopdsc at 2015/01/26-15:44:47
    Describing procedure PUBLIC.X_NFEPTR
    Output hoada
    hgopdsc, line 1560: NO hoada to print
    Exiting hgopdsc, rc=942 at 2015/01/26-15:44:47
    Entered hgopdsc at 2015/01/26-15:44:47
    Describing procedure X_NFEPTR
    Output hoada
    hgopdsc, line 1560: NO hoada to print
    Exiting hgopdsc, rc=942 at 2015/01/26-15:44:47
    The hoada for table PUBLIC.X_NFEPTR follows...
    hgodtab, line 1079: NO hoada to print
    Exiting hgodtab, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoadtab
    hostmstr:          0: RPC After Describe Table
    hostmstr:          0: RPC Before SQL Bundling
    hostmstr:          0:     HOA Before hoxpars
    Entered hgopars, cursor id 1 at 2015/01/26-15:44:47
    type:0
    SQL text from hgopars, id=1, len=22 ...
         00: 53454C45 4354202A 2046524F 4D20585F  [SELECT * FROM X_]
         10: 4E464550 5452                        [NFEPTR]
    Exiting hgopars, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoxpars
    hostmstr:          0: RPC After SQL Bundling
    hostmstr:          0: RPC Before SQL Bundling
    hostmstr:          0:     HOA Before hoxopen
    Entered hgoopen, cursor id 1 at 2015/01/26-15:44:47
    hgoopen, line 87: NO hoada to print
    Deferred open until first fetch.
    Exiting hgoopen, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoxopen
    hostmstr:          0:     HOA Before hoxdscr
    Entered hgodscr, cursor id 1 at 2015/01/26-15:44:47
    Allocate hoada @ 0xe69208
    Entered hgodscr_process_sellist_description at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:1(cod_empresa): dtype:5 (SMALLINT), prc/scl:5/0, nullbl:0, octet:0, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:2(nro_nota_fiscal): dtype:4 (INTEGER), prc/scl:10/0, nullbl:0, octet:0, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:3(nro_serie): dtype:1 (CHAR), prc/scl:4/0, nullbl:0, octet:4, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:4(tipo_movimentacao): dtype:1 (CHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:5(cod_matriz): dtype:5 (SMALLINT), prc/scl:5/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:6(data_emissao): dtype:93 (TIMESTAMP), prc/scl:23/3, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:7(data_geracao): dtype:93 (TIMESTAMP), prc/scl:23/3, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:8(situacao): dtype:1 (CHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:9(cod_retorno_nf_e): dtype:5 (SMALLINT), prc/scl:5/0, nullbl:1, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:10(descr_retorno_nf_e): dtype:1 (CHAR), prc/scl:100/0, nullbl:1, octet:100, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:11(chave_acesso_nf_e): dtype:1 (CHAR), prc/scl:44/0, nullbl:1, octet:44, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:12(nro_protocolo_nf_e): dtype:3 (DECIMAL), prc/scl:15/0, nullbl:1, octet:44, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:13(nro_recibo_nf_e): dtype:3 (DECIMAL), prc/scl:15/0, nullbl:1, octet:44, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:14(forma_emissao_nf_e): dtype:1 (CHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:15(usuario): dtype:1 (CHAR), prc/scl:15/0, nullbl:0, octet:15, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:16(fila_impressora): dtype:1 (CHAR), prc/scl:30/0, nullbl:0, octet:30, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:17(data_impressao): dtype:93 (TIMESTAMP), prc/scl:23/3, nullbl:1, octet:30, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:18(data_retorno): dtype:93 (TIMESTAMP), prc/scl:23/3, nullbl:1, octet:30, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:19(nro_lote_nf_e): dtype:1 (CHAR), prc/scl:15/0, nullbl:1, octet:15, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:20(versao_xml_nf_e): dtype:3 (DECIMAL), prc/scl:5/2, nullbl:1, octet:15, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:21(seqnfe): dtype:4 (INTEGER), prc/scl:10/0, nullbl:0, octet:15, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    hgodscr, line 481: Printing hoada @ 0xe69208
    MAX:21, ACTUAL:21, BRC:100, WHT=5 (SELECT_LIST)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY          NULL-OK  LEN  MAXBUFLEN   PR/SC  CST IND MOD NAME
      5 SMALLINT N          2          2   0/  0    0   0   0 cod_empresa
      4 INTEGER  N          4          4   0/  0    0   0   0 nro_nota_fiscal
      1 CHAR     N          4          4   0/  0    0   0 200 nro_serie
      1 CHAR     N          1          1   0/  0    0   0 200 tipo_movimentacao
      5 SMALLINT N          2          2   0/  0    0   0   0 cod_matriz
    91 DATE     N         16         16   0/  0    0   0   0 data_emissao
    91 DATE     N         16         16   0/  0    0   0   0 data_geracao
      1 CHAR     N          1          1   0/  0    0   0 200 situacao
      5 SMALLINT Y          2          2   0/  0    0   0   0 cod_retorno_nf_e
      1 CHAR     Y        100        100   0/  0    0   0 200 descr_retorno_nf_e
      1 CHAR     Y         44         44   0/  0    0   0 200 chave_acesso_nf_e
      3 DECIMAL  Y         17         17  15/  0    0   0   0 nro_protocolo_nf_e
      3 DECIMAL  Y         17         17  15/  0    0   0   0 nro_recibo_nf_e
      1 CHAR     N          1          1   0/  0    0   0 200 forma_emissao_nf_e
      1 CHAR     N         15         15   0/  0    0   0 200 usuario
      1 CHAR     N         30         30   0/  0    0   0 200 fila_impressora
    91 DATE     Y         16         16   0/  0    0   0   0 data_impressao
    91 DATE     Y         16         16   0/  0    0   0   0 data_retorno
      1 CHAR     Y         15         15   0/  0    0   0 200 nro_lote_nf_e
      3 DECIMAL  Y          8          8   5/  2    0   0   0 versao_xml_nf_e
      4 INTEGER  N          4          4   0/  0    0   0   0 seqnfe
    Exiting hgodscr, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoxdscr
    hostmstr:          0: RPC After SQL Bundling
    hostmstr:          0: RPC Before SQL Bundling
    hostmstr:          0:     HOA Before hoxclse
    Entered hgoclse, cursor id 1 at 2015/01/26-15:44:47
    Exiting hgoclse, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoxclse
    hostmstr:          0:     HOA Before hoadafr
    Entered hgodafr, cursor id 1 at 2015/01/26-15:44:47
    Free hoada @ 0xe69208
    Exiting hgodafr, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoadafr
    hostmstr:          0:     HOA Before hoxpars
    Entered hgopars, cursor id 1 at 2015/01/26-15:44:47
    type:0
    SQL text from hgopars, id=1, len=385 ...
         000: 53454C45 43542041 312E636F 645F656D  [SELECT A1.cod_em]
         010: 70726573 612C4131 2E6E726F 5F6E6F74  [presa,A1.nro_not]
         020: 615F6669 7363616C 2C41312E 6E726F5F  [a_fiscal,A1.nro_]
         030: 73657269 652C4131 2E746970 6F5F6D6F  [serie,A1.tipo_mo]
         040: 76696D65 6E746163 616F2C41 312E636F  [vimentacao,A1.co]
         050: 645F6D61 7472697A 2C41312E 64617461  [d_matriz,A1.data]
         060: 5F656D69 7373616F 2C41312E 64617461  [_emissao,A1.data]
         070: 5F676572 6163616F 2C41312E 73697475  [_geracao,A1.situ]
         080: 6163616F 2C41312E 636F645F 7265746F  [acao,A1.cod_reto]
         090: 726E6F5F 6E665F65 2C41312E 64657363  [rno_nf_e,A1.desc]
         0A0: 725F7265 746F726E 6F5F6E66 5F652C41  [r_retorno_nf_e,A]
         0B0: 312E6368 6176655F 61636573 736F5F6E  [1.chave_acesso_n]
         0C0: 665F652C 41312E6E 726F5F70 726F746F  [f_e,A1.nro_proto]
         0D0: 636F6C6F 5F6E665F 652C4131 2E6E726F  [colo_nf_e,A1.nro]
         0E0: 5F726563 69626F5F 6E665F65 2C41312E  [_recibo_nf_e,A1.]
         0F0: 666F726D 615F656D 69737361 6F5F6E66  [forma_emissao_nf]
         100: 5F652C41 312E7573 75617269 6F2C4131  [_e,A1.usuario,A1]
         110: 2E66696C 615F696D 70726573 736F7261  [.fila_impressora]
         120: 2C41312E 64617461 5F696D70 72657373  [,A1.data_impress]
         130: 616F2C41 312E6461 74615F72 65746F72  [ao,A1.data_retor]
         140: 6E6F2C41 312E6E72 6F5F6C6F 74655F6E  [no,A1.nro_lote_n]
         150: 665F652C 41312E76 65727361 6F5F786D  [f_e,A1.versao_xm]
         160: 6C5F6E66 5F652C41 312E7365 716E6665  [l_nf_e,A1.seqnfe]
         170: 2046524F 4D20585F 4E464550 54522041  [ FROM X_NFEPTR A]
         180: 31                                   [1]
    Exiting hgopars, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoxpars
    hostmstr:          0:     HOA Before hoxopen
    Entered hgoopen, cursor id 1 at 2015/01/26-15:44:47
    hgoopen, line 87: NO hoada to print
    Deferred open until first fetch.
    Exiting hgoopen, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoxopen
    hostmstr:          0:     HOA Before hoxdscr
    Entered hgodscr, cursor id 1 at 2015/01/26-15:44:47
    Allocate hoada @ 0xe69208
    Entered hgodscr_process_sellist_description at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:1(cod_empresa): dtype:5 (SMALLINT), prc/scl:5/0, nullbl:0, octet:0, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:2(nro_nota_fiscal): dtype:4 (INTEGER), prc/scl:10/0, nullbl:0, octet:0, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:3(nro_serie): dtype:1 (CHAR), prc/scl:4/0, nullbl:0, octet:4, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:4(tipo_movimentacao): dtype:1 (CHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:5(cod_matriz): dtype:5 (SMALLINT), prc/scl:5/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:6(data_emissao): dtype:93 (TIMESTAMP), prc/scl:23/3, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:7(data_geracao): dtype:93 (TIMESTAMP), prc/scl:23/3, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:8(situacao): dtype:1 (CHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:9(cod_retorno_nf_e): dtype:5 (SMALLINT), prc/scl:5/0, nullbl:1, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:10(descr_retorno_nf_e): dtype:1 (CHAR), prc/scl:100/0, nullbl:1, octet:100, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:11(chave_acesso_nf_e): dtype:1 (CHAR), prc/scl:44/0, nullbl:1, octet:44, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:12(nro_protocolo_nf_e): dtype:3 (DECIMAL), prc/scl:15/0, nullbl:1, octet:44, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:13(nro_recibo_nf_e): dtype:3 (DECIMAL), prc/scl:15/0, nullbl:1, octet:44, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:14(forma_emissao_nf_e): dtype:1 (CHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:15(usuario): dtype:1 (CHAR), prc/scl:15/0, nullbl:0, octet:15, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:16(fila_impressora): dtype:1 (CHAR), prc/scl:30/0, nullbl:0, octet:30, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:17(data_impressao): dtype:93 (TIMESTAMP), prc/scl:23/3, nullbl:1, octet:30, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:18(data_retorno): dtype:93 (TIMESTAMP), prc/scl:23/3, nullbl:1, octet:30, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:19(nro_lote_nf_e): dtype:1 (CHAR), prc/scl:15/0, nullbl:1, octet:15, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:20(versao_xml_nf_e): dtype:3 (DECIMAL), prc/scl:5/2, nullbl:1, octet:15, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:21(seqnfe): dtype:4 (INTEGER), prc/scl:10/0, nullbl:0, octet:15, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    hgodscr, line 481: Printing hoada @ 0xe69208
    MAX:21, ACTUAL:21, BRC:100, WHT=5 (SELECT_LIST)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY          NULL-OK  LEN  MAXBUFLEN   PR/SC  CST IND MOD NAME
      5 SMALLINT N          2          2   0/  0    0   0   0 cod_empresa
      4 INTEGER  N          4          4   0/  0    0   0   0 nro_nota_fiscal
      1 CHAR     N          4          4   0/  0    0   0 200 nro_serie
      1 CHAR     N          1          1   0/  0    0   0 200 tipo_movimentacao
      5 SMALLINT N          2          2   0/  0    0   0   0 cod_matriz
    91 DATE     N         16         16   0/  0    0   0   0 data_emissao
    91 DATE     N         16         16   0/  0    0   0   0 data_geracao
      1 CHAR     N          1          1   0/  0    0   0 200 situacao
      5 SMALLINT Y          2          2   0/  0    0   0   0 cod_retorno_nf_e
      1 CHAR     Y        100        100   0/  0    0   0 200 descr_retorno_nf_e
      1 CHAR     Y         44         44   0/  0    0   0 200 chave_acesso_nf_e
      3 DECIMAL  Y         17         17  15/  0    0   0   0 nro_protocolo_nf_e
      3 DECIMAL  Y         17         17  15/  0    0   0   0 nro_recibo_nf_e
      1 CHAR     N          1          1   0/  0    0   0 200 forma_emissao_nf_e
      1 CHAR     N         15         15   0/  0    0   0 200 usuario
      1 CHAR     N         30         30   0/  0    0   0 200 fila_impressora
    91 DATE     Y         16         16   0/  0    0   0   0 data_impressao
    91 DATE     Y         16         16   0/  0    0   0   0 data_retorno
      1 CHAR     Y         15         15   0/  0    0   0 200 nro_lote_nf_e
      3 DECIMAL  Y          8          8   5/  2    0   0   0 versao_xml_nf_e
      4 INTEGER  N          4          4   0/  0    0   0   0 seqnfe
    Exiting hgodscr, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoxdscr
    hostmstr:          0: RPC After SQL Bundling
    hostmstr:          0: RPC Before Describe Procedure
    hostmstr:          0:     HOA Before hoxclse
    Entered hgoclse, cursor id 1 at 2015/01/26-15:44:47
    Exiting hgoclse, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoxclse
    hostmstr:          0:     HOA Before hoadafr
    Entered hgodafr, cursor id 1 at 2015/01/26-15:44:47
    Free hoada @ 0xe69208
    Exiting hgodafr, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoadafr
    hostmstr:          0:     HOA Before hoapdsc
    Entered hgopdsc at 2015/01/26-15:44:47
    Describing procedure azaleia.x_nfeptr
    Output hoada
    hgopdsc, line 1560: NO hoada to print
    Exiting hgopdsc, rc=942 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoapdsc
    hostmstr:          0: RPC After Describe Procedure
    hostmstr:          0: RPC Before Describe Table
    hostmstr:          0:     HOA Before hoadtab
    Entered hgodtab at 2015/01/26-15:44:47
    count:1
      table: azaleia.x_nfeptr
    Allocate hoada[0] @ 0xe69260
    Free hoada[0] @ 0xe69260
    SQL text from hgodtab, id=0, len=30 ...
         00: 73656C65 6374202A 2066726F 6D20617A  [select * from az]
         10: 616C6569 612E785F 6E666570 7472      [aleia.x_nfeptr]
    Entered hgopoer at 2015/01/26-15:44:47
    hgopoer, line 240: got native error -206 and sqlstate 42S02; message follows...
    [Informix][Informix ODBC Driver][Informix]The specified table (azaleia.x_nfeptr) is not in the database. {42S02,NativeErr = -206}
    Exiting hgopoer, rc=0 at 2015/01/26-15:44:47
    Entered hgopdsc at 2015/01/26-15:44:47
    Describing procedure azaleia.x_nfeptr
    Output hoada
    hgopdsc, line 1560: NO hoada to print
    Exiting hgopdsc, rc=942 at 2015/01/26-15:44:47
    The hoada for table azaleia.x_nfeptr follows...
    hgodtab, line 1079: NO hoada to print
    Exiting hgodtab, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoadtab
    hostmstr:          0: RPC After Describe Table
    hostmstr:          0: RPC Before SQL Bundling
    hostmstr:          0:     HOA Before hoxpars
    Entered hgopars, cursor id 1 at 2015/01/26-15:44:47
    type:0
    SQL text from hgopars, id=1, len=30 ...
         00: 53454C45 4354202A 2046524F 4D20617A  [SELECT * FROM az]
         10: 616C6569 612E785F 6E666570 7472      [aleia.x_nfeptr]
    Entered hgopoer at 2015/01/26-15:44:47
    hgopoer, line 240: got native error -206 and sqlstate 42S02; message follows...
    [Informix][Informix ODBC Driver][Informix]The specified table (azaleia.x_nfeptr) is not in the database. {42S02,NativeErr = -206}
    Exiting hgopoer, rc=0 at 2015/01/26-15:44:47
    hgopars, line 465: calling SQLPrepare got sqlstate 42S02
    Exiting hgopars, rc=942 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoxpars
    hostmstr:          0: RPC After SQL Bundling
    hostmstr:          0: RPC Before Describe Table
    hostmstr:          0:     HOA Before hoadtab
    Entered hgodtab at 2015/01/26-15:44:47
    count:1
      table: azaleia.x_nfeptr
    Allocate hoada[0] @ 0xe69230
    Free hoada[0] @ 0xe69230
    SQL text from hgodtab, id=0, len=30 ...
         00: 73656C65 6374202A 2066726F 6D20617A  [select * from az]
         10: 616C6569 612E785F 6E666570 7472      [aleia.x_nfeptr]
    Entered hgopoer at 2015/01/26-15:44:47
    hgopoer, line 240: got native error -206 and sqlstate 42S02; message follows...
    [Informix][Informix ODBC Driver][Informix]The specified table (azaleia.x_nfeptr) is not in the database. {42S02,NativeErr = -206}
    Exiting hgopoer, rc=0 at 2015/01/26-15:44:47
    Entered hgopdsc at 2015/01/26-15:44:47
    Describing procedure azaleia.x_nfeptr
    Output hoada
    hgopdsc, line 1560: NO hoada to print
    Exiting hgopdsc, rc=942 at 2015/01/26-15:44:47
    The hoada for table azaleia.x_nfeptr follows...
    hgodtab, line 1079: NO hoada to print
    Exiting hgodtab, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoadtab
    hostmstr:          0: RPC After Describe Table
    hostmstr:          0: RPC Before Describe Procedure
    hostmstr:          0:     HOA Before hoapdsc
    Entered hgopdsc at 2015/01/26-15:44:47
    Describing procedure PUBLIC.x_nfeptr
    Output hoada
    hgopdsc, line 1560: NO hoada to print
    Exiting hgopdsc, rc=942 at 2015/01/26-15:44:47
    Entered hgopdsc at 2015/01/26-15:44:47
    Describing procedure x_nfeptr
    Output hoada
    hgopdsc, line 1560: NO hoada to print
    Exiting hgopdsc, rc=942 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoapdsc
    hostmstr:          0: RPC After Describe Procedure
    hostmstr:          0: RPC Before Describe Table
    hostmstr:          0:     HOA Before hoadtab
    Entered hgodtab at 2015/01/26-15:44:47
    count:1
      table: PUBLIC.x_nfeptr
    Allocate hoada[0] @ 0xe69170
    Free hoada[0] @ 0xe69170
    SQL text from hgodtab, id=0, len=29 ...
         00: 73656C65 6374202A 2066726F 6D205055  [select * from PU]
         10: 424C4943 2E785F6E 66657074 72        [BLIC.x_nfeptr]
    Entered hgopoer at 2015/01/26-15:44:47
    hgopoer, line 240: got native error -206 and sqlstate 42S02; message follows...
    [Informix][Informix ODBC Driver][Informix]The specified table (public.x_nfeptr) is not in the database. {42S02,NativeErr = -206}
    Exiting hgopoer, rc=0 at 2015/01/26-15:44:47
    Entered hgopdsc at 2015/01/26-15:44:47
    Describing procedure PUBLIC.x_nfeptr
    Output hoada
    hgopdsc, line 1560: NO hoada to print
    Exiting hgopdsc, rc=942 at 2015/01/26-15:44:47
    Entered hgopdsc at 2015/01/26-15:44:47
    Describing procedure x_nfeptr
    Output hoada
    hgopdsc, line 1560: NO hoada to print
    Exiting hgopdsc, rc=942 at 2015/01/26-15:44:47
    The hoada for table PUBLIC.x_nfeptr follows...
    hgodtab, line 1079: NO hoada to print
    Exiting hgodtab, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoadtab
    hostmstr:          0: RPC After Describe Table
    hostmstr:          0: RPC Before SQL Bundling
    hostmstr:          0:     HOA Before hoxpars
    Entered hgopars, cursor id 1 at 2015/01/26-15:44:47
    type:0
    SQL text from hgopars, id=1, len=22 ...
         00: 53454C45 4354202A 2046524F 4D20785F  [SELECT * FROM x_]
         10: 6E666570 7472                        [nfeptr]
    Exiting hgopars, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoxpars
    hostmstr:          0: RPC After SQL Bundling
    hostmstr:          0: RPC Before SQL Bundling
    hostmstr:          0:     HOA Before hoxopen
    Entered hgoopen, cursor id 1 at 2015/01/26-15:44:47
    hgoopen, line 87: NO hoada to print
    Deferred open until first fetch.
    Exiting hgoopen, rc=0 at 2015/01/26-15:44:47
    hostmstr:          0:     HOA After hoxopen
    hostmstr:          0:     HOA Before hoxdscr
    Entered hgodscr, cursor id 1 at 2015/01/26-15:44:47
    Allocate hoada @ 0xe69130
    Entered hgodscr_process_sellist_description at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:1(cod_empresa): dtype:5 (SMALLINT), prc/scl:5/0, nullbl:0, octet:0, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:2(nro_nota_fiscal): dtype:4 (INTEGER), prc/scl:10/0, nullbl:0, octet:0, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:3(nro_serie): dtype:1 (CHAR), prc/scl:4/0, nullbl:0, octet:4, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:4(tipo_movimentacao): dtype:1 (CHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:5(cod_matriz): dtype:5 (SMALLINT), prc/scl:5/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:6(data_emissao): dtype:93 (TIMESTAMP), prc/scl:23/3, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:7(data_geracao): dtype:93 (TIMESTAMP), prc/scl:23/3, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:8(situacao): dtype:1 (CHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2015/01/26-15:44:47
    Entered hgopcda at 2015/01/26-15:44:47
    Column:9(cod_retorno_nf_e): dtype:5 (SMALLINT), prc/scl:5/0, nullbl:1, octet:1, sign:1, radix:0
    Exiting hgopcd

  • Failed to retrieve data from the database Error

    I had some reports setup in Crystal XI based on a Sql server but recently we had an upgrade, the database has been moved to IBM Informix.
    There is a certain table that seems to be causing the problem.
    The error: 
    "Failed to retrieve data from the database
    Details: 42000:[informix][informix ODBC Driver][informix]A syntax error has occured .[Database Vendor Code:-201]".
    I run the same query in MS Access and it seems to run fine.
    I even tried to do a simple dump of the table onto Crystal but no luck.
    Any help is appreciated.
    Thanks!
    Achett13

    Hi,
    It seems your ODBC Driver is not compatible, try to download a driver which supports Informix through CR XI.  I think you may have to download Data Direct Drivers 5.1 version to access Informix data tables through CR XI.
    You can google it for Data Direct Drivers 5.1
    Thanks,
    Sastry

  • UCCX 8 access db_cra from script add informix jdbc driver

    Hi,
    I want to use the db_cra database for the last agent routing from the call flow script.
    I will run a query which serach wihtin the last 24 hours which agent talked to the customer the last time.
    The problem is, that I'm not able to add the informix db into the uccx database subsystems.
    I can only select these driver classes:
    net.sourceforge.jtds.idbc.driver
    com.ibm.db2.jcc.DB2Driver
    oracle.jdbc.driver.OrcaleDriver
    com.sybase.jdbc2.jdbc.SybDriver
    But for the Informix Db I think I would need  the driver class:
    com.informix.jdbc.IfxDriver.
    Has anyone a idea how to add a driver class or how to access the db_cra from the script?
    I know that it is possible to use a differnt database (like MSSQL) and write each time a agent gets a call the data to this db and access this one for last agent routing functions. But I want to use the db_cra for this.
    thanks
    Markus

    Hi,
    there is no way to do it that way.
    You can't access the Informix DB directly from UCCX script.
    But you can use a SQL server as a middleware. So you have to setup a SQL server and add the Informix db as a linked server.
    Now you should be able to access the SQL server from the UCCX script.
    Kind regards
    Markus
    CONET Solutions GmbH
    Markus Schweitzer,
    Theodor-Heuss-Allee 19, 53773 Hennef
    Tel.: +49 2242 939-676, Fax: +49 2242 939-393
    Mobil: +49 173 5486337
    Internet: http://www.conet.de, mailto: [email protected]

  • Access Tables in an Informix Database that have their table names in lower

    Any help greatly appreciated!
    Thanks

    dear Frank,
    check if helps oss note 520496 mentioned in doc
    'Transferring Data with DB Connect'
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/2f0fea94-0501-0010-829c-d6b5c2ae5e40
    we are using db connect but never with informix.
    hope this helps.
    520496-BW 3.0 external DB Connect after INFORMIX
    Symptom
    You want to connect an external Informix database to a BW Release greater than 3.0A in the form of a source system via an external Database Connect. This note describes the following:
    prerequisites to be met
    problems that can occur
    which of these problems can be solved.
    Other terms
    Rsdbc, DATES, TIMES, DBCON, DBCONNECT, source system, database, InfoSource, DataSource
    Reason and Prerequisites
    1. General
    2. Supported BW / Basis versions
    3. Possible main problem areas
    a) Conventions and notation
    b) Use of data types
    c) Code page and sort sequence of the source system
    1. General
                   Implementing the above function enables you to load data into a BW system from any Informix database. Unlike an Informix database delivered by SAP AG, you can configure this database as you like. This can cause constellations where an external DB access cannot be used directly. For most of these scenarios, a satisfactory customer-specific solution can be developed. However, the consulting expenses associated with this solution are not part of the normal support and are settled separately. A certain level of expertise and experience in using the source database (Informix in this case) is required to set up this connection, especially in the areas
    DB-specific tools
    DB-specific SQLSyntax
    DB-specific function
                   Knowledge of the source application is also required for transferring semantically-relevant data to the BW system.
    Solution
    1. Supported BW/Basis versions
                  BW 3.0B   Basis 6. 20 Support Package 21
    1. Possible main problem areas
    a) Conventions and notation
                The DB connect interface in BW always expects capitalized table and field names. Since table and column names are usually written in lower case in Informix, access to an external table must be enabled via a view on the (external) Informix database. Field and table names must be entered in upper case in the view (enclose in quotation marks; environment variable DELIMIDENT must be set).
               Another advantage of the view is that access rights to the external table can be adjusted accordingly for the new requests. The view should be created as follows:
    create view "<VIEWNAME>" ("<FIELD1>", "<FIELD2>"..)
    as select
      <field1>, <field2>....
    from <tabname>;
    a) Use of data types
                In the case of SAP installations, the DB data type DATE and DATETIME are not used. Date and time are stored by the DDIC as character-like data types on the database. These date types therefore cannot be copied to the BW consistently without additional activities.
               Solution:
                You must create a view in the source system view which transforms the date types. DATE must be converted to an CHAR8 field (date) and DATETIME to an CHAR8 field (date) and a CHAR10 field (time):
    create view "<VIEWNAME>" ("<FIELD1>")
    as select
      substring ( to_char(<date_field>,'%Y%m%d) from 1 for 8 )
    from <tabname>;
    create view "<VIEWNAME>" ("<FIELD1>", "<FIELD2>")
    as select
      substring ( to_char(<datetime_field>,'%r) from 1 for 2 ) ||
      substring ( to_char(<datetime_field>,'%r) from 4 for 2 ) ||
      substring ( to_char(<datetime_field>,'%r) from 7 for 2 ) ||
      '0000'
    from <tabname>;  #
                Informix and ABAP support a value range of 1x10E-307 to 1x10E+308 for the 'float' data type. Limits may apply in the case of other databases. Before transferring 'float' data types to BW, you should therefore check the permissible value range on the target database.
    a) Code page and sort sequence of the source system
                   R/3 kernel based systems like BW are configured so that the database used is created with code page cp850 and the sort sequence 'bin'. The configuration of the source system may deviate from this.
                   If the sort sequence is different, operations for pattern search ( like ) and area search ( between, >, < ) for character-like fields may return different results. No solution is currently available for this problem.
                   The use of multibyte code pages in the source system for storing character sets with more than 256 characters ( Kanji, Hiragana, Korean, Chinese etc.) can cause inaccuracies in the data. No solution is currently available for this problem.

  • Query: accessing of shared variables of Informix from JAVA

    Can i access the shared variables of Informix from my java program.
    Please provide links or reading stuff if any

    You can use the error-cluster to detect the end of your queue. The erroroutput of the shared variable will return a -2220 Warning, if it reads a value it has read already before. I attached a modified example and saved it for 8.2 I hope you can open it.
    Attachments:
    readbuffered82.zip ‏51 KB

  • Informix ODBC driver error while creating a view in Designer

    I nedd to ceate a view in a universe (Business Objects XI R2) that is connected to an Informix database. I use the 3.34 ODBC Informix driver.
    When I write the select statement (select column from table) and check the syntax I have the following error:
    "Exception: DBD, [Informix][Informix ODBC Driver][Informix]A syntax error has occurred.State: 42000"
    Is there anybody who has solved this problem??
    Thanks in advance to anyone who can give me hints on how to solve problem.
    Fabrizio

    Hi Fabrizio,
    The error state 42000 indicates that there is a syntax error or access violation. If you are using an Informix native client connection then add the following parameter <Parameter Name>"Force SQLExecute">Always</Parameter> in the informix.sbo file. Restart Designer and then try to create a derived table with a simple select statement.
    If you are using an ODBC connection, then add the above mentioned parameter in the Generic section of odbc.sbo file.
    Regards
    Arun Sasi

  • Data Federator on Unix - Need to connect to Informix

    Hi,
    We are planning to Deploy Data Federator in Linux - SuSE 64 bit environment. We also have a need to connect to Informix and Teradata databases.
    According to the supported platforms document, only ODBC drivers are available to connect to Informix and Teradata databases.
    Is there a driver bridge available for these ODBC connectivity only databases?
    Update: Didnt notice there were Unix ODBC drivers available. I think we should be fine.
    Will it be supported if wel use the Informix Type 4 JDBC driver (http://www-01.ibm.com/software/data/informix/tools/jdbc/) as a Generic JDBC driver? Is there any performance impact?
    Appreciate the assistance.
    Thanks,
    Thiag.
    Edited by: Thiag Loganathan on Jul 21, 2010 5:43 PM
    Edited by: Thiag Loganathan on Jul 21, 2010 8:26 PM

    How will you access your third-party module in a NT box from UNIX? If it will be over TCP/IP, you may use the UTL_TCP package.

Maybe you are looking for

  • And now a Prop List...

    Ok. I finally have the script of the play ready to go, but I can't figure out how to generate a list of Props and Sound effects that appear througout the document. In WordPerfect this is quite an easy process. But I can't generate the list in WP beca

  • Timecode Delay

    I have been capturing footage on my Imac connected to a Sony J-30SDI via firewire. I have been capturing for about a year with no problems until yesterday. There all the sudden seems to be some sort of delay on the time code reading in the capture wi

  • Dual ipad2's

    I have 2 ipads and one apple id. If I share one account can I still use FaceTime and messenger on each machine separetly?

  • Mountain lion exchange

    I actually returned my Mac after upgrading to mountain Lion - a lap top with email is useless - I read that Apple says its micro softs problem - I can't believe that response - they need to get on these boards and reassure people that it will fixed !

  • My phone is locked and one the password key is not working

    one of the key of my passeword is not working threfore i cant open my phone.what can i do