Importing LCA applications issues

Hello everybody.
In the last few days I've been working with the LCES2 Linux virtual appliance made available by Adobe and I tried to import a fairly complex application developed with LCES 8.2.1.
I stumbled across a few issues I'd like to share with you.
The LCA archive was created with LCES WorkBench and I had no issues with previous versions of LCES; in LCES2, I had to import it using adminui [LiveCycle Archives (8.x)] and then, using LCES2 WB, I had to create a new application and import Processes and Resources from the server.
Once the operation completed, I noticed the following:
1) FTP Exceptions are not handled
I had a couple of FTP "Get to filesystem" and "Put" operations whose "FTPConnectionException" was not handled and caused a LCES exception; as a workaround, I had to remove the exception and "re-draw" it as to point again to the handling block (and it worked).
2) SubProcess renaming
The main process had a subprocess named "PDF/A Operations" which, once imported into LCES2 WorkBench, was renamed (in the [Applications] view) as "A Operations". This seems to be a cosmetic issue since I did not have to change the invoking block as to reflect the change of the name.
3) Accented characters
In both a "Send with Document" email operation or in a simple assignment (Setvalue/Execute) I had an expression which contained accented characters (eg, à or è); I had to edit the message/assignment as to retype the offending characters (which got depicted as []) as to let LCES2 handle them as expected). The same went for the GeneratePDFOutput which suffered from the same "disease"
4) Missing Font
Since the original project was developed on a Windows 2003 server, I had to change a couple of fonts (namely, the "Times New Roman" one) in a form since this font does not exist under Linux by default (and I did not want to spend a lot of time by importing the missing fonts into the Linux box)
5) Import issue
I had a process who got incorrectly imported into the new LCES2 environment; by "incorrectly imported" I mean there are some operations (which existed in the LCES 8.2 one) which have not been imported into LCES2. I've still to fix it but I think a simple XML export from LCES WB + Import *might* fix it.
If you have suggestions/opinions, please let me know.
Have a nice Xmas time.
Rob

In the Region Inspector on the left of your Arrange you find a little box labeled "follow tempo" - if you untick that box the Audio will play at the original speed.

Similar Messages

  • Error in import lca\application code

    Hi, I am getting this run time error.. at my code line
    //Create a ProcessTemplateDocument object
    ProcessTemplateDocument processTemplateDocument = ProcessTemplateDocumentFactory.parseProcessTemplate(configuration.getDescriptor());
    orchestration.setDescription(processTemplateDocument.getDescription());
    orchestration.setId(processTemplateDocument.getName());
    orchestration.setCategoryId(catId);
    orchestration.setCategoryDescription(catDesc);
    I have added these jar files
    import  
    com.adobe.workflow.template.document.ProcessTemplateDocument;import  
    com.adobe.workflow.template.document.ProcessTemplateDocumentFactory;
    there is no compile time error..
    Exception in thread "main" java.lang.NoClassDefFoundError: com.thoughtworks.xstream.io.HierarchicalStreamDriver
    at java.lang.J9VMInternals.verifyImpl( 
    Native Method)at java.lang.J9VMInternals.verify( 
    J9VMInternals.java:63)at java.lang.J9VMInternals.initialize( 
    J9VMInternals.java:124)at com.adobe.workflow.template.document.DefaultEndpointTemplate.<init>( 
    DefaultEndpointTemplate.java:107)at com.adobe.workflow.template.document.DefaultSwimlaneTemplate.<init>( 
    DefaultSwimlaneTemplate.java:647)at com.adobe.workflow.template.document.DefaultPoolTemplate.createPool( 
    DefaultPoolTemplate.java:199)at com.adobe.workflow.template.document.DefaultPoolTemplate.<init>( 
    DefaultPoolTemplate.java:115)at com.adobe.workflow.template.document.DefaultBranchTemplate.<init>( 
    DefaultBranchTemplate.java:128)at com.adobe.workflow.template.document.DefaultProcessTemplateDocument.<init>( 
    DefaultProcessTemplateDocument.java:327)at com.adobe.workflow.template.document.ProcessTemplateDocumentFactory.parseProcessTemplate( 
    ProcessTemplateDocumentFactory.java:69)at archive.ExportLCA.main( 
    ExportLCA.java:116)

    There is a quick start called 'Quick Start: Exporting an application using the Java API' found at
    http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/wwhelp/wwhimpl/js/html/w whelp.htm?href=Introduction.1.1.html
    that suggests that there is an API to export an LCA. I've tried the code but it fails exactly where Sunil says it does.
    Is there a similar code sample available for ES3.0 (or ADEP or version 10 or what ever it's called this week) ?

  • Error when deploying imported LCA when the same application already exisits.

    Afternoon All,
    We are getting errors when trying to deploy a newly imported LCA when the application was already running on the server.
    Environment: ES2.5 All recent SP's and QF's applied. Windows 2k8 R2, MS SQL 2005
    Details: We already had a deployed version of the application. I wanted to release a new cut of the application which I created a LCA from our dev server. I took the deployment and attempted to deploy to our training server which as mentioned did have a version of the code deployed. The message came up stating it found the application and that it would "overwrite" the currently deployed application. I proceed with a result of the application being successfully imported but failed on the deploy. So now I have a imported new application version however get errors when attempting to deploy. I have done some investigation on this issue and found nothing. Any direction would be nice
    thanks, Carmen
    Here is the stack trace from the server.log;
    2011-12-02 14:25:30,518 ERROR [com.adobe.idp.applicationmanager.application.impl.ApplicationStoreImpl] ApplicationStoreImpl:create:ExceptionToolkit : version : 1.0 : has already been created. only updates to the application are supported after they are created 2011-12-02 14:25:30,519 ERROR [com.adobe.idp.applicationmanager.service.ApplicationManagerService] ApplicationManagerService:importApplication():DSCException:Toolkit : version : 1.0 : has already been created. only updates to the application are supported after they are created 2011-12-02 14:25:30,542 ERROR [com.adobe.idp.applicationmanager.service.ApplicationManagerService] ApplicationManagerService:importApplication():archive cleanup exception:608:null 2011-12-02 14:25:30,543 ERROR [com.adobe.livecycle.design.service.commands.DeployApplicationCommand] Importing application into application manager failed com.adobe.idp.applicationmanager.application.DuplicateApplicationException: Toolkit : version : 1.0 : has already been created. only updates to the application are supported after they are created at com.adobe.idp.applicationmanager.service.ApplicationManagerService._importApplicationArch ive(ApplicationManagerService.java:240) at com.adobe.idp.applicationmanager.service.ApplicationManagerService.importApplicationArchi ve(ApplicationManagerService.java:115) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118) at com.adobe.idp.applicationmanager.invoker.ApplicationInvoker.invoke(ApplicationInvoker.jav a:38) 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.doSupports(Ej bTransactionCMTAdapterBean.java:227) at sun.reflect.GeneratedMethodAccessor427.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) 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:378) 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 $Proxy195.doSupports(Unknown Source) at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104) 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:188) 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.routeMessage(AbstractMessage Receiver.java:93) at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:20 9) at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66) at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208) at com.adobe.idp.applicationmanager.client.ApplicationManagerClient.callApplicationManager(A pplicationManagerClient.java:78) at com.adobe.idp.applicationmanager.client.ApplicationManager.importApplicationArchive(Appli cationManager.java:165) at com.adobe.livecycle.design.service.commands.DeployApplicationCommand.execute(DeployApplic ationCommand.java:170) at com.adobe.livecycle.design.service.DesigntimeServiceImpl.deploy(DesigntimeServiceImpl.jav a:1191) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118) 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.doSupports(Ej bTransactionCMTAdapterBean.java:227) at sun.reflect.GeneratedMethodAccessor427.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) 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:378) 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 $Proxy195.doSupports(Unknown Source) at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104) 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:188) 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.GeneratedMethodAccessor431.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) 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(Thread.java:662) Caused by: com.adobe.idp.applicationmanager.application.DuplicateApplicationException: Toolkit : version : 1.0 : has already been created. only updates to the application are supported after they are created at com.adobe.idp.applicationmanager.application.impl.ApplicationStoreImpl.create(Application StoreImpl.java:1254) at com.adobe.idp.applicationmanager.service.ApplicationManagerService._importApplicationArch ive(ApplicationManagerService.java:196) ... 140 more Caused by: com.adobe.idp.applicationmanager.application.DuplicateApplicationException: Toolkit : version : 1.0 : has already been created. only updates to the application are supported after they are created at com.adobe.idp.applicationmanager.application.impl.ApplicationStoreImpl.create(Application StoreImpl.java:1215) ... 141 more

    Carmen,
    We are facing the same issue as mentioned above.  Did you ever get this resolved?  We are also Windows 2k8 R2, MS SQL 2005.
    Thanks for any and all help.

  • Issue while importing a application

    Hello,
    I am using Apex 3.2. I am working in a application having export file size of 14MB. I am able to export the application but not able to copy this application as well as import and install it successfully.
    Is there any limitation of Apex 3.2 regarding the file size for import or anything I need to check before importing the application.
    Edited by: user4845367 on Feb 24, 2011 2:54 AM

    You can use SQL Developer(Apex SQL Developer Integration or SQl Plus to import the application.
    These posts might be helpful too
    {message:id=4203760}
    {message:id=2683823}
    {message:id=3639071}

  • Getting error while importing the application in Oracle Apex

    Hi,
    I am facing an issue while importing an application into my new Oracle Apex installation. Installation was successful with out any issue. I exported an application from my old Apex (version 3.0.0.00.20) and importing the same into new apex (version 3.0.1.00.08). I am getting the following error.
    ============================================================
    The requested URL /pls/apex/wwv_flow.accept was not found on this server.
    ============================================================
    When I click on import in Application Builder page and then browse the required file it gives the progress saying "Importing File" and after some time it displays the above error.
    I tried bouncing the application also and there is not error in alert log.
    Could any one please suggest, if there is some problem here. Or my approach is not correct.
    Thanks in advance.
    Regards,
    Advait Deo

    Osacar, I recommend that you try to import the application into your workspace on apex.oracle.com and see what happens. Also, refine the problem statement as much as you can, e.g., you get this error importing "the application" or when importing "any" application. How big is the file you're trying to import? Where did it come from? Can you upload images?
    Scott

  • HTTP status 500 error while importing an application in Oracle Apex workspace

    Hello everybody,
    I am facing an issue while importing an Oracle Apex application in one of my workspace. Below is the screen of error. But if I try to import the same export file in other workspace in other database, the import works perfectly. Any clue?
    Thanks in advance

    Osacar, I recommend that you try to import the application into your workspace on apex.oracle.com and see what happens. Also, refine the problem statement as much as you can, e.g., you get this error importing "the application" or when importing "any" application. How big is the file you're trying to import? Where did it come from? Can you upload images?
    Scott

  • Can't import an application into HTMLDB.

    I cannot import an application into HTMLDB. I have tried small applcations and even the sample application that comes with HTMLDB. The apache logs give me the error 'HTTP-404 ORA-00904: "CONTENT": invalid identifier' no matter what I try to import. This installation of HTMLDB is installed on a 10g database (10.1.3) and is using the Apache server from a 10gAS installation (9.0.4). We have several htmldb installations on 9.2.0.4 databases using both 10gAS(9.0.4) Apache and 9.0.3 Apache. This is the only installation that gives us any problem. All of our HTMLDB installations are 1.6.1.00.02. There are no invalids in the flows_01600 schema. Any ideas on how to resolve this issue.

    I have created a dad on 9.0.3, and the import works. The dad in both are identical to what I can see. The 10gAS Apache logs has a preceding error message, here is the complete error messesages generated by the 10gAS Apache server when I try to import an application :
    [Mon Jun 13 08:58:13 2005] [warn] [client 172.22.101.206] [ecid: 1118671093:172.23.5.52:11116:0:1608,0] mod_plsql: DMS Logging: Unable to open/create /modplsql.lck
    [Mon Jun 13 08:58:13 2005] [error] [client 172.22.101.206] [ecid: 1118671093:172.23.5.52:11116:0:1608,0] mod_plsql: /astech/wwv_flow.accept
    HTTP-404 ORA-00904: "CONTENT": invalid identifier
    I have searched metalink for anyting on the "modplsql.lck" error and have not found anything.

  • XML import raises application error / event code "AVAA0-3208-0"

    I receive an application error when trying to import a specific XML file. Other XML files, that have been created with the same tools and sequence but from another MS Project file, can be imported without an issue.
    There is no warning or error in Primavera's log file.
    Here is the error message's content:
      Type: EAccessViolation
      Event Code: AVAA0-3208-0
      Description: Access violation at address 01136627 in module 'PM.exe'. Read of address 00000000
      Object: TVUltraButton
      Context: TfrmWizImport.RunImportWizard / TDevxMainForm.actFileImportExecute / TCFormManager.SetToolbar / TDevxMainForm.BeforeFormShow / TfrmLogin.FormCreate
      Primavera version: R8.3.2
      OS: Windows XP (NT5.1) SP3
    Has anyone an idea about what the root cause (XML content issue) might be?

    based on the details provided, this is not a permission issue since you are able to import other similar MSP XML files so it could be a data issue in the XML file being imported.
    Can you try modifying the XML file and remove activities and just keep a few activities, then save as a new XML file and try again. I think you can try narrowing down the issue with some tests to see if it's a problem with the XML or not.

  • Import an application developed in apex 4.2 to apex 4.1

    I imported my application that i've been developing in 4.1 into 4.2 apex.oracle. I didn't realize it's only forward compatible so when I tried to import back to 4.1, i wasn't able to.
    Is there any way I can import the app back to apex 4.1?
    help is greatly appreciately.
    jadu

    No.. Once you import an application into HIGHER version of APEX, it is modified to that version.. This is a suggestion, but I would advise having some sort of version control in this case, so you can go back to a prior version easily...
    Thank you,
    Tony Miller
    Ruckersville, VA

  • Getting error while Importing the Application

    Hi,
    I am Getting Problem While Importing the Application
    We are moving the Application from Test enivorment to Production Environment, Both are Oracle 10g with HTTP server and Application Express 3.2.1.
    While Importing i am getting Error like.
    Error report:
    ORA-06550: line 3627, column 1:
    PLS-00123: program too large (Diana nodes)
    06550. 00000 - "line %s, column %s:\n%s"
    *Cause:    Usually a PL/SQL compilation error.
    *Action:
    Please Help Me its Urgent

    Hi joel,
    Even tried for the Copy of the same application in the same Application but its giving the same error.
    and I tried with the SQL Developer It shows the error like
    Set Application ID...
    ...authorization schemes
    Rollback
    Error starting at line 200 in command:
    begin
    --application/shared_components/security/authorization/des_mstr_delete
    wwv_flow_api.create_security_scheme(
    p_id => 7573129300337441 + wwv_flow_api.g_id_offset
    in the line 200 the above code starts.
    at end This will be displayed
    Error report:
    ORA-06550: line 3652, column 13:
    PLS-00123: program too large (Diana nodes)
    06550. 00000 - "line %s, column %s:\n%s"
    *Cause:    Usually a PL/SQL compilation error.
    *Action                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Problem while importing the application in application express 3.0

    Hi Friends
    We have developed an application in a workspace say X. I imported the complete application in different workspace Y and the import was successfully. Now if I export a single page from that application in workspace X and import in workspace Y, then it gives me error as
    "This page was exported from a different application or from an application in different workspace. Page cannot be installed in this application."
    Also I tried changing the application id in the export file but did not work.
    Is their a workaround for this?
    (We are using application express 3.0.0.00.20)
    Thanks
    Minakshi

    Hi Scott
    1 ) Page exports are to be imported into an application having the same ID as the source application in the same named worskpace.
    But the problem is I cannot have same application id in the same workspace or in different workspaces even. I exported the complete application from workspace X with application id as 555 and tried importing the application in workspace Y with the same application id. But that does not work since it throws the error message as the same application id cannot reside in 2 different workspaces.
    2) You don't say whether workspaces X and Y are in the same or different databases.
    Both the workspaces X and Y are in the same database. The database user/schema that is associated with workspaces X and Y are different.
    3) Also I tried changing the application id in the export file but did not work.
    Following is the extract of the page that i tried importing. The places wherever it is marked BOLD, i modified them in the original page export sql file.
    --application/set_environment
    prompt APPLICATION 500 - Load_Factor_System
    -- Application Export:
    -- Application: 500
    -- Name: Load_Factor_System
    -- Date and Time: 15:52 Wednesday May 16, 2007
    -- Exported By: ADMIN
    -- Flashback: 0
    -- Export Type: Page Export
    -- Version: 3.0.0.00.20
    -- SET APPLICATION ID
    wwv_flow.g_flow_id := 500;
    wwv_flow_api.g_id_offset := 0;
    null;
    In case you need further clarifications, please let us know.
    Regards
    Minakshi

  • Export and Import of Application problem

    Hi,
    I had my application developed in Windows environment. First time i had full application export and import on Solaris box. The application was successfully installed on Solaris box and i could login into application. The login process was working but all of my queries/reports were not displaying any values. All i can see is number of rows retrieved for example 1-20 etc. I repeated the export/import 3-4 times but results were same.
    On Solaris box i opened one of the reports and started playing with it. Luckily on "Reports Attribute" tab i unchecked/checked the show column checkbox. The report started working. Likewise i did for other reports. Just to verify this i repeated the Export/import of application and unchecked/checked the show column and reports started working. I repeated it at least 3 times.
    Our application is going to expand everyday and on every import we cannot repeat this step for every report.
    Please let me know what steps are missing in Import or are they any manual Post-Import steps ?
    Regards
    Hamayun

    Hi Scott,
    Today i applied the patch and now its 1.6.1.02. After applying the patch i imported application once again.
    I was able to login into application. When i executed a report the system navigated to required tab but did not show any data. Then i performed following steps:
    1.Selected Edit page(xx).
    2.Selected region in the selected page.
    3.Select Report Attributes tab from region.
    4.In Report Column Attributes section the "Show" option was Checked for all the columns which i want to display.
    5. i unchecked only ONE COLUMN and CHECKED again the same column. This was done just to apply changes to report.
    6. Clicked on Apply Changes to save the changes.
    7. Executed the application and the report started working.
    8. Likewise i repeated step 5 for all reports in the application.
    I also tried another option.
    -navigated to Reports Attribute tab and made a change just to save the changes on tab. After saving the page the report started working.
    Your help is greatly appreciated.
    Regards,
    Hamayun

  • Error on Import of Application - empty p_default_sort_column_sequence

    Hello all:
    I am trying to import an application from one server to another.  The export worked, but when I try to import the application, I get the following error:
    GET_BLOCK Error.
    ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 17, column 15: PLS-00103: Encountered the symbol &quot;&gt;&quot; when expecting one of the following: . ( ) , * @ % &amp; - + / at mod remainder rem &lt;an exponent (**)&gt; and or || multiset <pre>declare s varchar2(32767) := null; begin s := null; wwv_flow_api.create_report_columns ( p_id=&gt; 7129624160625571 + wwv_flow_api.g_id_offset, p_region_id=&gt; 7128236561625563 + wwv_flow_api.g_id_offset, p_flow_id=&gt; wwv_
    I discovered that the import file contains the following:
    declare
      s varchar2(32767) := null;
    begin
    s := null;
    wwv_flow_api.create_report_columns (
      p_id=> 7129624160625571 + wwv_flow_api.g_id_offset,
      p_region_id=> 7128236561625563 + wwv_flow_api.g_id_offset,
      p_flow_id=> wwv_flow.g_flow_id,
      p_query_column_id=> 14,
      p_form_element_id=> null,
      p_column_alias=> 'INV_TOTAL',
      p_column_display_sequence=> 13,
      p_column_heading=> 'Inv Total',
      p_column_alignment=>'LEFT',
      p_heading_alignment=>'CENTER',
      p_default_sort_column_sequence=
      p_sum_column=> 'N',
      p_hidden_column=> 'N',
      p_display_as=>'ESCAPE_SC',
      p_is_required=> false,
      p_pk_col_source=> s,
      p_print_col_width=> '2',
      p_column_comment=>'');
    end;
    As you can see, 'p_default_sort_column_sequence=', has no data attached to the column, causing the import to fail.  This code is generated by APEX so I'm not sure where and why this variable would be populated.  How can I fix this?  Any ideas?

    This problem was caused by using Internet Explorer while connected to Oracle and APEX.  IE corrupted the file. Once I used Firefox as my browser, the imported file was clean and the load worked perfectly.  Moral of the story:  Do not use IE when importing/exporting applicaiton files.

  • I can't import portal307 application into a new machine, why?

    i export application using the Navigator(Oracle9iAS102 Portal307 -> Navigator -> Applications tab -> Export next to APP_CRM), and then i save this sql file to app_crm.sql. After i have installed another machine with win2000server, oracle816, and oracle9ias102, i import this application as followings:
    appimp.cmd -s portal30 -p portal30 -t SCOTT -a APP_CRM -f app_crm.sql -c crmisp
    it works very well, and then i login to portal, but i can't see APP_CRM application(include in wwv_module$ table)!
    so i decided to use CREATE option as followings:
    appimp.cmd -s portal30 -p portal30 -t SCOTT -a APP_CRM -f app_crm.sql -c crmisp -m CREATE
    and then i get errors SP2-0642, it's over!!!
    pls hlp me.
    thanks.

    Im also having the same problem here. i run first the check mode, and its ok.. but when i try to run the create mode, it did import some components but not all. then it raises an error message
    ORA-03114: not connected to ORACLE
    ORA-24323: value not allowed
    Error accessing package DBMS_APPLICATION_INFO
    does anybody had the solution?
    here are my error messages...
    ...Importing component: ID = 1068646812 Name = OFIS Owner = OFIS Type = APP
    ...Importing component: ID = 10476692446 Name = CAL_BIL_EX Owner = OFIS Type = ADCALEND
    ...Importing component: ID = 10535946733 Name = CAL_HEARINGSKED Owner = OFIS Type = ADCALEND
    ...Importing component: ID = 10588671081 Name = CAL_HEARINGSKED1 Owner = OFIS Type = ADCALEND
    ...Importing component: ID = 10600763400 Name = CAL_HEARINGSKED12 Owner = OFIS Type = ADCALEND
    ...Importing component: ID = 10466606328 Name = CAL_HEARING_OFCR Owner = OFIS Type = ADCALEND
    ...Importing component: ID = 10273314196 Name = CAL_JIGS Owner = OFIS Type = ADCALEND
    ...Importing component: ID = 10233787934 Name = CAL_NOTAVAIL Owner = OFIS Type = ADCALEND
    ...Importing component: ID = 10899302919 Name = CAL_TEST Owner = OFIS Type = ADCALEND
    ...Importing component: ID = 10212728154 Name = CHART_0113042740 Owner = OFIS Type = CHART
    ...Importing component: ID = 10758388470 Name = CHART_ACCOUNTS_BYTYPE Owner = OFIS Type = ADCHART
    ...Importing component: ID = 10177654133 Name = CHART_DEN Owner = OFIS Type = CHART
    ...Importing component: ID = 10189327607 Name = CHART_TYPE_SERVICE Owner = OFIS Type = CHART
    ...Importing component: ID = 10750915078 Name = DYN_0122192821 Owner = OFIS Type = DYNAMIC
    ...Importing component: ID = 8522891306 Name = DYN_PIS Owner = OFIS Type = DYNAMIC
    ...Importing component: ID = 8755945310 Name = DYN_PUJ Owner = OFIS Type = DYNAMIC
    ERROR:
    ORA-03114: not connected to ORACLE
    ORA-24323: value not allowed
    Error accessing package DBMS_APPLICATION_INFO
    ERROR:
    ORA-03114: not connected to ORACLE

  • Oracle applications issue

    HI
    some bdy had deleted APPL_TOP/admin ( in Test instance)) .ie admin directory which contains all the files for executing adutilities, how do i recreate this directory please let me knw the ans for this immediately.
    I am getting erros like this
    Java_top enviornment variable is not set in the environment.
    Run Appsora.env or Apps<s_contextname>.env in the environment
    bye
    James

    Duplicate post (please post only once):
    Oracle applications issue
    Oracle applications issue

Maybe you are looking for