PSE6 OFFSET ERROR

Need a little help here, if you please.  I have started getting this error message in PSE6. PSE editor.exe 6.0 msvcr80.dll mod ver 8.0.50727.3053  offset00008990.
Thank you.

Hi,
Offset u have to specify as
<b>MOVE t_inrec-tabdata TO t_kna1-xxxx+0(13)</b>. <-----error
Specif the field name. But the above doesnot work.
tabdata(1500) the field u r moving should contain 1500 length.
You can move 13 to 1500 not the reverse.
<b>MOVE t_inrec-tabdata+0(13) TO t_kna1-xxxx</b>.
Try this.
If u want to move this as a whole to kna1, then
MOVE t_inrec-tabdata TO t_kna1.
APPEND t_kna1.

Similar Messages

  • Offset error

    Hi all,
    I have to make a unicode check for all our old reports. There I got a problem with
    the following statement:
    DATA:
    *--- Internal table Cust master gen data
          t_kna1 TYPE kna1 OCCURS 0 WITH HEADER LINE.
    DATA: BEGIN OF t_inrec OCCURS 0,
            rec_typ_ind(1)   TYPE c,         "H, D or T Literals
            kunnr(10)        TYPE c,         "Customer #
            tabname(30)      TYPE c,         "SAP R/3 table segment name
            tabdata(1500)    TYPE c,         "SAP R/3 table data
          END OF t_inrec.
      LOOP AT t_inrec WHERE rec_typ_ind = c_rec_ind.
        CASE t_inrec-tabname.
          WHEN 'KNA1'.                                 "Create table t_kna1
            MOVE t_inrec-kunnr   TO t_kna1-kunnr.
            MOVE t_inrec-tabdata TO t_kna1+13.  <-----error
      endloop.
    Thanks
    -Sikha

    Hi,
    Offset u have to specify as
    <b>MOVE t_inrec-tabdata TO t_kna1-xxxx+0(13)</b>. <-----error
    Specif the field name. But the above doesnot work.
    tabdata(1500) the field u r moving should contain 1500 length.
    You can move 13 to 1500 not the reverse.
    <b>MOVE t_inrec-tabdata+0(13) TO t_kna1-xxxx</b>.
    Try this.
    If u want to move this as a whole to kna1, then
    MOVE t_inrec-tabdata TO t_kna1.
    APPEND t_kna1.

  • Bridge offset error...

    When I want to calibrate the strain using DAQ assistant I keep on getting an error that says:
    "Measured bridge offset is outside the limits allowed for offset nulling callibration for this device. Ensure your sensor is wired and functioning properly, and that its output offset is within the device limits"
    I have changed the strain gage twice so I don't think there is anything wrong with the gage. For your information, I am using a 2-wire triangular strain gage connected to three channels of the SCXI-1317 module. Hope anyone here can help solve this problem.
    Thanks.

    Hi,
    What other SCXI hardware do you have in your system? Specifically, what is connected to the SCXI 1317? I suspect that the problem could be with the offset values you are using. Here are the links to a couple of knowledgebases with more information:
    Out of Range Readings When Using the SCXI-1520 with Quarter Bridge Strain Gages.
    What Is the Maximum Range of Offset I Can Null with the SCXI-1520?
    Regards,
    Hal L.

  • "Bad TIFF Data size" or "Invalid primary IFD offset" error

    Hi,
    I'm creating a php module from the XMP sdk. Compilation is ok with gcc 4.2 on a FreeBSD Os, but when I try to call the getXMP function for a jpeg file, I have the following error :
    - "Bad TIFF Data size", when I use a jpeg file without metadatas,
    - "Invalid primary IFD offset" when I use a jpeg file with valid xmp headers (and when I test some values, I found that the system give the error by the test mainIFDOffset > (length - kEmptyIFDLength) , but the values are 8 > (6016 - 6) ...which is a bit confusing...
    - or sometimes "Undefined symbol "XML_ParserCreateNS" " when I use the BlueSquare.jpg file, found in the XMP Toolkit SDK zip...
    Can anyone help me to found what's going wrong ?
    Thanks a lot !

    Ok, so I found the solution by myself. The problem was that I compiled on a x64 system :
    - first, be sure you compile all the .c files needed : if missing, there might be no error during compilation, but functions or classes not found when using.
    - get the correct expat lib for your system (there are some modifications for freebsd)
    - If you compile for a x64 sys :there are some errors in LargeFileAccess.c : change all the lines
    int refNum = (int)file
    to
    long refNum = (long)file
    because pointers are in 64bits, and can't be converted to int 32....

  • TimeZone offset  error installing forms 11.1.2 emagent step

    Tired to try, I have investigate a little more about this problem, and I got this error when manually I try to start the emagent,:
    C:\Users\Administrador>F:\oracle\FMW\asinst_1\EMAGENT\emagent_asinst_1\bin\emctl
    .bat resetTZ agent
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    Updating F:\oracle\FMW\asinst_1\EMAGENT\emagent_asinst_1/sysman/config/emd.prope
    rties...
    ----- Wed May 2 18:21:19 2012::tzOffset for America/Caracas is -240(min), but a
    gent is runnning with tzOffset -270(min)
    ----- Wed May 2 18:21:19 2012::trying again after waiting for 1 sec to account
    for daylight transition
    ----- Wed May 2 18:21:19 2012::tzOffset for America/Caracas is -240(min), but a
    gent is runnning with tzOffset -270(min)
    resetTZ failed.
    The agentTZRegion in:
    F:\oracle\FMW\asinst_1\EMAGENT\emagent_asinst_1/sysman/config/emd.properties
    is not in agreement with what the agent thinks it should be.
    Fix your environment.
    Pick a TZ value that corresponds to time zone settings listed in:
    F:\Oracle\FMW\Oracle_FRHome1/sysman/admin/supportedtzs.lst
    the "supportedtzs.lst" file contains America/Caracas line,
    so, any idea about this error?
    Windows standar 2008 sp2  x64
    weblogic 10.3.5 32bit
    forms_reports_11.1.2 32bit
    thanks a lot!

    Have you checked whether the timezone setting at the OS level (e.g. using systeminfo or look at the registry) is consistent the agent's timezone setting.
    To check the agent's timezone setting:
    emctl config agent getTZ
    If necessary, refer to the following doc or Support note 825933.1 for resetting timezones:
    http://docs.oracle.com/cd/E11857_01/em.111/e16790/ha_agent.htm#EMADM9778
    Regards,
    - Loc

  • Lots of weird Single-Frame offset errors lately

    Hi Everyone,
        I have been fighting some mighty germlins of late.  At first, I though the issue was isolated, but it appears to be spreading - or at least not as isolated as I first thought.
        The problems began when I was asked to employ the use of the CC Twister plugin on a project for use as a text transition.  When I initially set it up, it worked great, but I found I needed to adjust the timing.  When I dragged a keyframe to facilitate this, I found that the text would either not resolve where it should, instead animating up to the upper left corner (0,0) or if it didn't resolve there, it would simply pop up there for a single frame at some point during the transition.  I found that changing ANYTHING would cause this... even if I kept the timing alone and disabled the layer's track matte; and I didn't have to undo, I could just put the property back like it was and it would work again.  Obviously, I tried deleting the effect, and applying it anew - same results...   I then tried cleaning all the cache files, applying the effect anew once more, and again... same results.  There was no rhyme or reason to it... nothing that appeared to be driving the issue.  In fact, at one point I could RAM preview the comp, and it looked correct, but the problem would pop up again when rendering... despite changing nothing in the comp.  So, I simply had to presume that this effect had a bug of some sort, rendering it useless pending an update. 
         So then, last night, I had a similar issue during rendering with Trapcode Form.  Whenever I would do quarter or half res previews, things were working as expected... then I'd do a full res export and some of the forms would jump wildly from one frame to the next... always for just one frame, but often several scattered individual frames would be effected.  When I'd go back into the comp after the render, the errors were 'baked in' as though they has always been there... though they most definitely had not.  In this case, the issue started when I enabled multi-processing (it was never on in the first example with CC Twister above).  It occured to me that in THAT case, since one core might be rendering a frame two or three frames ahead of another core, and said core therefore perhaps didn't have the necessary data from the preceeding frame, the position would be incorrectly calulated.  A similar phenomenon occurs in C4D with certain generators when rendering out of sequence, necessitating baking of the solution.... Whether or not this is the case, the fact that the error actually affected the comp post render is really unsettling.  After turning off Multi-Processing, I was able to to export a clean full-res render without any issue.  So, I thought it odd that I was having similar issues with entirely different circumstances at play, but again had to assume these were isolated and that THIS issue was simply a matter of the notoriously unstable AE multi-processing rearing once more its not ready for prime time head.
         That brings me to today.  I was asked by my client to give a little subtle movement to the text layers in my scene.  I wanted to try a couple of things... a subtle wiggle on the text layer itself, or using the similar function from the plugin Sure Target, in case they wanted the movement to be on more elements than just the text, I could easily add new elements to the movement by making them 3D layers.  So I made 2 new comps to test, find the right settings, and decide if there was a technique I preferred.  On the text layer itself, I was able to apply the wiggle with some experession controls, no problems at all.  In my second comp, when I employed the use of Sure Target (which itself uses thw Wiggle Experssion with controls), I found that my text would, at some random frame, suddenly pop over to X-0, and nothing I could would prevent it. 
        So there it is... 3 different situations in the last few days... different variables at play in each one, but a similar issue.  The only commonality here is that all 3 issues involved 3rd party plugins, though all from different companies (Cycore, Red Giant, and Video Copilot), so maybe there is something to that... but there has to be more to it.
        My next step is to try and replicate these issues at home, just to rule out the very unlikely possibility that this machine is the culprit.
        Appogies for the length of this post - I know that will prevent some of you from reading it, but for those who do and can perhaps offer some theories or insights, I truly appreciate it.
    - Will
    FWIW the system I am using is a 2013 iMac 3.4GHz i7 with 16GB of RAM running OSX 10.8.4 and the latest version of Creative Cloud.

    Hi Guys,
       Thanks for the repsonses.  Todd, my versions for everything are as follows:
    After Effects 12.0.0.404
    FORM 2.0.5
    Cycore Effects HD 1.7.5
    CC Twister 1.6
       There are no updates available for AE, the version we have of FORM is actually higher than what they have on their update pafe (they list 2.0.4), and the Cycore stuff is integtrated now, so I would expect any updates along those lines to be delivered via CC desktop.
       So, whatever is causing the issue(s), I don't think versions are behind it.  Even though the cache bugs that Mylenium referenced have been tended too, perhaps not all the bugs have been squashed.  When I'm back in that project, I will try disabling the cache and fast previews to see if it makes a difference.

  • Variable with offset error

    Dear gurus,
    On my query i have a variable V1 ( user input ) for the period char ( 0fiscper3 ).
    I need to have a column with values from period imputed on V1 + 1 until period 13, but when user inputs on V1 value 12 ( 12 + 1 = 13 ), values for period 1 to 13 are displayed. If i fix on the column period 13 - 13, no values are displayed ( its correct ).
    The only thing that i remind is that period 13 does not have values, so system goes to next period with values ( period 1 ) and goes until period 13.
    Does this makes any sense? Does anyone knows what i am doing wrong?
    Please help.
    Best regards,
    Vitor

    Hi Vasco,
    check your user exit code in CMOD. keep a "IF" Condition like the fiscal/period should be less than 13.
    IF Fiscper < 13.
    hope this helps.
    With Regards,
    Ravi Kanth

  • Winzip error for par file

    Hi,
    I have downloaded the winzip par file com.sap.portal.support.browse for the mast head and when i try to extract the par.bak file from it i get a winzip error. I am on windows vista with winzip 8.1. Also tried unzipping with winrar but get the same error. Wondering if there is a solution to this problem ? Error is below
    Extracting to "c:\unzipped\com.sap.portal.support.browse\"
    Use Path: yes   Overlay Files: no
    warning [C:\Users\amit.sharma\Documents\Electrolux\portal\com.sap.portal.support.browse.default\com.sap.portal.support.browse.default]:  extra 105 bytes at beginning or within Zip file (attempting to process anyway)
    Error in file #1:  bad Zip file offset (Error local header signature not found):  0
    (attempting to re-compensate)
    Error in file #1:  bad Zip file offset (Error local header signature not found):  0
    Help greatly appreciated.
    Amit

    Amit,
    Do not extract the com.sap.portal.support.browse, just rename it to the corresponding name with par.bak format.
    or
    You can directly get the par.bak file using below steps,
    System Admin -> Support -> Portal Runtime -> Browse Deployment -> press the link download -> press the button on the window "Open" -> extract the par.bak file
    Ram

  • ColdFusion 9 -  The event viewer gives me this error.

    The event viewer gives me this error.
    Name of the application causing the error: JNBDotNetSide.exe Version: 5.10.3764.40502, Time Stamp: 0x4bd1305c
    Name of the module causing the error: KERNELBASE.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdfe0
    Exception Code: 0xe0434352
    Offset error: 0x000000000000aa7d
    Process ID is causing the error: 0x688
    Time to start the application causing the error: 0x01cbcf4664439dd5
    Faulting application path: C:\ColdFusion9\jnbridge\JNBDotNetSide.exe
    The path module is causing the error: C:\Windows\system32\KERNELBASE.dll
    Report ID: c6cbf773-3b39-11e0-951f-be182a536a23

    Maria --
    To address this problem, please see the following links:
    http://www.adobe.com/support/documentation/en/coldfusion/901/cf901install.pdf
    http://blogs.adobe.com/coldfusion/2010/11/19/coldfusion-9-0-1-and-net-integration/
    Regards,
    Wayne Citrin
    JNBridge

  • Error in server 2012 r2 dashboard.exe

    Good Morning.
    I've failed UN Several Days That gives me the dashboard in the event viewer and placement That keeps me open , and sea In Safe Mode or normal .
    It gives me the following codes :
    Exception Code : 0xe0434352
    Offset Errors: 0x3b94
    Path: C : \ Program Files \ Windows Server \ Bin \ Dashboard.exe
    Path access module with errors: C : \ Windows \ system32 \ KERNELBASE.dll
    Identifier report: 491cea6e - b5ca - 11e4-9450 - b4b51fa695a5
    Some find no solution , see if you could help me .
    Thanks in advance.

    Hi,
    Could you please describe the isse more detail?
    Did you mean you could not open the event viewer?
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Error while unziping

    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name
    - Filename
    pdk.zip
    - Date/Time
    20. 26. 6. 2002
    - Browser + Version
    IE 6.0
    - O/S + Version
    Win NT
    - Error Msg
    I have pressed Unzip button and I got:
    Error in file #1: bad Zip file offset (Error local header signature not found): disk #1 offset: 8393747
    I have dowloaded the file several times. Some subfiles of PDK.zip can be unzipped some can't. For each downloaded PDK.zip works the same files. I have constant connection to the internet.

    Hi Binu;
    I am getting file corrupt error while unzipping     win32_11gR2_database_1of2.zip file. The erro is as below and similar error I am getting for many files.
    Error: C:\Downloads\win32_11gR2_database_1of2.zip: CRC failed in database\stage\Components\oracle.bali.displayFonts\9.0.2.0.0\1\DataFiles\display.2.1.jar. The file is corrupt
    I have downloaded twice the file , but getting same error.Please try to donwload file via some download manager program (like flashget) and retest your issue please
    PS:I sugged post your download problem on our Forum Home » Technology Network Community » Downloads part
    Regard
    Helios

  • Jre 6u26 installation troubles on Windows 7 64 bit

    I've noticed that in my system was installed jre till update 24 and nothing earlier. So I tried to install new version of jre (6u26) but installation process ends immediatlu after UAC prompt, without any error message. I unistalled every kind of jre I found in my Windows installation but nothing changed. Taking a look to the event monitor, i've found that for every jre installation attempt is registered an Application Error, event ID 1000. Complete text follow:
    Nome dell'applicazione che ha generato l'errore: jre-6u26-windows-i586-s.exe, versione: 6.0.260.3, timestamp: 0x4dc16f4a
    Nome del modulo che ha generato l'errore: unknown, versione: 0.0.0.0, timestamp: 0x00000000
    Codice eccezione: 0xc0000005
    Offset errore 0x04ce7658
    ID processo che ha generato l'errore: 0xe6c
    Ora di avvio dell'applicazione che ha generato l'errore: 0x01cc52ab9124b4df
    Percorso dell'applicazione che ha generato l'errore: C:\jre-6u26-windows-i586-s.exe
    Percorso del modulo che ha generato l'errore: unknown
    ID segnalazione: d26812e9-be9e-11e0-a1cc-00195b0e11fa
    Now my system has no java runtime environment at all, and I don't know how to fix this problem. I also tryed disabling every tsr and service running at startup, but still I'm not able to complete the jre installation.
    What can I do?
    Pietro

    I opened a dos shell with adminstrator rights, typed command you suggested but nothing happened. Neither log file is generated at all, even I i choose a different drive (D: instead C:). In the Event Monitor, under Application section, there is an Application Error Id event 1000 for each installation attempt.

  • Acrobat XI Pro crashing, faulting module: TOUCHUP.API

    Acrobat XI Pro 11.0.4.63 (running on W7 Pro + SP1, 64-bit) has suddenly begun to crash when moving text fields in forms. I am now unable to add or edit any text in text fields of any PDF form. No updates, installations or system changes were made prior to, or at the onset of, this issue
    I have attempted: Disable antivirus; use safe mode; repair install; remove faulting plugin from reference path and repair install; uninstall + CClean registry + full reinstall; and full reinstall without any updates. Acrobat software is unusable in its current state. I would appreciate some help!
    Other Adobe products currently installed:
    AIR 3.5.0.1060
    Download Assistant 1.2.5
    Flash Player 11 ActiveX 11.9.900.117
    Flash Player 11 Plugin 11.9.900.117
    Reader XI 11.0.05
    Error from event logs:
    Log Name:      Application
    Source:        Application Error
    Date:          11/15/2013 11:44:48
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Description:
    Faulting application name: Acrobat.exe, version: 11.0.4.63, time stamp: 0x52288928
    Faulting module name: TouchUp.api, version: 11.0.4.63, time stamp: 0x5228881c
    Exception code: 0xc0000005
    Fault offset: 0x00018640
    Faulting process id: 0x16e0
    Faulting application start time: 0x01cee221f2859d70
    Faulting application path: C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\Acrobat.exe
    Faulting module path: C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\TouchUp.api
    Report Id: 3d30639b-4e15-11e3-966b-1803732675a0

    I have the same problem with KERNELBASE.dll but the procedure is the same, I change into something thanks
    Nome dell'applicazione che ha generato l'errore: Acrobat.exe, versione: 11.0.4.63, timestamp: 0x52288928
    Nome del modulo che ha generato l'errore: KERNELBASE.dll, versione: 6.1.7601.18409, timestamp: 0x53159a86
    Codice eccezione: 0xc06d007e
    Offset errore 0x0000c42d
    ID processo che ha generato l'errore: 0x18ec
    Ora di avvio dell'applicazione che ha generato l'errore: 0x01cf833d351b70ed
    Percorso dell'applicazione che ha generato l'errore: C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\Acrobat.exe
    Percorso del modulo che ha generato l'errore: C:\Windows\syswow64\
    Nome dell'applicazione che ha generato l'errore: Acrobat.exe, versione: 11.0.4.63, timestamp: 0x52288928
    Nome del modulo che ha generato l'errore: KERNELBASE.dll, versione: 6.1.7601.18409, timestamp: 0x53159a86
    Codice eccezione: 0xc06d007e
    Offset errore 0x0000c42d
    ID processo che ha generato l'errore: 0x18ec
    Ora di avvio dell'applicazione che ha generato l'errore: 0x01cf833d351b70ed
    Percorso dell'applicazione che ha generato l'errore: C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\Acrobat.exe
    Percorso del modulo che ha generato l'errore: C:\Windows\syswow64\KERNELBASE.dll
    ID segnalazione: 730f9cd2-ef30-11e3-a912-00269e8fad5f
    ID segnalazione: 730f9cd2-ef30-11e3-a912-00269e8fad5f

  • Broadcast Wav files from PT to Logic not moving to original record position

    Okay, my system needs upgrading but I'm stable (at least I think I am til now!) I have a TV network sending me broadcast wav files from PT. They shoot their video on a 24 hour clock. I'm to be editing and mixing (in Logic) their audio tracks from PT and send them back as broadcast wav files for them to sync back to their video. After years and years of recording and producing music, this TV world is a first for me. 2 issues at hand that are causing trouble.
    NUMBER 1: The wav files will not snap to original record position. I keep getting an error message about "out of range" and of all craziness with a negative SMPTE number. ??? The prompt suggests an offset error. But there isn't I can find. Start time is set to 0:0:0.0.0 here and at the TV studio. They film at 29.97d. That matches as well. Sample Rate is correct at 48k 24bit. I've uncovered every thing I can think of. I did have to set the tempo down to 5 BPM in order to see a full 24 hours in SMPTE.
    NUMBER 2: I can't figure out how to see the timestamp start time of the audio files in the audio window. I have every option turned on in the VIEW option, I can see length, but I see nothing about start time of original record time. Am I missing something simple here? Seems like a very standard option that should be easily accessible. It would allow me to prepare the location on the time line.
    Overall, I'm hoping I can do all the above with my current rig but realize that the clock is ticking toward a whole new system with Logic 9.
    Help please. Don't want to lose this client.

    Sure do appreciate everyone's willingness to help. Setting SMPTE start to 24:00:00.0.0 didn't work either. I confirmed with the studio manager at the TV station also that they run a 24hour clock with 0 being midnight.
    I'm really hoping that the error is on their end.
    *It would help me if anyone knew how to VIEW the Timestamp info attached to the wav files. That would at least give me an approximate idea of where they should be.*
    I'm supposed to be editing and mixing the voice dialog from numerous different scene takes that were shot throughout a day of filming. It's critical that I can see all these different takes that were captured over hours of open recording. Some of the files are almost 4 hours long. It's a big project and I'm sure hoping I can stay inside Logic to get it all done with excellence.

  • Problem with flash in InternetExplorer 7

    Hi, previously I had a lot of crashes in IE 7 and it was
    caused by Flash10a.ocx. So couple of days ago I uninstalled and
    reinstalled the newest version of Flash player. Today the same
    problem occured with the following error message:
    Program error in iexplore.exe, version 7.0.6001.18000, time
    0x47918f11, modul with error Flash10b.ocx, version 10.0.22.87, time
    0x4987a6c3, exception code 0xc0000005, offset error 0x00041a7a,
    prosess-ID 0x1730, start time for program 0x01c99e2d5f0be50e.
    So as you see the problem still persist in this version as
    well, any suggestion how to solve this?

    there is some problem with i tunes 7(the7.0.1 patch also) in that any artwork found by i tunes is visible whilst viewing tracks in your library if you transfer said tracks to your ipod then the artwork is not transferred,also it you use album artwork as your screensaver then artwork found by i tunes is not used. i can only think that something is not beeing written to the id tags of the tracks. any artwork found by yourself and dragged into the relevant box on the track or album information screen(called up by apple+i)is seen on itunes and by the screensaver. i have spoken to apple support and they assured me that they would get back to me as they had to investigate.that was a month ago. if the problem really bugs you then you can drag artwork found by itunes onto your desktop and then back into the tracks id screen. this remedys the problem but is tedious to say the least. hope this helps

Maybe you are looking for

  • Fillable PDF for Andriod?

    I need to create a PDF that has both sections of text and sections of operating formulas.  This document works properly on a standard computer.  However the document interactive components do not function on touch screen devices such as Android Table

  • Difference on variable _Ago

    Hi, I have created a variable 'Sold_Ago' and all is right.. but when I need to do the difference between 'Sold' and 'Sold_Ago' the system display the error: Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000

  • Adobe flash player not working and does not appear as an application under tools, options

    I have the latest versions of adobe flash and firefox

  • Excessive aggregator calls?

    We’ve seen excessive calls to the init, process and finalizeResults. As an example, given a simple test aggregator, extending the AbstractAggregator, with one value in the (distributed) cache (with code below), this is that we see printed when runnin

  • How to guide for Fine tuning the performance of SAP EP

    All, Could anyone please let me know where to locate the how to guide for fine tuning the performance of the SAP Enterprise Portal? thanks, ~L