Output mismatches ....!!!

Hi Folks,
Could anyone of you help me regarding below problem
My requirement is
If billing type (Qualifier=015)is "ZF2" or ZG2 and order reason is not equal to "T02", then need to place the ship to number(PARTN where PARVW = u201CAGu201D ).
Else need to place the end customer number PARTN where PARVW = u201CZEu201D, If end customer is not available then need to place ship to number (PARTN where PARVW = u201CAGu201D ).
My scenario is multiple IDOCs to multiple Files
I am experiencing the problem at Else Statement. When the multiple IDOCs in the same Queue
Example:
Each IDOC contains the information of different partners(E1EDKA1 Segment is repeating)
IDOC-1
Partners PartnetNos
RS 0238232082
AG 0238232086
KL 0238232083
MN 0238232082
LN 0238232082
BK
IDOC-2
RS 0238232082
AG 0238232088
KL 0238232082
MN 0238232082
ZE 0238232087
BK 0238232082
IDOC-3
RS 0238232082
AG 0238232089
KL 0238232082
MN 0238232082
BK 0238232082
For the above input, I am not getting the proper output.
Example:
For the first IDOC , If condition is satisfied and the output is coming well.
For the second IDOC also I am getting the correct output ( If condition fails in this case.. so enters in else block ).
For the third IDOC, I am not getting proper output, it is placing the second IDOCu2019s ZE partner number in third file.
Output:
ZE 0238232087
My analysis:
Whenever the condition is enter into the else part, it is finding for ZE value. Even though in third IDOC partner ZE is not available it is presenting ZE value (in this case AG partner is available in the third IDOC) from second IDOC value because Queue is mismatching.
Could some one validate my analysis and provide solution for this problem.
It would be appreciated if you provide the solution ASAP ....
Thanks in Advance..
Kiran.

hmmmmmmmmmmmm same as
I am not getting the proper data due to Queue's problem

Similar Messages

  • Output mismatch between BEx query output and WebI Report output

    Hi All,
    I have a BEx query in which there are only characteristics placed in rows.
    There are combinations of the values of the characteristics giving different records in the query output.
    Date is one of the characterisctics in the query output.
    There is an output mismatch between the query output and the WebI report output in the following case:
    When there are 'Not Assigned' or '#' or blank values, there are additional entries(rows) in the WebI report, giving repeating or wrong entries in the Date field. This is incorrect data.
    Is this because of the  'Not Assigned' or '#' or blank values of the Characteristics or is there any other reason?
    How do I fix this?
    Please helo me with this.
    Thanks and Regards,
    Srilakshmi B

    Hi Rajesh,
    I need to verify the WebI report output for records with # and 'Not assigned' values for the cHracteristics in the report.
    So I cannot check the WebI report by hiding the # or Not assigned values.
    The problem is that in the Query output the records are like these shown below:
    Char1                    CHar2                          CHar3                       Date field
    A                             B                                 C                                Date1
    #(Not assgined)      #(Not assgined)      #(Not assgined)             No value
    Where as the WebI report output is as below:
    Char1                    CHar2                          CHar3                       Date field
    A                             B                                 C                                Date1
    #(Not assgined)      #(Not assgined)      #(Not assgined)            Date1
    As shown here, there are wrong/repeating entries for the Date field in the WebI report output.
    Please check this and let me know what could be the issue and how do I fix it.
    Thanks and Regards,
    Srilakshmi B

  • WDSL AND SOAP OUTPUT MISMATCH for OC4J 9.0.4

    Hello,
    I have a HelloWorld web service on iAS 9.0.4 and the WSDL file has:
    <message name="getString0Response">
    <part name="output" type="xsd:string"/>
    </message>
    The issue is that the retruned response SOAP message does not match the WSDL, it simply returns:
    <ns1:getStringResponse xmlns:ns1="HelloWorldWS" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <return xsi:type="xsd:string">test string</return>
    </ns1:getStringResponse>
    According to the WSDL, the web service should return "output" instead of "return". This mismatch between wsdl and the returned soap message cause an issue when you call that web service method inside a BPEL process, as an operation of a partner link, for instance.
    The WSDL was originally generated by the JDeveloper with <part name="return" type="xsd:string"/>, but I changed manually "return" to "output". If I load the wsdl of the deployed WS, I will find the good modified name, I mean "output".
    Many thanks,
    Marinel

    Hi Marinel,
    From the SOAP specification [1] - section 7: "The name of the return value accessor is not significant." .
    The BPEL engine should not assumes that the name of the accessor on the wire match with the name of the part, for RPC style of services. It's only OK to do so for document style, where the full payload can be validated agains a schema.
    By editing the WSDL so that it correspond to the wire format and make BPEL able to deserialize the soap envelope, you are doing the right thing.
    Hope this helps,
    Eric
    [1] http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383532

  • Procsystime output mismatch

    Hi,
    I am working on a performance problem where the user is saying the I/O on a T5120 machine is slow.
    To analyze/simulate the problem I have done the below:
    - Dump a bunch of the application data files (text) into a folder.
    - Wrote a perl script that simply opens the file, reads it line by line and logs the line count with a timestamp.
    Now I ran the script with procsystime (dtrace toolkit 0.99 ) on an M5000 and a T5120
    1) M5000 : Looking at the output file, the M5000 takes around 51 seconds to go through the files.
    11/11/2008/16:49:41 : . has 22 lines
    ~
    11/11/2008/16:50:32 : VOWG.DE has 2014 lines
    The procsystime output (kinda) matches.
    Elapsed time : 31553430700 (31 seconds)
    CPU time : 1583316123 (15 seconds)
    2) T5120 : Looking at the output file, the T5120 takes around 1 minute and 43 seconds to go through the files
    11/11/2008/17:17:09 : . has 22 lines
    ~
    11/11/2008/17:18:52 : VOWG.DE has 2014 lines
    But the procsystime output is way off
    Elapsed time : 4901073569 (4 seconds)
    CPU time : 1332504612 (1.3 seconds)
    I am sure I am doing something wrong, but could really need a push in the right direction with this one...
    cheers...

    Hi,
    I don't know the real cause of this issue but in the WEBI report you can hide the unwanted rows by putting some filter.
    Regards,
    Durgesh.

  • Found Difference between 9i  & 10g order by result

    Hello Guru's
    I have created following table in both 9i and 10g
    test1 with Columns as below
    A VARCHAR2(10)
    B NUMBER
    Inserted 2 records in 9i and 10g ( same data)
    *9i Result:*
    SELECT * FROM test1;
    A B
    2 1
    2 2
    *10g result:*
    SELECT * FROM test1;
    A B
    2 1
    2 2
    But if I use order by clause getting different result.
    *9i Result:*
    SELECT * FROM test1 order by a;
    A B
    2 1
    2 2
    *10g result:*
    SQL> select * from test1 order by a;
    A B
    2 2
    2 1
    Please help about this output mismatch for same query in 9i and 10g.
    Thanks In Advance.
    Sandeep.

    What is your exact oracle version?
    It seems that your theory is true at least in these version - (Strange....)
    In, 9i ->
    satyaki9i>
    satyaki9i>select * from v$version;
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    PL/SQL Release 9.2.0.1.0 - Production
    CORE    9.2.0.1.0       Production
    TNS for HPUX: Version 9.2.0.1.0 - Production
    NLSRTL Version 9.2.0.1.0 - Production
    Elapsed: 00:00:00.00
    satyaki9i>
    satyaki9i>
    satyaki9i>create table strange
      2   (
      3     a    number,
      4     b    number
      5   );
    Table created.
    Elapsed: 00:00:00.00
    satyaki9i>
    satyaki9i>insert into strange values(&a,&b);
    Enter value for a: 2
    Enter value for b: 1
    old   1: insert into strange values(&a,&b)
    new   1: insert into strange values(2,1)
    1 row created.
    Elapsed: 00:00:00.00
    satyaki9i>/
    Enter value for a: 2
    Enter value for b: 2
    old   1: insert into strange values(&a,&b)
    new   1: insert into strange values(2,2)
    1 row created.
    Elapsed: 00:00:00.00
    satyaki9i>
    satyaki9i>commit;
    Commit complete.
    Elapsed: 00:00:00.00
    satyaki9i>
    satyaki9i>SELECT * FROM strange;
             A          B
             2          1
             2          2
    Elapsed: 00:00:00.00
    satyaki9i>
    satyaki9i>SELECT * FROM strange order by a;
             A          B
             2          1
             2          2
    Elapsed: 00:00:00.00
    satyaki9i>
    satyaki9i>In 10g,
    satyaki10g>
    satyaki10g>select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Elapsed: 00:00:00.03
    satyaki10g>
    satyaki10g>
    satyaki10g>
    satyaki10g>create table strange
      2   (
      3     a    number,
      4     b    number
      5   );
    Table created.
    Elapsed: 00:00:00.05
    satyaki10g>
    satyaki10g>insert into strange values(&a,&b);
    Enter value for a: 2
    Enter value for b: 1
    old   1: insert into strange values(&a,&b)
    new   1: insert into strange values(2,1)
    1 row created.
    Elapsed: 00:00:00.00
    satyaki10g>
    satyaki10g>/
    Enter value for a: 2
    Enter value for b: 2
    old   1: insert into strange values(&a,&b)
    new   1: insert into strange values(2,2)
    1 row created.
    Elapsed: 00:00:00.00
    satyaki10g>
    satyaki10g>commit;
    Commit complete.
    Elapsed: 00:00:00.00
    satyaki10g>
    satyaki10g>SELECT * FROM strange;
             A          B
             2          1
             2          2
    Elapsed: 00:00:00.00
    satyaki10g>
    satyaki10g>SELECT * FROM strange order by a;
             A          B
             2          2
             2          1
    Elapsed: 00:00:00.00
    satyaki10g>
    satyaki10g>Let me go through the docs.
    Regards.
    Satyaki De.

  • Problèmes d'impression

    Lorsque j'essaie imprimer un document pdf un avertissement indique:impossible de créer ou trouver police AdvOCR-B et le document imprimé est incomplet. Que faut-il faire?

    Hi Christine,
    Thank you for reposting.  HP Toolbox FX is not supported in Macintosh operating systems. One of these pages might help you fix your printing problems:
    Mac OS X: Color output Mismatch from Microsoft Office applications
    Solve Print Quality Problems
    Regards,
    AlliBee
    I am an HP employee, but opinions expressed here are my own.
    Click the thumbs up + button if I have helped you. Mark Accepted Solution if your problem is solved. If both apply......do both.

  • Toolbox fx

    Bonjour,
    j'ai des problèmes d'impression avec mon imprimante HP Color LaserJet CM2320nf : tout d'abord, les niveaux d'encre sont bons pourtant toutes les images s'impriment dans les tons de bleu et l'étalonnage n'y change rien. Ensuite, des marques apparaissent de façon répétitive sur la face imprimée de la page à intervalles réguliers. J'ai imprimé de nombreuses pages et nettoyé le circuit papier mais cela ne change rien. J'ai lu qu'il fallait télécharger le logiciel HP ToolboxFX pour résoudre ce type de problème mais je ne trouve pas le lien.  Pourriez-vous m'aider svp ?
    Merci.
    Christine

    Hi Christine,
    Thank you for reposting.  HP Toolbox FX is not supported in Macintosh operating systems. One of these pages might help you fix your printing problems:
    Mac OS X: Color output Mismatch from Microsoft Office applications
    Solve Print Quality Problems
    Regards,
    AlliBee
    I am an HP employee, but opinions expressed here are my own.
    Click the thumbs up + button if I have helped you. Mark Accepted Solution if your problem is solved. If both apply......do both.

  • Invoice Value Mismatch in Output Printouts

    Dear Experts,
    We are facing a problem on invoice printouts as it is mismatched with oprginal values in the system, also we have checked in sales order printouts it's accurate with orginal values but the same value in not updating in invoice outputs.
    Actual condition price should get print on all the outputs, please note that the problem occurs only with old invoices or invoices which already printed in past
    Could anyone please let me know what is the root cause for this.and what is the solution to get the actual prices into invoice outputs.
    Thanks in advance.
    JA
    Edited by: javeed ahmed on Oct 29, 2010 3:44 PM

    It sounds like you have a problem with the print output layout set u2013either the sapscript or smartform or adobe form.  As the problem only exists with old invoices, I would look for some u201Chard-codingu201D on the layout set that dos not properly handle the way your pricing procedure  currently sends the data.
    A u201Cvalue-mismatchu201D could result from the layout set using an obsolete subtotal from your pricing procedure. 
    I would have your ABAP support sit down with your SD person and scrutinize the communication structures sent to the layout set.
    Regards,
    Ken

  • Mismatch between preview and output

    Hi..
    I'm new to After Effects, and having some problems with a project I'm working on..
    It's a fairly simple project, just some tracking and replacing elements in a video clip.
    Everything looks fine in the RAM preview, things line up and the timing looks good.
    However, I run into problems when I want to render the final result.
    Everything seems to be off, with regards to the timing. It looks like all my keyframes
    are off by a few frames, leading to misalignment.
    As I said, I'm new to After Effects (this is my first attempt at editing any kind of video),
    and I suspect I screwed up right at the begining of my project.
    The original footage is 23,970 fps, but I changed the composition framerate to 23,976 fps.
    Can't remember why exactly, I suspect it had something to do with tracking in Mocha..
    Could this be the reason my output is off?
    Any tips on how to correct this, without trying to figure out how many frames each pre-comp
    is off, and manually correcting them? I have about 20 elements which would need editing..
    Any help is much appreciated!

    If you cahnged the comp framerate, anturalyl you would also have to forcibly override the source footage framerate in the footage interpretation. Other than that you could be seing issues with interlaced footage where in the "inbetween" areas, that is the alternate field, your motion is interpolated linearly from the preceding even field to the next one on a whole frame basis, making it look misaligned because it is in teh wrong position, naturalyl. Check that, too. If all fails, force conform your footage to a "clean" framerate e.g. by time-stretching it and rendering a suitable clip for mocha. You can always go back to the original then or time-stretch back later or scale the keyframes temporally. Many ways to skin the cat....
    Mylenium

  • Output timing mismatch problem

    I am still very new to programming with LabVIEW, and infact programing in any languege at all (as an engineer this is only a part time role of mine) and yesterday I noticed a bug with one of my programs. I am attaching photos and descriptions of my code below. Non the less I have two programs. The first is called "Continious Pulse Firing" it takes a series of pulses that I write up and it fires them off at the correct time. It then writes these pulses to a shared global variable "Waveform" which you can see in the image as well as I send it up to the DAQ assistant for output.
    The second program which I have commonly used it or variations of it as a replacement for the DAQ assistant on many programs I have written. This tool takes the input from the global variable waveform and plays it out. I have also included a screen shot of the front panel from this program.
    Next suspecting that something was wrong the other day when looking at it in a scope, I went and connected the outputs from the 2 separate programs and overlaid them on a plot over oneanother. I modified some code from one of the sample programs that is included with LabVIEW to create this tool.  (It looks like this site is only allowing 3 pictures so I will try to include them in a reply to this post,) but the end result is that I am playing out at approximately 6 times the rate I should be. Now this has me wondering where am I going wrong in my program.
    Attachments:
    Continious Pulse Firing.jpg ‏115 KB
    wavegen program.jpg ‏66 KB
    Front panel of Wavegen program.jpg ‏49 KB

    Here's the photo of my probed signal. The white wave was generated with the Daq assitant while the red wave was generated by my code with the help of the global variable. The white plot is what the signal should be giving me while the red plot is wrong.
    Any ideas where I am going wrong?
    Attachments:
    Picture of Probe.jpg ‏211 KB

  • Mismatch in net due dates in credit note output and FBL5N

    Hi SAP gurus,
    In my case, there is a credit note with 30 days payment terms and it is without reference to an invoice. The net due date on output is 30-10- 2010, while in FBL5N, it is 30-09- 2010. As per the analysis, it is right as in case of without ref. to invoice, the baseline date will act as net due date.
    Now the user, wants to have the same due date at both the places( FBL5N and invoice output) irrespective of standard settings, I came to know that it is possible through some change in output type.
    If so, kindly suggest me the logic as how to fetch the date appearing on FBL5N on invoice output. Need is to take the FBL5's date as input to be printed on output.
    thanks a lot in advance for the inputs.

    Credit memos are of 2 types
    Other Credit Memos.
    Terms of payment in other credit memos are invalid. These credit memos
    are due on the baseline date. To activate the terms of payment in these
    non-invoice-related credit memos, enter a “V” in the invoice reference field
    during document entry.
    Invoice related credit memos:
    Credit memos can be linked to the original invoice by entering the invoice
    number in the invoice reference field during document entry. In this case,
    the terms of payment are copied from the invoice so that the invoice and the
    credit memo are due on the same date.
    If you look at the second option you need to give the Invoice referevce to default the terms from Invoice or use "V" in the reference feild.
    Hope you have understood the concept.
    reward if useful.
    sarma

  • Data Mismatch in the final output

    Hi,
    I am using the eclipse version downloaded from here
    http://www.businessobjects.com/campaigns/forms/downloads/crystal/eclipse/datasave.asp
    In the final output, data seems to be corrupted.
    Example
    Column A
    3500
    9852
    7533
    Sum 35.4
    The sum value reflects the right value, where as the value in column A  is displayed from a different page.
    In short the Column A values are randomly swapped between pages.
    I tested the same report with Visual Studio with the same parameters. It works fine.
    Can some one please provide me a direction.
    Thanks
    Raman

    For your questions,
    1. I have this problem when previewing report in the crystal report viewer. This is not specific to exporting to a third party format, Previewing and even exporting to PDF results in same incorrect output.
    2. I tried exporting it to RPT format and its resulting in exception, See below the exception stack.
    380416980 [TP-Processor23] INFO  com.crystaldecisions12.reports.dataengine  - Validating report parameters
    380416980 [TP-Processor23] ERROR com.businessobjects.reports.reportconverter.v12.V12Converter  - ERROR: Could not convert saved data
    com.crystaldecisions12.reports.dataengine.MissingParameterValuesException: Some parameters are missing values
         at com.crystaldecisions12.reports.dataengine.h.a(SourceFile:802)
         at com.crystaldecisions12.reports.dataengine.SavedDataUpdater.a(SourceFile:85)
         at com.businessobjects.reports.reportconverter.v12.V12SavedDataBackwardConverter.do(SourceFile:450)
         at com.businessobjects.reports.reportconverter.v12.V12SavedDataBackwardConverter.a(SourceFile:380)
         at com.businessobjects.reports.reportconverter.v12.V12SavedDataBackwardConverter.if(SourceFile:292)
         at com.businessobjects.reports.reportconverter.v12.V12SavedDataBackwardConverter.do(SourceFile:108)
         at com.businessobjects.reports.reportconverter.v12.f.do(SourceFile:377)
         at com.businessobjects.reports.reportconverter.v12.V12SaveLoader.a(SourceFile:316)
         at com.businessobjects.reports.loader.ReportSaver.a(SourceFile:75)
         at com.businessobjects.reports.loader.ReportSaver.a(SourceFile:62)
         at com.businessobjects.reports.loader.ReportSaver.saveCopyAs(SourceFile:52)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:616)
         at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.a(SourceFile:686)
         at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.if(SourceFile:736)
         at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.if(SourceFile:619)
         at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.a(SourceFile:586)
         at com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.a(SourceFile:636)
         at com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.int(SourceFile:672)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1944)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:661)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:167)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:529)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:527)
         at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(SourceFile:102)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(SourceFile:525)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:424)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(SourceFile:352)
         at com.businessobjects.sdk.erom.jrc.a.a(SourceFile:54)
         at com.businessobjects.sdk.erom.jrc.a.execute(SourceFile:67)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(SourceFile:716)
         at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(SourceFile:125)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:537)
         at com.crystaldecisions.sdk.occa.report.application.ds.a(SourceFile:186)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(SourceFile:1558)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(SourceFile:337)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.export(SourceFile:286)
         at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.export(SourceFile:209)
         at com.businessobjects.report.web.event.bh.a(SourceFile:158)
         at com.businessobjects.report.web.event.o.a(SourceFile:146)
         at com.businessobjects.report.web.event.bw.broadcast(SourceFile:93)
         at com.businessobjects.report.web.event.am.a(SourceFile:53)
         at com.businessobjects.report.web.a.t.if(SourceFile:2104)
         at com.businessobjects.report.web.e.a(SourceFile:300)
         at com.businessobjects.report.web.e.a(SourceFile:202)
         at com.businessobjects.report.web.e.a(SourceFile:135)
         at com.crystaldecisions.report.web.ServerControl.a(SourceFile:607)
         at com.crystaldecisions.report.web.ServerControl.processHttpRequest(SourceFile:342)
         at com.crystaldecisions.report.web.viewer.CrystalReportViewerServlet.a(SourceFile:109)
         at com.crystaldecisions.report.web.viewer.CrystalReportViewerServlet.doPost(SourceFile:69)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
         at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
         at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
         at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:774)
         at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
         at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:896)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
         at java.lang.Thread.run(Thread.java:636)
    380416981 [TP-Processor23] INFO  com.businessobjects.reports.reportconverter.v12.V12Converter  - Converting to version 12 finished successfully
    380416982 [TP-Processor23] ERROR com.crystaldecisions.reports.common  - Failed to load the resource 'InternalFormatterException' from the bundle java.util.PropertyResourceBundle@58fd36e4.
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key InternalFormatterException
         at java.util.ResourceBundle.getObject(ResourceBundle.java:402)
         at java.util.ResourceBundle.getString(ResourceBundle.java:362)
         at com.crystaldecisions.reports.common.CrystalResources.loadString(Unknown Source)
         at com.crystaldecisions.reports.common.CrystalResources.loadMessage(Unknown Source)
         at com.crystaldecisions.reports.common.CrystalResourcesFactory.getLocalizedMessage(Unknown Source)
         at com.crystaldecisions.reports.common.CrystalException.getLocalizedMessage(Unknown Source)
         at com.crystaldecisions.reports.common.CrystalException.getMessage(Unknown Source)
         at java.lang.Throwable.getLocalizedMessage(Throwable.java:284)
         at java.lang.Throwable.toString(Throwable.java:360)
         at java.lang.Throwable.<init>(Throwable.java:259)
         at java.lang.Exception.<init>(Exception.java:94)
         at com.crystaldecisions.reports.common.CrystalException.<init>(Unknown Source)
         at com.crystaldecisions.reports.common.CrystalException.<init>(Unknown Source)
         at com.crystaldecisions.reports.exportinterface2.exceptions.ExportException.<init>(SourceFile:22)
         at com.crystaldecisions.reports.exportinterface2.exceptions.InternalFormatterException.<init>(SourceFile:15)
         at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.if(SourceFile:763)
         at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.if(SourceFile:619)
         at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.a(SourceFile:586)
         at com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.a(SourceFile:636)
         at com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.int(SourceFile:672)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1944)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:661)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:167)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:529)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:527)
         at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(SourceFile:102)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(SourceFile:525)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:424)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(SourceFile:352)
         at com.businessobjects.sdk.erom.jrc.a.a(SourceFile:54)
         at com.businessobjects.sdk.erom.jrc.a.execute(SourceFile:67)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(SourceFile:716)
         at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(SourceFile:125)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:537)
         at com.crystaldecisions.sdk.occa.report.application.ds.a(SourceFile:186)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(SourceFile:1558)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(SourceFile:337)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.export(SourceFile:286)
         at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.export(SourceFile:209)
         at com.businessobjects.report.web.event.bh.a(SourceFile:158)
         at com.businessobjects.report.web.event.o.a(SourceFile:146)
         at com.businessobjects.report.web.event.bw.broadcast(SourceFile:93)
         at com.businessobjects.report.web.event.am.a(SourceFile:53)
         at com.businessobjects.report.web.a.t.if(SourceFile:2104)
         at com.businessobjects.report.web.e.a(SourceFile:300)
         at com.businessobjects.report.web.e.a(SourceFile:202)
         at com.businessobjects.report.web.e.a(SourceFile:135)
         at com.crystaldecisions.report.web.ServerControl.a(SourceFile:607)
         at com.crystaldecisions.report.web.ServerControl.processHttpRequest(SourceFile:342)
         at com.crystaldecisions.report.web.viewer.CrystalReportViewerServlet.a(SourceFile:109)
         at com.crystaldecisions.report.web.viewer.CrystalReportViewerServlet.doPost(SourceFile:69)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
         at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
         at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
         at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:774)
         at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
         at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:896)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
         at java.lang.Thread.run(Thread.java:636)
    Edited by: muthusada on Jan 11, 2012 3:09 AM

  • Mismatch in output values in the table

    Hi All,
    I am facing a situation which is very weird. I have a BAPI to which i provide the following inputs:
    1. FromDate
    2. ToDate
    3. Material Numbers (As a list)
    4.Plant
    and in the output from the BAPI is a internal table which gives the Quantity for all the material numbers which have been passed to the BAPI.
    After this, I have exposed the BAPI as a WebService and consumed in my program.
    When the BAPI is executed in the R/3 the output is fine giving 4 values, whereas, when i test the webservice using the WSNavigator, I am only getting 1 value. This problem has started recently.
    Kindly let me know the reason and also the way to come out of this problem.
    Regards,
    Poojith MV

    Hi
    Check the web service by debugging weather the list of values coming after executing the BAPI.
    I think the result value has been overwritten.
    Check the property of output parameter given as list in web service.
    Kind Regards
    Mukesh

  • Edit to tape - timecode mismatch between timeline & output tape (Digi Beta)

    I'm trying to edit to tape (insert) a programme. The clock drops in on exactly the right frame but by the time I get to the end of part there's a 2 frame difference between my timeline TC and the master tape's TC. In other words my timeline ends at 11.30.00 but when I play back the recorded tape the same frame is now 11.30.02. Is there a) an explanation for this and b) a solution? I need frame accuracy as I'm exporting my audio to OMF for the dub. Any advice hugely appreciated. Thanks. J
    Digi Beta - Uncompressed 8 Bit - PAL.
    Dual 2.7 G5   Mac OS X (10.4)   Blackmagic HD Link
    Dual 2.7 G5   Mac OS X (10.4)  

    Jeremy,
    Wish I could offer more help other than to say Blackmagic is usually pretty quick with a fix once they identify there is a problem. We're in Sydney, and had some problems with dropped frames a couple of years ago, and they did some very quick testing and realised that they hadn't tested there new drivers with Batch digitise - point is, they issued a fix (updated driver) extremely quickly.
    Go through your supplier and see if you can get their ear, especially if you can identify the problem happening consistently.
    Tim

  • Colors are mismatched between photo and printed output. The printed output's tones are off.

    This is an HP Photosmart Plus B210A printer.
    I have almost-new print cartridges installed (correctly).
    I have done a print quality test and the test page seems to be very good.
    The paper I'm using is high-quality photo print paper.
    I'm using quality setting of 'best'.
    Thanks in advance for any advice.
    This question was solved.
    View Solution.

    If it is not a hardware issue, then go into the printers folder, right click on your printer, then select properties. Select the color management tab, you can adjust colors from there.
    This document below would apply to  the hardware end of it:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02142902&cc=us&dlc=en&lc=en&product=4021935&tmp...
    007OHMSS
    I was a support engineer for HP.
    If the advice resolved the situation, please mark it as a solution. Thank you.

Maybe you are looking for

  • My iPhoto Crashes every time I launch it. Can anyone help me fix this problem?

    My iPhoto started crashing with I imported so I looked up how to fix that and followed the instruction and now it crashes when it launches. Please help! Thanks D Here is me report: Process:     iPhoto [753] Path:        /Applications/iPhoto.app/Conte

  • How do I move pictures from 1 offline folder to another offline folder?

    My Elements 8 pictures are on the root directory of a 16 gig usb drive.  I would like to move them to a new folder on that same drive.  I tried to do it in the folder view by selecting the pics in the root folder and dragging them to the new folder. 

  • Downloading and installing problem

    I am trying to download and install Premiere Elements. It's been a huge hassle, but at last I've got to the stage where I get the message: Click the individual file links to download using your browser. http://esd.adobe.com/AdobeProducts/PRE/12/win64

  • Parental Controls : "bedtime" not able to be set

    I'm trying to set a bedtime as a parental control on my mac. I can't enter a time at all as the field is blank and I can't scroll up or down. I've had this same problem in iWeb and I can't set certain fields. I still cant enter dates in iWebs countdo

  • Need help before I buy a Apple Macbook Pro

    I thinking of buying a Macbook Pro, but im in college an some of my classes i need windows OS. -Do I have to buy Windows 7 OS for Macintosh? -Do I have to buy Microsoft Office again? -Can I transfer Microsft Office to Windows 7 on my Mac using Boot C