Post processing problem

Hi all,
I am facing an issue where i have done booking through MFBF and some parts got stored for post processing, now the problem is that when i am doing document specific reversal, parts which got stored for postprocessing is not getting reversed while other parts got cleared. Kindly help
Prashant.Pillai
SAP PP Consultant

Hi,
There are 2 ways to solve the problem.
1. Clear the backflush error using MF47 and reverse both the docs.
2. Do the material document reversal and delete the post processing error in MF47 because the error there is MF47 is actually not posted and is under reserve for that Header material. This option is only good for testing but not in actual production scenario.
Regards,
Gaurav Mehra

Similar Messages

  • Performance problems encountered in CIF Post processing

    Hello
    We have an SCM 7.0 / ERP 6.06 system and had  activated CIF Post processing.
    However, due to very slow system performance, we had to deactivate CPP.
    Subsequently, we have now decided to re-activate it.
    I found one note 802980 for performance improvement.
    We are also considering scheduling //cppr regularly to delete obsolete and processed CIFERRLOG records.
    Apart from this are there any other best practices/checks that we can use before we go ahead with the re-activation?
    Regards
    Anupama

    Hi Anupama,
    Take a look of this note:
    1095049 - CPP -> Performance during the data transfer from R/3 to
    APO
    Basically the best thing you can do is to Reorganize CIF PostProcessing in APO and R/3. Run /SAPAPO/CIF_POSTPROC_REORG and delete the obsolete and also the old records. Do this regularly.
    Also try to send the error logs to the users and make a process to reduce the number of errors by correcting the cause of the problems.
    Kind Regards,
    Mariano

  • Red saturation problems and post-processing

    I see problems with the color red saturating out quickly. This often causes detail to be lost. I have pictures of a red bird where the jpeg produced by the camera is usually better, showing more detail, than anything I can produce from the raw file. I have tried limiting saturation using the hue/saturation tool (PSE12) but that gives unacceptable results as the color gets lost when you reduce saturation.
    My best workaround so far is to start with the jpeg file, open it as a raw file, and do post-processing that way. That has given pictures with more detail than starting with the original raw file. Is there anything else I can try? I find it hard to believe the camera processor does better than PSE12 in these cases.

    I think I'm missing something.  Now I see the code and DC's inside the DTR.  However, when I try to import into NWDS no DC's come in (the software components exist, but no DC's in them).  Additionally, the CBS web ui reports that my software components do not contain any DC's even though I see them in the DTR.  What things can I look at to determine what I'm missing here?
    Thought I'd add some more info..after applying the support packs, we imported the new SAPBUILD, SAP_JTECH, and SAP_jee SCA'S into our track as we required some functionality from the newer build SCA.  We also reimported our old archives back into the system by manually checking them in assuming this would fix the problem with us not seeing the source in the NWDS or the DTR.  After the import, the CBS no longer sees our custom DC's, but the DTR does (both in active and inactive ws).  When importing the dev configuration into the NWDS our custom DC's no longer appear, but SAP's standard SCA's do.
    Message was edited by:
            Eric Vota

  • Problem caling ConcRequest with Post Processing from code using fnd_request

    Gurus,
    Background:
    I am working on an XML Publihser report using Reports6i. I have defined a Report in Applications. This report generates XML data and as part of post processing I specify the template to pick under "Upon Completion" Section. The report works fine when I submit it from SRS window.
    (This is possible because with XML Publisher installed, we can specify a template for any RDF report and its processed as part of Post processing)
    Now I have to invoke the same report programmatically. I am using
    fnd_request.submit_request (application => 'PO',
    program => 'XXTPOREP',
    description => '',
    start_time => '',
    sub_request => FALSE,
    argument1 => 'R',
    argument2 => CHR (0),
    argument3 => CHR (0),
    argument4 => CHR (0),
    argument5 => CHR (0),
    My query is how do I specify the parameters for post processing the request to ensure that the output is generated with the template .
    Thanks in Advance

    before submitting the request add this line
    v_request_status := Fnd_Request.add_layout('PO','XXTPOREP','en','US','PDF');
    This is with the assumption that you need a pdf document as the output and the template language and territory is English and United States
    Message was edited by:
    user585821 on 19 July 2007

  • One or more post-processing actions failed - XML Publisher report

    Hi all, I'm working with the following envinronment:
    Unix platform: HP-UX rp1 B.11.11 U 9000/800
    DB: Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
    eBS: EBS 11.5.9
    More in detail I have a problem when I run a request to see an XML Publisher Report. The request's status at the end is WARNING.....
    When I click on "View Output" I don't see nothing and inside the "View Log" I have this error:
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 1897375 on node RP1DEV at 10-SEP-2008 14:13:36.
    Post-processing of request 1897375 failed at 10-SEP-2008 14:13:37 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Following the Metalink Note 364547.1 I opened the OPP service log and this is the content:
    [9/10/08 2:51:09 PM] [OPPServiceThread0] Post-processing request 1897433.
    [9/10/08 2:51:09 PM] [72379:RT1897433] Executing post-processing actions for request 1897433.
    [9/10/08 2:51:09 PM] [72379:RT1897433] Starting XML Publisher post-processing action.
    [9/10/08 2:51:09 PM] [72379:RT1897433]
    Template code: XX_MANAGERS
    Template app: AR
    Language: en
    Territory: GR
    Output type: PDF
    [9/10/08 2:51:09 PM] [UNEXPECTED] [72379:RT1897433] java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:517)
    at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:224)
    at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:177)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
    at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1657)
    at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:967)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5888)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3438)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3527)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:187)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
    Caused by: java.io.UnsupportedEncodingException: &Encoding
    at sun.io.Converters.getConverterClass(Converters.java:223)
    at sun.io.Converters.newConverter(Converters.java:263)
    at sun.io.ByteToCharConverter.getConverter(ByteToCharConverter.java:64)
    at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:223)
    at sun.nio.cs.StreamDecoder$ConverterSD.<init>(StreamDecoder.java:209)
    at sun.nio.cs.StreamDecoder.forInputStreamReader(StreamDecoder.java:76)
    at java.io.InputStreamReader.<init>(InputStreamReader.java:83)
    at oracle.xdo.parser.v2.XMLReader.setEncoding(XMLReader.java:848)
    at oracle.xdo.parser.v2.XMLReader.checkXMLDecl(XMLReader.java:2718)
    at oracle.xdo.parser.v2.XMLReader.pushXMLReader(XMLReader.java:471)
    at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:263)
    ... 17 more
    [9/10/08 2:51:09 PM] [72379:RT1897433] Completed post-processing actions for request 1897433.
    Anybody have any idea where the error is ?
    Any help will be appreciated
    Alex

    You are right !!
    The problem is inside the report generated by Oracle Reports
    The XML code, which I retrieve running the report request is the following:
    <?xml version="1.0" encoding="&Encoding"?>
    - <!-- Generated by Oracle Reports version 6.0.8.20.2
    -->
    - <MODULE1>
    - <LIST_G_MANAGER_NO>
    - <G_MANAGER_NO>
    <MANAGER_NO>1000</MANAGER_NO>
    <MANAGER_NAME>Anil Passi</MANAGER_NAME>
    </G_MANAGER_NO>
    - <G_MANAGER_NO>
    <MANAGER_NO>1001</MANAGER_NO>
    <MANAGER_NAME>Martin</MANAGER_NAME>
    </G_MANAGER_NO>
    </LIST_G_MANAGER_NO>
    </MODULE1>
    and the problem is the "&" !!!
    So, inside Oracle Reports, when I try to generate the XML code from a preexisting report, the encoding variable is not set.
    Now, I'm trying to understand how to set it, but I didn't find nothing....
    Somebody knows where can I find a Report's configuration file in order to set this "encoding" ?
    Thanks
    Alex

  • How can I view my 6D raw files before I open them in post processing?

    How can I view my 6D raw files after I load them on my computer & before I open them on a post processing Program?
    I have no problem doing that with my 1DX,1DIV or 5Dmk III. This problem exist with any sdhc card I use on the 6D, but not on any other camera with the same cards.
    Solved!
    Go to Solution.

    Your computer doesn't have camera RAW support installed for a 6D.  RAW isn't really a standard-format... it's more of a concept.  Every individual camera has it's own unique RAW format (even though they all have the same .CR2 extension).
    Each time a new camera comes out, companies that make RAW processing software will make an update available that adds that camera.  You'll need to get that update and install it.
    Tim Campbell
    5D II, 5D III, 60Da

  • OIM 11.1.1.5: Post Process Event Handler, change password notification

    Hi,
    Products
    OIM 11.1.1.5 BP02
    OAM 11.1.1.5
    OID 11.1.1.5
    Problem
    I have written a post-process event handler which fires when a role is assigned to a user. The event handler calls a plugin which uses the UserManager API to generate and change the user's password.
    I've tested this by assigning a role to the user via the OIM web console. I can see my log messages indicating that the event handler has fired and that the password has been changed.
    However, I expected that when UserManager.changePassword completed, a notification email would then be sent to the user informing them of the new password, but no notification email has been sent.
    The email notifications have been set up correctly, because I have changed the same user's password via the OIM web console and successfully received a Reset Password email.
    So, my questions are:
    1) Am I right in thinking that when you call UserManager.changePassword(), an out-of-the-box ResetPassword email notification should be sent to the user?
    2) Has anyone got this working in 11.1.1.5?
    Some more detailed info
    In my plugin class I'm calling the following from both execute methods (EventResult and BulkEventResult):
    char newpasswd[] = new RandomPasswordGeneratorImpl().generatePassword(user);
    getUserManager().changePassword(userKey, newpasswd, false, null, true);
    logger.info(("Successfully changed password"));
    plugin.xml
         <oimplugins xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <plugins pluginpoint="oracle.iam.platform.kernel.spi.EventHandler">
         <plugin
         pluginclass="oracle.iam.PostInsertPlugin"
         version="1.0"
         name="PostInsertPlugin">
         </plugin>
         </plugins>
         </oimplugins>
    $OIM_HOME/server/bin/weblogic.properties
              wls_servername = oim_server1
              app = OIMMetadata
              metadata_from_loc=/home/oracle/eventhandlers
              metadata_file=/metadata/roleuser/custom/EventHandlers.xml
    /home/oracle/eventhandlers/import/metadata/roleuser/custom/EventHandlers.xml
    <?xml version='1.0' encoding='utf-8'?>
    <eventhandlers
    xmlns="http://www.oracle.com/schema/oim/platform/kernel"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.oracle.com/schema/oim/platform/kernel orchestration-handlers.xsd">
    <action-handler
    class="oracle.iam.PostInsertPlugin"
    entity-type="RoleUser"
    operation="CREATE"
    name="PostInsertPlugin"
    stage="postprocess"
    order="1002"
    sync="TRUE"/>
    </eventhandlers>
    There are no errors in the OIM out and diagnostic logs apart from the following which occur at OIM startup:
    [2013-01-07T16:29:23.425+00:00] [oim_server1] [ERROR] [IAM-0080075] [oracle.iam.platform.kernel.impl] [tid: [ACTIVE].ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: 2e903d7ef060ab65:66b2de91:13c15d6d9ce:-8000-0000000000000002,0] [APP: oim#11.1.1.3.0] XML schema validation failed for XML /metadata/iam-features-OIMMigration/EventHandlers.xml and it will not be loaded by kernel.
    [2013-01-07T16:29:24.267+00:00] [oim_server1] [ERROR] [IAM-0080075] [oracle.iam.platform.kernel.impl] [tid: [ACTIVE].ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: oiminternal] [ecid: 2e903d7ef060ab65:66b2de91:13c15d6d9ce:-8000-0000000000000002,0] [APP: oim#11.1.1.3.0] XML schema validation failed for XML /metadata/iam-features-callbacks/event_configuration/EventHandlers.xml and it will not be loaded by kernel.
    Thanks
    dty
    Edited by: oim_user on Jan 7, 2013 5:37 PM

    No notification will be sent if you changepassword using the method from usermanager api.
    You have to trigger the resetpassword event manullay in your code.
    Here is a sample code to create an event for reset password. Once you create event, invoke it from notification service - notify method.
    NotificationEvent event = new NotificationEvent();
    String[] receiverUserIds= {userLogin};
    event.setUserIds(receiverUserIds);
    event.setTemplateName("ResetPasswordNotification");
    event.setSender(null);
    HashMap<String, Object> resolvedData = new HashMap<String, Object>();
    resolvedData.put("userLoginId", userLogin);
    event.setParams(resolvedData);

  • Video post processing/quality control no longer works in flash player

    I use to watch videos via http://www.channel5.com and was able to use the post processing features in the AMD driver to improve the picture quality.
    Now, it no longer works. Is this because hardware acceleration isn't working?
    For a while I was able to use it in Internet Explorer, Sometimes in Firefox but never in Chrome. Now even with internet explorer it doesn't seem to work correctly.
    I am using the latest flash versions for all platforms and the latest browser and driver version from AMD too.
    Has Adobe changed something with the latest version of flash which cause a problem with the AMD Driver? Why is there no longer a Hardware Acceleration check-box in Internet Explorer?
    I am using Windows 8.1 and I have the setting in the AMD CCC "apply current vdieo quality settings to internet video" checked. I have made sure in Firefox and Chrome hardware acceleration is enabled both in flash player settings and in the browser settings.
    Thanks for any pointers you can give.

    It may be for you, but it isn't for me in Internet Explorer, by comparison though, there is the box available in Chrome and Firefox...although in Chrome it doesn't do anything.
    I did some more testing; With Internet Explorer hardware acceleration seems to be dependant on the website you watch.
    For example, using IE to visit http://www.dailymotion.com the post processing options work fine, but when on http://www.channel5.com they do not. Is there any reason why this is?
    As for other browsers, it seems hardware acceleration just isn't working at all since post processing never works on chrome.
    On Firefox it seems to behave the same way as IE, e.g it works on some sites but not others.
    I thought I may be able to get around this by disabling the pepper flash player in chrome, but it doesn't seem to make any difference, either its still using the built-in one or it still doesn't work at all with hardware acceleration.
    Either way none of these achieve what I was able too before, get hardware acceleration working with http://www.channel5.com .

  • Sql upgrade 2000 to 2005 post processing error

    Dear People,
    I have successfully upgraded sql from 2000 to 2005 and im doing the post processing steps for upgrade using the sql tool and im getting error at the step " creare sap stored procedure" .im pasting the error messages below.
    <b>dev_w0</b>
    RROR: schema user dcb has administrator fixed server role (user_name() is 'dbo').
    C         This is not allowed.  Please check the Server Roles of user dcb.
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1426]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10283]

    sapinst_dev.log<b></b>
    ERROR      2007-12-04 10:54:48.62 [iaxxgenimp.cpp:731]
               showDialog()
    FCO-00011  The step ExeProcs with step key |SAPMSSTOOLS|ind|ind|ind|ind|0|0|MssSysCopy|ind|ind|ind|ind|4|0|MssProcs|ind|ind|ind|ind|4|0|ExeProcs was executed with status ERROR .
    ERROR      2007-12-04 10:54:48.62
               lib=iamodmssql module=CIaNtMssDmo
    MDB-05053  Errors when executing sql command: [Microsoft][ODBC SQL Server Driver][SQL Server]SELECT permission denied on object 'MSSSOURCE', database 'DCB', schema 'dcb'.
    <p> SOLUTION: If this message is displayed as a warning, you can ignore it. If this is an error, contact SAP support.</p>
    regards
    raj

    hi siddesh,
    i also get the following errors in sql,this could be the main reason
    1.Msg 15157, Level 16, State 1, Line 1
    Setuser failed because of one of the following reasons: the database principal 'dcb' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission.
    Msg 229, Level 14, State 5, Procedure sap_droproc, Line 56
    SELECT permission denied on object 'sysobjects', database 'mssqlsystemresource', schema 'sys'.
    Msg 229, Level 14, State 5, Procedure sap_droproc, Line 60
    SELECT permission denied on object 'sysobjects', database 'mssqlsystemresource', schema 'sys'.
    Msg 208, Level 16, State 0, Procedure sap_droproc, Line 65
    Invalid object name '#allnames
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        DCB
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    111
    intno      20050900
    make:      multithreaded, ASCII, optimized
    pid        3236
    Wed Dec 05 12:07:00 2007
    kernel runs with dp version 229(ext=109) (@(#) DPLIB-INT-VERSION-229)
    length of sys_adm_ext is 364 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 3236) [dpxxdisp.c   1239]
         shared lib "dw_xml.dll" version 111 successfully loaded
         shared lib "dw_xtc.dll" version 111 successfully loaded
         shared lib "dw_stl.dll" version 111 successfully loaded
         shared lib "dw_gui.dll" version 111 successfully loaded
         shared lib "dw_mdm.dll" version 111 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Wed Dec 05 12:07:04 2007
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5361]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >voyager_DCB_00                          <
    DpShMCreate: sizeof(wp_adm)          11808     (908)
    DpShMCreate: sizeof(tm_adm)          3605136     (17936)
    DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    DpShMCreate: sizeof(comm_adm)          528048     (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1296)
    DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 05CB0040, size: 4232896)
    DpShMCreate: allocated sys_adm at 05CB0040
    DpShMCreate: allocated wp_adm at 05CB1B30
    DpShMCreate: allocated tm_adm_list at 05CB4950
    DpShMCreate: allocated tm_adm at 05CB4980
    DpShMCreate: allocated wp_ca_adm at 06024C10
    DpShMCreate: allocated appc_ca_adm at 06029260
    DpShMCreate: allocated comm_adm at 0602A9D0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 060AB880
    DpShMCreate: allocated gw_adm at 060AB8C0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 060AB8F0
    DpShMCreate: allocated wall_adm at 060AB8F8
    Wed Dec 05 12:07:05 2007
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    <ES> 511 blocks reserved for free list.
    ES initialized.
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG Q0K=> DpMsAttach, mscon ( voyager) [dpxxdisp.c   11753]
    DpStartStopMsg: send start message (myname is >voyager_DCB_00                          <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 40000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 111
    Release check o.K.
    Wed Dec 05 12:07:45 2007
    ERROR => W0 (pid 2840) died [dpxxdisp.c   14441]
    ERROR => W1 (pid 2844) died [dpxxdisp.c   14441]
    ERROR => W2 (pid 1904) died [dpxxdisp.c   14441]
    ERROR => W3 (pid 3308) died [dpxxdisp.c   14441]
    ERROR => W4 (pid 4056) died [dpxxdisp.c   14441]
    ERROR => W5 (pid 4088) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => W6 (pid 1244) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => W7 (pid 2888) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => W8 (pid 2932) died [dpxxdisp.c   14441]
    ERROR => W9 (pid 2892) died [dpxxdisp.c   14441]
    ERROR => W10 (pid 3116) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => W11 (pid 2096) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => W12 (pid 2480) died [dpxxdisp.c   14441]
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1637
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Dec 05 12:07:55 2007
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Wed Dec 05 12:07:55 2007
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA     2840 Ended         no      1   0        0                                                                         
    1 DIA     2844 Ended         no      1   0        0                                                                         
    2 DIA     1904 Ended         no      1   0        0                                                                         
    3 DIA     3308 Ended         no      1   0        0                                                                         
    4 DIA     4056 Ended         no      1   0        0                                                                         
    5 DIA     4088 Ended         no      1   0        0                                                                         
    6 UPD     1244 Ended         no      1   0        0                                                                         
    7 ENQ     2888 Ended         no      1   0        0                                                                         
    8 BTC     2932 Ended         no      1   0        0                                                                         
    9 BTC     2892 Ended         no      1   0        0                                                                         
    10 BTC     3116 Ended         no      1   0        0                                                                         
    11 SPO     2096 Ended         no      1   0        0                                                                         
    12 UP2     2480 Ended         no      1   0        0                                                                         
    Dispatcher Queue Statistics               Wed Dec 05 12:07:55 2007
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    2
    2000
    6
    6
    --------++++--
    +
    DIA
    5
    5
    2000
    5
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          12
    wake_evt_udp_now     0
    wake events           total     8,  udp     7 ( 87%),  shm     1 ( 12%)
    since last update     total     8,  udp     7 ( 87%),  shm     1 ( 12%)
    Dump of tm_adm structure:               Wed Dec 05 12:07:55 2007
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Wed Dec 05 12:07:55 2007
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1637
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Dec 05 12:08:00 2007
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >voyager_DCB_00                          < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (1680) (SOFT_KILL)
    Stop icman
    killing process (2612) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:1680  HANDLE:1608)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1637
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Dec 05 12:08:01 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:1680  HANDLE:1608)
    wait for end of icman
    [DpProcDied] Process lives  (PID:2612  HANDLE:1612)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1637
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Dec 05 12:08:02 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2612  HANDLE:1612)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1637
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Dec 05 12:08:03 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2612  HANDLE:1612)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1637
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Dec 05 12:08:04 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2612  HANDLE:1612)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1637
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Dec 05 12:08:05 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2612  HANDLE:1612)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1637
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Dec 05 12:08:06 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2612  HANDLE:1612)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1637
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Dec 05 12:08:07 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2612  HANDLE:1612)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1637
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Dec 05 12:08:08 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2612  HANDLE:1612)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1637
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Dec 05 12:08:09 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2612  HANDLE:1612)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1637
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Dec 05 12:08:10 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2612  HANDLE:1612)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1637
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Dec 05 12:08:11 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2612  HANDLE:1612)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1637
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Wed Dec 05 12:08:12 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:2612  HANDLE:1612)
    DpStartStopMsg: send stop message (myname is >voyager_DCB_00                          <)
    NiIMyHostName: hostname = 'voyager'
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 2 timed out (0ms)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=114,pac=1,MESG_IO)
    MsINiWrite: sent 114 bytes
    send msg (len 110+4) to name           MSG_SERVER, type 0, key -
    MsSndName: MS_NOOP ok
    Send 4 bytes to MSG_SERVER
    NiIRead: hdl 2 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    Received 4 bytes from MSG_SERVER                             
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    Wed Dec 05 12:08:13 2007
    NiIPeek: peek for hdl 2 timed out (r; 1000ms)
    NiIRead: read for hdl 2 timed out (1000ms)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   12099]
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 2 in set0
    SiSelNSet: set events of sock 1548 to: ---
    NiBufISelRemove: remove hdl 2 from set0
    SiSelNRemove: removed sock 1548 (pos=2)
    SiSelNRemove: removed sock 1548
    NiSelIRemove: removed hdl 2
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/13
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 15)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 2 / sock 1548
    NiBufIClose: clear extension for hdl 2
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 3236) [dpxxdisp.c   10371]
    Good Bye .....

  • Post Processing file

    I am reading file in labview which contains some comments separated by backslash but i dont want those commensts to be dispalyed after reading to be displayed in indicator. How to do this.
    Below is attached vi and file
    Solved!
    Go to Solution.
    Attachments:
    post processing file.vi ‏8 KB
    qwerty.txt ‏1 KB

    I tried this match pattern also, with this i am facing two problems first, it is detecting only for one time whereas in my file i am having multiple comments, and it is detecting only the first comment it sees and second issue is that it is just separating the backslash from the string and i want to separate the whole string with backslash. May be i am not using it properly 
    below is the snippet of how i am doing.
    Attachments:
    read from file fp.png ‏219 KB
    readfromfilebd.png ‏31 KB

  • Residual item column in post processing F-28 or F-32

    Hi
    When i go to F-28 or F-32 in the post processing screen in the Residual items Tab i could not see residual items column after net amount column, instead i am seing payment item Column.
    How can i fix this? In residual item Tab i typically used to see residual items column.
    Can some one please advice on how to get this?
    Thanks.

    Hi,
       After click on process open items button in F-28, Click on EDITING OPTION Button.Here you can deselect the check box ENTER PAYMENT AMOUNTS FOR RESIDUAL ITEMS. I hope your problem solved.
    Regards
    Maruthi.

  • Preflight keeps saying  "Unable to save the PDF File after post processing"

    I'm at a loss how to overcome this. Spent almost a whole day, together with another person, trying to fix it with no success!
    I use Adobe pro CC on a PC
    I usually receive pdf files from this one client who edits and formats a book in Mac Pages. Up until a few days ago I had no problems converting the client's pdfs into pdf/x3, but the last three versions of the latest file have stumped me.
    Just to test, I first just tried to convert the file (33MB), unchanged, to pdf/x3 using the save as other option - message reads  "the document has been saved, however, it could not be converted according to the selected standard profile: convert to PDF/X. Please use preflight with the profile "Convert to PDF/X" in order to identify those properties of the document which prevent it from being compliant to this profile"
    if I then choose under Profiles - convert to PDF/X3 - it says no problems found, and appears to have saved the file. If I try to save again as a pdf/x3, just to make sure, it then tells me it's not pdf/x3 compliant
    OK - so then I go back to preflight - and choose the standards function - then pdf/x3, then continue with the default colour profile. About halfway through the conversion, at the point of saving the file,  I get the message "unable to save the pdf file after post processing"
    So far I've had no luck figuring out what this is.
    I then choose the option of "verify compliance of ppdf/x3" - message reads "pdf/x3 version key (GTS_PDFXVersion) missing", and "Trapped key not true or false"
    Help!! How can I be sure the file converted / or not?
    kim

    Yes I was/am aware of Preflight's inability to play nicely over cloud technologies in certain cases, especially wrt Standards technologies, this will be partially addressed in an upcoming version of Preflight without saying too much.  But the same thing could theoretically have happened if the file was also located on another local network client or server.  Leaving aside the argument that this may violate the Acrobat User Agreement - since purchasing the software, the user agrees to employ its functionality on a single host system and precludes host-client-based scenarios - this simply is not a supported use, meaning the user may not have expectations that it will work at all, if the applications requirements are not observed.  There do exist server-solutions for Preflight files within networks, but Acrobat and by extension Acrobat Preflight is not one of those solutions, and (still) belongs in the single host-based desktop environment.
    However most (99.9%) functions within Acrobat <-> acrobat.com file exchange are supported, file syncing across multiple devices will soon be supported, but Standards compliance is still admittedly a problem at this point.  Some testing has been done using 3rd party cloud technologies starting with enterprise-based solutions, such as Office 365, and this will continue to ramp up to include other 3rd party products.
    As for the second point, Preflight will usually change the PDF version to be complaint, are you saying that it was unable to do so in this case?  It seems that this error should have popped up during the normal Preflight conversion attempt.  Personally I think solving a workflow problem using the print path is a little bit of a heavy-handed approach, but if helped and the results are acceptable, then that is good.  Since that path is non-existent on a Mac, as one needs to Save as Adobe PDF from the Print dialog's PDF drop-down menu, I am assuming your workflow involved file creation on a Mac, then further processing on Windows using the PDF printer.  I am wondering if a simple resave/Save As... to PDF with overwrite on a Mac, or Preflighting the file using a PDF version compatibility profile before the PDF/X conversion would have helped.  Since there are such a multitude of methods that a PDF can be created, there are also many ways within Acrobat that a user can shape the file to be compatible with the expected workflow, ie, 'many ways to skin a cat', without being morbid.

  • Post Process Event Handler not getting user's CURRENT_STATE for a UDF field

    I have a post process event handler in OIM R2 BP04 , which runs on Trusted Reconciliation and it compares user's ("CURRENT_USER") state and ("NEW_USER_STATE") and based on that derives a business logic.
    The problem that i am  facing is that, it is not able to get the User's ("CURRENT_USER") state for a UDF(EMAIL_LIST) field and it is coming as null,and  hence is breaking the business logic.The same Event Handler is working on TEST and QA ( 4 node cluster)environments and is not working on PROD environment( 4 node cluster).
    The different thing that was done on was that during the initial recon the event Handler was not present  and after the initial load of the users i have manually executed the database sql query which have updated the "EMAIL_LIST field manually for all the users
    I think  that since during the initial recon as the  EMAIL_LIST was not populated and was  populated  through the SQL update for all the users, the orchestration inter event data does not contain email list, and so it is coming as null.
    But i am seeing the same behavior for new records as well, which are created and  then updated after event handler is registered.
    Please reply, if you have encountered something similar.
    Thnx
    Akshat

    Yes i need the old state, which is
                        Identity[] oldUserStatesIdntArr =
                            (Identity[])(Identity[])interEventData.get("CURRENT_USER");

  • Post-processing actions failed (Report Completed with Warning Status)

    Hi Friends,
    I'm developing custom PO Report using XMLP 5.0.0. Preview Of Template is coming properly while running the report , it completed with Warning Status.The Report is not working in UAT while it was passed DEV and TEST Env successfully. Please look at the below log details and help me
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 654357 on node GOLDBQ at 20-JUN-2007 08:07:22.
    Post-processing of request 654357 failed at 20-JUN-2007 08:07:32 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    OPP Log Details
    [6/20/07 10:22:04 AM] [OPPServiceThread1] Post-processing request 654539.
    [6/20/07 10:22:05 AM] [3039:RT654539] Executing post-processing actions for request 654539.
    [6/20/07 10:22:06 AM] [3039:RT654539] Starting XML Publisher post-processing action.
    [6/20/07 10:22:06 AM] [3039:RT654539]
    Template code: XXTCPOXPRPOPG
    Template app: XXTC
    Language: en
    Territory: GB
    Output type: PDF
    [6/20/07 10:22:07 AM] [UNEXPECTED] [3039:RT654539] java.sql.SQLException: Non supported SQL92 token at position: 1:
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java(Compiled Code))
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java(Inlined Compiled Code))
         at oracle.jdbc.dbaccess.DBError.check_error(DBError.java(Inlined Compiled Code))
         at oracle.jdbc.driver.OracleSql.handleToken(OracleSql.java(Compiled Code))
         at oracle.jdbc.driver.OracleSql.handleODBC(OracleSql.java(Compiled Code))
         at oracle.jdbc.driver.OracleSql.parse(OracleSql.java(Inlined Compiled Code))
         at oracle.jdbc.driver.OracleConnection.nativeSQL(OracleConnection.java(Compiled Code))
         at oracle.jdbc.driver.OracleStatement.expandSqlEscapes(OracleStatement.java(Inlined Compiled Code))
         at oracle.jdbc.driver.OracleStatement.parseSqlKind(OracleStatement.java(Inlined Compiled Code))
         at oracle.jdbc.driver.OraclePreparedStatement.<init>(OraclePreparedStatement.java(Compiled Code))
         at oracle.jdbc.driver.OracleCallableStatement.<init>(OracleCallableStatement.java(Inlined Compiled Code))
         at oracle.jdbc.driver.OracleCallableStatement.<init>(OracleCallableStatement.java(Inlined Compiled Code))
         at oracle.jdbc.driver.OracleConnection.privatePrepareCall(OracleConnection.java(Compiled Code))
         at oracle.jdbc.driver.OracleConnection.prepareCall(OracleConnection.java(Compiled Code))
         at oracle.apps.fnd.cp.util.RemoteFile.transferFile(RemoteFile.java:168)
         at oracle.apps.fnd.cp.util.RemoteFile.transfer(RemoteFile.java:127)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:208)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
    [6/20/07 10:22:07 AM] [3039:RT654539] Completed post-processing actions for request 654539.
    END Of OPP Log Details
    Regards,
    Aanta
    Message was edited by:
    user526601

    HI ,
    i am also facing the same problem but i have one solution for this .... that opp err
    comes in 3 cases ....
    data output will be very large
    unable to insert data in template---->template design is wrong.....(in caseif xml is generated for that).
    the third case is that the data defination file is perfectly fine but when it have to insert data in template its not getting the path where the template is put.
    its all due to xml environment settings.
    Tell your DBA to verify the issue...send him the log and opp log.
    I expect that you will get what exactly the issues is.
    regards
    Ratnesh

  • Post Processing Failed in XML Publiser

    Hi all,
    We are dealing with XML Publisher reports and when trying to run one XML PUblisher report it is completing with warning.
    Log file is showing the following message.
    Malaysia Payroll: Version : UNKNOWN
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    TP3 module: Borang TP3
    Current system time is 30-MAY-2011 01:28:20
    XDO Data Engine Version No: 5.6.3
    Resp: 64320
    Org ID : 204
    Request ID: 4532818
    All Parameters: P_PERSON_ID=28131:P_BUSINESS_GROUP_ID=7267:P_LEGAL_ENTITY=7267
    Data Template Code: TP3
    Data Template Application Short Name: MYPAY
    Debug Flag: N
    {P_BUSINESS_GROUP_ID=7267, P_PERSON_ID=28131, P_LEGAL_ENTITY=7267}
    Calling XDO Data Engine...
    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 4532818 on node RSTNLIN74 at 30-MAY-2011 01:28:23.
    Post-processing of request 4532818 failed at 30-MAY-2011 01:28:24 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.
    Concurrent request completed
    Current system time is 30-MAY-2011 01:28:24
    -------------------------Output Post Process Log shows-------------------------------------
    [5/28/11 12:09:34 PM] [main] Starting GSF service with concurrent process id = 1325195.
    [5/28/11 12:09:34 PM] [main] Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
    [5/28/11 12:09:34 PM] [Thread-24] Service thread starting up.
    [5/28/11 12:09:34 PM] [Thread-25] Service thread starting up.
    [5/30/11 12:39:36 AM] [OPPServiceThread0] Post-processing request 4532804.
    [5/30/11 12:40:04 AM] [OPPServiceThread1] Post-processing request 4532805.
    [5/30/11 12:40:35 AM] [OPPServiceThread0] Post-processing request 4532806.
    [5/30/11 12:53:05 AM] [OPPServiceThread0] Post-processing request 4532811.
    [5/30/11 1:04:18 AM] [OPPServiceThread1] Post-processing request 4532813.
    [5/30/11 1:21:21 AM] [OPPServiceThread0] Post-processing request 4532814.
    [5/30/11 1:21:21 AM] [1325195:RT4532814] Executing post-processing actions for request 4532814.
    [5/30/11 1:21:21 AM] [1325195:RT4532814] Starting XML Publisher post-processing action.
    [5/30/11 1:21:21 AM] [1325195:RT4532814]
    Template code: FNDCPPGD_XML
    Template app: FND
    Language: en
    Territory: US
    Output type: PDF
    [5/30/11 1:21:21 AM] [UNEXPECTED] [1325195:RT4532814] java.sql.SQLException: No corresponding LOB data found :SELECT L.FILE_DATA FILE_DATA,DBMS_LOB.GETLENGTH(L.FILE_DATA) FILE_LENGTH, L.LANGUAGE LANGUAGE, L.TERRITORY TERRITORY, B.DEFAULT_LANGUAGE DEFAULT_LANGUAGE, B.DEFAULT_TERRITORY DEFAULT_TERRITORY,B.TEMPLATE_TYPE_CODE TEMPLATE_TYPE_CODE, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.START_DATE START_DATE, B.END_DATE END_DATE, B.TEMPLATE_STATUS TEMPLATE_STATUS, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.DS_APP_SHORT_NAME DS_APP_SHORT_NAME, B.DATA_SOURCE_CODE DATA_SOURCE_CODE, L.LOB_TYPE LOB_TYPE FROM XDO_LOBS L, XDO_TEMPLATES_B B WHERE L.APPLICATION_SHORT_NAME= :1 AND L.LOB_CODE = :2 AND L.APPLICATION_SHORT_NAME = B.APPLICATION_SHORT_NAME AND L.LOB_CODE = B.TEMPLATE_CODE AND (L.LOB_TYPE = 'TEMPLATE' OR L.LOB_TYPE = 'MLS_TEMPLATE') AND ( (L.LANGUAGE = :3 AND L.TERRITORY = :4) OR (L.LANGUAGE = :5 AND L.TERRITORY = :6) OR (L.LANGUAGE= B.DEFAULT_LANGUAGE AND L.TERRITORY= B.DEFAULT_TERRITORY ))
         at oracle.apps.xdo.oa.schema.server.TemplateInputStream.initStream(TemplateInputStream.java:402)
         at oracle.apps.xdo.oa.schema.server.TemplateInputStream.<init>(TemplateInputStream.java:235)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.getTemplateFile(TemplateHelper.java:1163)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3444)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3541)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:244)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:172)
    [5/30/11 1:21:21 AM] [1325195:RT4532814] Completed post-processing actions for request 4532814.
    [5/30/11 1:28:23 AM] [OPPServiceThread1] Post-processing request 4532818.
    [GC 8210K->5080K(11276K), 0.0012260 secs]
    [GC 8216K->5078K(11276K), 0.0012560 secs]
    [GC 8214K->5083K(11276K), 0.0011170 secs]
    [GC 8219K->5087K(11276K), 0.0011670 secs]
    [GC 8223K->5082K(11276K), 0.0011230 secs]
    [GC 8218K->5087K(11276K), 0.0011180 secs]
    [GC 8223K->5092K(11276K), 0.0011080 secs]
    [GC 8228K->5092K(11276K), 0.0012260 secs]
    [GC 8228K->5090K(11276K), 0.0010840 secs]
    [GC 8226K->5089K(11276K), 0.0012210 secs]
    [GC 8225K->5097K(11276K), 0.0010610 secs]
    [GC 8233K->5091K(11276K), 0.0011330 secs]
    [GC 8227K->5098K(11276K), 0.0011240 secs]
    [GC 8234K->5096K(11276K), 0.0010460 secs]
    [GC 8232K->5103K(11276K), 0.0022520 secs]
    [GC 8239K->5098K(11276K), 0.0011190 secs]
    [GC 8234K->5105K(11276K), 0.0011640 secs]
    [GC 8241K->5102K(11276K), 0.0014740 secs]
    [GC 8238K->5103K(11276K), 0.0011120 secs]
    [GC 8239K->5101K(11276K), 0.0010530 secs]
    [GC 8237K->5106K(11276K), 0.0010870 secs]
    [GC 8242K->5104K(11276K), 0.0010420 secs]
    [GC 8240K->5105K(11276K), 0.0010480 secs]
    [GC 8241K->5108K(11276K), 0.0011200 secs]
    [GC 8244K->5115K(11276K), 0.0011700 secs]
    [GC 8251K->5111K(11276K), 0.0010490 secs]
    [GC 8247K->5117K(11276K), 0.0012940 secs]
    [GC 8253K->5112K(11276K), 0.0011300 secs]
    [GC 8247K->5116K(11276K), 0.0010980 secs]
    [GC 8252K->5115K(11276K), 0.0010890 secs]
    [GC 8251K->5119K(11276K), 0.0010890 secs]
    [GC 8255K->5117K(11276K), 0.0010370 secs]
    [GC 8253K->5118K(11276K), 0.0011740 secs]
    [GC 8254K->5120K(11276K), 0.0011840 secs]
    [GC 8256K->5121K(11276K), 0.0012260 secs]
    [GC 8257K->5125K(11276K), 0.0011040 secs]
    [GC 8261K->5124K(11276K), 0.0010090 secs]
    [GC 8260K->5125K(11276K), 0.0011170 secs]
    [GC 8260K->5129K(11276K), 0.0011130 secs]
    [GC 8265K->5128K(11276K), 0.0010480 secs]
    [GC 8264K->5135K(11276K), 0.0011050 secs]
    [GC 8271K->5130K(11276K), 0.0010600 secs]
    [GC 8266K->5131K(11276K), 0.0010950 secs]
    [GC 8267K->5135K(11276K), 0.0010570 secs]
    [GC 8271K->5134K(11276K), 0.0010880 secs]
    [GC 8270K->5141K(11276K), 0.0010960 secs]
    [GC 8277K->5137K(11276K), 0.0010790 secs]
    [GC 8273K->5138K(11276K), 0.0011670 secs]
    [GC 8274K->5141K(11276K), 0.0010620 secs]
    [GC 8277K->5145K(11276K), 0.0011940 secs]
    [GC 8281K->5143K(11276K), 0.0011200 secs]
    [GC 8279K->5147K(11276K), 0.0010760 secs]
    [GC 8283K->5150K(11276K), 0.0012490 secs]
    [GC 8286K->5150K(11276K), 0.0010610 secs]
    [GC 8286K->5156K(11276K), 0.0010800 secs]
    [GC 8291K->5151K(11276K), 0.0011010 secs]
    [GC 8287K->5157K(11276K), 0.0012580 secs]
    [GC 8293K->5153K(11276K), 0.0010330 secs]
    [GC 8289K->5157K(11276K), 0.0011080 secs]
    [GC 8293K->5161K(11276K), 0.0012330 secs]
    [GC 8297K->5155K(11276K), 0.0011780 secs]
    [GC 8291K->5157K(11276K), 0.0066620 secs]
    [GC 8293K->5158K(11276K), 0.0010720 secs]
    [GC 8294K->5163K(11276K), 0.0011140 secs]
    [GC 8299K->5161K(11276K), 0.0010860 secs]
    [GC 8297K->5169K(11276K), 0.0010910 secs]
    [GC 8305K->5164K(11276K), 0.0010540 secs]
    [GC 8300K->5170K(11276K), 0.0010750 secs]
    [GC 8306K->5167K(11276K), 0.0010910 secs]
    [GC 8303K->5168K(11276K), 0.0010290 secs]
    [GC 8304K->5176K(11276K), 0.0011060 secs]
    [GC 8312K->5170K(11276K), 0.0010690 secs]
    [GC 8306K->5178K(11276K), 0.0011290 secs]
    [GC 8314K->5174K(11276K), 0.0010470 secs]
    [GC 8310K->5174K(11276K), 0.0010680 secs]
    [GC 8310K->5179K(11276K), 0.0010430 secs]
    [GC 8315K->5176K(11276K), 0.0010710 secs]
    [GC 8312K->5183K(11276K), 0.0011260 secs]
    [GC 8319K->5179K(11276K), 0.0010770 secs]
    [GC 8315K->5180K(11276K), 0.0010760 secs]
    [GC 8316K->5185K(11276K), 0.0010610 secs]
    [GC 8321K->5312K(11276K), 0.0013210 secs]
    [GC 8448K->5353K(11276K), 0.0019140 secs]
    [GC 8489K->5415K(11276K), 0.0018470 secs]
    [GC 8551K->5325K(11276K), 0.0011910 secs]
    [GC 8461K->5354K(11276K), 0.0014650 secs]
    [GC 8490K->5332K(11276K), 0.0011390 secs]
    [GC 8468K->5377K(11276K), 0.0014780 secs]
    [GC 8513K->5478K(11276K), 0.0017080 secs]
    [GC 8614K->5582K(11276K), 0.0024720 secs]
    [GC 8718K->5683K(11276K), 0.0019120 secs]
    [GC 8819K->5782K(11276K), 0.0019170 secs]
    [GC 8918K->5887K(11276K), 0.0019020 secs]
    [GC 9023K->5988K(11276K), 0.0019350 secs]
    [GC 9124K->6093K(11276K), 0.0019290 secs]
    [GC 9229K->5954K(11276K), 0.0020720 secs]
    [GC 9090K->5966K(11276K), 0.0012100 secs]
    [GC 9102K->6046K(11276K), 0.0016590 secs]
    [GC 9182K->6143K(11276K), 0.0018650 secs]
    [GC 9279K->6049K(11276K), 0.0016840 secs]
    [GC 9185K->6162K(11276K), 0.0017150 secs]
    [GC 9298K->6267K(11276K), 0.0020640 secs]
    [GC 9403K->6374K(11276K), 0.0020920 secs]
    [GC 9510K->6482K(11276K), 0.0020880 secs]
    [GC 9618K->6593K(11276K), 0.0021410 secs]
    [GC 9729K->6693K(11276K), 0.0021760 secs]
    [GC 9829K->6804K(11276K), 0.0021370 secs]
    [GC 9940K->6910K(11276K), 0.0022810 secs]
    [GC 10046K->7015K(11276K), 0.0019900 secs]
    [GC 10151K->7125K(11276K), 0.0026840 secs]
    [GC 10261K->7227K(11276K), 0.0020670 secs]
    [GC 10363K->7338K(11276K), 0.0020980 secs]
    [GC 10474K->7444K(11276K), 0.0021910 secs]
    [GC 10580K->7556K(11276K), 0.0020750 secs]
    [GC 10692K->7663K(11276K), 0.0023720 secs]
    [GC 10799K->7770K(11276K), 0.0022450 secs]
    [GC 10906K->7876K(11276K), 0.0021890 secs]
    [GC 11012K->7979K(11404K), 0.0021700 secs]
    [Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor13]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor6]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor14]
    7979K->6712K(11404K), 0.0792140 secs]
    [GC 11320K->6865K(16308K), 0.0017910 secs]
    [GC 11473K->7026K(16308K), 0.0027120 secs]
    [GC 11634K->7185K(16308K), 0.0027560 secs]
    [GC 11793K->7348K(16308K), 0.0039630 secs]
    [GC 11956K->7501K(16308K), 0.0027250 secs]
    [GC 12109K->7659K(16308K), 0.0025460 secs]
    [GC 12267K->7815K(16308K), 0.0028180 secs]
    [GC 12423K->7973K(16308K), 0.0025780 secs]
    [GC 12581K->8129K(16308K), 0.0026230 secs]
    [GC 12737K->8287K(16308K), 0.0026940 secs]
    [GC 12895K->8447K(16308K), 0.0028530 secs]
    [GC 13055K->8603K(16308K), 0.0029410 secs]
    [GC 13211K->8763K(16308K), 0.0028360 secs]
    [GC 13371K->8918K(16308K), 0.0030280 secs]
    [GC 13526K->8696K(16308K), 0.0069120 secs]
    [GC 13304K->8988K(16308K), 0.0032800 secs]
    [GC 13595K->9017K(16308K), 0.0052690 secs]
    What would be the key problem for this issue.
    Can some one please provide us with solution.
    Thanks and Regards
    Imran
    Edited by: 848314 on May 29, 2011 11:50 PM

    Duplicate post -- java.sql.SQLException: No corresponding LOB data found XML publisher 12.0.4

Maybe you are looking for

  • Waveburner;  a few Questions regarding track files and Session Data

    After a bit of negotiating, I'm almost ready to burn. Was having problems with file locations and discovered that i had multiple files in different locations. Those have been eliminated and all relative track files are in one place now with the Song

  • 80gb classic crashes computer, get blue screen.

    80gb classic Windows Vista Ipod crashes computer when itunes is running, get blue screen. A while back my ipod started having trouble playing songs. I would tell it to play a playlist of say 50 songs, it would then freeze for about 30 minutes, and wh

  • Can ACR 5.6 be installed for LR or Elements on OS X

    Downloaded the release candidate and it won't install.  Is there a way to manually install it for Lightroom and Photoshop Elements and Bridge CS3 on a Mac?

  • Purchase Order Commitment release

    Hi, We have some Open POs which does not have confirmations. When we create PO, system automatically creates commitments. So, when there is no confirmation for PO, Then corresponding commitments never turn to actuals and just sit there. So, is there

  • Problem to import music to itunes

    i have a problem i download music from limewire and im not able to transfer it to my itune program to put it in my ipod shuffle, i wanna know if its possible and if it is how can i do it thanks