Unable to find an Output Post Processor service to post-process request

Hi experts,
Users complaining that they could not able to generate the PDF.
User Complaint:
The program does not generate the PDF. The program just generates the XML output. The logfile shows that “Unable to find an Output Post Processor service to post-process request 25852905.”
EBS: 12.1.2
OS: RHEL 5.5
DB: 11.1.0.7.0
Steps that we tried:
1. Increased the OPP process to 16
2. Increased Concurrent:OPP Response Timeout to 750
3. There is no issue in manager log file.
4. Concurrent Requests Fail Due to Output Post Processing (OPP) Timeout (Doc ID 352518.1)
5. Restarted CM. Ran CMclean.
6. Re: Output Post Processor
7.Unable to View pdf Output File Created by XML Publisher
But we dont find any solutions over the above.
Log:
+-----------------------------
| Starting concurrent program execution...
+-----------------------------
Arguments
p_order_by='TRX_NUMBER'
p_trx_number_low='8414037'
p_trx_number_high='8414037'
p_open_invoice='N'
p_check_for_taxyn='N'
p_choice='SEL'
p_header_pages='1'
p_debug_flag='Y'
p_message_level='10'
Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
American_America.US7ASCII
Enter Password:
REP-0004: Warning: Unable to open user preference file.
MSG-00100: DEBUG:  AfterPForm_Trigger +
MSG-00100: DEBUG:  Multi Org established.
MSG-00100: DEBUG:  AfterParam_Procs.Get_Country_Details
MSG-00100: DEBUG:  Get_Country_Description.
MSG-00100: DEBUG:  AfterParam_Procs.Switch_On_Debug
MSG-00100: Running in debug mode
MSG-00100: DEBUG:  AfterParam_Procs.Get_Trx_Number_Low
MSG-00100: DEBUG:  AfterParam_Procs.Get_Trx_Number_High
MSG-00100: DEBUG:  AfterParam_Procs.Get_Tax_Option
MSG-00103: lp_trx_date_clause =  and a.trx_date = a.trx_date
MSG-00100: DEBUG:  BeforeReport_Trigger.Build_Where_Clause
MSG-00100: DEBUG:  P_Choice:  SEL
MSG-00500: DEBUG:  About to build WHERE clause.
MSG-00500: DEBUG:  WHERE clause built.
MSG-00100: DEBUG:  Choice is other than ADJ, setting ORDER BY.
MSG-00500: DEBUG:  Table 1:          AR_ADJUSTMENTS                         COM_ADJ,
        AR_PAYMENT_SCHEDULES                   P,
        RA_CUST_TRX_LINE_GL_DIST               REC,
        RA_CUSTOMER_TRX                        A,
        HZ_CUST_ACCOUNTS                       B,
        RA_TERMS                               T,
        RA_TERMS_LINES                         TL,  
        RA_CUST_TRX_TYPES                      TYPES,
        AR_LOOKUPS                             L_TYPES,
        HZ_PARTIES                        PARTY,
        HZ_CUST_ACCT_SITES                     A_BILL,
        HZ_PARTY_SITES                         PARTY_SITE,
        HZ_LOCATIONS                           LOC,
        HZ_CUST_SITE_USES                      U_BILL
MSG-00500: DEBUG:  Table 2:          RA_TERMS_LINES                         TL,  
        RA_CUST_TRX_TYPES                      TYPES,
        AR_LOOKUPS                             L_TYPES,
    HZ_CUST_ACCOUNTS                       B,
        HZ_PARTIES                        PARTY,
        HZ_CUST_SITE_USES                      U_BILL,
        HZ_CUST_ACCT_SITES                     A_BILL,
        HZ_PARTY_SITES                         PARTY_SITE,
        HZ_LOCATIONS                           LOC,
        AR_ADJUSTMENTS                         COM_ADJ,
        RA_CUSTOMER_TRX                        A,
        AR_PAYMENT_SCHEDULES                   P,
        RA_TERMS                               T
MSG-00500: DEBUG:  Where 1:  A.BILL_TO_CUSTOMER_ID = B.CUST_ACCOUNT_ID
AND REC.CUSTOMER_TRX_ID = A.CUSTOMER_TRX_ID
AND REC.LATEST_REC_FLAG = 'Y'
AND REC.ACCOUNT_CLASS   = 'REC'
AND P.PAYMENT_SCHEDULE_ID + DECODE(P.CLASS,
                                   'INV', 0,
             = COM_ADJ.PAYMENT_SCHEDULE_ID(+)
AND COM_ADJ.SUBSEQUENT_TRX_ID IS NULL
AND 'C'    = COM_ADJ.ADJUSTMENT_TYPE(+)
AND A.COMPLETE_FLAG = 'Y'
AND A.CUST_TRX_TYPE_ID = TYPES.CUST_TRX_TYPE_ID
AND L_TYPES.LOOKUP_TYPE = 'INV/CM/ADJ'
AND A.PRINTING_OPTION IN ('PRI', 'REP')
AND L_TYPES.LOOKUP_CODE =
DECODE( TYPES.TYPE,'DEP','INV', TYPES.TYPE)
AND NVL(P.TERMS_SEQUENCE_NUMBER,nvl(TL.SEQUENCE_NUM,0))=nvl(TL.SEQUENCE_NUM,nvl(p.terms_sequence_number,0))
AND DECODE(P.PAYMENT_SCHEDULE_ID,'',0, NVL(T.PRINTING_LEAD_DAYS,0))=0
AND A.BILL_TO_SITE_USE_ID = U_BILL.SITE_USE_ID
AND U_BILL.CUST_ACCT_SITE_ID = A_BILL.CUST_ACCT_SITE_ID
AND A_BILL.party_site_id = party_site.party_site_id
AND B.PARTY_ID = PARTY.PARTY_ID
AND loc.location_id = party_site.location_id
AND NVL(LOC.LANGUAGE,'US') = 'US'
AND A.TERM_ID = TL.TERM_ID(+)
AND A.TERM_ID = T.TERM_ID(+)
AND A.CUSTOMER_TRX_ID = P.CUSTOMER_TRX_ID(+)
MSG-00500: DEBUG:  Where 2:  A.BILL_TO_CUSTOMER_ID = B.CUST_ACCOUNT_ID
AND P.PAYMENT_SCHEDULE_ID + DECODE(P.CLASS,
                                   'INV', 0,
             = COM_ADJ.PAYMENT_SCHEDULE_ID(+)
AND COM_ADJ.SUBSEQUENT_TRX_ID IS NULL
AND 'C'    = COM_ADJ.ADJUSTMENT_TYPE(+)
AND A.COMPLETE_FLAG = 'Y'
AND A.CUSTOMER_TRX_ID = P.CUSTOMER_TRX_ID
AND A.CUST_TRX_TYPE_ID = TYPES.CUST_TRX_TYPE_ID
AND L_TYPES.LOOKUP_TYPE = 'INV/CM/ADJ'
AND A.PRINTING_OPTION IN ('PRI', 'REP')
AND L_TYPES.LOOKUP_CODE =
DECODE( TYPES.TYPE,'DEP','INV', TYPES.TYPE)
AND NVL(T.PRINTING_LEAD_DAYS,0) > 0
AND A.BILL_TO_SITE_USE_ID = U_BILL.SITE_USE_ID
AND U_BILL.CUST_ACCT_SITE_ID = A_BILL.CUST_ACCT_SITE_ID
AND A_BILL.PARTY_SITE_ID = PARTY_SITE.PARTY_SITE_ID
AND B.PARTY_ID = PARTY.PARTY_ID
AND LOC.LOCATION_ID = PARTY_SITE.LOCATION_ID
AND NVL(LOC.LANGUAGE,'US') = 'US'
AND NVL(P.TERMS_SEQUENCE_NUMBER,TL.SEQUENCE_NUM)=TL.SEQUENCE_NUM
AND T.TERM_ID = P.TERM_ID
AND TL.TERM_ID(+) = T.TERM_ID
MSG-00100: DEBUG:  AfterPForm_Trigger -
MSG-00100: DEBUG:  BeforeReport_Trigger +
MSG-00100: DEBUG:  BeforeReport_Procs.Populate_Printing_Option
MSG-00100: DEBUG:  BeforeReport_Procs.Populate_Tax_Printing_Option
MSG-00100: DEBUG:  BeforeReport_Trigger.Get_Message_Details
MSG-00100: DEBUG:  BeforeReport_Trigger.Get_Org_Profile.
MSG-00100: DEBUG:  Organization Id:  26
MSG-00100: DEBUG:  BeforeReport_Trigger -
MSG-05000: DEBUG:  Trx No... 8414037
MSG-00100: DEBUG:  Get_Country_Description.
MSG-00010: 12:03 1 Transaction: 8414037
MSG-00100: DEBUG:  Get_Country_Description.
MSG-00100: DEBUG:  Get_Country_Description.
MSG-05000: DEBUG:  Remit To Address....
MSG-05000: DEBUG:  Address Style:   
MSG-05000: DEBUG:  Address 1:        11000 IH-35 NORTH
MSG-05000: DEBUG:  Address 2:       
MSG-05000: DEBUG:  Address 3:       
MSG-05000: DEBUG:  Address 4:       
MSG-05000: DEBUG:  City:             AUSTIN
MSG-05000: DEBUG:  County:          
MSG-05000: DEBUG:  State:            TX
MSG-05000: DEBUG:  Province:        
MSG-05000: DEBUG:  Postal Code:      78753
MSG-05000: DEBUG:  Territory:       
MSG-05000: DEBUG:  Country_Code:     US
MSG-05000: DEBUG:  Customer Name:   
MSG-05000: DEBUG:  Bill To:         
MSG-05000: DEBUG:  First Name:      
MSG-05000: DEBUG:  Last Name:       
MSG-05000: DEBUG:  Mail Stop:       
MSG-05000: DEBUG:  Country Code:     US
MSG-05000: DEBUG:  Country Desc:    
MSG-05000: DEBUG:  Print Home Flag:  N
MSG-05000: DEBUG:  Width:            40
MSG-05000: DEBUG:  Height Min:       6
MSG-05000: DEBUG:  Height Max:       6
MSG-05000: DEBUG:  Remit To Formatted...   11000 IH-35 NORTH
AUSTIN TX 78753
MSG-05000: DEBUG:  Bill To Address....
MSG-05000: DEBUG:  Address Style:   
MSG-05000: DEBUG:  Address 1:        2481 ROSS CRES
MSG-05000: DEBUG:  Address 2:       
MSG-05000: DEBUG:  Address 3:       
MSG-05000: DEBUG:  Address 4:       
MSG-05000: DEBUG:  City:             NORTH BATTLEFORD
MSG-05000: DEBUG:  County:          
MSG-05000: DEBUG:  State:           
MSG-05000: DEBUG:  Province:         SASKATCHEWAN
MSG-05000: DEBUG:  Postal Code:      S9A3R3
MSG-05000: DEBUG:  Territory:       
MSG-05000: DEBUG:  Country_Code:     CA
MSG-05000: DEBUG:  Customer Name:    VAUGHN FAUTH
MSG-05000: DEBUG:  Bill To:         
MSG-05000: DEBUG:  First Name:       VAUGHN
MSG-05000: DEBUG:  Last Name:        FAUTH
MSG-05000: DEBUG:  Mail Stop:       
MSG-05000: DEBUG:  Country Code:     US
MSG-05000: DEBUG:  Country Desc:    
MSG-05000: DEBUG:  Print Home Flag:  N
MSG-05000: DEBUG:  Width:            40
MSG-05000: DEBUG:  Height Min:       8
MSG-05000: DEBUG:  Height Max:       8
MSG-05000: DEBUG:  Bill To Formatted... VAUGHN FAUTH
VAUGHN FAUTH
2481 ROSS CRES
NORTH BATTLEFORD SASKATCHEWAN S9A3R3
Canada
MSG-05000: DEBUG:  Ship To Address....
MSG-05000: DEBUG:  Address Style:   
MSG-05000: DEBUG:  Address 1:        2481 ROSS CRES
MSG-05000: DEBUG:  Address 2:       
MSG-05000: DEBUG:  Address 3:       
MSG-05000: DEBUG:  Address 4:       
MSG-05000: DEBUG:  City:             NORTH BATTLEFORD
MSG-05000: DEBUG:  County:          
MSG-05000: DEBUG:  State:           
MSG-05000: DEBUG:  Province:         SASKATCHEWAN
MSG-05000: DEBUG:  Postal Code:      S9A3R3
MSG-05000: DEBUG:  Territory:       
MSG-05000: DEBUG:  Country_Code:     CA
MSG-05000: DEBUG:  Customer Name:    VAUGHN FAUTH
MSG-05000: DEBUG:  Bill To:         
MSG-05000: DEBUG:  First Name:      
MSG-05000: DEBUG:  Last Name:       
MSG-05000: DEBUG:  Mail Stop:       
MSG-05000: DEBUG:  Country Code:     US
MSG-05000: DEBUG:  Country Desc:    
MSG-05000: DEBUG:  Print Home Flag:  N
MSG-05000: DEBUG:  Width:            40
MSG-05000: DEBUG:  Height Min:       8
MSG-05000: DEBUG:  Height Max:       8
MSG-05000: DEBUG:  Ship To Formatted...   VAUGHN FAUTH
2481 ROSS CRES
NORTH BATTLEFORD SASKATCHEWAN S9A3R3
Canada
Report Builder: Release 10.1.2.3.0 - Production on Wed Sep 25 12:03:07 2013
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
+---------------------------------------------------------------------------+
Start of log messages from FND_FILE
+---------------------------------------------------------------------------+
+---------------------------------------------------------------------------+
End of log messages from FND_FILE
+---------------------------------------------------------------------------+
+---------------------------------------------------------------------------+
Executing request completion options...
+------------- 1) PUBLISH -------------+
Unable to find an Output Post Processor service to post-process request 25854362.
Check that the Output Post Processor service is running.
+--------------------------------------+
+------------- 2) PRINT   -------------+
Not printing the output of this request because post-processing failed.
+--------------------------------------+
Finished executing request completion options.
+---------------------------------------------------------------------------+
Concurrent request completed
Can any one please guide me for this issue.?.
Thanks,
Vasanth

Hussein,
FNDOPP log file
9/25/13 10:47:48 AM] [Thread-31] Service thread starting up.
[9/25/13 10:47:48 AM] [EXCEPTION] [OPPServiceThread0] java.sql.SQLException: ORA-24067: exceeded maximum number of subscrib
ers for queue APPLSYS.FND_CP_GSM_OPP_AQ
ORA-06512: at "APPS.FND_CP_OPP_IPC", line 85
ORA-06512: at line 1
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.fnd.cp.opp.OPPAQMonitor.initAQ(OPPAQMonitor.java:558)
at oracle.apps.fnd.cp.opp.OPPAQMonitor.init(OPPAQMonitor.java:534)
at oracle.apps.fnd.cp.opp.OPPAQMonitor.initialize(OPPAQMonitor.java:89)
at oracle.apps.fnd.cp.opp.OPPServiceThread.init(OPPServiceThread.java:94)
at oracle.apps.fnd.cp.gsf.BaseServiceThread.run(BaseServiceThread.java:135)
[9/25/13 11:04:11 AM] [EXCEPTION] [OPPAQMON:876235] ORA-04021: timeout occurred while waiting to lock object
[GC 20321K->4065K(63360K), 0.0137050 secs]
Thanks,
Vasanth

Similar Messages

  • How to start Output post processor service ?

    I am trying to publish reports based on xml publisher and the report got errored out with following error message in the log file:
    Unable to find an Output Post Processor service to post-process request 611006.
    Check that the Output Post Processor service is running.
    Can someone help me how to restart or start the OPP service.
    I know it has to be done via System Administration -> Oracle applications Manager
    But how ?
    Thanks,
    ~~H~~

    If you want to check if the OPP is running, Using sysadmin resp. navigate
    Concurrent-->Manager-->Administer
    Look for the Output Post Processor,
    The Actual should equal the Target processes (eg: Actual=1 Target =1).
    Status should not be Deactivated.
    Alternatively you can click on Restart to restart the service.
    Also another point you may want to check,
    You may have multiple instances/nodes alias names for you server.
    It's quite a possibility that the OPP is pointing to the actual name and not the alias.
    You will get the details in the OPP log.
    Also which version of XMLP are you on?
    I experienced this issue on 5.6.1 but not on 5.6.3
    Let me know if this helps
    Lavina

  • Unable to find an Instance of reporting services

    Hi,
    I doing a fresh installation of MBAM 2.5 and getting error "Unable to find an instance of Reproting service" during check prerequisites page.
    Actually my SQL is running in cluster on different machine not on the same machine on which MBAM going to install.
    And I don't how to bypass this screen so that I can configure the DB parameter for MBAM.
    Please advise. 

    Hi pawar,
    Before starting the Microsoft BitLocker Administration and Monitoring (MBAM) installation, we must complete some prerequisites. One of the prerequisite is we must Install Microsoft SQL Server with SQL_Latin1_General_CP1_CI_AS collation. And SSRS must be
    installed and running during the MBAM Server installation. Configure SSRS in "native" mode and not in unconfigured or "SharePoint" mode. Then the user should have the following SQL Server Reporting Services instance rights: Create Folders and Publish Reports.
    According to the error message, it seems that you haven’t installed Reporting Services in the same server. Please refer to the article to install the MBAM 2.5 Server:
    http://technet.microsoft.com/en-us/library/dn645331.aspx
    Besides, since the issue related to MBAM. It is out of the support boundaries of our forum, I suggest you post the question in the following forum:
    http://social.technet.microsoft.com/Forums/en-us/home?category=MDOP&filter=alltypes&sort=lastpostdesc. It is appropriate and more experts will assist you.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Unable to find published output for this request

    Hi All:
    I have created a XML report (Data Template and the RTF) in EBS and the program runs fine.
    Then I changed/modified the Data Template and updated the xml file. When I try to run the report after the change
    the report completes normal but have no output and gives me "Unable to find published output for this request"
    I can not figure out what I am missing..
    Please help
    Thanks,

    Hi Octavio:
    Thanks, This was helpful.
    It works after I end dated the RTF template and then run the program again. Now I have the XML with my changes in and then I can modify the RTF and upload it again..
    Thanks
    Edited by: user10800212 on Jan 29, 2009 9:32 AM

  • Certificate issues Active Directory Certificate Services could not process request 3699 due to an error: The revocation function was unable to check revocation because the revocation server was offline. 0x80092013

    Hi,
    We have some problems with our Root CA. I can se a lot of failed requests. with the event id 22: in the logs. The description is: Active Directory Certificate Services could not process request 3686 due to an error: The revocation function was unable to
    check revocation because the revocation server was offline. 0x80092013 (-2146885613).  The request was for CN=xxxxx.ourdomain.com.  Additional information: Error Verifying Request Signature or Signing Certificate
    A couple of months ago we decomissioned one of our old 2003 DCs and it looks like this server might have had something to do with the CA structure but I am not sure whether this was in use or not since I could find the role but I wasn't able to see any existing
    configuration.
    Let's say that this server was previously responsible for the certificates and was the server that should have revoked the old certs, what can I do know to try and correct the problem?
    Thank you for your help
    //Cris

    hello,
    let me recap first:
    you see these errors on a ROOT CA. so it seems like the ROOT CA is also operating as an ISSUING CA. Some clients try to issue a new certificate from the ROOT CA and this fails with your error mentioned.
    do you say that you had a PREVIOUS CA which you decomissioned, and you now have a brand NEW CA, that was built as a clean install? When you decommissioned the PREVIOUS CA, that was your design decision to don't bother with the current certificates that it
    issued and which are still valid, right?
    The error says, that the REQUEST signature cannot be validated. REQUESTs are signed either by itself (self-signed) or if they are renewal requests, they would be signed with the previous certificate which the client tries to renew. The self-signed REQUESTs
    do not contain CRL paths at all.
    So this implies to me as these requests that are failing are renewal requests. Renewal requests would contain CRL paths of the previous certificates that are nearing their expiration.
    As there are many such REQUEST and failures, it probably means that the clients use AUTOENROLLMENT, which tries to renew their current, but shortly expiring, certificates during (by default) their last 6 weeks of lifetime.
    As you decommissioned your PREVIOUS CA, it does not issue CRL anymore and the current certificates cannot be checked for validity.
    Thus, if the renewal tries to renew them by using the NEW CA, your NEW CA cannot validate CRL of the PREVIOUS CA and will not issue new certificates.
    But it would not issue new certificates anyway even if it was able to verify the PREVIOUS CA's CRL, as it seems your NEW CA is completely brand new, without being restored from the PREVIOUS CA's database. Right?
    So simply don't bother :-) As long as it was your design to decommission the PREVIOUS CA without bothering with its already issued certificates.
    The current certificates which autoenrollment tries to renew cannot be checked for validity. They will also slowly expire over the next 6 weeks or so. After that, autoenrollment will ask your NEW CA to issue a brand new certificate without trying to renew.
    Just a clean self-signed REQUEST.
    That will succeed.
    You can also verify this by trying to issue a certificate on an affected machine manually from Certificates MMC.
    ondrej.

  • Unable to find appropriate installation number in service market place

    Hi Everybody
    While applying for License for our newly implemented SAP Solution Manager 7.0 EHP1 system in SAP service market place, we are unable to find appropriate installation number.
    Charu

    Hi
    You can choose new system and enter all the required data and proceed for the license request function
    Please check for the below note for detail guidance
    [Note 94998 - Requesting license keys and deleting systems|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=94998]
    Thanks,
    Jansi

  • Unable to find mapping Interface columns for Service Items in Sales Order

    Hi All,
    I have a requirement to create a service item for a Sales Order through Interface tables. Once the oe_headers_iface_all and oe_lines_iface_all tables are populated, order import program is run to populate the data into the base tables.
    I am unable to figure out the interface mapping columns for the base table columns namely,
    (oe_order_lines_all table)
    service_ref_order_type
    service_ref_order_numbe
    service_ref_line_number
    service_ref_shipment_number
    Also, the above mentioned base table columns are mandatory and not able to create a Service item through Order import.
    When checked in the front end, per record history these columns are taken from oe_order_lines_v, however when checked in the query of this view am unable to trace the above four columns.
    Any help will be greatly appreciated.
    Thanks,
    Jay

    This does not appear to be connected with the subject of this forum, which is [Oracle Application Express|http://apex.oracle.com/i/index.html].
    Taking a wild guess, this might have something to do with [eBusiness Suite|http://forums.oracle.com/forums/category.jspa?categoryID=3]?

  • Unable to find the DC in Self-Service Administrator (SSA)

    Hi,
    we are working with EP 7.0(ESS mysaperp).
    whe have created a DC and the required components for some track in NWDS. when we tried to configure the Applications through Self-Service Administrator. we are not able to find the DC there in SSA.
    is there anything to do for getting the DC there into SSA.

    Is this SSA system assigned to the track as a runtime system? If so, to which stage?

  • If No data Then unable to find PDF Output

    Hi
    I am working on XML Report, my problem is that
    When there is no data in the report then con. request completed with warning
    and in view output Message is "This File Cannot be opened because it has no pages"
    pls help
    Rahul

    What is your conc, pgm output ?
    How do you merge template and xml ? di you write java class to merge?
    how are you getting xml ?
    for ex:
    if your report has no data means, it shouod atleast generate something like
    <ROOT>
    </ROOT>
    , if it is generating this xml , then if you use the template, it will give you atleast blank one page.

  • Output Post Processor

    Hi,
    We are unable to start the "Output Post Processor", please advice.
    Thanks
    Vinay

    Tim,
    when we try to publish an XML report we get the following error "Unable to find an output post processor service to post-process request" . From the Sysadmin > Manager>Administer, we have tried to restart the output post processor, after the request runs the "Actaul Processe" is stillt '0'
    Please advice.
    Thanks
    Vinay

  • Monitoring Output Post Processor(OPP) log?

    Hi All,
    We have had some issues where the Output Post Processor manager went down and ultimately prevented all XML printing. I would like to know of any experiences monitoring this manager by using a script to watch the following logs:
    $APPLCSF/$APPLLOG/FNDOPP*.txt
    Thanks in advance,

    Hi Helios,
    Yes, I can see log information via: Go to System Administrator -> Concurrent : Manager -> Administrator
    open “Output Post Processor” and then click “Process” button -> “Manager Log” button to see the detailed error.
    But I'm trying to find a way to monitor when the manager goes down to be proactive instead of waiting for XML printing to fail.
    Thanks again for you response.

  • 'Unable to find operation: null'   Error When I invoke Composite Wsdl Url

    Hi ,
    I have created one composite application which consists one BPEL process.That BPEL process takes input from other application.
    But When I invoke that Wsdl Url to push the data from my application to that Wsdl Url,It is giving below error(System fault):
    'Unable to find operation: null' .
    I am getting below message in enterprise manager console (http://ipaddress:port/em):
    'Composite instances are not generated for rejected messages. Click the error message for details'.
    Note: When u click on 'unable to find operation: null' link it is showing the soap request that we submitted to composite URL.
    Instance ID is also not created.
    Can anybody help me regarding this issue?

    As you are able to test the Composite in the EM console and the correct operation, everything looks fine from SOA side.
    Now whatever application from which you are trying to push the data, make sure while configuring the WSDL of the Composite, please check whether you can select the operation of the SOA Composite over there. I think you are leaving the default option which is null or not selecting the required operation over there.
    Hope this helps
    N

  • Output post processor unable to process XML report

    Hi,
    In production environment output post processor unable to process large financial reports. Below is error in request log file
    Error 1: ompleted post-processing actions for request 1046445.
    Exception in thread "OPPAQMON:36846" java.lang.OutOfMemoryError: Java heap space
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:146)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1005)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4710)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at oracle.apps.fnd.cp.opp.OPPAQMonitor.waitForMessage(OPPAQMonitor.java:429)
    at oracle.apps.fnd.cp.opp.OPPAQMonitor.run(OPPAQMonitor.java:114)
    at java.lang.Thread.run(Thread.java:619)
    Error 2: Beginning post-processing of request 1046926 on node FORTISERPAPP1 at 21-FEB-2012 15:32:39.
    Post-processing of request 1046926 failed at 21-FEB-2012 15:42:39 with the error message:
    The Output Post-processor is running but has not picked up this request.
    No further attempts will be made to post-process this request, and the request will be marked
    with Warning status.
    I have done changes suggested in step 2 and 3 of metalink note id 737311.1.
    Please help to fine tune the opp so that I can complete financial reports.
    Regards,
    Raj

    I have increase the java heap size for OPP to 2 gbHave you bounced the OPP?
    Please see these docs.
    Output Post Processor (OPP) Log Contains Error "java.lang.OutOfMemoryError" [ID 1266368.1]
    Output Post Processor (OPP) Log Contains Error "java.lang.OutOfMemoryError: Java heap space" [ID 1268217.1]
    XML Publisher Data Template Request XDODTEXE Fails with Java.Lang.OutOfMemoryError [ID 390968.1]
    How to Configure the Account Analysis Report in Release 12 for Large Reports [ID 737311.1]
    Out Of Memory Error When Running XML Publisher Template Re-Generator Concurrent Program [ID 788935.1]
    Previewing PDF Generates 'java.lang.OutOfMemoryError: java heap space' Error [ID 415995.1]
    Large Reports are Not Produced When Using BI Publisher Scheduler [ID 1088838.1]
    Thanks,
    Hussein

  • Output Post Processor is unable to generate the PDF output

    Hi,
    We are using a custom RDF to generate PDF output using a RTF template built using XML. We are facing some problem while running this XML report. The report is completing with warning because of the following reason.
    "The concurrent manager has timed out waiting for the Output Post-processor to finish this request."
    The problem is not because of the temp space because we printed a sample XML report which is having thousands of pages.
    We have tried by changing the value of the profile option "Concurrent: OPP Process Timeout" to 5000, 10000 etc. But still the issue is not resolved.
    The report is giving the output if the number of rows are less. It's failing for bulk number of rows.
    It would be greatful for us if any one of you can give ideas on these...
    Thanks in advance...

    Hi Sairam
    there might be something wrong with your template,
    might be improper usage of Conditional and Looping statments,
    might be improper usage of nested tables,
    just check you template once again
    report should work for any set of data(small or large),

  • Getting error "Unable to find the published output for this request"

    1. Created a Data Template
    2. Created a Data Definition using the above Data Template
    3. Created a RTF template and registered the same in XML Publisher Administrator
    4. Created Concurrent program for the data template using 'XDODTEXE' as executable
    5. Ran the above concurrent program and it completed successfully.
    6. When I click the 'View Output' button in Oracle applications it says "Unable to find the published output for this request".
    7. I can see the XML output in the $APPLCSF/out directory.
    8. Also the short name for concurrent program and data definition code and template code are same.
    I assume the Concurrent Manager’s Output Post Processor is not able to setup the layout template to the generated XML.
    Am I missing something here. Can anyone come across this issue.
    I have the XML publisher 5.6.1 patch on the DB. Do I need to take 5.6.2 Patch to fix this issue.
    Thanks

    I tried again after applying XDO 5.6.2. I am still not able to see the output.
    Here is the logfile info. There is no mention of OPP or PUBLISH section:
    XDO Data Engine ver 1.0
    Resp: 21540
    Org ID : 101
    Request ID: 348042
    All Parameters: p_batch_id=7169
    Data Template Code: AUDRPT
    Data Template Application Short Name: XXCUST
    Debug Flag: Y
    {p_batch_id=7169}
    Calling XDO Data Engine...
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PRINT   -------------
    Printing output file.
    Request ID : 348042
    Number of copies : 0
    Printer : noprint
    Finished executing request completion options.

Maybe you are looking for

  • SSD Boot Drive for Mac Pro

    Apologies in advance, I'm really not great with this sort ofstuff. Basically, what I would like to do is add an SSD to my MacPro and use that as my boot drive.  Ihave a 1TB HDD which is currently doing everything but I'd like to use thispurely to sto

  • MK contract and received quantity (GR through call off PO)

    Hi, I have a MK (quantity) contract, and I call off with Purchase orders. Can somebody give me a transaction or a abap report name which is capable to show me: contract target quanity; PO order quantity AND GR quantity? The latter is the most importa

  • FTP Set up - error

    Hi Guys, I am transferring file from FTP server to SAP server using the F.M SXPG_COMMAND_EXECUTE but the same same program executes in QAS server but not in DEV server. I have checked in External command in SM69 and SM49 in both the systems both are

  • Where is the Bounding Box?

    When I select items they do not have a bounding box around them, so it is a pain to resize them.

  • Iphone4 will not sync notes to Apple Mail

    Notes created in Apple Mail will sync to the iPhone. I've tried "On My iPhone"and my gmail account as the default account in the iPhone settings. In Mail, Contacts, Calendars settings Notes is not an option to activate in POP (Verizon) email accounts