Workbench hangs

Hello,
the Workbench (9.2.0.1.0 Build 20020308) migrating a SQLServer 2000 DB
hangs on Creating Oracle Model saying:
Creating successfully parsed procedure text: .
there are 49 stored procedures to migrate and after the 23. this happens, when deleting all stored procedures the Oracle Model will be created.
Is this a known bug?
TIA
Andri

to refine the question here the content of the Error.log
** Oracle Migration Workbench
** Release 9.2.0.1.0 Production
** ( Build 20020308 )
** ORACLE_HOME: E:\OracleWb
** user language: de
** user region: DE
** user timezone: ECT
** file encoding: Cp1252
** java version: 1.1.8.16
** java vendor: Oracle Corporation
** o.s. arch: x86
** o.s. name: Windows NT
** o.s. version: 5.0
** Classpath:
E:\OracleWb\Omwb\olite\Oljdk11.jar;E:\OracleWb\Omwb\olite\Olite40.jar;C:\Programme\Oracle\jre\1.1.8\lib\rt.jar;C:\Programme\Oracle\jre\1.1.8\lib\i18n.jar;E:\OracleWb\Omwb\jlib;E:\OracleWb\Omwb\jlib\Omwb.jar;E:\OracleWb\Omwb\jlib\oembase-9_2_0.jar;E:\OracleWb\Omwb\plugins\SQLServer6.jar;E:\OracleWb\Omwb\plugins\SQLServer7.jar;E:\OracleWb\Omwb\plugins\SQLServer2K.jar;E:\OracleWb\Omwb\plugins\Sybase11.jar;E:\OracleWb\Omwb\plugins\Sybase12.jar;E:\OracleWb\Omwb\plugins\MSAccess.jar;E:\OracleWb\Omwb\plugins\MySQL.jar;E:\OracleWb\Omwb\drivers\mm.mysql.jdbc-1.2a;E:\OracleWb\Omwb\plugins\Informix7.jar;E:\OracleWb\Omwb\drivers\ifxjdbc.jar;E:\OracleWb\Omwb\plugins\db2400v4r5.jar;E:\OracleWb\Omwb\drivers\jt400.jar;E:\OracleWb\lib\xmlparserv2.jar;E:\OracleWb\rdbms\jlib\xsu111.jar;E:\OracleWb\jdbc\lib\classes111.zip;E:\OracleWb\lib\vbjorb.jar;E:\OracleWb\jlib\netcfg.jar;E:\OracleWb\jlib\ewt3.jar;E:\OracleWb\jlib\ewtcompat-3_3_15.jar;E:\OracleWb\jlib\share.jar;E:\OracleWb\jlib\help3.jar;E:\OracleWb\jlib\oracle_ice5.jar;E:\OracleWb\jlib\kodiak.jar
** Started : Thu Jun 20 13:40:24 CEST 2002
** Workbench Repository : Personal Oracle9i Release 9.0.1.1.1 - Production
With the Partitioning option
JServer Release 9.0.1.1.1 - Production
** The following plugins are installed:
** Microsoft SQLServer 2000 Release 9.2.0.1.0 Production
** Active Plugin : SQLServer2K
java.lang.StringIndexOutOfBoundsException: String index out of range: 0
     at java.lang.StringBuffer.charAt(StringBuffer.java:247)
     at oracle.mtg.oracleModel.server.CollisionManager._validateObjectName(CollisionManager.java:550)
     at oracle.mtg.oracleModel.server.CollisionManager.compliantUserName(CollisionManager.java:939)
     at oracle.mtg.oracleModel.server.OracleModelImpl.insertStoredProcedure(OracleModelImpl.java:5259)
     at oracle.mtg.sqlserver2k.server.SQLServer2KSourceModelMap.mapStoredProcedures(SQLServer2KSourceModelMap.java:684)
     at oracle.mtg.sqlserver2k.server.SQLServer2KSourceModelMap.mapSourceModel(SQLServer2KSourceModelMap.java:429)
     at oracle.mtg.sqlserver2k.ui.SQLServer2KCaptureWizard.map(SQLServer2KCaptureWizard.java:556)
     at oracle.mtg.migrationUI.ActionMenuHandler._mapSourceModel(ActionMenuHandler.java:462)
     at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:103)
     at oracle.mtg.migration.WorkerThread.run(Worker.java:269)

Similar Messages

  • Migration Workbench hangs during 'Mapping Indices'

    During the creation of an Oracle Model, Migration Workbench hangs after displaying the message 'Mapping Indices'. The problem can be reproduced with 100% reliability. The Migration Workbench task must be ended with Task Manager. The source is an SQL Server 7.0 database. Oracle is 8.1.7, Migration Workbench is 1.3.1.0.0 and the SQL Server option is 1.3.1.0.1. Any idea what the problem might be?

    Hi Peter,
    This sounds like it could be a bug.
    Can you try the migration with a new repository first? If the problem persists then please e-mail [email protected]

  • Workbench hang's while are creating oracle model of informix BD

    Hi,
    we are testing to migrate informix 9.40 to Oracle 10g and when the migration workbench is Creating Oracle Model it is hang while it is treating one foreing key.
    The Foreing key in informix is:
    alter table "dtmpub00".we_docpalabras add constraint (foreign
    key (codi) references "dtmpub00".we_palabras constraint "dtmpub00".fk_ref_21_15211);
    The columns codi in the two tables are of type informix integer.
    In the BD are others seemed foreings keys that workbench seems that to migrated correctly.
    In the error.log file appears the following error message:
    ** Oracle Migration Workbench
    ** Production
    ** ( Build 20050629 )
    ** OMWB_HOME: C:\Documents and Settings\ut10603.DOMINI_TMB\Escritorio\Migración ORACLE\Migration Workbench 10.1.0\omwb
    ** user language: es
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_04
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Mon Jul 03 12:05:33 CEST 2006
    ** Workbench Repository : Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Repository Connection URL: jdbc:oracle:thin:@neptuno:1521:orcl
    ** The following plugins are installed:
    ** Informix Dynamic Server 9.x Plugin, Production Release 10.1.0.4.0
    ** Microsoft SQLServer 2000 Plugin, Production Release 10.1.0.4.0
    ** Active Plugin : Informix9
    java.util.NoSuchElementException
         at java.util.Vector.firstElement(Unknown Source)
         at oracle.mtg.oracleModel.server.OracleModelImpl.insertForeignKey(OracleModelImpl.java:4645)
         at oracle.mtg.informix7.server.Informix7SourceModelMap._mapForeignKeys(Informix7SourceModelMap.java:3640)
         at oracle.mtg.informix7.server.Informix7SourceModelMap.mapSourceModel(Informix7SourceModelMap.java:326)
         at oracle.mtg.informix7.ui.Informix7CaptureWizard.map(Informix7CaptureWizard.java:390)
         at oracle.mtg.migrationUI.ActionMenuHandler._mapSourceModel(ActionMenuHandler.java:457)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:95)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:268)
    Any aid will be appreciated.
    Thanks
    José Manuel Rodríguez

    José,
    This looks like a bug. Can you raise a bug with Oracle support, so we can build an appropriate test case to reproduce and fix within development.
    Donal

  • MIgration Workbench hangs at login procedure to MySQL

    I started Migration Workbench, access the oracle repository, started the wizard, enter the login information to connect to MySQL, but it hangs there without doing anything. I checked the password, and it works fine going through the the command prompt to access MySQL. There is no record of error logs, so i am not too sure what is wrong.
    I suspect it is having problems accessing MySQL. Is there any configurations that is needs to be set up before i run the migration workbench?
    I am very new to oracle, so i am not too sure what other configurations that i am required to set up.
    Hope someone can help. Tks
    Andrew

    Hi Andrew,
    Usual cause of issues are as follows:-
    You need to download the correct version of the MySQL jdbc driver and install it into the correct location. Please see the release notes
    Also, the password for connecting to MySQL should have 8 letters.
    If you can't get it going then please contact [email protected] with %ORACLE_HOME%\Omwb\log\error.log
    Regards
    John

  • Migration workbench hangs after selecting mysql as type of database.

    Hi,
    I am trying to migrate a mysql database to oracle8.17 on linux redhat 7.2
    right after it says 'please select the type and version of database you want to migrate to oracle (where i select mysql, and click ok) , nothing happens. the jre process keeps consuming cpu, but that's it.
    I have the v1.2a of the mysql jdbc driver installed.
    the error.log doesn't show anything out of the ordinary:
    ** Oracle Migration Workbench
    ** Release 1.3.1.0.0 Production
    ** ( Build 18072000 )
    ** ORACLE_HOME: /home/oracle/product/8.1.7
    ** user language: en
    ** user region: US
    ** user timezone: ECT
    ** file encoding: ISO8859_1
    ** java version: 1.1.8
    ** java vendor: IBM Corporation
    ** o.s. arch: i586
    ** o.s. name: Linux
    ** o.s. version: #1 Thu Sep 6 17:21:28 EDT 2001.2.4.7-10
    ** Classpath:
    /home/oracle/product/8.1.7/JRE/lib/i18n.jar:/home/oracle/product/8.1.7/JRE/lib/r
    t.jar:/home/oracle/product/8.1.7/Omwb/jlib:/home/oracle/product/8.1.7:/home/orac
    le/product/8.1.7/Omwb/plugins/MySQL.jar:/home/oracle/product/8.1.7/Omwb/Drivers/
    mm.mysql.jdbc-1.2a:/home/oracle/product/8.1.7/Omwb/jlib/omwb-1_3_1_0_0.jar:/home
    /oracle/product/8.1.7/jdbc/lib/classes111.zip:/home/oracle/product/8.1.7/lib/vbj
    orb.jar:/home/oracle/product/8.1.7/jlib/ewt-swingaccess-1_1_1.jar:/home/oracle/p
    roduct/8.1.7/jlib/ewt-3_3_6.jar:/home/oracle/product/8.1.7/jlib/ewtcompat-opt-3_
    3_6.zip:/home/oracle/product/8.1.7/jlib/share-1_0_8.jar:/home/oracle/product/8.1
    .7/jlib/help-3_1_8.jar:/home/oracle/product/8.1.7/jlib/ice-4_06_6.jar:/home/orac
    le/product/8.1.7/jlib/kodiak-1_1_3.jar:/home/oracle/product/8.1.7/omwb-1_3_1_0_0
    .jar
    ** Started : Sat Apr 13 13:48:41 CEST 2002
    any ideas ?

    Hi Tom!
    We need to know more about your specific problem. Can you please contact [email protected] so that we can help you out?
    Make sure to attach your omwb.sh file (it is located in the Omwb\bin directory where you installed the Workebnch)
    thanks
    - Garry

  • Workbench Freezes

    If I launch the migration workbench withou the SQLServer2K.jar file in the omwb/plugins directory - I get the missing plugins error message. If I put the file back into the directory - I enter the information (which is valid) and the workbench hangs at the "repository loin" screen.
    Suggestions?

    Michael,
    It was my understanding (via customer confirmation) that the returned Yield and Scrap located in the Phase tables of the BAPI_PROCORD_GET_DETAIL Bapi are the Planned Operation Yield and Scrap for that operation and not the Yield and Scrap already confirmed.  The Help documentation in the BAPI Explorer does not verify this one way or another.
    Also, after numerous attempts of trying to pull down the BAPI_PROCORDCONF_GETLIST Request/Response XML, the configuration dialog actually closed.  It tooke quite a long time to complete.  My guess is that it timed out because when I look at the BAPI structure, there was none.
    I did see the other thread prior to my submission but since that thread was referring to a JCO connection and a timeout wasn't actually confirmed on my end, I decided to creat a new one.
    Thanks,
    Michael Teti

  • Mysql hang on login

    Hopefully I've done my research on this one.
    I've got the latest OMW - 9.2.0.1.2 with the mysql plugin with the same version number.
    I've having a hang on connect to the mysql database as described here:
    MySQL conversion: can't connect to mysql server
    and here: MIgration Workbench hangs at login procedure to MySQL
    My root password is 8 characters, and I've downloaded the mysql driver version 1.2a and put it in %ORA_HOME%\Omwb\drivers\ but still get the problem.
    Is this connect problem still a known issue? What about the release notes referred to in the above posts - I imagine that the web sites have changed since then, because I can find no links.
    Anyone got any ideas?
    Thanks,
    Alistair

    Hi Alistair,
    it appears that you have followed the correct procedure to avoid this problem. In addition, can you check that the machine you have the Migration Workbench installed on has access rights to your MySQL server. If your Migration Workbench machine does not have access then it can lead to this problem.
    If the problem persists, could you send a description of the problem along with a copy of the error.log file, which can be found in your %OMWB_HOME%\Logs, to our support team at the following address please : [email protected]
    I will raise the issue of the the link to the MySQL driver web-sites being changed. Thany you for pointing this out.
    I hope this helps,
    To

  • Unable to Create  Oracle Model  When  Migrating from access 2000 to Oracle

    Hi ,
    I am migrating an access 2000 Database to Oracle 9i using Oracle Migration Workbench .
    I was sucessful in creation of Source Model ,but when I try to create the Oracle Data Model - Oracle Workbench
    HAngs . In short the Oracle Model creation log screen hangs .
    If any body has faced any similar please help me out .
    Please suggest a work around for this problem .
    Thanks in Advance
    Arun

    Arun,
    Can you provide a reproducible test case so that we can confirm the behavior here and log a bug? More detail can be found in the log/Error.log in case there is a java exception that is being thrown.
    Regards,
    Turloch
    Oracle Migration Workbench Team

  • Getting internal exceptions after import

    Hi,
    I imported my ES 8.2 application into LCES2 using the Archive Migration tool.  It worked like a charm, except...
    Now whenever I encounter an error in my orchestrations, instead of throwing an exception that I can catch in my orchestration code and instead of producing a usable error message in the log, instead I get the following exception in the log:
    2011-03-01 17:28:44,043 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method: public abstract com.adobe.pof.omapi.POFObjectSet com.adobe.pof.omapi.POFObjectManagerLocal.retrieveObjectSet(com.adobe.pof.omapi.POFQuery, int,int,com.adobe.idp.Context) throws com.adobe.pof.POFException, causedBy:
    org.jboss.util.NestedSQLException: Transaction is not active: tx=TransactionImple < ac, BasicAction: -3f57f05c:c00a:4d6d07c7:3e2bb1 status: ActionStatus.ABORTED >; - nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: -3f57f05c:c00a:4d6d07c7:3e2bb1 status: ActionStatus.ABORTED >)
    at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:94 )
    at com.adobe.pof.ConnectionWrapper.getConnection(ConnectionWrapper.java:45)
    at com.adobe.pof.ConnectionWrapper.prepareStatement(ConnectionWrapper.java:179)
    at com.adobe.pof.adapter.JDBCAdapter.prepareStatement(JDBCAdapter.java:5308)
    at com.adobe.pof.adapter.sqlserver.SQLServer7Adapter.retrieveObjectSet(SQLServer7Adapter.jav a:618)
    at com.adobe.pof.omapi.POFObjectManagerImpl.retrieveObjectSet(POFObjectManagerImpl.java:148)
    at com.adobe.pof.omapi.POFObjectManagerRemoteBean.retrieveObjectSet(POFObjectManagerRemoteBe an.java:228)
    at sun.reflect.GeneratedMethodAccessor203.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    at $Proxy174.retrieveObjectSet(Unknown Source)
    at com.adobe.pof.omapi.POFObjectManagerLocalEJBAdapter.retrieveObjectSet(POFObjectManagerLoc alEJBAdapter.java:115)
    at com.adobe.pof.omapi.POFObjectManagerAbstractAdapter.retrieveObjectSet(POFObjectManagerAbs tractAdapter.java:481)
    at com.adobe.pof.omapi.POFObjectManagerAbstractAdapter.retrieveBOIObjects(POFObjectManagerAb stractAdapter.java:404)
    at com.adobe.idp.applicationmanager.application.impl.ApplicationStoreImpl.getBOIContents(App licationStoreImpl.java:836)
    at com.adobe.idp.applicationmanager.application.impl.ApplicationStoreImpl.createTLOConfigura tionFromBOI(ApplicationStoreImpl.java:259)
    at com.adobe.idp.applicationmanager.application.impl.ApplicationStoreImpl.createTLOConfigura tionFromBOI(ApplicationStoreImpl.java:237)
    at com.adobe.idp.applicationmanager.application.impl.ApplicationStoreImpl.getApplicationConf iguration(ApplicationStoreImpl.java:546)
    at com.adobe.idp.applicationmanager.application.impl.ApplicationStoreImpl.getApplicationConf iguration(ApplicationStoreImpl.java:566)
    at com.adobe.idp.applicationmanager.application.impl.ApplicationRegistryImpl.getApplicationC onfiguration(ApplicationRegistryImpl.java:936)
    at com.adobe.idp.applicationmanager.application.impl.ApplicationRegistryImpl.getTLOConfigura tion(ApplicationRegistryImpl.java:1760)
    at com.adobe.idp.applicationmanager.application.impl.ApplicationRegistryImpl.populateApplica tionContext(ApplicationRegistryImpl.java:1841)
    at com.adobe.idp.applicationmanager.invoker.ApplicationInvoker.populateApplicationContext(Ap plicationInvoker.java:65)
    at com.adobe.idp.applicationmanager.invoker.ApplicationInvoker.invoke(ApplicationInvoker.jav a:53)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.loadApplicationContext(NamingRe gistryImpl.java:248)
    at com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.internalCreateApplicationContex t(NamingRegistryImpl.java:198)
    at com.adobe.idp.dsc.registry.naming.impl.NamingRegistryImpl.createApplicationContext(Naming RegistryImpl.java:141)
    at com.adobe.idp.dsc.impl.InvocationContextImpl.getApplicationContext(InvocationContextImpl. java:91)
    at com.adobe.workflow.engine.PEUtil.getOnFaultAction(PEUtil.java:383)
    at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.transientInvoke(WorkflowDSCInvoker. java:364)
    at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:158)
    at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequiresNew (EjbTransactionCMTAdapterBean.java:299)
    at sun.reflect.GeneratedMethodAccessor204.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:404)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    at $Proxy160.doRequiresNew(Unknown Source)
    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:143)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:158)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
    at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiv er.java:329)
    at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invokeCall(SoapSdkEndpoint. java:139)
    at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invoke(SoapSdkEndpoint.java :81)
    at sun.reflect.GeneratedMethodAccessor297.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
    at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
    at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
    at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
    at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
    at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java :43)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:41)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:179)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:580)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Unknown Source)
    Caused by: javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: -3f57f05c:c00a:4d6d07c7:3e2bb1 status: ActionStatus.ABORTED >
    at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectio nManager.java:304)
    at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnec tionManager2.java:396)
    at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.alloca teConnection(BaseConnectionManager2.java:842)
    at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88 )
    ... 130 more
    2011-03-01 17:28:44,050 ERROR [com.adobe.workflow.AWS] Internal error.
    2011-03-01 17:28:44,050 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal.doRequiresNe w(com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.Transa ctionCallback) throws com.adobe.idp.dsc.DSCException, causedBy:
    java.lang.IllegalStateException: [com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] [com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] The transaction is not active!
    at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commit(TransactionImp le.java:223)
    at org.jboss.ejb.plugins.TxInterceptorCMT.endTransaction(TxInterceptorCMT.java:501)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:411)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    at $Proxy160.doRequiresNew(Unknown Source)
    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:143)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:158)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
    at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiv er.java:329)
    at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invokeCall(SoapSdkEndpoint. java:139)
    at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invoke(SoapSdkEndpoint.java :81)
    at sun.reflect.GeneratedMethodAccessor297.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
    at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
    at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
    at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
    at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
    at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java :43)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:41)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:179)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:580)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Unknown Source)
    It seems that no matter what the problem is I get the above exception and no response is returned to the caller.  This means that if I'm calling from workbench, workbench hangs for about 3 minutes until it gets a timeout.
    Any idea what could be causing this?  I tried creating a new application that has errors in it and the new application/orchestrations seem to error out like you would expect (a usable error in the log and an exception thrown that you can catch in the orchestration - and no timeout).
    Regards,
    Rob

    What is the upgrade history of the LiveCycle server?
    Is the LiveCycle server upgraded from LC7->LC8.x->LC9?
    If that is case, there should be lots of pof problems caused by LC7->LC8.x. More details could be found from:
    http://www.golivecycle.com/documents/prepareupgrade.pdf

  • Flash Builder 4.5.1 for Mac hanging/crashing during startup "Loading Workbench"

    Hello,
    I'm having ongoing trouble with Flash Builder 4.5.1 hanging/crashing during startup.
    Sometimes the following Terminal command fixes the issue:
    cd ~/Documents/Adobe\ Flash\ Builder\ 4.5/cascaded/308971/configuration/.settings
    rm org.eclipse.ui.ide.prefs
    However this isn't a silver bullet solution, and sometimes the only way is to uninstall and reinstall FB4.5.
    But this is a major hassle, especially after 3 or 4 times!
    I am running Mac OS X 10.7 and have updated to FB 4.5.1 Premium and also installed Subversion/Subclipse as well as the BlackBerry PlayBook SDK.
    Problems seem to occur when working in SVN projects.
    I have also noticed that the Delete and Arrow keys and Right Click fails to work sometimes also.
    Is there a way to reset / clear FB 4.5 Prefs / Workbench?
    Thanks,
    David Douglas
    Here is the console report below:
    /Applications/Adobe/Adobe\ Flash\ Builder\ 4.5/Adobe\ Flash\ Builder\ 4.5.app/Contents/MacOS/Adobe\ Flash\ Builder\ 4.5 ; exit;
    !SESSION 2011-09-13 15:07:58.914 -----------------------------------------------
    eclipse.buildId=M20100909-0800
    java.version=1.6.0_26
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US
    Framework arguments:  -keyring /Users/david/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws cocoa -arch x86 -keyring /Users/david/.eclipse_keyring -consoleLog -showlocation
    !ENTRY org.eclipse.core.resources 2 10035 2011-09-13 15:08:02.101
    !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
    !ENTRY org.eclipse.ui 2 0 2011-09-13 15:08:02.905
    !MESSAGE Warnings while parsing the commands from the 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension points.
    !SUBENTRY 1 org.eclipse.ui 2 0 2011-09-13 15:08:02.906
    !MESSAGE Commands should really have a category: plug-in='com.qnx.flashbuilder.multiplatform.qnx.ui', id='com.qnx.flashbuilder.multiplatform.qnx.ui.commands.OpenInfoCenter', categoryId='com.qnx.flashbuilder.multiplatform.qnx.ui.commands.category.help'

    Delete the Adobe Flash Builder 4.5 folder from your Documents (assuming you don't have anything valuable in there). That seemed to work for me, as I don't keep my projects in there but there were some temp files that were breaking it. You'll probably have to re-inport your projects.
    Adobe, I'm getting very sick of your (expensive) products wasting my time.

  • Workbench trying to connect Mysql and hang

    Hi,
    I am trying to migrate Mysql to oracel using workbench on Windows98.
    On capture wizard step 1 of 4 which is supposed to put source database details( username, password, hostname, port), after I put all these information and click "next" button, it start to hang with a hourglass cursor. But GUI is still operatable.
    Any one has an idea what can be wrong?
    Thanks

    Hi,
    You don't say if your Redhat Linux is 32-bit or 64-bit because 10.2 HSODBC was never ported to Linux 64-bit.
    Also, 10.2 HSODBC is now desupported and has been replaced by the 11g Database Gateway for ODBC (Dg4ODBC) so you should install and use that so you are on a fully supported version. The following notes in My Oracle Support have further information -
    Note.466228.1 How to Setup DG4ODBC on Linux x86 32bit
    Note.561033.1 How to Setup DG4ODBC on 64bit Unix OS (Linux, Solaris, AIX, HP-UX)
    Note.1083703.1 Master Note for Oracle Gateway Products
    If you are Linux 32-bit and want to continue with the HSODBC setup then please review this note -
    Note.264567.1 How To Setup HSODBC on Linux
    and make sure you have the setup correct.
    For example, in the listener.ora entry you should have an entry for the ENV variable LD_LIBRARY_PATH to make sure the process spawned by the listener picks up the correct libraries -
    (ENVS=LD_LIBRARY_PATH=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib:<path to odbc_driver_directory>/lib)
    such as -
    (SID_DESC =
    (SID_NAME = hsodbc)
    (ORACLE_HOME = /home/oracle/server/10.2.0/)
    (PROGRAM = hsodbc)
    (ENVS=LD_LIBRARY_PATH=/home/oracle/server/10.2.0/lib:/home/odbc/dd/lib)
    You need to stop and start the listener after making any changes.
    If you still have problems then send the -
    - odbc.ini
    - odbcinst.ini - if being used
    - full name and version of the ODBC driver being used
    - full version of MySQL being accessed
    - modified listener.ora
    Regards,
    Mike

  • FB 4.7 hangs on Loading workbench

    Any idea what to do wiht it?
    Thanks

    For mac, in the workspace folder, delete the hidden .metadata file.  This  should allow FB to startup, then re-import all of your projects.  Google for other solutions including one involving a hidden .snap file.

  • Questions on workbench versioning

    I learned the hard way that one should not really be using designer in workbench to modify forms, due to the version incrementing with each save and possible database bloat that could result.  Knowing that, the following questions come to mind:
    1.  Can I limit the number of versions of a form that are stored?
    2.  Can I clean out older versions of a form??
    3.  When I delete a form (or file) from the resources pane, let's say it's at version 15, are all previous versions of that file deleted too?  Or do they hang around in the tables as orphans?
    If the answers to questions 1 and 2 are "no", then I would really like to see a utility, perhaps in adminUI, to handle this.
    Thanks!
    Elaine

    Mostly correct, Howard.  Here's my dilemma.  Because I am currently
    working locally on jboss, the sys tables are stored locally and I don't
    want extra forms / files sitting in there unnecessarily.  Unfortunately I
    can't do anything about this giving the capabilities of the current tool.
    Additionally, I don't think it's the end-users responsibility to write an
    API to manage that aspect of the system tables - I strongly believe that
    that is the responsibility of the tool (or adobe) to provide us with these
    utilities.
    Because of the limitation, I am changing how I move artifacts to the
    server.  I end up deleting a resource on dev first, and then replacing the
    resource by dragging it back in there.  But if I delete a resource that is
    a fragment, and drag the new fragment onto the server (same name, same
    relative path), the form that uses the fragment is now in a broken state
    because it can't resolve to the fragment path even though the relative
    pathing is correct.  Now I have to edit the form on the server (in
    workbench), repoint to the fragment and save the form.  Now I have version
    1.1 of the form, and can't delete version 1.0!   I hope that makes sense.
    We have a search fragment that will be sitting inside of every form we
    develop.  The search fragment is very volatile right now as it is in a
    state of development / change.  So as we keep changing it and replacing it
    on the server, I don't want to have to modify every form that uses the
    fragment.
    So as  you can see, this is getting to be a real issue for me.
    If there's a better way for me to manage server resources and keep the sys
    tables from bloating, please let me know.
    Thanks,
    Elaine

  • Re: Hangs at the time of on-line source capture ss2K

    Hi,
    While migration from ss2k o ora9i, Wizard hangs up (not machine, system is running) for more than 4 hrs for mapping the Oracle DB. The following is the output of error log. I am having win2k SP2 and 128mb ram. Please guide me its. vey urgent.
    Thanx in adv.
    error.log:
    ** Started : Thu Jun 03 15:05:23 BST 2004
    ** Oracle Migration Workbench
    ** Development Release
    ** ( Build 20040304 )
    ** OMWB_HOME: E:\omwb_install\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_04
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows 2000
    ** o.s. version: 5.0
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Tue Jul 27 22:30:44 PDT 2004
    ** Workbench Repository : Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Repository Connection URL: jdbc:oracle:thin:@home-pc:1521:capri
    ** The following plugins are installed:
    ** Microsoft SQLServer 2000 Plugin, Production Release 10.1.0.2
    ** Active Plugin : SQLServer2K
    Default Object Owner being used in place of unknown in syslogins, name in sysusers: omwb_login,guest
    Default Object Owner being used in place of unknown in syslogins, name in sysusers: omwb_login1,dbo
    Default Object Owner being used in place of unknown in syslogins, name in sysusers: omwb_login2,cil
    Default Object Owner being used in place of unknown in syslogins, name in sysusers: omwb_login3,cil2
    java.lang.ClassFormatError: oracle/mtg/sqlserver2k/server/SQLServer2KSourceModelMap (Invalid pc in line number table)

    Jagdish
    from you log file, you are getting some orphaned object before you get to the exception. We cannot diagnose the issue here so I recommend you file a ticket with support through metalink or if you do not have a csi number, then
    If you do not have a valid CSI number, you can log a Technical Assistance Request (TAR) by sending an e-mail to the SUPPORT HELPDESK <mailto:[email protected]>.
    Make sure you have the following information before contacting the Support Helpdesk:
    CONTACT NAME:
    ORGANIZATION:
    CONTACT NUMBER (please include international dialing code):
    ADDRESS:
    PROBLEM TEXT:

  • Form created in LC8.2 hangs during data entry

    While the user is filling out the form, the file hangs for a couple of seconds and then allows filling in of another field.  This makes filling in the form an incredibly long task.  What would cause this?  Any way to fix this problem? I am using a PC with Windows 7.
    Message was edited by: magpal

    Hi,
    You can please refer to following document:
    *[When Navigating To Invoice Workbench APXINWKB The Application Hangs|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=435398.1]*
    *[INVOICE WORKBENCH FORM HANGS WHEN ENTERING PREPAYMENTS|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=1052433.6]*
    Thanks,
    Anchorage :)

Maybe you are looking for

  • HELP: CONVERSION FROM ASCII TO LABVIEW

    I am degitiging 4 chanels biomedical data by POWERLAB. I can save that file into ASCII format or POWERLAB format. Recently I am using a software to analyzed those data that need a file like labview format or HP Vee FORMAT. I DO NOT KNOW THE TYPE OF T

  • Tethering - PC wont install hardware

    I cannot get my PC running XP to install the Network driver for the iphone tethering... I get an error message that says installation was interupted... Fatal error... Please help!

  • How to get date in format(1st jan 2006 ).

    can we get get the date in the 1st jan 2006 format . we can get the date in format 1 jan 2006 by using (d MMM yyyy) but i am not able to get st, nd, or rd after the day in(d mmm yyyy)format like 1st 2nd 3rd 4th

  • How to delete cache on safari 7

    How do you delete the cache only on Safari 7?  Don't want to delete the cookies etc. but we used to be able to do the cache alone and now cannot find where or how to do this.  Thanks.

  • Convert an EXE back to a VI?

    Hello all, I'm just getting started with Labview.  My question is in regards to the possiblity of converting an EXE back to a VI. We have diagnostic software that we use on our equipment and would like to make some modifications to some timing featur