App Builder generates Error 1 when I create installer

When I compile my project without creating the installer, it runs fine. However, when I check the box "create installer" (with or without the Advanced /LV Runtime Engine box checked), the build fails, and I get an Error 1 - ..Input Parameter is invalid. See attached scrren snapshots.
Attachments:
CompilerBug_TTower.xls ‏39 KB

Bill, NI Tech support suggested I save my project in LV60 format, recompile, and see if the error still occurs. I did this. However, I could not export the .bld file from LV61 to 60, so I had to re-create it. No error occurred when I compiled this (with installer) in LV60. I then loaded this project back into LV61 and compiled it - also, no error! So I have no idea what caused this. However, I did ask NI for a wish list item - to add more error info in App Builder, so that one knows what input parameter or VI caused the problem. (With 300 Vis is a project, it is a daunting task to find the probelm otherwise).

Similar Messages

  • My executable compiled with Real Time Engine 5.1.1 in App Builder gives error when trying to run in App Builder with RTE 6.1

    Hello.  I built an executable using App Builder in LV 5.1.1 and now, years later, I am trying to run it in LV 6.1 but I get an error stating a requirement for Run Time Engine version 5.1.1.  To be able to run this, must I install the older version of Run Time Engine?  If so, where can I find the older version?  Do I have to install the older version of LabVIEW to get the RTE?  Will having both versions on my pc be a problem?
    I assume that once I am able to run the exe, that I will be able to recompile with the newer version of the RTE using App Builder.  Is this correct?
    I have been away from LabVIEW for several years and am a bit rusty on these details that I once knew.  Any help is appreciated.
    Alex

    The version of the run-time engine must match the version of LabVIEW that was used to create the executable. You can get any version of the run-time engine you want here. The only way to create a version 6.1 exe is to re-build it from the source code with diagrams. An exe has no block diagram so it cannot be converted to a newer version.

  • Have uploaded and installed CC 2014. Several apps give this error when I try to start them:  "Unable to launch Adobe InDesign as you do not have sufficient permissions to access the preferences folders" -or- The icon in the dock bounces once, and nothing

    Have uploaded and installed CC 2014. Several apps give this error when I try to start them:  "Unable to launch Adobe InDesign as you do not have sufficient permissions to access the preferences folders"
    -or-
    The icon in the dock bounces once, and nothing happens.

    Windows or Mac, and exactly which operating system version?

  • Help me, please. generate error when i run web application

    i want you help me. I run web application on local window very well. I deploy web application success on Linux. But it generate error when run it. My web application use : struts framework, hibernate framework, tomcat 4.1, PostgreSQL 7.3 Database.
    why error generate when i run web application ?
    Thank you very much
    WARN 13-09-2006 15:51:41,674 org.apache.commons.beanutils.MethodUtils (MethodUtils.java:583) - Cannot use JVM pre-1.4 access bug workaround die to restrictive security manager.
    WARN 13-09-2006 15:53:14,880 net.sf.hibernate.cfg.Environment (Environment.java:529) - could not copy system properties. System properties will be ignored.
    WARN 13-09-2006 15:53:16,201 net.sf.hibernate.cfg.SettingsFactory (SettingsFactory.java:107) - Could not obtain connection metadata
    org.postgresql.util.PSQLException: Something unusual has occured to cause the driver to fail. Please report this exception.
         at org.postgresql.Driver.connect(Driver.java:209)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at net.sf.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:101)
         at net.sf.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:84)
         at net.sf.hibernate.cfg.Configuration.buildSettings(Configuration.java:1160)
         at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:794)
         at com.canhph.vietnamjob.db.HibernateSessionFactory.currentSession(HibernateSessionFactory.java:48)
         at com.canhph.vietnamjob.dao.company.DAOJob.getHotJob(DAOJob.java:122)
         at com.canhph.vietnamjob.bussiness.company.BussinessJob.getHotJob(BussinessJob.java:74)
         at com.canhph.vietnamjob.actions.home.PortalAction.execute(PortalAction.java:230)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.access$0(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
         at com.canhph.vietnamjob.common.FilterCharacterEncoding.doFilter(FilterCharacterEncoding.java:53)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.access$0(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
         at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
         at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
         at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
         at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
         at org.apache.catalina.core.StandardContext.invoke(Unknown Source)
         at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
         at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
         at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
         at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.security.AccessControlException: access denied (java.net.SocketPermission localhost resolve)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:269)
         at java.security.AccessController.checkPermission(AccessController.java:401)
         at java.lang.SecurityManager.checkPermission(SecurityManager.java:524)
         at java.lang.SecurityManager.checkConnect(SecurityManager.java:1023)
         at java.net.InetAddress.getAllByName0(InetAddress.java:1000)
         at java.net.InetAddress.getAllByName0(InetAddress.java:981)
         at java.net.InetAddress.getAllByName(InetAddress.java:975)
         at java.net.InetAddress.getByName(InetAddress.java:889)
         at java.net.InetSocketAddress.<init>(InetSocketAddress.java:114)
         at java.net.Socket.<init>(Socket.java:124)
         at org.postgresql.core.PGStream.<init>(PGStream.java:58)
         at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:77)
         at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
         at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:117)
         at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
         at org.postgresql.jdbc3.Jdbc3Connection.<init>(Jdbc3Connection.java:24)
         at org.postgresql.Driver.connect(Driver.java:195)
         ... 54 more
    Message was edited by:
    balzacvietnam

    Sounds like the java version on your Linux machine is not working with the PostgreSQL JDBC driver.
    Try updating your JVM on the Linux server.

  • Allocation error when I create production order

    Hi guys:
       I met allocation error when I created production order with CO01.could you help me out?urgent!

    hi
    What is the excatly the error so that we can tell u the reason
    regards
    ramakant

  • Error when I create the New material Master (MM01) for New Plant.

    Dear experts,
    I got the error when I create the New material Master (MM01) for New Plant.
    Error:  Valuation Area 2800 Not yet productive with Material Ledger.
    So Pl send me the solution asap.
    Venkata Raju Khottari

    Hi,
    Have u assinged Plant to Company code?
    If u say no, use T.code OX18.
    Regards,
    Murali
    Assign points if it is useful.

  • APP-AR-11526 ERROR WHEN SAVING ADJUSTMENT IN AR RECEIPTS FORM

    제품 : FIN_AR
    작성날짜 : 2003-04-25
    APP-AR-11526 ERROR WHEN SAVING ADJUSTMENT IN AR RECEIPTS FORM.
    ==============================================================
    PURPOSE
    Problem Description
    Receipt화면에서 Adjustment를 하고 Save버튼을 누를때,
    APP-AR-11526 arp_process_adjustment.insert adjustment exception ORA-20001
    위와 같은 에러 발생.
    Workaround
    select taxable_amount
    from RA_CUSTOMER_TRX_LINES_ALL
    where customer_trx_id = 문제가되는 transaction id
    and line_type='TAX';
    NULL
    Update RA_CUSTOMER_TRX_LINES_ALL
    set taxable_amount = transaction의 원래 금액
    where customer_trx_id = 문제가되는 transaction id
    and line_type='TAX';
    Solution Description
    RA_CUSTOMER_TRX_LINES_ALL의 taxable_amount값이 NULL인 경우,
    invoice 금액 adjustment시 오류가 발생한다.
    Reference Documents
    -------------------

    Pl see if MOS Doc 341469.1 (Adjustment Entry: APP-AR-96027: Tax accounting not defined for the tax code or tax location assigned to this invoice) can help.
    HTH
    Srini

  • "Initial column cannot be generated" error when creating a planning book

    Hi,
    I have an error when creating a planning book with the planning book wizard. In the tab "data view", I enter values for the "Visible" and "Input" fields and validate. The following error is generated: "Initial column cannot be generated" and then "Maintain the time for the 'column visible from' field". I tried with different dates, and get the same error.
    I am running SCM 5.0.
    Any help would be greatly apreciated.
    Regards,
    Mikael.

    Hi,
    Generally these error come when we manually enter the value in the Visible and Input column. Instead we should try select value from the Drill down options which gets generated based on the Time Bucket Profile you have selected as input for Planning Horizon.

  • "Internal error 2902. ixoFileCopy" error when running application installer

    Hello all, this is my first post to the NI Discussion Forums.
    I have this LabVIEW program that I have built into an application and then packaged this application into a Windows Installer.  I've done this using the LabVIEW Build Specifications function.  When I run the resulting installer, partway through the installation I get the following error message:  "Internal error 2902. ixoFileCopy" (see attachment).
    Can anyone suggest why the created installer is doing this, and what I can do about it?
    I'm using LabVIEW 8.6.1.  I'm running the resulting installer on a PC running Windows XP.
    Thanks in advance!
    Attachments:
    installer error.PNG ‏9 KB

    ****message deleted****
    Message Edited by muks on 02-17-2010 03:09 PM

  • Configuration Template Builder gives error when selecting domain

    Hello,
         I'm trying to use the Configuration Template Builder on Solaris to
    create a template. I'm starting the builder like this:
    java -client -jar /bea/weblogic81/common/lib/config.jar -target=template
    When it asks what domain I want to create a template for, I select one
    of my domains, then click on the Next button. After a second or two I
    get the following stacktrace in the console. I then get similar errors
    later in the process.
    java.io.IOException: Unable to resolve input source.
    java.lang.NullPointerException
    at
    com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:860)
    at
    com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:385)
    at
    com.bea.plateng.domain.assignment.JDBCPoolJMSJDBCStoreAssignment.createSourceTree(JDBCPoolJMSJDBCStoreAssignment.java:59)
    at
    com.bea.plateng.domain.assignment.AssignmentTree.buildModel(AssignmentTree.java:335)
    at
    com.bea.plateng.domain.assignment.AssignmentTreeDefinition.createAssignment(AssignmentTreeDefinition.java:302)
    at
    com.bea.plateng.domain.DomainTemplate.getAssignment(DomainTemplate.java:923)
    at
    com.bea.plateng.domain.event.assignment.JMSServerServerAssignmentListener.getJDBCConnectionPool(JMSServerServerAssignmentListener.java:107)
    at
    com.bea.plateng.domain.event.assignment.JMSServerServerAssignmentListener.doAssign(JMSServerServerAssignmentListener.java:50)
    at
    com.bea.plateng.domain.event.assignment.AssignmentTreeListener.vetoableChange(AssignmentTreeListener.java:77)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:188)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:155)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:138)
    at
    com.bea.plateng.common.comdev.TreeDataModel.setAttribute(TreeDataModel.java:191)
    at
    com.bea.plateng.domain.assignment.AssignmentTree$SetInitialSelectionVisitor.visitTree(AssignmentTree.java:1020)
    at
    com.bea.plateng.common.comdev.TreeVisitor.visit(TreeVisitor.java:24)
    at
    com.bea.plateng.common.comdev.PreOrder.preVisit(PreOrder.java:34)
    at
    com.bea.plateng.common.comdev.TreeHelper.depthFirstTraversal(TreeHelper.java:42)
    at
    com.bea.plateng.common.comdev.TreeHelper.depthFirstTraversal(TreeHelper.java:47)
    at
    com.bea.plateng.common.comdev.GeneralTree.accept(GeneralTree.java:220)
    at
    com.bea.plateng.domain.assignment.AssignmentTree.buildModel(AssignmentTree.java:359)
    at
    com.bea.plateng.domain.assignment.AssignmentTreeDefinition.createAssignment(AssignmentTreeDefinition.java:302)
    at
    com.bea.plateng.domain.DomainTemplate.getAssignment(DomainTemplate.java:923)
    at
    com.bea.plateng.domain.DomainChecker.syncAssignments(DomainChecker.java:223)
    at
    com.bea.plateng.domain.TemplateBuilder.buildDomainTemplate(TemplateBuilder.java:1177)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.buildTemplate(TemplateLoaderTask.java:243)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.execute(TemplateLoaderTask.java:160)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.run(TemplateLoaderTask.java:133)
    at java.lang.Thread.run(Thread.java:534)

    I should point out why this is a problem for me. The config.xml of the
    domain I'm tring to make a template for puts relative pathnames for the
    location of some of the components. For example, JMS Event Generators
    are put in the config.xml with a path of "."
    If I run the Config Template Builder from the only directory from which
    it works (the directory with the config.jar file, which is common/lib),
    then these relative paths will not work. I get the error shown below
    when trying to create the template jar:
    Preparing...
    Compressing Configuration Template Contents...
    Configuration Template Creation Failed!
    Configuration Template Location: /bea/user_templates/demoServer1.conf.jar
    Reason: Unable to locate file: ./WLIJmsEG_ResponseGenerator.jar
    Exception:
    com.bea.plateng.domain.GenerationException: Unable to locate file:
    ./WLIJmsEG_ResponseGenerator.jar
         at
    com.bea.plateng.domain.TemplateGenerator.generate(TemplateGenerator.java:173)
         at
    com.bea.plateng.wizard.domain.gui.tasks.DomainCreationTask$1.run(DomainCreationTask.java:222)
    So, I wanted to try and run the Template Builder from the domain's
    directory, but then I get the error shown below.
    Any help is appreciated.
    Steven Ostrowski wrote:
    Note: I only get this error when running the Template Builder in a
    directory other than the /common/lib directory.
    If I run this command in any other directory, I get this error. If I run
    the command in the common/lib directory, I do not get the error.
    Steven Ostrowski wrote:
    Hello,
    I'm trying to use the Configuration Template Builder on Solaris to
    create a template. I'm starting the builder like this:
    java -client -jar /bea/weblogic81/common/lib/config.jar -target=template
    When it asks what domain I want to create a template for, I select one
    of my domains, then click on the Next button. After a second or two I
    get the following stacktrace in the console. I then get similar errors
    later in the process.
    java.io.IOException: Unable to resolve input source.
    java.lang.NullPointerException
    at
    com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:860)
    at
    com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:385)
    at
    com.bea.plateng.domain.assignment.JDBCPoolJMSJDBCStoreAssignment.createSourceTree(JDBCPoolJMSJDBCStoreAssignment.java:59)
    at
    com.bea.plateng.domain.assignment.AssignmentTree.buildModel(AssignmentTree.java:335)
    at
    com.bea.plateng.domain.assignment.AssignmentTreeDefinition.createAssignment(AssignmentTreeDefinition.java:302)
    at
    com.bea.plateng.domain.DomainTemplate.getAssignment(DomainTemplate.java:923)
    at
    com.bea.plateng.domain.event.assignment.JMSServerServerAssignmentListener.getJDBCConnectionPool(JMSServerServerAssignmentListener.java:107)
    at
    com.bea.plateng.domain.event.assignment.JMSServerServerAssignmentListener.doAssign(JMSServerServerAssignmentListener.java:50)
    at
    com.bea.plateng.domain.event.assignment.AssignmentTreeListener.vetoableChange(AssignmentTreeListener.java:77)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:188)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:155)
    at
    com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:138)
    at
    com.bea.plateng.common.comdev.TreeDataModel.setAttribute(TreeDataModel.java:191)
    at
    com.bea.plateng.domain.assignment.AssignmentTree$SetInitialSelectionVisitor.visitTree(AssignmentTree.java:1020)
    at
    com.bea.plateng.common.comdev.TreeVisitor.visit(TreeVisitor.java:24)
    at
    com.bea.plateng.common.comdev.PreOrder.preVisit(PreOrder.java:34)
    at
    com.bea.plateng.common.comdev.TreeHelper.depthFirstTraversal(TreeHelper.java:42)
    at
    com.bea.plateng.common.comdev.TreeHelper.depthFirstTraversal(TreeHelper.java:47)
    at
    com.bea.plateng.common.comdev.GeneralTree.accept(GeneralTree.java:220)
    at
    com.bea.plateng.domain.assignment.AssignmentTree.buildModel(AssignmentTree.java:359)
    at
    com.bea.plateng.domain.assignment.AssignmentTreeDefinition.createAssignment(AssignmentTreeDefinition.java:302)
    at
    com.bea.plateng.domain.DomainTemplate.getAssignment(DomainTemplate.java:923)
    at
    com.bea.plateng.domain.DomainChecker.syncAssignments(DomainChecker.java:223)
    at
    com.bea.plateng.domain.TemplateBuilder.buildDomainTemplate(TemplateBuilder.java:1177)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.buildTemplate(TemplateLoaderTask.java:243)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.execute(TemplateLoaderTask.java:160)
    at
    com.bea.plateng.wizard.domain.tasks.TemplateLoaderTask.run(TemplateLoaderTask.java:133)
    at java.lang.Thread.run(Thread.java:534)

  • Error when i create accounting

    frist of all sorry if i put this message in wrong subject or wrong thread.this is my frist time in forum
    dear all,
    i use ebs r12 12.1.2 os Linux x86-64
    when i create accounting i meet error this log :
    Application Object Library: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FNDWFBG module: Workflow Background Process
    Current system time is 15-APR-2011 01:39:37
    **Starts**15-APR-2011 01:39:37
    **Ends**15-APR-2011 01:39:37
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Successfully resubmitted concurrent program FNDWFBG with request ID 450126 to start at 15-APR-2011 01:53:18 (ROUTINE=AFPSRS)
    Executing request completion options...
    Output is not being printed because:
    The print option has been disabled for this report.
    ------------- 1) PRINT   -------------
    Finished executing request completion options.
    Concurrent request completed successfully
    Current system time is 15-APR-2011 01:39:37
    Subledger Accounting: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XLAACCPB module: Create Accounting
    Current system time is 16-JAN-2012 12:43:15
    XDO Data Engine Version No: 5.6.3
    Resp: 20639
    Org ID : 81
    Request ID: 450125
    All Parameters: P_APPLICATION_ID=200:P_SOURCE_APPLICATION_ID=200:P_DUMMY=Y:P_LEDGER_ID=2023:P_PROCESS_CATEGORY_CODE=PAYMENTS:P_END_DATE="2012/01/10 00:00:00":P_CREATE_ACCOUNTING_FLAG=Y:P_DUMMY_PARAM_1=Y:P_ACCOUNTING_MODE=D:P_DUMMY_PARAM_2=:P_ERRORS_ONLY_FLAG=N:P_REPORT_STYLE=D:P_TRANSFER_TO_GL_FLAG=:P_DUMMY_PARAM_3=:P_POST_IN_GL_FLAG=:P_GL_BATCH_NAME=test11:P_MIN_PRECISION=:P_INCLUDE_ZERO_AMOUNT_LINES=N:P_REQUEST_ID=:P_ENTITY_ID=:P_SOURCE_APPLICATION_NAME=Payables:P_APPLICATION_NAME=Payables:P_LEDGER_NAME=SMI_PL:P_PROCESS_CATEGORY_NAME=Payments:P_CREATE_ACCOUNTING=Yes:P_ACCOUNTING_MODE_NAME=Draft:P_ERRORS_ONLY=No:P_ACCOUNTING_REPORT_LEVEL=Detail:P_TRANSFER_TO_GL=:P_POST_IN_GL=:P_INCLUDE_ZERO_AMT_LINES=No:P_VALUATION_METHOD_CODE=:P_SECURITY_INT_1=:P_SECURITY_INT_2=:P_SECURITY_INT_3=:P_SECURITY_CHAR_1=:P_SECURITY_CHAR_2=:P_SECURITY_CHAR_3=:P_CONC_REQUEST_ID=:P_INCLUDE_USER_TRX_ID_FLAG=N:P_INCLUDE_USER_TRX_IDENTIFIERS=No:DebugFlag=Y:P_USER_ID=1110
    Data Template Code: XLAACCPB
    Data Template Application Short Name: XLA
    Debug Flag: Y
    {P_ACCOUNTING_REPORT_LEVEL=Detail, P_DUMMY=Y, P_ACCOUNTING_MODE_NAME=Draft, P_ERRORS_ONLY_FLAG=N, P_REPORT_STYLE=D, P_GL_BATCH_NAME=test11, P_END_DATE=2012/01/10 00:00:00, P_SECURITY_INT_3=, P_SECURITY_INT_2=, P_SECURITY_INT_1=, P_VALUATION_METHOD_CODE=, P_POST_IN_GL=, P_TRANSFER_TO_GL=, P_TRANSFER_TO_GL_FLAG=, P_INCLUDE_USER_TRX_IDENTIFIERS=No, P_USER_ID=1110, P_PROCESS_CATEGORY_NAME=Payments, P_ERRORS_ONLY=No, P_DUMMY_PARAM_3=, P_SECURITY_CHAR_3=, P_DUMMY_PARAM_2=, P_SECURITY_CHAR_2=, P_DUMMY_PARAM_1=Y, P_SECURITY_CHAR_1=, P_ENTITY_ID=, P_PROCESS_CATEGORY_CODE=PAYMENTS, P_INCLUDE_ZERO_AMT_LINES=No, P_LEDGER_ID=2023, P_POST_IN_GL_FLAG=, P_APPLICATION_ID=200, P_INCLUDE_USER_TRX_ID_FLAG=N, P_APPLICATION_NAME=Payables, P_REQUEST_ID=, P_CONC_REQUEST_ID=, P_LEDGER_NAME=SMI_PL, P_SOURCE_APPLICATION_ID=200, P_CREATE_ACCOUNTING=Yes, P_CREATE_ACCOUNTING_FLAG=Y, P_MIN_PRECISION=, P_SOURCE_APPLICATION_NAME=Payables, P_INCLUDE_ZERO_AMOUNT_LINES=N, P_ACCOUNTING_MODE=D}
    Calling XDO Data Engine...
    [011612_124319140][][STATEMENT] oracle.jdbc.driver.OracleBlobInputStream@179f36b
    [011612_124319242][][STATEMENT] Logger.init(): *** DEBUG MODE IS OFF. ***
    [011612_124319244][][STATEMENT] DataTemplate.getTmpDir(): system-temp-dir property value from DATABASE: /usr/temp
    [011612_124319246][][STATEMENT] Template parsing started...
    [011612_124319389][][STATEMENT] Data Template ......
    [011612_124319389][][STATEMENT] oracle.xml.parser.v2.XMLDocument@19fdbcb
    [011612_124319525][][STATEMENT] Inside properties Parser...
    [011612_124319525][][STATEMENT] db_fetch_size=20
    [011612_124319526][][STATEMENT] Inside parameterParser...
    [011612_124319527][][STATEMENT] Parameter:P_REQUEST_ID Default value:
    [011612_124319527][][STATEMENT] Parameter:P_ENTITY_ID Default value:
    [011612_124319527][][STATEMENT] Parameter:P_SOURCE_APPLICATION_ID Default value:
    [011612_124319527][][STATEMENT] Parameter:P_SOURCE_APPLICATION_NAME Default value:
    [011612_124319527][][STATEMENT] Parameter:P_APPLICATION_ID Default value:
    [011612_124319527][][STATEMENT] Parameter:P_APPLICATION_NAME Default value:
    [011612_124319527][][STATEMENT] Parameter:P_DUMMY Default value:
    [011612_124319527][][STATEMENT] Parameter:P_LEDGER_ID Default value:
    [011612_124319527][][STATEMENT] Parameter:P_LEDGER_NAME Default value:
    [011612_124319527][][STATEMENT] Parameter:P_PROCESS_CATEGORY_CODE Default value:
    [011612_124319528][][STATEMENT] Parameter:P_PROCESS_CATEGORY_NAME Default value:
    [011612_124319528][][STATEMENT] Parameter:P_END_DATE Default value:
    [011612_124319528][][STATEMENT] Parameter:P_CREATE_ACCOUNTING_FLAG Default value:
    [011612_124319528][][STATEMENT] Parameter:P_CREATE_ACCOUNTING Default value:
    [011612_124319528][][STATEMENT] Parameter:P_DUMMY_PARAM_1 Default value:
    [011612_124319528][][STATEMENT] Parameter:P_ACCOUNTING_MODE Default value:
    [011612_124319528][][STATEMENT] Parameter:P_DUMMY_PARAM_2 Default value:
    [011612_124319528][][STATEMENT] Parameter:P_ERRORS_ONLY_FLAG Default value:
    [011612_124319528][][STATEMENT] Parameter:P_REPORT_STYLE Default value:
    [011612_124319528][][STATEMENT] Parameter:P_ACCOUNTING_MODE_NAME Default value:
    [011612_124319528][][STATEMENT] Parameter:P_ERRORS_ONLY Default value:
    [011612_124319528][][STATEMENT] Parameter:P_ACCOUNTING_REPORT_LEVEL Default value:
    [011612_124319529][][STATEMENT] Parameter:P_TRANSFER_TO_GL_FLAG Default value:
    [011612_124319529][][STATEMENT] Parameter:P_TRANSFER_TO_GL Default value:
    [011612_124319529][][STATEMENT] Parameter:P_DUMMY_PARAM_3 Default value:
    [011612_124319529][][STATEMENT] Parameter:P_POST_IN_GL_FLAG Default value:
    [011612_124319529][][STATEMENT] Parameter:P_POST_IN_GL Default value:
    [011612_124319529][][STATEMENT] Parameter:P_GL_BATCH_NAME Default value:
    [011612_124319529][][STATEMENT] Parameter:P_MIN_PRECISION Default value:
    [011612_124319529][][STATEMENT] Parameter:P_INCLUDE_ZERO_AMOUNT_LINES Default value:
    [011612_124319529][][STATEMENT] Parameter:P_INCLUDE_ZERO_AMT_LINES Default value:
    [011612_124319530][][STATEMENT] Parameter:P_VALUATION_METHOD_CODE Default value:
    [011612_124319530][][STATEMENT] Parameter:P_SECURITY_INT_1 Default value:
    [011612_124319530][][STATEMENT] Parameter:P_SECURITY_INT_2 Default value:
    [011612_124319530][][STATEMENT] Parameter:P_SECURITY_INT_3 Default value:
    [011612_124319530][][STATEMENT] Parameter:P_SECURITY_CHAR_1 Default value:
    [011612_124319530][][STATEMENT] Parameter:P_SECURITY_CHAR_2 Default value:
    [011612_124319530][][STATEMENT] Parameter:P_SECURITY_CHAR_3 Default value:
    [011612_124319530][][STATEMENT] Parameter:P_CONC_REQUEST_ID Default value:
    [011612_124319531][][STATEMENT] Parameter:P_INCLUDE_USER_TRX_ID_FLAG Default value:
    [011612_124319531][][STATEMENT] Parameter:P_INCLUDE_USER_TRX_IDENTIFIERS Default value:
    [011612_124319531][][STATEMENT] Parameter:P_USER_ID Default value:
    [011612_124319531][][STATEMENT] Inside dataQueryParser...
    [011612_124319535][][STATEMENT] Inside dataStructureParser...
    [011612_124319540][][STATEMENT] Group ...report
    [011612_124319541][][STATEMENT] Group ...APPLICATION
    [011612_124319542][][STATEMENT] Group ...APPLICATION_FLAG
    [011612_124319543][][STATEMENT] Group ...NO_ACTION_EVT
    [011612_124319544][][STATEMENT] Group ...ACCT_PROG_ERRORS
    [011612_124319545][][STATEMENT] Group ...EVENT_CLASS_S
    [011612_124319545][][STATEMENT] Group ...LEDGER_S
    [011612_124319546][][STATEMENT] Group ...BALANCE_TYPE_S
    [011612_124319547][][STATEMENT] Group ...EVENT
    [011612_124319548][][STATEMENT] Group ...AE_HEADERS
    [011612_124319550][][STATEMENT] Group ...AE_LINES
    [011612_124319551][][STATEMENT] Group ...AE_ERRORS
    [011612_124319552][][STATEMENT] Group ...NO_ENTRY_EVENTS
    [011612_124319553][][STATEMENT] Template parsing completed...
    [011612_124319553][][STATEMENT] Setting Data Template
    [011612_124319553][][STATEMENT] Setting JDBC Connection
    [011612_124319576][][STATEMENT] Paramter :P_REQUEST_ID Value :
    [011612_124319642][][STATEMENT] Paramter :P_ENTITY_ID Value :
    [011612_124319642][][STATEMENT] Paramter :P_SOURCE_APPLICATION_ID Value :200
    [011612_124319642][][STATEMENT] Paramter :P_SOURCE_APPLICATION_NAME Value :Payables
    [011612_124319642][][STATEMENT] Paramter :P_APPLICATION_ID Value :200
    [011612_124319642][][STATEMENT] Paramter :P_APPLICATION_NAME Value :Payables
    [011612_124319642][][STATEMENT] Paramter :P_DUMMY Value :Y
    [011612_124319642][][STATEMENT] Paramter :P_LEDGER_ID Value :2023
    [011612_124319642][][STATEMENT] Paramter :P_LEDGER_NAME Value :SMI_PL
    [011612_124319643][][STATEMENT] Paramter :P_PROCESS_CATEGORY_CODE Value :PAYMENTS
    [011612_124319643][][STATEMENT] Paramter :P_PROCESS_CATEGORY_NAME Value :Payments
    [011612_124319658][][STATEMENT] Paramter :P_END_DATE Value :2012/01/10 00:00:00
    [011612_124319658][][STATEMENT] Paramter :P_CREATE_ACCOUNTING_FLAG Value :Y
    [011612_124319658][][STATEMENT] Paramter :P_CREATE_ACCOUNTING Value :Yes
    [011612_124319658][][STATEMENT] Paramter :P_DUMMY_PARAM_1 Value :Y
    [011612_124319658][][STATEMENT] Paramter :P_ACCOUNTING_MODE Value :D
    [011612_124319658][][STATEMENT] Paramter :P_DUMMY_PARAM_2 Value :
    [011612_124319658][][STATEMENT] Paramter :P_ERRORS_ONLY_FLAG Value :N
    [011612_124319658][][STATEMENT] Paramter :P_REPORT_STYLE Value :D
    [011612_124319658][][STATEMENT] Paramter :P_ACCOUNTING_MODE_NAME Value :Draft
    [011612_124319658][][STATEMENT] Paramter :P_ERRORS_ONLY Value :No
    [011612_124319658][][STATEMENT] Paramter :P_ACCOUNTING_REPORT_LEVEL Value :Detail
    [011612_124319658][][STATEMENT] Paramter :P_TRANSFER_TO_GL_FLAG Value :
    [011612_124319658][][STATEMENT] Paramter :P_TRANSFER_TO_GL Value :
    [011612_124319659][][STATEMENT] Paramter :P_DUMMY_PARAM_3 Value :
    [011612_124319659][][STATEMENT] Paramter :P_POST_IN_GL_FLAG Value :
    [011612_124319659][][STATEMENT] Paramter :P_POST_IN_GL Value :
    [011612_124319659][][STATEMENT] Paramter :P_GL_BATCH_NAME Value :test11
    [011612_124319750][][STATEMENT] Paramter :P_MIN_PRECISION Value :
    [011612_124319751][][STATEMENT] Paramter :P_INCLUDE_ZERO_AMOUNT_LINES Value :N
    [011612_124319751][][STATEMENT] Paramter :P_INCLUDE_ZERO_AMT_LINES Value :No
    [011612_124319751][][STATEMENT] Paramter :P_VALUATION_METHOD_CODE Value :
    [011612_124319772][][STATEMENT] Paramter :P_SECURITY_INT_1 Value :
    [011612_124319837][][STATEMENT] Paramter :P_SECURITY_INT_2 Value :
    [011612_124319891][][STATEMENT] Paramter :P_SECURITY_INT_3 Value :
    [011612_124319891][][STATEMENT] Paramter :P_SECURITY_CHAR_1 Value :
    [011612_124319891][][STATEMENT] Paramter :P_SECURITY_CHAR_2 Value :
    [011612_124319892][][STATEMENT] Paramter :P_SECURITY_CHAR_3 Value :
    [011612_124319958][][STATEMENT] Paramter :P_CONC_REQUEST_ID Value :
    [011612_124319958][][STATEMENT] Paramter :P_INCLUDE_USER_TRX_ID_FLAG Value :N
    [011612_124319958][][STATEMENT] Paramter :P_INCLUDE_USER_TRX_IDENTIFIERS Value :No
    [011612_124319958][][STATEMENT] Paramter :P_USER_ID Value :1110
    [011612_124319958][][STATEMENT] Setting Parameters
    [011612_124319958][][STATEMENT] Setting Parameters
    [011612_124319960][][STATEMENT] Start process Data
    [011612_124319960][][STATEMENT] Process Data ...
    [011612_124319966][][STATEMENT] Executing data triggers...
    [011612_124319966][][STATEMENT] BEGIN
    XLA_CREATE_ACCT_RPT_PVT.P_REQUEST_ID := :P_REQUEST_ID ;
    XLA_CREATE_ACCT_RPT_PVT.P_ENTITY_ID := :P_ENTITY_ID ;
    XLA_CREATE_ACCT_RPT_PVT.P_SOURCE_APPLICATION_ID := :P_SOURCE_APPLICATION_ID ;
    XLA_CREATE_ACCT_RPT_PVT.P_SOURCE_APPLICATION_NAME := :P_SOURCE_APPLICATION_NAME ;
    XLA_CREATE_ACCT_RPT_PVT.P_APPLICATION_ID := :P_APPLICATION_ID ;
    XLA_CREATE_ACCT_RPT_PVT.P_APPLICATION_NAME := :P_APPLICATION_NAME ;
    XLA_CREATE_ACCT_RPT_PVT.P_DUMMY := :P_DUMMY ;
    XLA_CREATE_ACCT_RPT_PVT.P_LEDGER_ID := :P_LEDGER_ID ;
    XLA_CREATE_ACCT_RPT_PVT.P_LEDGER_NAME := :P_LEDGER_NAME ;
    XLA_CREATE_ACCT_RPT_PVT.P_PROCESS_CATEGORY_CODE := :P_PROCESS_CATEGORY_CODE ;
    XLA_CREATE_ACCT_RPT_PVT.P_PROCESS_CATEGORY_NAME := :P_PROCESS_CATEGORY_NAME ;
    XLA_CREATE_ACCT_RPT_PVT.P_END_DATE := :P_END_DATE ;
    XLA_CREATE_ACCT_RPT_PVT.P_CREATE_ACCOUNTING_FLAG := :P_CREATE_ACCOUNTING_FLAG ;
    XLA_CREATE_ACCT_RPT_PVT.P_CREATE_ACCOUNTING := :P_CREATE_ACCOUNTING ;
    XLA_CREATE_ACCT_RPT_PVT.P_DUMMY_PARAM_1 := :P_DUMMY_PARAM_1 ;
    XLA_CREATE_ACCT_RPT_PVT.P_ACCOUNTING_MODE := :P_ACCOUNTING_MODE ;
    XLA_CREATE_ACCT_RPT_PVT.P_DUMMY_PARAM_2 := :P_DUMMY_PARAM_2 ;
    XLA_CREATE_ACCT_RPT_PVT.P_ERRORS_ONLY_FLAG := :P_ERRORS_ONLY_FLAG ;
    XLA_CREATE_ACCT_RPT_PVT.P_REPORT_STYLE := :P_REPORT_STYLE ;
    XLA_CREATE_ACCT_RPT_PVT.P_ACCOUNTING_MODE_NAME := :P_ACCOUNTING_MODE_NAME ;
    XLA_CREATE_ACCT_RPT_PVT.P_ERRORS_ONLY := :P_ERRORS_ONLY ;
    XLA_CREATE_ACCT_RPT_PVT.P_ACCOUNTING_REPORT_LEVEL := :P_ACCOUNTING_REPORT_LEVEL ;
    XLA_CREATE_ACCT_RPT_PVT.P_TRANSFER_TO_GL_FLAG := :P_TRANSFER_TO_GL_FLAG ;
    XLA_CREATE_ACCT_RPT_PVT.P_TRANSFER_TO_GL := :P_TRANSFER_TO_GL ;
    XLA_CREATE_ACCT_RPT_PVT.P_DUMMY_PARAM_3 := :P_DUMMY_PARAM_3 ;
    XLA_CREATE_ACCT_RPT_PVT.P_POST_IN_GL_FLAG := :P_POST_IN_GL_FLAG ;
    XLA_CREATE_ACCT_RPT_PVT.P_POST_IN_GL := :P_POST_IN_GL ;
    XLA_CREATE_ACCT_RPT_PVT.P_GL_BATCH_NAME := :P_GL_BATCH_NAME ;
    XLA_CREATE_ACCT_RPT_PVT.P_MIN_PRECISION := :P_MIN_PRECISION ;
    XLA_CREATE_ACCT_RPT_PVT.P_INCLUDE_ZERO_AMOUNT_LINES := :P_INCLUDE_ZERO_AMOUNT_LINES ;
    XLA_CREATE_ACCT_RPT_PVT.P_INCLUDE_ZERO_AMT_LINES := :P_INCLUDE_ZERO_AMT_LINES ;
    XLA_CREATE_ACCT_RPT_PVT.P_VALUATION_METHOD_CODE := :P_VALUATION_METHOD_CODE ;
    XLA_CREATE_ACCT_RPT_PVT.P_SECURITY_INT_1 := :P_SECURITY_INT_1 ;
    XLA_CREATE_ACCT_RPT_PVT.P_SECURITY_INT_2 := :P_SECURITY_INT_2 ;
    XLA_CREATE_ACCT_RPT_PVT.P_SECURITY_INT_3 := :P_SECURITY_INT_3 ;
    XLA_CREATE_ACCT_RPT_PVT.P_SECURITY_CHAR_1 := :P_SECURITY_CHAR_1 ;
    XLA_CREATE_ACCT_RPT_PVT.P_SECURITY_CHAR_2 := :P_SECURITY_CHAR_2 ;
    XLA_CREATE_ACCT_RPT_PVT.P_SECURITY_CHAR_3 := :P_SECURITY_CHAR_3 ;
    XLA_CREATE_ACCT_RPT_PVT.P_CONC_REQUEST_ID := :P_CONC_REQUEST_ID ;
    XLA_CREATE_ACCT_RPT_PVT.P_INCLUDE_USER_TRX_ID_FLAG := :P_INCLUDE_USER_TRX_ID_FLAG ;
    XLA_CREATE_ACCT_RPT_PVT.P_INCLUDE_USER_TRX_IDENTIFIERS := :P_INCLUDE_USER_TRX_IDENTIFIERS ;
    XLA_CREATE_ACCT_RPT_PVT.P_USER_ID := :P_USER_ID ;
    :XDO_OUT_PARAMETER := 1;
    END;
    [011612_124319966][][STATEMENT] 1:null :
    [011612_124319966][][STATEMENT] 2:null :
    [011612_124319967][][STATEMENT] 3:200 :
    [011612_124319967][][STATEMENT] 4:Payables :
    [011612_124319967][][STATEMENT] 5:200 :
    [011612_124319967][][STATEMENT] 6:Payables :
    [011612_124319967][][STATEMENT] 7:Y :
    [011612_124319967][][STATEMENT] 8:2023 :
    [011612_124319967][][STATEMENT] 9:SMI_PL :
    [011612_124319967][][STATEMENT] 10:PAYMENTS :
    [011612_124319967][][STATEMENT] 11:Payments :
    [011612_124319968][][STATEMENT] 12:2012-01-10 00:00:00.0 :
    [011612_124319968][][STATEMENT] 13:Y :
    [011612_124319968][][STATEMENT] 14:Yes :
    [011612_124319968][][STATEMENT] 15:Y :
    [011612_124319968][][STATEMENT] 16:D :
    [011612_124319968][][STATEMENT] 17: :
    [011612_124319968][][STATEMENT] 18:N :
    [011612_124319968][][STATEMENT] 19:D :
    [011612_124319968][][STATEMENT] 20:Draft :
    [011612_124319968][][STATEMENT] 21:No :
    [011612_124319968][][STATEMENT] 22:Detail :
    [011612_124319968][][STATEMENT] 23: :
    [011612_124319968][][STATEMENT] 24: :
    [011612_124319968][][STATEMENT] 25: :
    [011612_124319968][][STATEMENT] 26: :
    [011612_124319968][][STATEMENT] 27: :
    [011612_124319968][][STATEMENT] 28:test11 :
    [011612_124319969][][STATEMENT] 29:null :
    [011612_124319969][][STATEMENT] 30:N :
    [011612_124319969][][STATEMENT] 31:No :
    [011612_124319969][][STATEMENT] 32: :
    [011612_124319969][][STATEMENT] 33:null :
    [011612_124319969][][STATEMENT] 34:null :
    [011612_124319969][][STATEMENT] 35:null :
    [011612_124319969][][STATEMENT] 36: :
    [011612_124319969][][STATEMENT] 37: :
    [011612_124319969][][STATEMENT] 38: :
    [011612_124319969][][STATEMENT] 39:null :
    [011612_124319969][][STATEMENT] 40:N :
    [011612_124319969][][STATEMENT] 41:No :
    [011612_124319969][][STATEMENT] 42:1110 :
    [011612_124319971][][STATEMENT] Executing data triggers...
    [011612_124319971][][STATEMENT] Declare
    l_flag Boolean;
    BEGIN
    l_flag := XLA_CREATE_ACCT_RPT_PVT.BeforeReport ;
    if (l_flag) then
    :XDO_OUT_PARAMETER := 1;
    end if;
    end;
    [011612_124319994][][EXCEPTION] SQLException encounter while executing data trigger....
    java.sql.SQLException: ORA-20001: -: XLA-95103: An internal error occurred. Please inform your system administrator or support representative that:
    An internal error has occurred in the program xla_create_acct_rpt_pvt.BeforeReport . ORA-20001: -: XLA-95103: An internal error occurred.
    ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.XLA_EXCEPTIONS_PKG", line 110
    ORA-06512: at "APPS.XLA_EXCEPTIONS_PKG", line 289
    ORA-06512: at "APPS.XLA_EXCEPTIONS_PKG", line 162
    ORA-06512: at "APPS.XLA_CREATE_ACCT_RPT_PVT", line 275
    ORA-06512: at line 4
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:191)
         at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:950)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1225)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3387)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3488)
         at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:3857)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
         at oracle.apps.xdo.dataengine.XMLPGEN.executeTriggers(XMLPGEN.java:650)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:263)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:334)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:294)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    Oracle error 20100: java.sql.SQLException: ORA-20100: Error: FND_FILE failure. Unable to create file, o0010400.tmp in the directory, /usr/tmp.
    You will find more information in the request log.
    ORA-06512: at "APPS.FND_FILE", line 417
    ORA-06512: at "APPS.FND_FILE", line 526
    ORA-06512: at "APPS.FND_CONCURRENT", line 1328
    ORA-06512: at line 1
    has been detected in FND_CONCURRENT.SET_INTERIM_STATUS.+---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 450125 on node ORAAPPS at 16-JAN-2012 12:43:20.
    Post-processing of request 450125 failed at 16-JAN-2012 12:43:21 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 16-JAN-2012 12:43:21
    anyone have same problem and already solving ??
    Thanks,
    Mahardika

    [011612_124319994][][EXCEPTION] SQLException encounter while executing data trigger....
    java.sql.SQLException: ORA-20001: -: XLA-95103: An internal error occurred. Please inform your system administrator or support representative that:
    An internal error has occurred in the program xla_create_acct_rpt_pvt.BeforeReport . ORA-20001: -: XLA-95103: An internal error occurred.
    ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.XLA_EXCEPTIONS_PKG", line 110
    ORA-06512: at "APPS.XLA_EXCEPTIONS_PKG", line 289
    ORA-06512: at "APPS.XLA_EXCEPTIONS_PKG", line 162
    ORA-06512: at "APPS.XLA_CREATE_ACCT_RPT_PVT", line 275
    ORA-06512: at line 4Please make sure you have no invalid objects.
    Please also see these docs.
    R12: Ap Invoice Online Accounting with Final Post Ends With Errors ORA-20001 XLA-95103 [ID 853424.1]
    FAACCPB Create Accounting Internal Error xla_create_acct_rpt_pvt.BeforeReport [ID 783493.1]
    CSTCRACC Create Accounting Err ORA-20001 Xla-95103 Internal Error Occurred ORA-01400 [ID 1309124.1]
    CSTCRACC - Create Accounting - Cost Management Completes With Errors: java.sql.SQLException, ORA-20001, XLA-95103 [ID 1252703.1]
    Create Accounting Concurrent Program Errors - ORA-20001 XLA-95103 [ID 1392267.1]
    Create Accounting Error Due To Invalid Package Apps.Ap_payment_extract_details_v [ID 1366269.1]
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 450125 on node ORAAPPS at 16-JAN-2012 12:43:20.
    Post-processing of request 450125 failed at 16-JAN-2012 12:43:21 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Also check OPP log file ($APPLCSF/$APPLLOG/FNDOPP* file).
    Thanks,
    Hussein

  • Sharepoint-Hosted App giving FORBIDDEN error when i use REST Api

    Hi,
    I have created a sharepoint hosted app which will create Team site on button click.
    I used REST Api  and  NAPA Tool to develop this app.
    Napa tool gives to things ClientWebpart.aspx and Default.aspx.
    When i run my Default.aspx code is working fine but ClientWebpart.aspx is giving FORBIDDEN error when i am trying to create site.
    Below is the code which i used to create site
    code:
    var hostweburl;
    var appweburl;
    $(document).ready(function () {
    hostweburl= decodeURIComponent(getQueryStringParameter("SPHostUrl"));
    appweburl = decodeURIComponent(getQueryStringParameter("SPAppWebUrl"));
    function createSPWeb() {
    $.ajax(
    url: appweburl +
    "/_api/SP.AppContextSite(@target)/web/webinfos/add?@target='" +
    hostweburl + "'",
    type: "POST",
    data: JSON.stringify(
    'parameters':
    '__metadata': { 'type': 'SP.WebInfoCreationInformation' },
    'Url': 'RestSubWeb',
    'Title': 'RestSubWeb',
    'Description': 'REST created web',
    'Language': 1033,
    'WebTemplate': 'sts#0',
    'UseUniquePermissions': false
    headers: {
    "accept": "application/json;odata=verbose",
    "content-type": "application/json;odata=verbose",
    "X-RequestDigest": $("#__REQUESTDIGEST").val()
    success: successHandler,
    error: errorHandler
    NOTE:This is on sharepoint online.
    Please help
    Regards,
    sudeep

    So in the app you are testing, are you using the FQDN or the NetBIOS name? Bad practice but could you test with both (hard code the absolute URL for testing purposes) then retest your app?
    If you are making a web part based on the new app model this will be an "app part" and probably have the same issues you are experiencing. If this is for something internal rather than a product you are developing to resell then the script editor /
    content editor web part approach could work for you.
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Error when I created a New DataSet on BI Publisher

    When I create a Dataset and i used a Query Builder.
    I used the database of SH. When I used only one table like Products I can see the results. But when I used more tables like Products and Sales and I created their joins with product_id and when I want to view the results. I have the next error.
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    What it's the reason of this problem?
    Thank you for your help.

    What does the application log show?
    root part of your install\oc4j_bi\j2ee\home\application-deployments\xmlpserver\application.log

  • Unknown app pool name error when ran: Invoke-MonitoringProbe -Identity Outlook.Proxy\OutlookProxyTestProbe

    Got this error for one of  our supported Exchange 2013 environments, outlook.proxy healthset showed alert state; got the same error when I ran the probe on another box whose healthset showed as healthy.
    Questions:
    What does unknown app pool mean? how to fix it?
    Why the other server is not affected by this probe and its state is still healthy? I checked there was no monitor override for this healthset. This healthset has only 1 probe.
    [PS] C:\Windows\system32>Get-MonitoringItemIdentity -Identity outlook.proxy -server <servername>|select name, itemtype
    Name                                                                                                          
    ItemType
    OutlookProxyTestProbe                                                                                            
    Probe
    OutlookProxyTestMonitor                                                                                        
    Monitor
    OutlookProxyTestRecycleAppPool                                                                               
    Responder
    OutlookProxyTestOffline                                                                                      
    Responder
    OutlookProxyTestOfflineFailedEscalate                                                                        
    Responder
    OutlookProxyTestEscalate                                                                                     
    Responder
    [PS] C:\Windows\system32>Invoke-MonitoringProbe -Identity Outlook.Proxy\OutlookProxyTestProbe -server <servername>|fl
    Creating a new session for implicit remoting of "Invoke-MonitoringProbe" command...
    RunspaceId         : 9e2a7e07-e833-43d1-8367-2da128ba83e0
    Server             : <servername>
    MonitorIdentity    : Outlook.Proxy\OutlookProxyTestProbe
    RequestId          : e24b770d-47c0-4c23-b028-2824141a7131
    ExecutionStartTime : 5/1/2014 2:08:38 AM
    ExecutionEndTime   : 5/1/2014 2:08:38 AM
    Error              : Unknown app pool name:
    Exception          : System.InvalidOperationException: Unknown app pool name:
                            at Microsoft.Exchange.Monitoring.ActiveMonitoring.ClientAccess.CafeProtocols.Get(String
                         appPool)
                            at Microsoft.Exchange.Monitoring.ActiveMonitoring.ClientAccess.CafeLocalProbe.DoWork(Cancellati
                         onToken cancellationToken)
                            at Microsoft.Office.Datacenter.WorkerTaskFramework.WorkItem.Execute(CancellationToken
                         joinedToken)
                            at
                         Microsoft.Office.Datacenter.WorkerTaskFramework.WorkItem.<>c__DisplayClass2.<StartExecuting>b__0()
                            at System.Threading.Tasks.Task.Execute()
    PoisonedCount      : 0
    ExecutionId        : 25463867
    SampleValue        : 0
    ExecutionContext   : probe defined timeout=60000ms, actual timeout=60000ms, http request timeout=59000ms
    FailureContext     :
    ExtensionXml       :
    ResultType         : Failed
    RetryCount         : 0
    ResultName         : e24b770d47c04c23b0282824141a7131-OutlookProxyTestProbe
    IsNotified         : False
    ResultId           : 11678198
    ServiceName        : InvokeNow
    StateAttribute1    :
    StateAttribute2    :
    StateAttribute3    :
    StateAttribute4    :
    StateAttribute5    :
    StateAttribute6    : 0
    StateAttribute7    : 0
    StateAttribute8    : 0
    StateAttribute9    : 0
    StateAttribute10   : 0
    StateAttribute11   :
    StateAttribute12   :
    StateAttribute13   :
    StateAttribute14   :
    StateAttribute15   :
    StateAttribute16   : 0
    StateAttribute17   : 0
    StateAttribute18   : 0
    StateAttribute19   : 0
    StateAttribute20   : 0
    StateAttribute21   :
    StateAttribute22   :
    StateAttribute23   :
    StateAttribute24   :
    StateAttribute25   :
    Identity           : b508b529bed3427a9ad7af1e6b64ad02
    IsValid            : True
    ObjectState        : New

    I have the same thing for Autodiscover.Proxy\AutodiscoverProxyTestProbe.
    Did you ever find a solution?

  • DPS App Builder Login Fail when start in Folio Builder

    After using Adobe Viewer to preview and check everything is OK in my folio, I clicked on "Create App" in Folio Builder.  DPS App Builder then returns with "Sign in failed, please try again".  If I start DPS App Builder individually, I can sign-in with my CC account without any problem.  What is the problem?  I used them on my machine to try to build apps and it actually worked before.

    Bob
    Yeah, I am a full CC and active subscriber. The install of App Builder was fresh, just did the update. I'll throw some new twists into the mix here, and I think it at least begins to narrow the landscape of the issue, but only to the degree that I think it isolated.
    This problem issue, and a similar issue on another Mac where there is a sign in failure in App Builder, are all on managed computers, ones that my employer controls the admin [Univeristy]. On students' personal Macs, and my personal Mac at home, all is just fine, in fact just built a test app a few minutes ago. To me at least, this seems to be an issue of the App Builder not playing well in these kinds of user situations, namely when the user logged in has no admin control over the computer itself, only managed use of an account.
    I will be consulting with my IT support, but honestly I think I am the one out in front on the DPS here and they may not be able to help at all. Which is bad since this course has a requirement that the students build their DPS app, test it and submit to the app store, but not all have Macs to use of thier own. I will also submit a question to Adobe regarding this.
    Thanks for your help. I'll post the outcome.

Maybe you are looking for

  • Syncing more than one photo album

    I am using iTunes to sync photos to my iPad. I have successfully synced one album to my iPad but when I try to upload another album it erases the photos already synced. How can I put all the desired photos on my iPad without erasing what I have alrea

  • How do we remove GST / Tax from a manual order?

    Hi, Does anyone know how we can remove GST from a manual order? The tax is greyed out at 10% and can't be changed but this customer is an overseas customer that pays our Australian pricing but does not pay tax. Any ideas?

  • Photoshop Elements 11 with Windows 8 64 bits

    I have seen that Photoshop Elements 11 and Premiere Elements 11 are compatible with Windows 8.1; is that correct also for Windows 8.4 64 bits or only for the 32 bits version? Thank you. MM

  • Open a new window when branching to another page in the application

    I have an existing Apex 4.2 application that uses buttons to direct users to other pages in the application The users want to be able to open a second ( or possibly) 3rd window or maybe a second tab Is there a way to code his?

  • Problem with struts-faces.jar

    hi, My requirement is to migrate a struts application to jsf. I am using the struts-faces.jar and doing all the configurations as mentioned.I am getting the following error while calling the application itself.. java.lang.ClassNotFoundException: org.