Scheduling of discoverer report via concurrent program or pl/sql code

Hi All,
I am beginner on Discoverer Report. As per my client requirements we need to do the scheduling of discoverer report rather than manually run it every week. Also we need to do this job by help of concurrent program or pl/sql code. But I don’t know how to scheduled the discoverer report.
Please any one help me or provide pl/sql code.
Thanks in Advance
Subhas Samanta

This is one of those questions that has been asked on the forum for years now and the answer really hasn't changed in that - command line using .BAT files, command line using VBasic (Rod's expertise) and Java potential via Plus.
You can search the forum for the fully documented answers to this but basically:
1. you can use Disco Desktop - NOT Plus or Viewer - with good ol' MS BAT files using the command line interface
2. you can use Disco Desktop - NOT Plus or Viewer - with good ol' MS BAT files using VBasic calls
3. I think - although never have seen - using Java command line interface to control it via a Java program
oh yah ...
4. if you're running Oracle Apps I believe you can get the Concurrent Manager to run the Disco report for you as well (another of Rod's expertises)
Russ
Edited by: RussProudman on Oct 30, 2008 2:40 PM

Similar Messages

  • How to use the 3of9 font in report in concurrent program

    Dear All,
    I have developed a report in 6i, and selected the font 3of9.ttf in Report Builder, which is a Barcode type font. but when i register the report as concurrent program and run the report concurrent program it is not showing me the field value in barcode format.
    Then i tried to ftp the font to unix server at location "$OA_JRE_TOP/jre/lib/fonts/3of9000.ttf" also created the xdo.cfg file at "$OA_JRE_TOP/lib" folder.
    But still i am not getting the expected result.
    Can anyone help me out to resolve this issue?
    Thanks & Regards,
    CAK

    You can't just copy a Windows font to Unix. You need specific Unix installation steps. That I know, for the rest I am unfamiliar with Unix fonts.
    Some info can be found here:
    http://www.idautomation.com/kb/unix-finst.html
    For specific problems with E-Business Suite, ask that in the EBS forum.

  • Submitting XML Publisher Concurrent Program through PL/SQL

    Hi,
    I am trying to submit a XML Publisher concurrent program through PL/SQL API fnd_request.submit_request.
    The request gets fired and completes successfully but it doesn't pick up the default template attached to it. Its output is plain XML but expected output is PDF report.
    However when I submit this report from SRS, it picks up the default template and gives output in PDF.
    Please let me know what could be going wrong?
    Regards,
    Nitin

    Check out the FND_REQUEST.ADD_LAYOUT API. You need to call it before you submit your report.
    Cheers,
    Dave

  • I want to submit a concurrent program from pl/sql. Please help me.

    Dear all,
    I want to submit a concurrent program from pl/sql. But I failed. Please help me.
    Detail:
    I create a concurrent program in 'Cash Management, Vision Operations (USA)' responsibility. <strong>And it be submitted success in EBS</strong>.
    Then
    I create a test script in pl/sql. And use 'FND_GLOBAL.APPS_INITIALIZE' to initialize ebs, then use 'FND_REQUEST.SUBMIT_REQUEST' to submit
    the consurrent program, But the procedure aways return <strong>0</strong>.
    I cannot found the reason. Please help me.Thanks.
    <em>Attached informations may describe the problem:
    1.The concurrenct submitted success in EBS.</em>
    request_id = 4750655 (Sorry, I dont know how to add pictures.)
    <em>2.The initialize informations which from SQL</em>.
    SELECT FCR.REQUESTED_BY USER_ID
    ,FCR.RESPONSIBILITY_ID
    ,FCR.RESPONSIBILITY_APPLICATION_ID
    ,FA.APPLICATION_SHORT_NAME
    ,FCP.CONCURRENT_PROGRAM_NAME
    FROM FND_CONCURRENT_REQUESTS FCR
    ,FND_APPLICATION FA
    ,FND_CONCURRENT_PROGRAMS FCP
    WHERE FCR.PROGRAM_APPLICATION_ID = FA.APPLICATION_ID
    AND FCR.CONCURRENT_PROGRAM_ID = FCP.CONCURRENT_PROGRAM_ID
    AND FCR.REQUEST_ID = 4750655;
    Result: user_id = 1318;
    responsibility_id = 50579;
    application_id = 260;
    application_short_name = 'CE';
    program_short_name = 'CALLK009';
    <em>3.The test script code.</em>
    <p>
    -- Created on 2008/10/22 by ERIC
    declare
    -- Local variables here
    Wv_conc_req_id VARCHAR2(10) DEFAULT NULL;
    BEGIN
    FND_GLOBAL.APPS_INITIALIZE(
    1318
    ,50579
    ,260
    Wv_conc_req_id := FND_REQUEST.SUBMIT_REQUEST(
    'CE'
    ,'CALLK009'
    ,NULL
    ,SYSDATE
    ,FALSE
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    , CHR(0), CHR(0), CHR(0), CHR(0), CHR(0)
    DBMS_OUTPUT.PUT_LINE(Wv_conc_req_id);
    COMMIT;
    end;
    <em>4.The concurrent program code.</em>
    create or replace package body CALLTEST is
    PROCEDURE T1(PvO_errbuf OUT VARCHAR2
    ,PvO_retcode OUT VARCHAR2)
    IS
    BEGIN
    FND_FILE.PUT_LINE(fnd_file.log, 'TEST');
    END;
    end CALLTEST;
    </p>

    Can you check from which schema you are executing FND_REQUEST? You can try as follows;
    Connect to your required schema, create a synonym on apps.fnd_request, connect from apps and finally execute grant all on apps.fnd_request to all.
    You can check for relevance from Doc ID: Note:147495.1
    Please do keep in the mind the soultion above should be applied to a test/dev EBS instance first.
    I hope this would be of help.
    Saad

  • Invoke Java Concurrent program from PL/ SQL

    Hi Experts,
    I 've a requirement to invoke a Java Concurrent program form PL/ SQL. I 've defined default values for some of the parameters in the Java Concurrent program definition and some parameters do not have a default value. I would like to provide only the mandatory attributes that do not have a default value set from my PL/ SQL code. Can you please suggest how this can be achieved?
    I tried giving null for those attributes. But, the java program takes a "" value instead of the default values. Any inputs here will be immensely helpful.
    Thanks,
    Ganapathi

    Updating the correct format to be used for reference:
    The correct format is:
    fnd_request.submit_request(
    application => 'PDT_CODE',
    program => 'PGM_NAME', --program IN varchar2 default NULL,
    start_time=> SYSDATE, --start_time IN varchar2 default NULL,
    sub_request => FALSE, --sub_request IN boolean default FALSE
    argument1 => rowdata,
    argument2 => xxx
    Note: the parameter name should be "argument1...n" (and not the actual argument name).
    But I noticed that for parameters that are missed out, the default values still do not take effect. Can anyone please confirm this behavior?
    Thanks,
    Ganapathi

  • Calling java program from PL/SQL code

    Dear,
    How to develop and call a java program from PL/SQL code?
    What about if this program will call other java programs?

    Perhaps the Java Developer's Guide would be a good place to start
    http://download.oracle.com/docs/cd/B19306_01/java.102/b14187/toc.htm
    Justin

  • XML Publisher is not integrating with Reports 10g Concurrent program

    Hello,
    I created report in reports 10g. Saved report in the custom_top/reports/US. Created a concurrent program for the report with output as XML. Created a Data Definition with the same short name as the concurrent program and created a template used the same short name as the Data Definition, associated template with the data definition. Uploaded the .rtf file to the template.
    The issue i have is when i run the concurrent program the output is xml tags rather than the xml publisher report.
    Any help will be appreciated.

    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_Start_Date='01-JAN-11'
    P_end_Date='15-AUG-11'
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.AL32UTF8
    Enter Password:
    Report Builder: Release 10.1.2.3.0 - Production on Wed Aug 24 09:25:14 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE

  • Report via Concurent Program Running Normal But not Finished Yet

    Hi,
    I have a custom report, running on eBusiness Suite 11.5.10.2 in module Purchasing.
    When I running that rdf report in Oracle Report Builder it running OK and very quickly (just several seconds).
    Then I deploy it on EBS concurrent program, when I submit new request with that report concurrent program it running normal but, its not completed since several ours ago and may bee more longer.
    Did anyone get same problem with this? Any idea what should I do?
    Here is the logs file when its still running
    Purchasing: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    POACCPO01 module: Printed Purchase Order - ACC
    Current system time is 02-JUL-2010 18:07:15
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_PO_NUMBER='12681'
    P_PO_NUMTO='12681'
    P_HORMAT_KAMI_01='SRI HARTATI'
    P_HORMAT_KAMI_02='RETNO SUNDARI'
    P_ORG_ID='363'
    -- Start of Reports Command --
    ar60runb
    P_CONC_REQUEST_ID=4162628
    P_PO_NUMBER='12681'
    P_PO_NUMTO='12681'
    P_HORMAT_KAMI_01='SRI HARTATI'
    P_HORMAT_KAMI_02='RETNO SUNDARI'
    P_ORG_ID='363'
    report=/data1/u01/apps/prodappl/po/11.5.0/reports/US/POACCPO01.rdf
    batch=yes
    destype=file
    desname=/data1/u01/apps/prodcomn/admin/out/TEST_hrd-tes/o4162628.out
    desformat=PDF
    -- End of Reports Command --
    Request language is :
    AMERICAN
    Request territory is :
    AMERICA
    Previous NLS_LANG Environment Variable was :
    American_America.US7ASCII
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    Thanks.

    Hi,
    And when I submit a new same request with same parameter, the previous request will getting error. Here is the log file:
    Purchasing: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    POACCPO01 module: Printed Purchase Order - ACC
    Current system time is 05-JUL-2010 09:20:03
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_PO_NUMBER='12682'
    P_PO_NUMTO='12682'
    P_HORMAT_KAMI_01='SRI HARTATI'
    P_HORMAT_KAMI_02='RETNO SUNDARI'
    P_ORG_ID='363'
    -- Start of Reports Command --
    ar60runb
    P_CONC_REQUEST_ID=4163558
    P_PO_NUMBER='12682'
    P_PO_NUMTO='12682'
    P_HORMAT_KAMI_01='SRI HARTATI'
    P_HORMAT_KAMI_02='RETNO SUNDARI'
    P_ORG_ID='363'
    report=/data1/u01/apps/prodappl/po/11.5.0/reports/US/POACCPO01.rdf
    batch=yes
    destype=file
    desname=/data1/u01/apps/prodcomn/admin/out/TEST_hrd-tes/o4163558.out
    desformat=XML
    -- End of Reports Command --
    Request language is :
    AMERICAN
    Request territory is :
    AMERICA
    XML_REPORTS_XENVIRONMENT is :
    /data1/u01/apps/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /data1/u01/apps/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Previous NLS_LANG Environment Variable was :
    American_America.US7ASCII
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    Spawned Process 15450
    X connection to hrd-tes:0.0 broken (explicit kill or server shutdown).
    Report Builder: Release 6.0.8.28.0 - Production on Mon Jul 5 09:20:04 2010
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Reset original NLS_LANG in environment as :
    American_America.US7ASCII
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 4163558.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 05-JUL-2010 09:54:06
    ---------------------------------------------------------------------------

  • Generating pdf report via concurrent manager and xml publisher

    I have report (rdf) which works fine in eBusiness Suite but I’d like to create translatable reports with reach layout (comparing with the Report Builder) based on the functionalities of the XML publisher. I’ve made all necessary steps (first change the output format for that report in concurrent manager from pdf to xml, submit the report to get xml file, which I’ve used in Microsoft Word Template Builder to make layout in rtf file, and create data and template in XML Publisher Administrator in eBusiness Suite).
    When I’ve submitted that report from concurrent manager, after the concurrent manage finished his job I got the warning message.
    Also the output file is not generated and in log file there is a message: One or more post-processing actions failed. Consult the OPP service log for details.
    Concurrent manager works fine, but there are problem when concurrent manager send the xml output of the report to XML Publisher which have to create pdf layout based on rtf template.
    I think there might be a problem with report complexity, while I’ve used layout formatting, api calls to eBusiness Suite, parameters, placeholders, attached library etc.
    If it is impossible to get new report based on xml publisher template, what is the purpose of xml publisher if it is so limited, while every eBusiness Suite Report is so complex.
    I hope there will be a person on this forum with the same problem, otherwise I’ll give up at all from XML Publisher, at least until it come a better version of that tool which it seems to be in early development phase and not ready for the market yet.

    All of the complex report logic is handled in your Oracle Report (rdf) file.
    If your Oracle report is working OK, then this report should be generating XML.
    After running your report, go to the View Requests window. Highlight your request, and click the Diagnostics button. Then click the 'View XML' button. If you see XML data, then you should be OK.
    When I faced a similar issue, it was because the '1 step' process didnt work for the particular report I was using. The '1 step' process doesn't work for every report. Which report are you using?
    If the report is submitted via a form (not the concurrent manager request form), then you probably need to use 2 steps to produce the desired output.
    For more information, see the following thread:
    Enhancment to avoid 2 step check printing
    HTH,
    Mark K

  • Calling Transaction Import Concurrent Program in PL/SQl program

    Hi,
    I am trying to run Transaction Import process by calling the concurrent program in my pl/sql program.I think I am passing all the right paramters which are necessary.But the actual PAXTRTRX is never being called and I am not getting any request ID back.No exception is being thrown.Following is how I am calling the concurrent program...
    p_tran_imp_request_id := fnd_request.submit_request
         ( application => 'PA'     
              , program => 'PAXTRTRX'
              , sub_request => FALSE
              , argument1 => 'My Transaction Source name here'
              , argument2 => 'My batch name here'
    ,argument3 => 'my TXN_INTERFACE_ID here'
    If I run the PRC: Transaction Import from front end...the process is run and import was completed just fine.But I am not able to call concurrent program from my program.Is there anything I am missing...Is there any thing I need to do before I call the concurrent program...
    Any help in this issue is greatly appreciated.
    Thanks

    Hi,
    Thanks for the advise. Yes I was calling the initialize function but I was passing wrong application id and responsibility id to that.Now that is taken care of.
    Thanks

  • SQL*Loader-128:  Error in Concurrent program of type SQL* Loader

    Hi,
    Am facing below error with CP of SQL*Loader execution format. Both Control and data files are placed under bin directory under CUSTOM TOP.
    CP doesnt have any parameter. I believe we dont need to pass login details to a CP. So how can we default the DB Login to SQL Loader in CP?
    Appreciate your quick help.
    SQL*Loader-128: unable to begin a session
    ORA-01017: invalid username/password; logon denied
    SQL*Loader: Release 10.1.0.5.0 - Production on Wed Dec 14 02:03:59 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL*Loader-128: unable to begin a session
    ORA-01017: invalid username/password; logon denied
    Program exited with status 1
    Concurrent Manager encountered an error while running SQL*Loader for your concurrent request 1040692.
    Review your concurrent request log file for more detailed information.
    Here the Control and Data file for the same.
    Control file:
    LOAD DATA
    INFILE 'XXX_Customer_Master.dat'
    BADFILE 'Customer_bad.bad'
    DISCARDFILE 'Customer_discard.bsc'
    APPEND
    INTO TABLE XXX_AR_CUSTOMERS_INT FIELDS TERMINATED BY "|" OPTIONALLY ENCLOSED BY '"'
    ORIG_SYSTEM_PARENT_REF ,
    ORIG_SYSTEM_CUSTOMER_REF,
    CUSTOMER_NAME,
    CUSTOMER_NAME_PHONETIC,
    COUNTRY,
    STATE,
    CITY,
    ADDRESS1,
    POSTAL_CODE,
    RECORD_NUMBER          SEQUENCE(MAX, 1),          
    CREATED_BY                CONSTANT -1,
    CREATION_DATE           CONSTANT SYSDATE,
    CUSTOMER_TYPE          CONSTANT 'R',
    INSERT_UPDATE_FLAG           CONSTANT 'I',
    LAST_UPDATE_DATE           CONSTANT SYSDATE,
    LAST_UPDATE_LOGIN          CONSTANT -1,
    LAST_UPDATED_BY          CONSTANT -1,
    ORG_ID               CONSTANT 102,
    PRIMARY_SITE_USE_FLAG     CONSTANT 'Y',
    SITE_USE_CODE          CONSTANT 'BILL_TO'
    *Data file:*
    'XXX_Customer_Master.dat'
    50|792086|Test Customer |Test Customer |759843055|Australia|VIC|MELBOURNE|"Level 4 457 St Kilda Road"|3004
    59|792232|Test Customer |Test Customer |751756404|Australia|ACT|Tuggeranong|PO Box 1035|2901

    Do we have to create soft link like we create for host program directory ?How to Register a Host Concurrent Program in Applications [ID 156636.1]
    How To Create A Custom Concurrent Program With Host Method and Pass Parameters To The Shell Script [ID 266268.1]
    How To Setup A Custom Concurrent Host Program [ID 147455.1]
    Also, please see (How to Use 9i or 10g Features in SQL*Loader for Apps? [ID 423035.1]).
    Thanks,
    Hussein

  • Adobe captivate scheduling parameters for recording via a program schedular

    Hi, I have 3 PC's running slide shows in 3 lecture rooms. I need to schedule the PCs to run Captivate 4, start and stop recordings and save the recorded file. Hopefully without me having to touch them untill the end of the day.
    I have a sheduling program that is capable of the load required and the ability to add the paramaters to do the functions I would like done eg. start and stop recordings and save the recorded file.
    I cant find anywhere the parameters required to do this or an example of someone else having done so.
    Any help would be extemely appreciated.

    Hi there
    Unfortunately, I've never heard of or seen such a thing.
    One possiblity would be to acquire a copy of a product called Macro Express and try that.
    Click here to view the Macro Express web site
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Scheduling of Discoverer Reports and emailing output to multiple recipients

    Hi,
    Is is possible using Oracle Discoverer Server (Plus and Viewer) version 10.1.2 to schedule workbooks and then have the output of the scheduled workbooks emailed to multiple email recipients at the time the scheduled report completes?
    Kind regards,
    Leigh.

    hi,
    Within the discoverer tool there is no functional sulotion to email scheduled reports.
    This issue came up several times in the past to this forum,
    the solution is to use a third party tool that once the scheuled run is completed the third party tool will collect the output file and mail it.
    the workaround is described in MOS [ID 373812.1] How to Schedule Reports to Run at a Specific Time and Automatically E-mail The Output
    Tamir

  • Problem while running the xml report in concurrent program

    Hi,
    In EBS r12, we have requirement to have a standard report output in excel.
    I got the report's xml output to create the xml template (.RTF layout) using BI Publisher.
    I created the .RTF layout and it works fine on my laptop using Bi Publisher.. the xml loads into it and i can preview xml data on layout with all format (Excel, PDF...)
    I uploaded the layout to EBS, and assigned it to the standard report.
    I changed standard report out put to XML
    When i go to submit report request, the template is assigned with report and everything seems correct.
    But after i run the report.
    The report is Completed with Warning status.. and output is only XML with Error message :
    This XML file does not appear to have any style information associated with it. The document tree is shown below.
    The Log file says :
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 2350601 on node CLONE at 13-APR-2011 09:03:47.
    Post-processing of request 2350601 failed at 13-APR-2011 09:03:48 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT -------------
    Not printing the output of this request because post-processing failed.
    Finished executing request completion options.
    The manager log file of Output post processor shows as:
    Template code: LATE_PAID
    Template app: SQLAP
    Language: en
    Territory: 00
    Output type: EXCEL
    [9/21/11 10:59:39 AM] [UNEXPECTED] [1273372:RT4463274] java.io.FileNotFoundException: /data1/EBSR120/inst/apps/oravis_hschbscgn20076/logs/appl/conc/out/o4463274.out (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:230)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:166)
    [9/21/11 10:59:39 AM] [1273372:RT4463274] Completed post-processing actions for request 4463274.
    [9/21/11 11:33:17 AM] [OPPServiceThread0] Post-processing request 4463327.
    [9/21/11 11:33:17 AM] [1273372:RT4463327] Executing post-processing actions for request 4463327.
    [9/21/11 11:33:17 AM] [1273372:RT4463327] Starting XML Publisher post-processing action.
    [9/21/11 11:33:17 AM] [1273372:RT4463327]

    I guess we should submit XML publisher request "XDOREPPB" in "After report trigger" to generate the report output. You can refer the below link for syntax for submission of the program.
    Re: Excel Output appears in IE after submitting XDOREPPB from backend
    This may be helpful if not please ignore it.

  • Signal 10 error in Report Concurrent Program

    Hi,
    Signal 10 error is thrown when I run a report through concurrent program. Report is cusomized from the Standard Report.
    Environment: Oracle Apps R12, Reports 10g, Solaris 64 bit
    Below is the trace/log file for the same..:
    XXX Other Customs: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XXRPO009_PSP module: XXX Print Standard Purchase Order Report
    Current system time is 05-AUG-2008 06:31:21
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_APPROVED='Approved'
    P_REPORT_TYPE='New'
    P_EMAIL='All'
    P_TO_EMAIL='N'
    -- Start of Reports Command --
    /newu05/R12/C4UPG3/inst/apps/C4UPG3_usindinfra03/ora/10.1.2/bin/appsrwrun.sh
    mode=character
    P_CONC_REQUEST_ID=46341106
    P_APPROVED='Approved'
    P_REPORT_TYPE='New'
    P_EMAIL='All'
    P_TO_EMAIL='N'
    report=/newu05/R12/C4UPG3/apps/apps_st/appl/xxhd/12.0.0/reports/US/XXRPO009.rdf
    batch=yes
    destype=file
    desname=/newu05/R12/C4UPG3/inst/apps/C4UPG3_usindinfra03/logs/appl/conc/out/o46341106.out
    desformat=/newu05/R12/C4UPG3/apps/apps_st/appl/fnd/12.0.0/reports/L
    pagesize=132x65
    -- End of Reports Command --
    Request language is :
    AMERICAN
    Request territory is :
    AMERICA
    APPLLCSP Environment Variable set to :
    Previous NLS_LANG Environment Variable was :
    American_America.UTF8
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    stat_low = 8A
    stat_high = 0
    emsg:was terminated by signal 10
    Enter Password:
    Reset original NLS_LANG in environment as :
    American_America.UTF8
    Program was terminated by signal 10
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 46341106.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 05-AUG-2008 06:38:28
    Any pointers will really help me out...
    Thanks
    Ram

    this is an apps issue. Could you post in apps forum

Maybe you are looking for

  • Can the day/week/month lines in iCal be made darker?

    Is there a way to customize iCal so that a person with Macular degeneration can more easily see it? It would be great if there was a way to make the lines in the calendar darker thus more visible and also to make the font size larger. Can this be don

  • Problems with Wallet application

    When I run the compiled file Wallet.java downloaded from java.sun.com I get a curious error: NoClassDefFoundError javacard/framework/Applet.class I have installed the JavaCard 2.2, and the demos are running pretty good. Yours sincerelly, Serghei.

  • My RAW-files won't open

    Hello there! Reasently I bought a new camera, a Canon EOS 100D and it was quite a surprise when I noticed that my RAW-files from my new camera wouldn't open in my PS CS5. Any one knows how to fix this problem? Without buying a new PS version. Thanks

  • Corrupt datebook file - palm desktop crashes

    I suddenly began having touble opening my palm desktop in Vista.  I downloaded the new version without improvement.  I then found this thread, which helped to some degree: http://forums.palm.com/palm/board/message?board.id=software&thread.id=22183 I

  • Unable to move image from LR4 to CS6

    This process works fine on my desktop but when I try to move an image from LR4.4 to CS6 on my new Lenovo laptop (Windows 7) nothing opens and I freeze up.