Internal Error has occured, Check the log file

Hello all,
After i login to my OEM grid console, i get the message
"Internal Error has occured. Check the log file for details."
once i press the OK button, i directs me to the home page as if noting has occured. I was happening rarely previosly and now its a regular thing.
Which log file am i supposed to check?
TIA,
Jj

Hey:
I know it was a month ago when you posted. I'm getting the same messages now. Win 2K3, SP2 + all patches. Walked through basic install with Oracle's help. They're interested in emoms.trc/log and the alert log (although the alert log has been clear).
Thx
Tony

Similar Messages

  • C1001: An internal error has occurred in the compiler on WEC2013 in VS2013

    Has anyone experienced random internal compiler errors:
    BUILD: [02:0000013759:ERRORE] c:\wince800\osdesigns\mytidevkit\mytidevkit\wince800\am33x_evm_bsp_armv7_retail\cesysgen\sdk\inc\crt\string.h(189) : fatal error C1001: An internal error has occurred in the compiler. {log="C:\WINCE800\platform\AM33X_EVM_BSP\SRC\DRIVERS\sd45\bldsys.log(1062)"}
    BUILD: [02:0000014134:ERRORE] NMAKE : fatal error U1077: 'C:\WINCE800\sdk\bin\i386\ARM\cl.exe' : return code '0x1' {log="C:\WINCE800\platform\AM33X_EVM_BSP\SRC\DRIVERS\sd45\bldsys.log(1063)"}

    I experienced it in earlier WEC2013. i fixed it by disabling the code anaysis option from sources.cmn file. Just check the following variable is enabled in sources.cmn of your BSP. 
    CODE_ANALYSIS=1
    if enabled, clear it like this
    CODE_ANALYSIS=
    and try again
    Please mark as answer, if it is correct.
    Please vote,if it is helpful post.
    Vinoth.R
    http://vinoth-vinothblog.blogspot.com
    http://www.e-consystems.com/windowsce.asp

  • Internal error has occurred in the program xla_accounting_engine_pkg.RunPAD

    Hi;
    I have upgrade R12.0.4 to R12.0.6 on linux system.
    But it seems running slower than before, and when running the request "Create Accounting", I encontered an error as follow:
    "An internal error occurred. Please inform your system administrator or support representative that:
    An internal error has occurred in the program xla_accounting_engine_pkg.RunPAD."
    I tried to solve the problem, followed the metalink note 466074.1, but It did not work:
    https://metalink2.oracle.com/metalink/plsql/f?p=130:14:4238294359615099028::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,466074.1,1,1,1,helvetica
    Is anyone know how i can do now?
    Thanks
    Edited by: user569417 on 2009-3-9 下午10:02

    Hi,
    Did the concurrent program 'Validate Application Accounting Definitions' complete successfully? If yes, I suggest you enable FND debug to collect more details about the error.
    Note: 458371.1 - R12: How To Get Level 12 Trace And FND Debug File For Concurrent Programs
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=458371.1
    Note: 787727.1 - How to Obtain Debug Log in R12
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=787727.1
    Regards,
    Hussein

  • An internal error has occured in the secLdap plugin

    I am facing an issue that I can not login to the BOE via LDAP authentification. The error returned in a message box is as follows:
    "An internal error has occured in the secLdap plugin."
    I tried to login to the Enterprise server from two different workstations, and it works fine. It happens only from a specific station, and it also means, that a different user can not login from that workstation. So I took traces of the communication between the workstation and the BOE, and found, that the LDAP bind request is successful, but the following GIOP request from my workstation
    to 'ContinueLogon' is answered by the BOE with a GIOP 'User Exception'.
    The exception id has a little more details and reads as follows: IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2
    In a trace where the user logon request is answered correctly, this error returned from the BOE is not seen. By the way, I tested the same with completely disabled firewalls, did a complete re-install and SP install without success. I also tried two different product license keys. I am running on Windows XP, and Crystal Reports Developer v10 installation: CR Developer Product Version 10.0.5.1506 (Crystal 10 with SP6 (cr10win_en_sp6)).
    I am out of ideas now. Any suggestions would be greatly appreciated.
    Reagrds,
    Christian

    This error generally occurs when there is a patch difference on the client machine from the server machine.
    Check the version of "secldap.dll".
    1. Go to the "<installation directory of BO>:\Program Files\Business Objects\Business Objects Enterprise 11.5\ win32_x86\plugins\auth\secLDAP"
    2. Right click on the file secldap.dll and go to Properties.
    3. Select the version tab and check the file version.    
    Check the same on both the client and server machines, if it is different bring the client machine to the same patch level as of the server. 
    Regards,
    Anisa

  • Error C1001: An internal error has occurred in the compiler.

    Hello,
    I'm trying to a old project (VC6++) on Visual Studio 2013.But it gives me an error i don't know how to solve.I've searched google but can't find any solutions.
    Here is an error:
    Error 1
    error C1001: An internal error has occurred in the compiler.
    C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\mutex
    46 1
    Shared
    Compiler Output
    1>------ Build started: Project: Shared, Configuration: Release Win32 ------
    1> stdafx.cpp
    1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\mutex(46): fatal error C1001: An internal error has occurred in the compiler.
    1> (compiler file 'msc1.cpp', line 1325)
    1> To work around this problem, try simplifying or changing the program near the locations listed above.
    1> Please choose the Technical Support command on the Visual C++
    1> Help menu, or open the Technical Support help file for more information
    1> INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe'
    1> Please choose the Technical Support command on the Visual C++
    1> Help menu, or open the Technical Support help file for more information
    2>------ Build started: Project: AIServer, Configuration: Release Win32 ------
    2> StdAfx.cpp
    2>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\mutex(46): fatal error C1001: An internal error has occurred in the compiler.
    2> (compiler file 'msc1.cpp', line 1325)
    2> To work around this problem, try simplifying or changing the program near the locations listed above.
    2> Please choose the Technical Support command on the Visual C++
    2> Help menu, or open the Technical Support help file for more information
    2> INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe'
    2> Please choose the Technical Support command on the Visual C++
    2> Help menu, or open the Technical Support help file for more information
    ========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
    I've tried on Visual Studio 2012 successfull but on Visual Studio 2013 gives me that error.
    How can i solve this ?
    Thanks...
    [Sorry About English]
    mbpakalin.net

    One thing that smells a little funny:  VC6 didn't have a mutex header.  Did you add std::mutex stuff as part of your porting process?  If not, it is possible that the project itself has a #include <mutex> that is now resolving to the
    standard library version of mutex, but was resolving to a project file in VC6.

  • LDAP configuration - An internal error has occurred in the secLdap plug-in

    Hi,
    I am trying to configure my BOE to a LDAP (Microsoft Active Directory Application).
    After completing all the configuration steps, I get the following error:
    "An internal error has occurred in the secLdap plug-in"
    I chose "No SSL" and "No SSO" and used all the default values in the "Please configure how new LDAP users and aliases are created by BusinessObjects Enterprise" screen.
    Can someone assist?
    -Doron

    Hi,
    I'm having the same type of problem as Doran authenticating against LDAP.
    The LDAP configuration is syntactically clean, not sure whether it is correct though.
    Adding LDAP groups failed miserably for all listed entries, see below in Config Parms:
    Configuring without LDAP groups fails with the Login Error,
    Login Error Message:               Account Information Not Recognized: LDAP Authentication could not log you on.
                                          Please make sure your logon information is correct.
                                          If your account is under any root other than dc=lgc,dc=com you must enter your dn.
                                          (FWM 00007)
    The DN for my local account,
    uid=hb37406,ou=people,o=hou,dc=lgc,dc=com
    Crystal Report Server 2008 authenticated against an Sun iPlanet LDAP Server.
    Build Date:         2008/09/13:08:31:32
    Build Number:      882
    Product Version:      12.1.0.882
    Config Parms:
                                                    LDAP Host:hourdldap01.lgc.com:389,ldap.corp.halliburton.com:389
                                  LDAP Server Type: Sun Directory Server
                                  Base LDAP Distinguished Name:   dc=lgc,dc=com
                                                                             ou=people,o=hou,dc=lgc,dc=com
                                  LDAP Referral Credentials:cn=cmldap,dc=lgc,dc=com;
                                  Password:xxxxxxxx
                                  Number of Hops: 1
                                  SSL authentication:Basic
                                  LDAP single sign-on authentication:Basic
                                  Configure new LDAP users:
                                       Assign each added LDAP alias to an account
                                       Creae new aliases only when user logs on
                                       New users are created as concurrent users
                                  Mapped LDAP Member Groups
                                  Add LDAP group (by cn or dn)
    LDAP search on local account **
                                                                uid=hb37406,ou=people,o=hou,dc=lgc,dc=com
                                       cn=dev
                                       cn=dev,ou=group,o=hou,dc=lgc,dc=com
                                       ou=people,o=hou,dc=lgc,dc=com
                                       ou=people,dc=lgc,dc=com
                                       o=hou,dc=lgc,dc=com
                                       dc=lgc,dc=com
                                       dc=lgc.com
                                                            lgc.com
                                       ou=HalUsers,dc=corp,dc=halliburton,dc=com
                                       ou=people,dc=corp,dc=halliburton,dc=com
                                       dc=halliburton,dc=com
    LDAP configuration Error:          The secLdap plugin failed to get the dn for the group xxx.

  • An internal error has occurred in the secLdap plugin - CR XI (Login to Ent)

    Hi,
    We recently changed the authentication type on BO XI R2 Enterprise from Enterprise to LDAP mode and have been able to add and configure all the LDAP groups. We know that the authentication is successful as users have been able to successfully login via the Infoview/CMC.
    However, we are facing a problem from certian workstations (for example mine) when ever we try to login to BO Enterprise via the Crystal Reports XI client thorough LDAP as it gives the error 'An internal error has occurred in the secLdap plugin'. (PS: The Enterprise Authentication mode works) From what I have understood that this error is workstation specific as the same login is successfull from another workstation.
    The CR XI client on all the workstations are of the same version (11.0.0.1282)  but the Windows Updates differs. For e.g.: I have Windows XP SP 3 (with the latest of the updates with IE 8)
    Is there any updates to CR XI Client to solve this issue or am I missing something here?

    Your client is CR R1, your server is XI R2. This is a known bug. To fix you need BOE XIR1 SP3 or above. I'm not sure this was fixed in a CR service pack. Sorry I can't find a link for that right now.
    Or use [this link|http://resources.businessobjects.com/support/additional_downloads/service_packs/crxir2.asp] to get CR R2, uninstall CR R1, and replace with CR R2. NOTE: they should still use the same license keys. If using CR to XIR2 you should always keep the same version so this is the preferred method.
    Regards,
    Tim

  • "An error has occurred opening the package file" in InCopy

    Hi there,
    I have created an InCopy package file from InDesign CS3 (Mac).  I am able to open this package file in InCopy CS3 (Mac) without error.  However, two editors working in InCopy CS4 (Windows) on different machines receive the following error message when trying to open the .incp file:
    "An error has occurred opening the package file"
    I have read AnneMarie's excellent cautionary tales about working in a mixed CS3 / CS4 environment, but my understanding was that simply opening the initial .incp file was unlikely to produce an error.
    Can anyone suggest what might be causing the error?  Should we conclude that the error stems solely from a CS3 / CS4 conflict?
    Thanks!
    --Stephen

    Great tip about the masked filetype, I hadn't realized these packages were so easily extractable.
    However, the error message you're receiving is adding a new layer of complexity.  A quick search on these forums reveals this thread:
    http://forums.adobe.com/message/2278850
    That thread suggests to me that the error may be related to Snow Leopard.  We're using Mac OS 10.5.7 here at work.  Could I trouble you to open the file on your Windows machine to attempt to replicate the same error we're receiving in Windows here?
    And are there any known issues that could prevent a user from opening a package file?
    Thanks.
    --Stephen

  • Folio Builder: An error has occurred opening the source file for the article layout.

    I have been working on a Folio. When I sat down to work on my folio, I was instructed by indesign to update my Folio producer tools, which I did.
    Since then I can no longer view any article layout from that folio in indesign. Indeed any folio that I create that does not reside on my desktop give the same problem. I can import articles, add articles and they all upload to the proper place at adobe and I can view them. But I simply cannot open them up through folio builder as I previously.
    The exact error message is as below:
    An error has occurred opening the source file for the article layout.
    The InDesign file for the layout cannot be found.
    Another strange thing that seems to be happening is that the folio will randomly reoder the articles in the folio.
    I have dumped my indesign prefs, tried creating an entirely new project, made a new account and even reinstalled the entire software.
    But the problem of opening an article that I have imported or added to a folio, simply not being found to open has got me stumped. I can't proceed with a major project until I can sort this out.
    Can anyone help.
    Many thanks
    Steve
    The problem initially seemed very similar to the one linked below, but I dont get the content generation error
    http://forums.adobe.com/thread/901804?decorator=print&displayFullThread=true

    Questions about the Adobe Digital Publishing Suite should be posted in the DPS Forum.
    http://forums.adobe.com/community/dps

  • Error updating LDAP properties: An internal error has occurred in the secLdap plugin

    Post Author: kbd_vijey
    CA Forum: Authentication
    Hi,
    We are using Environment / Tools : BusinessObjects Enterprise XI R2 ,Sun Soloris 10,Active Directory.
    To Configure the LDAP, we have done from CMC - > Authentication -> LDAP.
    The below steps we have followed.
    1) Please enter the LDAP hosts you are using. => Here, we have entered our AD's hostname:port (Ex: 192.168.0.8:389) (Is it correct?)
    2) We have passed all the required informations for all other tabs.
    3) SSL - Basic(no SSL), Authentication - Basic(no SSO)
    Finally its providing the error as " Error updating LDAP properties: An internal error has occurred in the secLdap plugin."
    If any one have solution or faced same problem, Kindly help us to resolve it.
    Thanks & Best Rgds,Vijey

    Post Author: TAZ
    CA Forum: Authentication
    There are 3 things needed to get the LDAP plugin configured.
    1) Host:port
    2) Base DN, usually dc=domain, dc=com
    3) LDAP Administrator DN (this is not a visible attribute in AD unless you use a tool like ADSIedit or ADExplorer). You probably have to enter the Base DN instead of the username.
    There are other AD specific issues when using the LDAP plugin to AD such as picking custom attributes, rules for multi domains, etc
    Regards,
    Tim

  • FlexBuilder Startup Error - An error has occurred. See log file.

    Hello Everyone. This one baffles me. When I try to load
    FlexBuilder, I get a popup message advising the following:
    "An error has occurred. See the log file
    c:\Program Files\Adobe\Flex Builder
    2\configuration\1201413244722.log"
    note that the log file name changes. Also note that this file
    doesn't exist. I can't find it anywhere on my computer. Also note
    that I am running Vista in 32 bit mode. The error of course is not
    very descriptive, especially since I don't have the log file. I
    think that this may be due to a corrupt workspace but I'm not sure.
    I have uninstalled and reinstalled the software several times, and
    it will work for a while, but then it will come back.
    Any ideas?
    Also, does anyone know of a configuration file I can change
    the workspace without loading FlexBuilder? If it's a corrupt
    workspace I would like to try and get around it by pointing
    FlexBuilder to a different workspace (i have several).
    Thanks,
    Amanda

    I've purchased a new drive, installed Xp and now things are
    working much better. Still had the Flex issue pop up now and then.
    I solved the last occurance with a fresh re-install. However, since
    then, I've come across the following:
    ======================
    When using Flex Builder 3 Beta 3 with a workspace from a
    previous beta, please clean and reinitialize the workspace. Note
    that this operation does not remove or alter Eclipse projects
    residing the workspace in any way.
    Windows:
    Go to the install directory; drive:\Program Files\Adobe\Flex
    Builder 3, or the root of the Eclipse install directory if using
    the Flex Builder Plug in
    Edit FlexBuilder.ini or Eclipse.ini in a text editor
    Add the following to the top of the file (not the bottom)
    -clean
    Launch Flex Builder or Eclipse
    Remove –clean after exiting Flex Builder or Eclipse
    ======================
    Try this and let everyone know if it works. Thanks.
    Wayne

  • Account Information Not Recognized: An error occurred at the server : An internal error has occurred in the secLdap plugin.

    I get the above error whenever I try to logon to InfoView.  My LDAP accounts work for CMC.  Any Suggestions?  I read somewhere it has something to do with my dn having the following content:
    distinguisheName  CN=Hill\, Patrick,OU-Users,OU=GBH,OU=Facilities,DC=tenethealth,DC=net
    It stated something about the CN containing slashes, commas, or spaces don't remember.  Does anyone know how to fix this.  I've also read it's a problem with the secLdap.dll but I haven't found any solid solution on how to resolve.
    Thanks in advance,
    Patrick

    There was a rather old patch about this in some of the Hotfix Readme's.  ADAPT00527068.  Seems to affect various *nix deployments but was supposed to be fixed around the XIR2 MHF1 release.  If you're on a later service pack, consider installing a sandbox and seeing if it's a regression bug.

  • An internal error has occurred in the secLdap plugin SunDirectory Server

    We encountered this error when setting up LDAP for SunDirectory Server when following the wizard.  We are using BO_XIR3.1.  Any help would be greatly appreciated.

    That error is very generic, you can seach KB's through SMP or open a message with support - authentication team so some tracing can be enabled to help us get a better idea of what failed.
    From that error it could be anything from an unresolved host, to a bad userame, to a non-standard LDAP attribute, or something we haven't seen before.
    Regards,
    Tim

  • 12c Agent ./emctl pingOMS   EMD pingOMS error: an internal error has occure

    Running 12c Enterprise Manager
    Installed the agent using silent install.
    started the agent successfully.
    ./emctl pingOMS
    EMD pingOMS error: an internal error has occured at the agent: "unable to send response".
    Checked gcagent.log
    2012-07-10 20:46:29,980 [1:3305B9:main] DEBUG - ADR_BASE='/emcca/agent12c/agent_inst'
    2012-07-10 20:46:30,901 [10:8DFFF7E4:InitDFWHelper_0] DEBUG - ADR_HOME='/emcca/agent12c/agent_inst/diag/ofm/emagent/emagent'
    2012-07-10 20:46:30,903 [10:8DFFF7E4] DEBUG - DFW flood control incident count set to: 5 in timeframe of 1 minutes
    2012-07-10 20:46:30,904 [10:8DFFF7E4] DEBUG - Creating Tier1 FC (size=100, timeframe=3600, maxIncidents=5)
    2012-07-10 20:46:30,904 [10:8DFFF7E4] DEBUG - Creating Tier2 FC (size=100, timeframe=86400, maxIncidents=25)
    2012-07-10 20:46:30,904 [10:8DFFF7E4] DEBUG - The DFW initialization was completed.
    2012-07-10 20:46:30,907 [1:3305B9] INFO - Agent is starting up
    2012-07-10 20:46:31,130 [1:3305B9] DEBUG - notifierMain: Initialization State=STARTUP_P1
    2012-07-10 20:46:31,131 [1:3305B9] DEBUG - Invoking STARTUP_P1 (0) on SystemStateDump
    2012-07-10 20:46:31,132 [1:3305B9] DEBUG - Done: STARTUP_P1 (0) on SystemStateDump
    2012-07-10 20:46:31,133 [1:3305B9] DEBUG - Invoking STARTUP_P1 (0) on Agent Events
    2012-07-10 20:46:31,133 [1:3305B9] DEBUG - Done: STARTUP_P1 (0) on Agent Events
    2012-07-10 20:46:31,133 [1:3305B9] DEBUG - Invoking STARTUP_P1 on Configuration Manager
    2012-07-10 20:46:31,137 [1:3305B9] DEBUG - Done: STARTUP_P1 on Configuration Manager
    2012-07-10 20:46:31,137 [1:3305B9] DEBUG - Invoking STARTUP_P1 on System Properties
    2012-07-10 20:46:31,140 [1:3305B9] DEBUG - Done: STARTUP_P1 on System Properties
    2012-07-10 20:46:31,140 [1:3305B9] DEBUG - Invoking STARTUP_P1 (1) on SystemStateDump
    2012-07-10 20:46:31,141 [1:3305B9] DEBUG - Done: STARTUP_P1 (1) on SystemStateDump
    2012-07-10 20:46:31,141 [1:3305B9] DEBUG - Invoking STARTUP_P1 (1) on Logging Manager
    2012-07-10 20:46:31,277 [1:main] ERROR - Unable to construct an HTTPS context for url https://gc.respecti.com:14511/empbs/upload/:
    java.io.IOException [Failed to open agent server wallet]
    java.io.FileNotFoundException [emcca/agent12c/agent_inst/sysman/config/server/repoconn.ora (No such file or directory)]
    2012-07-10 20:46:31,281 [1:3305B9] WARN - Component notification failure (continue): HTTP Client Configuration failed at Startup
    oracle.sysman.gcagent.util.exception.SubSystemDisabledException: Unable to construct an HTTPS context for url https://gc.respecti.com:14511/empbs/upload/:
    at oracle.sysman.gcagent.comm.agent.http.ClientConfigComponent.cacheRepositoryUrl(ClientConfigComponent.java:482)
    at oracle.sysman.gcagent.comm.agent.http.ClientConfigComponent.tmNotifier(ClientConfigComponent.java:195)
    at oracle.sysman.gcagent.tmmain.lifecycle.TMComponentSvc.invokeNotifier(TMComponentSvc.java:876)
    at oracle.sysman.gcagent.tmmain.lifecycle.TMComponentSvc.invokeInitializationStep(TMComponentSvc.java:959)
    at oracle.sysman.gcagent.tmmain.lifecycle.TMComponentSvc.doInitializationStep(TMComponentSvc.java:800)
    at oracle.sysman.gcagent.tmmain.lifecycle.TMComponentSvc.notifierDriver(TMComponentSvc.java:740)
    at oracle.sysman.gcagent.tmmain.TMMain.startup(TMMain.java:217)
    at oracle.sysman.gcagent.tmmain.TMMain.agentMain(TMMain.java:459)
    at oracle.sysman.gcagent.tmmain.TMMain.main(TMMain.java:448)
    Caused by: java.io.IOException: Failed to open agent server wallet
    at oracle.sysman.gcagent.comm.http.AgentServerWallet.<init>(AgentServerWallet.java:60)
    at oracle.sysman.gcagent.comm.agent.http.AgentGCHttpsContext.newTrustManager(AgentGCHttpsContext.java:73)
    at oracle.sysman.gcagent.comm.http.BaseHttpsContext.<init>(BaseHttpsContext.java:65)
    at oracle.sysman.gcagent.comm.agent.http.AgentGCHttpsContext.<init>(AgentGCHttpsContext.java:57)
    at oracle.sysman.gcagent.comm.agent.http.ClientConfigComponent.cacheRepositoryUrl(ClientConfigComponent.java:461)
    ... 8 more
    Caused by: java.io.FileNotFoundException: /emcca/agent12c/agent_inst/sysman/config/server/repoconn.ora (No such file or directory)
    I've installed the agent using the following:
    ./agentDeploy.sh AGENT_BASE_DIR=/emcca/agent12c OMS_HOST=gc.respecti.com EM_UPLOAD_PORT=14511 AGENT_REGISTRATION_PASSWORD=guidei -forceConfigure -debug
    I am able to ping the gc.respecti.com from the agent target.
    Edited by: yakub21 on Jul 11, 2012 8:19 AM

    "java.io.IOException [Failed to open agent server wallet]"
    i think there is a problem with the secure of the Agent<->OMS.
    go to $agent_home/agent_inst/
    execute ./emctl unsecure agent
    after this
    execute ./emctl secure agent (insert the OMS Secure PW by prompt for PW)
    now the agent must work.
    Edited by: AndréK on 11.07.2012 06:18

  • Bursting Program Ends in Error with nothing in the Log file

    Hi All
    I have a RDF which calls a bursting program in After report trigger, the problem i'm facing is that the bursting program is completing successfully for a set of parameters and when again the program is run for the same set of parameters the bursting program is ending in error, i have checked the log file but nothing in the log file
    below is my log file
    +---------------------------------------------------------------------------+
    XML Publisher: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XDOBURSTREP module: XML Publisher Report Bursting Program
    +---------------------------------------------------------------------------+
    Current system time is 30-SEP-2013 15:11:15
    +---------------------------------------------------------------------------+
    XML/BI Publisher Version : 5.6.3
    Request ID: 574533
    All Parameters: Dummy for Data Security=N:ReportRequestID=574532:DebugFlag=Y
    Report Req ID: 574532
    Debug Flag: Y
    Updating request description
    Updated description
    Retrieving XML request information
    Node Name:T1DEVEBSAPP1
    Preparing parameters
    null output =/u01/oracle/CRP2/inst/apps/CRP2_t1devebsapp1/logs/appl/conc/out/o574533.out
    inputfilename =/u01/oracle/CRP2/inst/apps/CRP2_t1devebsapp1/logs/appl/conc/out/o574532.out
    Data XML File:/u01/oracle/CRP2/inst/apps/CRP2_t1devebsapp1/logs/appl/conc/out/o574532.out
    Set Bursting parameters..
    Temp. Directory:/tmp
    [093013_031118656][][STATEMENT] Oracle XML Parser version ::: Oracle XML Developers Kit 10.1.3.130 - Production
    [093013_031118657][][STATEMENT] setOAProperties called..
    Bursting propertes.....
    {user-variable:cp:territory=US, user-variable:cp:ReportRequestID=574532, user-variable:cp:language=en, user-variable:cp:responsibility=20678, user-variable.OA_MEDIA=http://t1devebsapp1.travelzoo.com:8001/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=Y, user-variable:cp:parent_request_id=574532, user-variable:cp:locale=en-US, user-variable:cp:user=SETUPUSER, user-variable:cp:application_short_name=XDO, user-variable:cp:request_id=574533, user-variable:cp:org_id=81, user-variable:cp:reportdescription=Travelzoo Invoice Print Selected Invoices-Child, user-variable:cp:Dummy for Data Security=N}
    Start bursting process..
    Bursting process complete..
    Generating Bursting Status Report..
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    Executing request completion options...
    Output file size:
    602
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Current system time is 30-SEP-2013 15:11:41
    +---------------------------------------------------------------------------+
    and the output says..
    "Error!! Could not deliver the output for Delivery channel:null "
    Wondering What might be the issue, any help on this is greatly appreciated.
    -Ragul

    Ram,
    Is this a custom or standard concurrent program?
    Was this working properly before? If yes, what changes have been done recently?
    Did you try to relink the concurrent program executable file and see if this helps? Also, you could enable trace/debug and submit the request again and see if more details are collected in the logs -- See (Note: 296559.1 - FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12).
    Regards,
    Hussein

Maybe you are looking for