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) ?

Similar Messages

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • 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.

  • 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

  • Error while Importing the application on Stand alone machine.

    Hi,
    We have two machines with Application Express (version 2.1.0.00.05 ) installed on them. We have created an application in one of the machines. We exported the application and tried importing in the other machine, We encountered an error
    Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
    Error ERR-7621 Could not determine workspace for application (:) on application accept.
    OK
    Can any one please help us.
    Thanks
    Theresa

    Scott
    We are able to login to HR on the new database and also create new applications. The steps that we follow are
    For Export:
    1) Login to workspace as hr/hr
    2) Go to Application Builder > Export > Application
    3) Application ( we choose our application no. 500)
    File format - DOS
    Build Status Override - Run and build application
    File character set - Unicode UTF-8
    4) Clicking on Export Application creates the sql file f500 which is saved by us in our specified folder
    For Import (in another machine)
    1) Copied the f500.sql file in this machine
    2) Login to workspace as hr/hr
    3) Go to Application Builder > Import > Application
    4) Import file - Specified our file name
    File Type - Application/page export
    File character set - Unicode UTF-8
    5) Click on Next
    Gives "Page cannot be displayed"
    When we click refresh it gives the error
    Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
    Error ERR-7621 Could not determine workspace for application (:) on application accept.
    OK
    Let us know in case you need further details.
    Thanks
    Theresa

  • 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.

  • Build Error While importing standard application into NWDS

    Hi all,
    I am trying to Import T&E Standard Applications into NWDS.
    Two components  (tra & tra/tre) have to be synched to the studio. These two are interdependent..
    One Component I am able synch and create project perfectly but when i try to do the second one, i am getting Generation BUILD Error...
    Help me in this regard..
    Thanks
    Malla
    Edited by: challa mallareddy on May 7, 2009 12:34 PM

    Hi,
    As per your error, I think you have already created a project with name NewParProject. Give a different name and then check.
    Also check if your par file is  not corrupt. Download it again and follow below steps in NWDS :
    Go to File>Import > Select par file >
    >Browse and select the par file>
    >Give a project name i.e. ParProjectTest  > Finish.
    This should work.
    Regards
    Deepak

  • Error when Importing EBIZ Application Templates

    Hello I recently have set up a new single server 3.03 VM environment that uses local storage for the repository. I am trying to import the E Business Application layer templates from in VM manager and I am getting the following error. This is a multi part template and the locations that I entered in VM manager is the following. Any thoughts or suggestions would be greatly appreciated.
    ftp://192.0.1.3/OVM_OL5U6_X86_64_EBIZ12.1.3_APPS_VIS_PVM.tgz.0
    ftp://192.0.1.3/OVM_OL5U6_X86_64_EBIZ12.1.3_APPS_VIS_PVM.tgz.1
    ftp://192.0.1.3/OVM_OL5U6_X86_64_EBIZ12.1.3_APPS_VIS_PVM.tgz.2
    Job Construction Phase
    begin()
    Appended operation 'Import Virtual Machine Template' to object 'cfgFile_0004fb00001400002c0a4c9bf22d12e9'.
    Appended operation 'Virtual Machine Cfg File Configure' to object 'cfgFile_0004fb00001400002c0a4c9bf22d12e9'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (CREATED): [VirtualMachineTemplate] 0004fb00001400002c0a4c9bf22d12e9 (OVM_OL5U6_X86_64_EBIZ12.1.3_APPS_VIS_PVM.tgz.0)
    Object (CREATED): [VirtualMachineCfgFile] cfgFile_0004fb00001400002c0a4c9bf22d12e9
    Operation: Import Virtual Machine Template
    Operation: Virtual Machine Cfg File Configure
    Job Running Phase at 07:20 on Wed, Feb 29, 2012
    Job Participants: [44:45:4c:4c:50:00:10:56:80:31:b2:c0:4f:4a:53:31 (oraclevmserver)]
    Actioner
    Starting operation 'Import Virtual Machine Template' on object 'cfgFile_0004fb00001400002c0a4c9bf22d12e9'
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.JobFailureException: OVMAPI_5001E Job "1330518038376" Failed due to failure "(02/29/2012 07:26:25:305 AM)
    Async operation failed on server: oraclevmserver.
    Object: cfgFile_0004fb00001400002c0a4c9bf22d12e9,
    PID: 5418,
    Server error message: Template import error: Command: (tar xzf /OVS/Repositories/0004fb0000030000eb01900e2b622e21/Templates/0004fb00001400002c0a4c9bf22d12e9/tmp/OVM_OL5U6_X86_64_EBIZ12.1.3_APPS_VIS_PVM.tgz.0 --no-same-owner -C /OVS/Repositories/0004fb0000030000eb01900e2b622e21/Templates/0004fb00001400002c0a4c9bf22d12e9/tmp) failed: (2)
    " on server "44:45:4c:4c:50:00:10:56:80:31:b2:c0:4f:4a:53:31" associated with object "cfgFile_0004fb00001400002c0a4c9bf22d12e9"
    Wed Feb 29 07:26:25 EST 2012
    at com.oracle.ovm.mgr.api.job.JobEngine.checkJobStatus(JobEngine.java:602)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:580)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:564)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineTemplateImport.action(VirtualMachineTemplateImport.java:68)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:193)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:264)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1090)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:247)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:207)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    FailedOperationCleanup
    Starting failed operation 'Import Virtual Machine Template' cleanup on object 'cfgFile_0004fb00001400002c0a4c9bf22d12e9'
    Complete rollback operation 'Import Virtual Machine Template' completed with direction=cfgFile_0004fb00001400002c0a4c9bf22d12e9
    Rollbacker
    Objects To Be Rolled Back
    Object (CREATED): [VirtualMachineTemplate] 0004fb00001400002c0a4c9bf22d12e9 (OVM_OL5U6_X86_64_EBIZ12.1.3_APPS_VIS_PVM.tgz.0)
    Object (CREATED): [VirtualMachineCfgFile] cfgFile_0004fb00001400002c0a4c9bf22d12e9
    Write Methods Invoked
    Class=InternalJobDbImpl vessel_id=1302 method=addTransactionIdentifier accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=1320 method=setName accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=1320 method=setFoundryContext accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=1320 method=onPersistableCreate accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=1320 method=setLifecycleState accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=1320 method=setRollbackLifecycleState accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=1325 method=setName accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=1325 method=setFoundryContext accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=1325 method=onPersistableCreate accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=1325 method=setLifecycleState accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=1325 method=setRollbackLifecycleState accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=1325 method=setJobAsset accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=1320 method=setVirtualMachineCfgFile accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=1325 method=setVirtualMachine accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=1325 method=importVirtualMachineTemplate accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=1320 method=setSimpleName accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=1325 method=setAsset accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=1325 method=configure accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=1320 method=setOrigin accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=1320 method=setDescription accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=1325 method=setAsset accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=1325 method=configure accessLevel=6
    Class=InternalJobDbImpl vessel_id=1302 method=setCompletedStep accessLevel=6
    Class=InternalJobDbImpl vessel_id=1302 method=setAssociatedHandles accessLevel=6
    Class=InternalJobDbImpl vessel_id=1302 method=setFailedOperation accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=1320 method=nextJobOperation accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=1325 method=nextJobOperation accessLevel=6
    Completed Step: ROLLBACK
    Job Failed Commit due to OVMAPI_5001E Job "1330518038376" Failed due to failure "(02/29/2012 07:26:25:305 AM)
    Async operation failed on server: oraclevmserver.
    Object: cfgFile_0004fb00001400002c0a4c9bf22d12e9,
    PID: 5418,
    Server error message: Template import error: Command: (tar xzf /OVS/Repositories/0004fb0000030000eb01900e2b622e21/Templates/0004fb00001400002c0a4c9bf22d12e9/tmp/OVM_OL5U6_X86_64_EBIZ12.1.3_APPS_VIS_PVM.tgz.0 --no-same-owner -C /OVS/Repositories/0004fb0000030000eb01900e2b622e21/Templates/0004fb00001400002c0a4c9bf22d12e9/tmp) failed: (2)
    " on server "44:45:4c:4c:50:00:10:56:80:31:b2:c0:4f:4a:53:31" associated with object "cfgFile_0004fb00001400002c0a4c9bf22d12e9"
    Wed Feb 29 07:26:25 EST 2012
    com.oracle.ovm.mgr.api.exception.JobFailureException: OVMAPI_5001E Job "1330518038376" Failed due to failure "(02/29/2012 07:26:25:305 AM)
    Async operation failed on server: oraclevmserver.
    Object: cfgFile_0004fb00001400002c0a4c9bf22d12e9,
    PID: 5418,
    Server error message: Template import error: Command: (tar xzf /OVS/Repositories/0004fb0000030000eb01900e2b622e21/Templates/0004fb00001400002c0a4c9bf22d12e9/tmp/OVM_OL5U6_X86_64_EBIZ12.1.3_APPS_VIS_PVM.tgz.0 --no-same-owner -C /OVS/Repositories/0004fb0000030000eb01900e2b622e21/Templates/0004fb00001400002c0a4c9bf22d12e9/tmp) failed: (2)
    " on server "44:45:4c:4c:50:00:10:56:80:31:b2:c0:4f:4a:53:31" associated with object "cfgFile_0004fb00001400002c0a4c9bf22d12e9"
    Wed Feb 29 07:26:25 EST 2012
    at com.oracle.ovm.mgr.api.job.JobEngine.checkJobStatus(JobEngine.java:602)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:580)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:564)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineTemplateImport.action(VirtualMachineTemplateImport.java:68)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:193)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:264)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1090)
    at sun.reflect.GeneratedMethodAccessor866.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:247)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:207)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    End of Job
    ----------

    917901 wrote:
    Hello I recently have set up a new single server 3.03 VM environment that uses local storage for the repository. I am trying to import the E Business Application layer templates from in VM manager and I am getting the following error. This is a multi part template and the locations that I entered in VM manager is the following. Any thoughts or suggestions would be greatly appreciated. The Manager doesn't support this multi-part template. You must recombine it first into a tar.gz that can unpack successfully. The README contains information about how to recombine the files. The multi-part support for Oracle VM 3.0 still requires that each part successfully unpacks by itself.

  • Error when importing an application from EA2 to EA3

    When I try to import a script generated from APEX EA2 to APEX EA3, generates the following error:
    "ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 32, column 1: PLS-00306: wrong number or types of arguments in call to 'CREATE_FLASH_CHART5' ORA-06550: line 32, column 1: PL/SQL: Statement ignored &lt;pre&gt;declare a1 varchar2(32767) := null; begin a1:=a1||'&amp;lt;anygantt&amp;gt;'||chr(10)|| ' &amp;lt;settings&amp;gt;'||chr(10)|| '     &amp;lt;navigation enabled=&amp;quot;True&amp;quot; position=&amp;quot;Top&amp;quot; size=&amp;quot;30&amp;quot;&amp;g"
    The application is fully funtional in EA2. I appreciate the attention given.

    You encountered the situation David wrote about on his blog:
    You may experience issues with exporting from EA2 and importing into EA3. We have found some issues with applications including charts. This is primarily due to changes in the chart export parameters and will not impact applications exported from earlier releases (APEX 3.2 etc).
    So there is nothing to do about it. But EA2 (and EA3) is just for testing purposes, so no real harm can be done.

  • Remove Imported Agentry Application in SMP3

    I have published a Production Agentry application (version 1-0-1).  This created the appropriate "app.zip" file.  I then went into the Management Cockpit and imported this new version.  So now my SMP/Agentry has two applications under the "Application/Production" folder -- version 1-0-0 and version 1-0-1 that I just imported.
    I made another application change and published out a new application version 1-0-2, and similarly imported it via the Management Cockpit.  At this point I now have 3 applications in the "Application/Production" folder -- 1-0-0, 1-0-1, and 1-0-2.
    I am 100% certain that all devices have connected and now have the latest 1-0-2 version downloaded to them.
    What I want do is is remove the first two versions of the application so they don't get loaded by the SMP server (don't need to waste the memory for versions that will never be executed again).  I've tried deleting the "1-0-0" and "1-0-1" files from under the "Application/Production" folder, then stopping/starting the SMP server.  When I do this, the "1-0-0" and "1-0-1" versions re-appear.
    I've tried delete the application versions (as described above) and deleting the "app-1-0-0.zip" and "app-1-0-1.zip" files, stopping/starting the SMP server.  Same results -- all 3 version re-appear and get loaded into SMP.
    I don't see anything in the Management cockpit to remove these "old" application.
    How do I go about removing these so they do not get loaded up into the SMP server because I do not want that memory to be taken up for applications that will never again be distributed to a device?
    Thanks,
    Ed

    Stephen,
    This did not work.  I exported the application.  I deleted the application from the Cockpit.  I modified the exported application ".zip" file to remove the older versions.  I then tried to import it back into the Cockpit and it gives me an error saying "Import of application failed!  Content of the file is not in expected format".
    All I did was to remove the applications from the embedded "Application/Production" folder.
    Fortunately I made a backup copy of the original export and tried to import that.  It partially imported.  The application name imported, but nothing for the "agentry.application" got imported.  I had to stop the SMP service, delete the "agentry.application" folder (which didn't get deleted when I deleted the application from the Cockpit), then I could import the original one.
    Is there something specific about how the exported application ".zip" file needs to be modified?
      Ed

  • 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.

  • Error in importing application patch

    Hi all,
          Whlie importing a application patch SAPKH50011, I am getting error Inactive import and getting stopped. Because of that many objects are locked and not able to modify programs. . Please help me to import this patch.
    Cheers,
    Ratna

    Hello,
    I tried below code to found any dynamic action referring any other page's region:
    declare
    v_flag number := 0;
    begin
      for rec1 in(SELECT page_id, action_name, affected_region_id, dynamic_action_name, action_sequence, affected_region
      FROM apex_application_page_da_acts
    WHERE (application_id,page_id, affected_region_id)
        IN (SELECT application_id,page_id, affected_region_id
              FROM apex_application_page_da_acts
             WHERE affected_region_id IS NOT NULL)
    and application_id = 569 and AFFECTED_ELEMENTS_TYPE = 'Region' order by page_id) loop
        for rec in(SELECT application_id,page_id,region_id
              FROM apex_application_page_regions where application_id = 569  and page_id = rec1.page_id) loop
          if rec.region_id = rec1.affected_region_id then
           v_flag := 1;
           exit;
          end if;
        end loop;
        if v_flag = 0 then
          dbms_output.put_line('page: '||rec1.page_id);
          dbms_output.put_line('da: '||rec1.dynamic_action_name);
          dbms_output.put_line('seq: '||rec1.action_sequence);
          dbms_output.put_line('action: '||rec1.action_name);
          dbms_output.put_line('region: '||rec1.affected_region);
          dbms_output.put_line(' ');
        end if;
    v_flag := 0;
    end loop;
    end;its not showing any region.
    Please check the code if I am missing anywhere and please let me know if there's any other way.
    Regards,
    Ani

  • Error Log in APEX 4.0.0.2 for Importing of Applications

    I am trying to find the error log that will show me errors that happen when trying to import an application. I have seen some errors in the past but think we fixed those. Our change management team thinks they are back but didn't do a screen shot. Isn't there a log for this someplace in APEX?

    Check this thread Import unsuccessful in Apex 4
    The reason could be because of an invalid target reference in the Dynamic action mentioned in the error message( in the API call at that line number ,use the p_name,p_page_id parameters to identify the Dynamic Action involved)

  • Error for COM Routine application program (return code 40028)

    Hi,
    When we loading data in Planning Book ,we are getting below error
    Error for COM Routine application program (return code 40028)

    Hi,
             Did you try checking your COM build? The COM communicates between your database and Livecache and fetches the data requested. The last time we had this, SAP recommended COM upgrade.

Maybe you are looking for

  • My IPod/Itunes CRASHES when i try to update every time!?

    I try to update or even restore but both times after restarts and everything else.. all it will do is say Unknown error It takes forever to "do" before it gets the error and the do not disconnect message dissapears as soon as it starts "updating." It

  • Can not open a photo in editor from photos on mac yosemite 10.10.3

    all of a sudden I cannot open a photo in elements 13 editor from photos using yosemite 10.10.3. get an error message and tells me to reopen

  • Btopenzone-h does not appear as an option

    I have tried connecting to both the 'btopenzone' and 'btfon' options, but they don't work, have 'no internet access' showing. 'btopenzone-h' used to work, but it has not appeared for 3 days now.

  • JFormattedTextField - DecimalFormat

    Hi. I have a problem with JFormattedTextField. I'm using this with an DecimalFormat with pattern ######0.00##### JFormattedTextField = new JFormattedTextField(new DecimalFormat("<pattern>")); Now when I enter a minus sign '-' as first charachter this

  • The Financial Accounting program cannot process the document.

    THIS PROBLEM IS COMING AFTER THE BILING AND THE ACCOUNTING DATA IS NOT CREATED FOR THIS PROBLEM CAN ANY ONE SOLVE THIS PROBLEM GURUS PLEASE HELP No account is specified in item 0000001005 Message no. F5670 Diagnosis No account was specified for accou