Error: PDE-PER001 Internal error (deprn 2)

When stepping trough my code in debug mode I got the above error while opening my cursor. When running this code from my form, it is not working either, but it is giving me no messages.
All my other cursors are working fine.
Here is the code i am using:
PROCEDURE Facturatie (vergdatum in DATE, grondkamer in NUMBER)IS
verzoek_rec NUMBER(10);
datum_klaar DATE;
rb_datum DATE;
cursor facturatie_cur (fa_begindatum in date, gk in number)
is
select verzoek.verzoek_id
from ovg.ovg_verzoek verzoek
, ovg.ovg_behandeling behandeling
where behandeling.datum_gereed is null
and behandeling.begindatum = fa_begindatum
and verzoek.verzoektype IN ('toetsing eenmalige pacht', 'registratie teeltpacht')
and behandeling.behandelstap = 'RB'
and behandeling.verzoek_id = verzoek.verzoek_id
and verzoek.ins_relatie_nr = gk;
BEGIN
datum_klaar := TRUNC(SYSDATE);
rb_datum := vergdatum + 1;
IF NOT facturatie_cur%ISOPEN THEN
OPEN facturatie_cur (trunc(rb_datum), grondkamer); -- This line gives the error
END IF;
LOOP
-- Haal record op
FETCH facturatie_cur into verzoek_rec;
exit when facturatie_cur%NOTFOUND;
END LOOP;
CLOSE facturatie_cur;
END Facturatie;
Somebody saw this before???
thanks in advance,
Axel

This rather cryptic message is rare I have found that it means either
The cursor either didn't return any rows
or
There is a permissions problem on one of the tables
or
There is a problem with the argument you are passing to the cursor
This last looks most likely - Could you be getting precision or conversion errors...?

Similar Messages

  • PDE-PER001 INTERNAL ERROR while generating pdf

    Hello,
    I am tryin to generate a pdf file from a report attached to menu.
    But every time its showing me this error
    PDE-PER001 INTERNAL ERROR
    unhandled internal CA Error
    But when i generate the same through report builder, pdf file get genrated.
    I dont have any idea to how to resolve this problem.
    Kindly suggest me some solution.
    Thank you!

    There are a lot of things that you do to try and fix strange errors like these.
    1) NOT FORWARD COMPATIBLE
    I think I have seen this error when you save a file in a newer version (Forms 9)
    and then try and open it in an older version (Forms 6) - rather than the other way round
    that you are describing.
    Please provide the two versions of forms that you are dealing with.
    2) TOO MANY FILES OPEN
    This error can occur when you have too many files open in Forms Builder at once.
    Does the problem occur when you only have one file open ?
    Does the problem occur when you have started Forms Builder, then opened a single file ?
    3) LOG OFF / ON
    Strange errors like this can often be fixed by logging off, then close the file, then open it,
    then logon, then do a compile all code (CTRL SHIFT K), then save.
    After that you can do a compile (CTRL T) to create the runtime FMX
    4) COMPILING
    Files can be dependent on other files, so make sure you
    Upgrade and Compile the files in the following order.
    * PLL Libraries
    open each library
    Make sure you do this in the correct order.
    the highest level libraries first as libraries can be attached to other libraries.
    do a full compile (SHIFT CTRL K)
    then an incremental compile (CTRL K)
    - this second compile often fixed problems in the past, probably not needed now but worth a try
    save.
    * Referenced forms *.FMB and object libraries *.OLB
    To upgrade these open each one, then save
    You dont need to compile these.
    * The actual form
    disconnect, open file, connect, full compile code (CTRL SHIFT K), generate FMX (CTRL T), save, close, open
    5) CONVERT TO TEXT, THEN BACK TO BINARY
    File corruption problems can often be fixed by converting the file to a text file, then back to binary. In Forms 6 use "File -> Administration -> Convert" Forms 9 and 10 use "File -> Convert". Convert Forms from FMB to FMT and back to FMB again. For libraries use PLL > PLD > PLL. Object Libraries Same OLD > OLT > OLB. Also do the same for any referenced forms.

  • PDE-PER001 internal error(deplu3)?

    when I compile the form,this error[PDE-PER001 internal error(deplu3)] happens.
    why this error happens?
    How to correct it?
    Thanks in advences!

    Thank you!
    Sometimes re-open the form and compile,no error!
    Sometimes re-connect database,no error!
    And sometimes compile the form many times,no error too!
    How strange it is!
    But why happened this error?
    What is the reason on earth?

  • PDE-PER001 Internal error (scaba 18)

    Hi,
    I'm getting the above error while opening CUSTOM.pll in Oracle Forms Builder 6i.
    I have copied all the .pll's in a folder from server then tried.
    Thanks
    kumar

    Error 'PDE-PER001 Internal error (deplu 3)' when compiling form
    http://www.orafaq.com/forum/t/70421/0/

  • PDE-PER001 Internal error (depep 2).

    PDE-PER001 Internal error (depep 2).
    What is this? This error comes while compiling forms designed in Form 6i.
    And form is not compiled due to this.
    I have seen this error first time.
    Please suggest me.
    Regards,

    There are a lot of things that you do to try and fix strange errors like these.
    1) NOT FORWARD COMPATIBLE
    I think I have seen this error when you save a file in a newer version (Forms 9)
    and then try and open it in an older version (Forms 6) - rather than the other way round
    that you are describing.
    Please provide the two versions of forms that you are dealing with.
    2) TOO MANY FILES OPEN
    This error can occur when you have too many files open in Forms Builder at once.
    Does the problem occur when you only have one file open ?
    Does the problem occur when you have started Forms Builder, then opened a single file ?
    3) LOG OFF / ON
    Strange errors like this can often be fixed by logging off, then close the file, then open it,
    then logon, then do a compile all code (CTRL SHIFT K), then save.
    After that you can do a compile (CTRL T) to create the runtime FMX
    4) COMPILING
    Files can be dependent on other files, so make sure you
    Upgrade and Compile the files in the following order.
    * PLL Libraries
    open each library
    Make sure you do this in the correct order.
    the highest level libraries first as libraries can be attached to other libraries.
    do a full compile (SHIFT CTRL K)
    then an incremental compile (CTRL K)
    - this second compile often fixed problems in the past, probably not needed now but worth a try
    save.
    * Referenced forms *.FMB and object libraries *.OLB
    To upgrade these open each one, then save
    You dont need to compile these.
    * The actual form
    disconnect, open file, connect, full compile code (CTRL SHIFT K), generate FMX (CTRL T), save, close, open
    5) CONVERT TO TEXT, THEN BACK TO BINARY
    File corruption problems can often be fixed by converting the file to a text file, then back to binary. In Forms 6 use "File -> Administration -> Convert" Forms 9 and 10 use "File -> Convert". Convert Forms from FMB to FMT and back to FMB again. For libraries use PLL > PLD > PLL. Object Libraries Same OLD > OLT > OLB. Also do the same for any referenced forms.

  • "PDE-PER001 Internal error (deppu 21)" Message!

    Hello.
    I use Form9i to build my form, when i want to add a trigger it yield the error message as flows:
    "PDE-PER001 Internal error (deppu 21)!".
    Please tell me the way to resolve this problem!
    Thanks!

    Hi,
    REP-3335 is caused due to an abnormal condition. For more information, please refer to topic "Messages and Troubleshooting" in Reports online Help on OTN: http://www.oracle.com/technology/products/reports/index.html

  • PDE- Per001 Internal Error deplu 3 - Oracle 10g Forms

    Hi all..
    When I'm trying to execute a form in Oracle 10g forms developer I'm getting this error... PDE- PER001-Internal Error deplu 3
    Please help me to correct this
    Thanks in advance,
    Nycy

    Hi Arniko,
    Thanks .. It worked...
    But I have one more doubt ...
    I saw in a forum that this happens due to :
    The error is a procedure builder error often seen while compilation when multiple forms are opened in a form builder and can be solved by reopening the form builder or open one form at a time and compile... ( This also works )
    Is that something related to any inbuilt procedure with Oracle 10g Forms builder...??Is there any way to correct that?
    Pls help me...
    Thanks in advance,
    Nycy

  • Pde-per001 internal error (depli 36)

    hi all
    some times i recieve this error code in formbuilder6i when i compile a form:
    pde-per001 internal error (depli 36)
    can any one tell me what is it?
    thanks
    shoja.

    Right I guess that the problem is that occasionally there is a problem reading from the PLL over the network and that's when the error occurs.
    Try working with local copies and see if you get rid of the problem.

  • PDE-PER001 Internal Error

    PDE-PER001 Internal Error (REP-3335 unhandled internal CA error. depep2).
    The above error happens most often when reports, sitting idle on my workstation, times out from the database connection. Once this error is displayed, nothing can be done with Reports, i.e. one can't save the file, re-connect to the database, or even exit the program (with 'x', /File/Exit, or alt F4). The only thing is to open the Windows task manager and end the process manually.

    Hi,
    REP-3335 is caused due to an abnormal condition. For more information, please refer to topic "Messages and Troubleshooting" in Reports online Help on OTN: http://www.oracle.com/technology/products/reports/index.html

  • PDE-PER001 Internal Error (deppu21)

    I'm using forms 6i with Oracle 9i, now getting this error whenever adding new pl/sql modules. even if the form is new (empty!). I'm waiting for a solution two weeks now. Please help...

    even if the form is new (empty!)Can you open and modify ANY form? Sounds like maybe an installation problem.

  • I just installed Lightroom CC. When I try to open it, I get an error message: "An internal error has occurred.  Cannot create the required folder: ..."

    I just installed Lightroom CC. When I try to open it, I get an error message: "An internal error has occurred.  Cannot create the required folder: ..."

    Cannot create the required folder

  • Error (2912) An internal error has occurred trying to contact the SCVMM01.dom.local server: NO_PARAM: NO_PARAM.

    
    Error (2912)
    An internal error has occurred trying to contact the SCVMM01.dom.local server: NO_PARAM: NO_PARAM.
    WinRM: URL: [http://SCVMM01:5985], Verb: [INVOKE], Method: [GetError], Resource: [http://schemas.microsoft.com/wbem/wsman/1/wmi/root/microsoft/bits/BitsClientJob?JobId={A210B91B-3239-4347-B251-83E1555356A2}]
    Unknown error (0x80072f0d)
    Recommended Action
    Check that WS-Management service is installed and running on server SCVMM01.dom.local. For more information use the command "winrm helpmsg hresult". If SCVMM01.dom.localis a host/library/update server or a PXE server role then ensure that VMM agent is installed and running. Refer to http://support.microsoft.com/kb/2742275 for more details.
    When we want to create a template of a virtual machine, we receive the following error. The environment has the following components and servers:
    * Windows Server 2012 R2 U1 with Hyper-V role enabled
    * High available Virtual Machine Manager 2012 R2 RU2 (two virtual servers on Hyper-V 2012 R2)
    * High available Virtual Machine Manager 2012 R2 Library servers (two virtual servers on Hyper-V 2012 R2)
    There're a few things I've already checked:
    * Self-signed certificates in the Trusted People store --> OK
    * Windows Firewall turn off --> OK
    * Re-added a Hyper-V host to the SCVMM environment
    * Reboot the VMM servers and the library servers
    * Export port usage and conflicts with netstat -a -b --> OK, no conflicts
    * Free disk space on the VMM library servers --> OK
    The job is starts fine, but step 1.2 "Store virtual machine W2012R2TMPL from HV01 to CLSCVMMLIB01" Failed. So it looks like the sysprep fase is going well. When VMM is trying to store the virtual machine in the library, it fails.
    Who is familar with this issue and can help me find a solution for this?
    Thanks in advance!!
    Mark

    Have you installed AppController on the same machine with VMM?

  • ERROR: ORA-01041: internal error. hostdef extension does not exist

    Hi, I got the following error message when I tried to insert a row in table TBL_ORDER.
    ERROR:
    ORA-01041: internal error. hostdef extension does not exist
    INSERT into TBL_ORDER
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    We have Oracle version 8.1.5.o.2 and Linux version 6.1.
    Following are the tables, triggers, loadjava definition and source programs:
    TBL_ORDER
    1 ORDER_MEMBER_FIRM_ID VARCHAR2(4)
    2 ORDER_CLIENT_ID VARCHAR2(4)
    3 ORDER_BRANCH VARCHAR2(3)
    4 ORDER_SEQUENCE VARCHAR2(4)
    5 ORDER_EXCHANGE_ID VARCHAR2(3)
    6 ORDER_EXCHANGE_SEQUENCE VARCHAR2(7)
    7 ORDER_CREATE_DATE DATE
    8 ORDER_TYPE VARCHAR2(2)
    9 ORDER_STATUS VARCHAR2(1)
    10 ORDER_SYMBOL VARCHAR2(5)
    11 ORDER_SUFFIX VARCHAR2(14)
    12 ORDER_SIDE VARCHAR2(5)
    13 ORDER_PRICE VARCHAR2(20)
    14 ORDER_STOP_PRICE VARCHAR2(20)
    15 ORDER_PRICE_QUAL VARCHAR2(10)
    16 ORDER_QUANTITY VARCHAR2(6)
    17 ORDER_TIF VARCHAR2(4)
    18 ORDER_AON VARCHAR2(4)
    19 ORDER_DNR VARCHAR2(4)
    20 ORDER_CASH_NEXT_DAY VARCHAR2(4)
    21 ORDER_SELLER VARCHAR2(4)
    22 ORDER_ACCOUNT_TYPE VARCHAR2(4)
    23 ORDER_OS_TS VARCHAR2(4)
    24 ORDER_BOOTH_ID VARCHAR2(4)
    TBL_CMSOUT
    1 CMSOUT_MEMBER_FIRM_ID VARCHAR2(4)
    2 CMSOUT_CLIENT_ID VARCHAR2(4)
    3 CMSOUT_DATA VARCHAR2(120)
    trg_order.sql
    create or replace procedure OrderToCmsoutProc(cms_member_firm_id VARCHAR2,
    cms_client_id VARCHAR2,
    cms_branch VARCHAR2,
    cms_sequence VARCHAR2,
    cms_side VARCHAR2,
    cms_quantity VARCHAR2,
    cms_symbol VARCHAR2,
    cms_price VARCHAR2,
    cms_tif VARCHAR2,
    cms_type VARCHAR2)
    AUTHID CURRENT_USER
    as language java
    name 'OrderToCmsout.test(java.lang.String,
    java.lang.String,
    java.lang.String,
    java.lang.String,
    java.lang.String,
    java.lang.String,
    java.lang.String,
    java.lang.String,
    java.lang.String,
    java.lang.String)';
    show errors;
    create or replace trigger trg_order
    after insert on TBL_ORDER
    for each row
    CALL OrderToCmsoutProc (:new.order_member_firm_id,
    :new.order_client_id,
    :new.order_branch,
    :new.order_sequence,
    :new.order_side,
    :new.order_quantity,
    :new.order_symbol,
    :new.order_price,
    :new.order_tif,
    :new.order_type)
    commit;
    show errors;
    exit;
    trg_cmsout.sql
    create or replace procedure PackCmsoutSidProc(pck_member_firm_id VARCHAR2,
    pck_client_id VARCHAR2,
    pck_data VARCHAR2)
    AUTHID CURRENT_USER
    as language java
    name 'PackCmsoutSid.test(java.lang.String,
    java.lang.String,
    java.lang.String)';
    show errors;
    create or replace trigger trg_cmsout
    after insert on TBL_CMSOUT
    for each row
    CALL PackCmsoutSidProc (:new.cmsout_member_firm_id,
    :new.cmsout_client_id,
    :new.cmsout_data)
    commit;
    show errors;
    exit;
    loadORDERjava
    loadjava -r -f -o -user userid/pswd OrderToCmsout.java
    loadCMSOUTjava
    loadjava -r -f -o -user userid/pswd PackCmsoutSid.java
    OrderToCmsout.java
    import java.sql.*;
    import java.lang.*;
    import java.io.*;
    import oracle.jdbc.driver.*;
    public class OrderToCmsout {
    public static void main(String args[]) {
    try {
    test (args[0],args[1],args[2],args[3],args[4],
    args[5],args[6],args[7],args[8],args[9]);
    catch (Exception e) {
    System.err.println(e);
    } //catch
    } // end main
    public static void test ( String parm_member_firm_id,
    String parm_client_id,
    String parm_branch,
    String parm_sequence,
    String parm_side,
    String parm_quantity,
    String parm_symbol,
    String parm_price,
    String parm_tif,
    String parm_type)
    throws SQLException
    Connection conn = new OracleDriver().defaultConnection();
    PreparedStatement stmt2;
    try {
    stmt2= conn.prepareStatement
    ("INSERT INTO TBL_CMSOUT VALUES (?, ?, ?)");
    String datastring = parm_member_firm_id + "\\~" +
    parm_branch + " " +
    parm_sequence + "\\~" + "\\~" +
    parm_side + "\\~" +
    parm_quantity + " " +
    parm_symbol + " " +
    parm_price + "\\~" +
    parm_tif + " " +
    parm_type + "\\~";
    stmt2.setString(1, parm_member_firm_id);
    stmt2.setString(2, parm_client_id);
    stmt2.setString(3, datastring);
    stmt2.executeUpdate();
    stmt2.close();
    return;
    } //try
    catch (Exception e) {
    System.err.println(e);
    } //catch
    PackCmsoutSid.java
    import java.sql.*;
    import java.lang.*;
    import java.io.*;
    import oracle.jdbc.driver.*;
    public class PackCmsoutSid {
    public static void main(String args[]) {
    try { test(args[0],args[1],args[2]);
    catch (Exception e) {
    System.err.println(e);
    } //catch
    } // end main
    public static void test( String parm_member_firm_id,
    String parm_client_id,
    String parm_data)
    throws SQLException
    try {
    Connection conn = new OracleDriver().defaultConnection();
    PreparedStatement stmt1 = conn.prepareStatement
    ("SELECT sid_session_id " +
    "FROM tbl_sid " +
    "WHERE sid_member_firm_id = ? and " +
    "sid_client_id = ?");
    stmt1.setString(1, parm_member_firm_id);
    stmt1.setString(2, parm_client_id);
    ResultSet rs1 = stmt1.executeQuery();
    while (rs1.next ()) {
    String session_id_found = rs1.getString
    ("sid_session_id");
    CallableStatement pack_pipe = conn.prepareCall
    ("{call DBMS_PIPE.PACK_MESSAGE(?)}");
    pack_pipe.setString(1, parm_data);
    pack_pipe.execute();
    CallableStatement send_pipe = conn.prepareCall
    ("{? = call DBMS_PIPE.SEND_MESSAGE(?)}");
    send_pipe.registerOutParameter
    (1, java.sql.Types.INTEGER);
    send_pipe.setString (2, session_id_found);
    send_pipe.execute();
    } //while
    stmt1.close();
    conn.close();
    } //try
    catch (Exception e) {
    System.err.println(e);
    } //catch
    } //test
    } //PackCmsoutSid
    Thanks in advance for your help
    Vinicio

    you should post this question on the Application Server forum.
    --Olaf                                                                                                                                                                                       

  • Expdp fails with error ORA-39006: internal error writing on a windows share

    Hi!
    I need to get the following configuration working:
    Linux Server (CentOS 5 32 bits) with Oracle 11.2.0.1.0
    Windows Server 2003 SP2 32 bits.
    On the windows server I have created a user called oracle, who is member of oinstall and dba groups. (On Linux username, and group membership is the same).
    After that, I share a directory on D:\data_pump (I gave the full control of directory to oracle user). I mount the windows share on my linux as follows:
    mount -t cifs //winserver/data_pump /u04/oradata/data_pump -o user=oracle,password="pass",uid=oracle,gid=oinstall
    As the linux oracle user I'm capable of create and edit files, but:
    I connect to my database, create the directory called DATA_PUMP pointing to my cifs mount point, and, after that, I issue the following expdp sentence:
    expdp system DIRECTORY=DATA_PUMP DUMPFILE=test4.dmp LOGFILE=test4.log FULL=yes
    And I get the following error:
    ORA-39006: internal error
    Looking at expdp log I found the following information:
    ORA-39097: Data Pump job encountered unexpected error -31643
    ORA-39065: unexpected master process exception in FILE
    ORA-31643: unable to close dump file "/u04/oradata/data_pump/gaston4.dmp"
    ORA-19510: failed to set size of 1 blocks for file "/u04/oradata/data_pump/gaston4.dmp" (block size=4096)
    ORA-27045: unable to close the file
    Linux Error: 5: Input/output error
    Additional information: 4
    Do you have any suggestions?
    Thanks in advance.

    Hi, see metalink:
    Bug 8313127: EXPDP EXPORT TO CIFS MOUNT ON WINDOWS FROM LINUX FAILS
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=923398

  • Database error :ORA-00600: internal error code, arguments:

    hello,
    I have a problem with error:ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [k2srec: should be another instan
    I recently make any change .this error  alwayls occured in some time.
    part tracer file:
    /home/oracle/admin/oradb/udump/oradb1_ora_1032272.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    ORACLE_HOME = /home/oracle/db10g
    System name:     AIX
    Node name:     dbserver1
    Release:     3
    Version:     5
    Machine:     00CDBFBC4C00
    Instance name: oradb1
    Redo thread mounted by this instance: 1
    Oracle process number: 56
    Unix process pid: 1032272, image: oracleoradb1@dbserver1
    *** SERVICE NAME:(oradb) 2010-04-30 07:36:04.290
    *** SESSION ID:(800.16685) 2010-04-30 07:36:04.290
    *** 2010-04-30 07:36:04.289
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [k2srec: should be another instan], [1], [], [], [], [], [], []
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedst+001c bl ksedst1 FFFFFFFFFFF9600 ? 000000000 ?
    ksedmp+0290 bl ksedst 1047C9C30 ?
    ksfdmp+0018 bl 03F535A4
    kgerinv+00dc bl _ptrgl              
    kgeasnmierr+0040 bl kgerinv 042420820 ? 000000000 ?
    FFFFFFFFFFF9A50 ? 000000000 ?
    70000004FBA68F0 ?
    k2srec+0360 bl 01FC219C
    kpotxrec+0058 bl k2srec FFFFFFFFFFFA150 ? 0105769C8 ?
    FFFFFFFFFFFA090 ?
    FFFFFFFFFFFBA18 ? 0FFFFA130 ?
    kpotxen+0914 bl kpotxrec 1048F2A8C ? 11015A658 ?
    700000010008000 ?
    opiodr+0adc bl _ptrgl              
    ttcpip+1004 bl _ptrgl              
    opitsk+1000 bl ttcpip 11015E550 ? 000000000 ?
    000000001 ? 000000000 ?
    001004000 ? 000000030 ?
    000000000 ? 000000030 ?
    opiino+0990 bl opitsk 000000000 ? 000000000 ?
    opiodr+0adc bl _ptrgl              
    opidrv+0474 bl opiodr 3C103BA990 ? 4103BC2B0 ?
    FFFFFFFFFFFF410 ? 0103BC6D8 ?
    sou2o+0090 bl opidrv 3C023373FC ? 400000020 ?
    FFFFFFFFFFFF410 ?
    opimai_real+01bc bl 01FC0DF4
    main+0098 bl opimai_real 000000000 ? 000000000 ?
    __start+0090 bl main 000000000 ? 000000000 ?
    --------------------- Binary Stack Dump ---------------------
    ========== FRAME [1] (ksedst+001c -> ksedst1) ==========
    Dump of memory from 0x0FFFFFFFFFFF92D0 to 0x0FFFFFFFFFFF9340
    FFFFFFFFFFF92D0 0FFFFFFF FFFF9340 42A42220 048F2A98 [.......@B." ..*.]
    FFFFFFFFFFF92E0 00000001 000D6520 00000000 00000000 [......e ........]
    FFFFFFFFFFF92F0 00000000 00000000 00000000 00000001 [................]
    FFFFFFFFFFF9300 0FFFFFFF FFFF9600 00000000 00000000 [................]
    FFFFFFFFFFF9310 00000000 10001048 00000000 00000001 [.......H........]
    FFFFFFFFFFF9320 00000000 00000000 00000000 00000003 [................]
    FFFFFFFFFFF9330 00000000 00000000 0FFFFFFF FFFF9340 [...............@]
    ========== FRAME [2] (ksedmp+0290 -> ksedst) ==========
    Dump of memory from 0x0FFFFFFFFFFF9340 to 0x0FFFFFFFFFFF9740
    FFFFFFFFFFF9340 0FFFFFFF FFFF9760 28A42844 FFFFA150 [.......`(.(D...P]
    FFFFFFFFFFF9350 00000001 000D6D54 00000000 41144844 [......mT....A.HD]
    FFFFFFFFFFF9360 00000000 41144844 0FFFFFFF FFFF8CFE [....A.HD........]
    FFFFFFFFFFF9370 00000001 047C9C30 00000000 00000000 [.....|.0........]
    FFFFFFFFFFF9380 00000001 10395030 80000000 0000F0B2 [.....9P0........]
    FFFFFFFFFFF9390 00000000 00000000 00000000 0000314A [..............1J]
    FFFFFFFFFFF93A0 00000000 00000000 00000000 00000000 [................]
    FFFFFFFFFFF93B0 00000000 00000001 00000000 00000001 [................]
    FFFFFFFFFFF93C0 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    FFFFFFFFFFF93E0 0FFFFFFF FFFF9430 00FFFFFF FFFF9458 [.......0.......X]
    FFFFFFFFFFF93F0 00000000 00000001 00000001 048F2A98 [..............*.]
    FFFFFFFFFFF9400 00000000 00000001 00000000 048F2A98 [..............*.]
    FFFFFFFFFFF9410 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    FFFFFFFFFFF9430 00000000 42420820 0FFFFFFF FFFF95E8 [....BB. ........]
    FFFFFFFFFFF9440 00000001 04CCB9B8 00000000 00000000 [................]
    FFFFFFFFFFF9450 00000000 00000000 00000000 44242082 [............D$ .]
    FFFFFFFFFFF9460 00000000 000007DB 00000001 047BE308 [.............{..]
    FFFFFFFFFFF9470 00000000 00000000 00000000 256C6C75 [............%llu]
    FFFFFFFFFFF9480 00000000 00000000 00000000 00000002 [................]
    FFFFFFFFFFF9490 00000000 00000004 0FFFFFFF FFFF9950 [...............P]
    FFFFFFFFFFF94A0 00000000 00000001 00000001 102B14B1 [.............+..]
    FFFFFFFFFFF94B0 00000000 000007DB 00000000 00000000 [................]
    FFFFFFFFFFF94C0 00000001 102B0D88 00000000 00000001 [.....+..........]
    FFFFFFFFFFF94D0 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    FFFFFFFFFFF94F0 0FFFFFFF FFFF95C0 28442048 4F16C444 [........(D HO..D]
    FFFFFFFFFFF9500 09000000 0003565C 00000000 00000000 [......V\........]
    FFFFFFFFFFF9510 00000000 00000004 07000000 4F16C3B8 [............O...]
    FFFFFFFFFFF9520 00000002 00000002 00000000 000010E4 [................]
    FFFFFFFFFFF9530 00000000 40002D91 00000000 0000002A [[email protected]........*]
    FFFFFFFFFFF9540 00000000 00000030 0000000A 0000000D [.......0........]
    FFFFFFFFFFF9550 00000012 0000001A 00000020 00000021 [........... ...!]
    FFFFFFFFFFF9560 0FFFFFFF FFFF963D 0FFFFFFF FFFF963C [.......=.......<]
    FFFFFFFFFFF9570 00000000 00000000 00000000 00000000 [................]
    FFFFFFFFFFF9580 00000000 00000000 7FFFFFFE 00000002 [................]
    FFFFFFFFFFF9590 00000000 01020D78 00000001 102B0D78 [.......x.....+.x]
    FFFFFFFFFFF95A0 00000000 00000004 00000001 102B0D78 [.............+.x]
    FFFFFFFFFFF95B0 00000000 00000000 00000001 102B0D78 [.............+.x]
    FFFFFFFFFFF95C0 0FFFFFFF FFFF96F0 44A44B42 00000028 [........D.KB...(]
    FFFFFFFFFFF95D0 00000001 0001ED24 00000000 00000000 [.......$........]
    FFFFFFFFFFF95E0 0FFFFFFF FFFF97C0 00000001 10366698 [.............6f.]
    FFFFFFFFFFF95F0 0FFFFFFF FFFF963C 0FFFFFFF FFFF9634 [.......<.......4]
    FFFFFFFFFFF9600 00000000 00000001 0FFFFFFF FFFF9650 [...............P]
    FFFFFFFFFFF9610 00000000 73686F75 00000000 6C642062 [....shou....ld b]
    FFFFFFFFFFF9620 00000000 6520616E 00000000 6F746865 [....e an....othe]
    FFFFFFFFFFF9630 00000001 256C6C75 00000000 31000000 [....%llu....1...]
    FFFFFFFFFFF9640 00000000 00000000 00000000 00000000 [................]
    FFFFFFFFFFF9650 00FFFFFF FFFFBA20 00000000 00000001 [....... ........]
    FFFFFFFFFFF9660 00000001 048F2A98 00000001 048F2A8C [......*.......*.]
    FFFFFFFFFFF9670 00000000 00000080 0FFFFFFF FFFFBA20 [............... ]
    FFFFFFFFFFF9680 00000000 00000001 00000001 048F2A98 [..............*.]
    FFFFFFFFFFF9690 00000001 048F2A8C 00000001 102E5600 [......*.......V.]
    FFFFFFFFFFF96A0 00000000 42420820 00000000 00000000 [....BB. ........]
    FFFFFFFFFFF96B0 00000001 102B0D88 00000000 00000000 [.....+..........]
    FFFFFFFFFFF96C0 00000001 102B0D88 00000000 00000258 [.....+.........X]
    FFFFFFFFFFF96D0 0FFFFFFF FFFF9940 00000001 10576750 [[email protected]]
    FFFFFFFFFFF96E0 00000000 00000001 00000001 102B0D78 [.............+.x]
    FFFFFFFFFFF96F0 0FFFFFFF FFFF97D0 48A42088 00000000 [........H. .....]
    FFFFFFFFFFF9700 00000001 0001F01C 00000000 00000000 [................]
    FFFFFFFFFFF9710 00000000 00000000 00000000 00000000 [................]
    FFFFFFFFFFF9720 0FFFFFFF FFFF9A50 00000000 00000000 [.......P........]
    FFFFFFFFFFF9730 07000000 4FBA68F0 0FFFFFFF FFFFA150 [....O.h........P]
    ========== FRAME [3] (ksfdmp+0018 -> 03F535A4) ==========
    Dump of memory from 0x0FFFFFFFFFFF9760 to 0x0FFFFFFFFFFF97D0
    FFFFFFFFFFF9760 0FFFFFFF FFFF97D0 88A42844 00000001 [..........(D....]
    FFFFFFFFFFF9770 00000001 0478EADC 00000000 00000000 [.....x..........]
    FFFFFFFFFFF9780 00000000 00000000 00000001 04CCBB08 [................]
    FFFFFFFFFFF9790 00000003 FFFF9A50 00000000 00000000 [.......P........]
    FFFFFFFFFFF97A0 07000000 4FBA68F0 0FFFFFFF FFFFA150 [....O.h........P]
    FFFFFFFFFFF97B0 00000000 00000000 00000001 102B35E0 [.............+5.]
    FFFFFFFFFFF97C0 00000001 10576750 00000001 102B0BF8 [.....WgP.....+..]
    ========== FRAME [4] (kgerinv+00dc -> _ptrgl) ==========
    Dump of memory from 0x0FFFFFFFFFFF97D0 to 0x0FFFFFFFFFFF9870
    FFFFFFFFFFF97D0 0FFFFFFF FFFF9870 00000001 048F2A98 [.......p......*.]
    FFFFFFFFFFF97E0 00000001 00022080 00000001 102E5600 [...... .......V.]
    FFFFFFFFFFF97F0 00000000 42420820 00000001 10366698 [....BB. .....6f.]
    FFFFFFFFFFF9800 00000001 102B0D78 00000000 00000000 [.....+.x........]
    FFFFFFFFFFF9810 07000000 4FBA68F0 00000001 10001048 [....O.h........H]
    FFFFFFFFFFF9820 00000000 00000000 00000001 102B0BF8 [.............+..]
    FFFFFFFFFFF9830 0FFFFFFF FFFF98E0 0FFFFFFF FFFF98E0 [................]
    FFFFFFFFFFF9840 0FFFFFFF FFFF98E0 22A44B41 7FFFFFFF [........".KA....]
    FFFFFFFFFFF9850 00000001 037BF9D4 07000000 10018148 [.....{.........H]
    FFFFFFFFFFF9860 00000001 102B0BF8 00000001 10576750 [.....+.......WgP]
    ========== FRAME [5] (kgeasnmierr+0040 -> kgerinv) ==========
    Dump of memory from 0x0FFFFFFFFFFF9870 to 0x0FFFFFFFFFFF98F0
    FFFFFFFFFFF9870 0FFFFFFF FFFF98F0 0FFFFFFF FFFFBA20 [............... ]
    FFFFFFFFFFF9880 00000001 000250A4 00000001 048F2A98 [......P.......*.]
    FFFFFFFFFFF9890 00000001 048F2A8C 00000001 102E5600 [......*.......V.]
    FFFFFFFFFFF98A0 00000000 42420820 00000000 00000000 [....BB. ........]
    FFFFFFFFFFF98B0 0FFFFFFF FFFF9A50 00000000 00000000 [.......P........]
    FFFFFFFFFFF98C0 07000000 4FBA68F0 0FFFFFFF FFFFA150 [....O.h........P]
    FFFFFFFFFFF98D0 00000000 00000000 07000000 10018148 [...............H]
    FFFFFFFFFFF98E0 00000001 102B0D78 0FFFFFFF FFFF98F0 [.....+.x........]
    ========== FRAME [6] (k2srec+0360 -> 01FC219C) ==========
    Dump of memory from 0x0FFFFFFFFFFF98F0 to 0x0FFFFFFFFFFF9CF0
    FFFFFFFFFFF98F0 0FFFFFFF FFFFA020 24A42B81 FFFF97F0 [....... $.+.....]
    FFFFFFFFFFF9900 00000001 037BFEC4 00000000 00000000 [.....{..........]
    FFFFFFFFFFF9910 07000000 4EF3E6E0 00000000 000060B4 [....N.........`.]
    FFFFFFFFFFF9920 0FFFFFFF FFFFA150 0FFFFFFF FFFF9974 [.......P.......t]
    FFFFFFFFFFF9930 00000000 00000000 00000001 00000001 [................]
    FFFFFFFFFFF9940 00000000 00000000 00000000 00000001 [................]
    FFFFFFFFFFF9950 00000012 0000001A 00000020 00000021 [........... ...!]
    FFFFFFFFFFF9960 0FFFFFFF 00000003 00000000 00000000 [................]
    FFFFFFFFFFF9970 00000000 00000001 00000001 00000000 [................]
    FFFFFFFFFFF9980 00000001 102B0D78 00000000 00000024 [.....+.x.......$]
    FFFFFFFFFFF9990 00000000 00000000 00000001 102B0D78 [.............+.x]
    FFFFFFFFFFF99A0 00000000 00000100 00000000 00000000 [................]
    FFFFFFFFFFF99B0 00000000 00000000 00000000 00000002 [................]
    FFFFFFFFFFF99C0 00000000 00000000 00000001 10001048 [...............H]
    FFFFFFFFFFF99D0 00000001 102B0D78 00000000 00000000 [.....+.x........]
    FFFFFFFFFFF99E0 00000000 00000000 00000001 10001048 [...............H]
    FFFFFFFFFFF99F0 00000001 102B0BF8 0FFFFFFF FFFF9A00 [.....+..........]
    FFFFFFFFFFF9A00 0FFFFFFF FFFF9DD0 00000001 10366698 [.............6f.]
    FFFFFFFFFFF9A10 00000001 007835C4 00000000 00000000 [.....x5.........]
    FFFFFFFFFFF9A20 00000000 00000000 00000000 00000000 [................]
    FFFFFFFFFFF9A30 0FFFFFFF FFFF9BE0 46228082 00000000 [........F"......]
    FFFFFFFFFFF9A40 0FFFFFFF FFFFA7E0 00000001 10576750 [.............WgP]
    FFFFFFFFFFF9A50 0FFFFFFF FFFFA7E0 00000000 3F6CBD40 [............?l.@]
    FFFFFFFFFFF9A60 00000000 00000000 00000000 00000000 [................]
    FFFFFFFFFFF9A70 00000000 0000006E 00000001 105967B0 [.......n.....Yg.]
    FFFFFFFFFFF9A80 00000001 037BFBFC 0FFFFFFF FFFF98F0 [.....{..........]
    FFFFFFFFFFF9A90 00000001 10366698 00000001 10394EF0 [.....6f......9N.]
    FFFFFFFFFFF9AA0 00000000 00000000 00000000 44242082 [............D$ .]
    FFFFFFFFFFF9AB0 00000000 00000080 0FFFFFFF FFFFBA20 [............... ]
    FFFFFFFFFFF9AC0 00000000 00000001 00000001 048F2A98 [..............*.]
    FFFFFFFFFFF9AD0 00000001 048F2A8C 00000001 102E5600 [......*.......V.]
    FFFFFFFFFFF9AE0 00000000 42420820 00000001 0488B9D8 [....BB. ........]
    FFFFFFFFFFF9AF0 00000000 00000000 00000000 00000000 [................]
    FFFFFFFFFFF9B00 07000000 4FBA68F0 00000000 00000000 [....O.h.........]
    FFFFFFFFFFF9B10 00000000 00000000 00000001 10001048 [...............H]
    FFFFFFFFFFF9B20 07000000 10018148 0FFFFFFF FFFF98F0 [.......H........]
    FFFFFFFFFFF9B30 00000000 00000000 00000000 00000000 [................]
    Repeat 8 times
    FFFFFFFFFFF9BC0 0FFFFFFF FFFFA020 24A44B81 00000000 [....... $.K.....]
    FFFFFFFFFFF9BD0 00000000 00000000 00000000 00000000 [................]
    FFFFFFFFFFF9BE0 0FFFFFFF FFFF9D60 00000000 00000000 [.......`........]
    FFFFFFFFFFF9BF0 0FFFFFFF FFFF9E80 00000000 00000000 [................]
    FFFFFFFFFFF9C00 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    FFFFFFFFFFF9C30 00000000 00000000 0FFFFFFF FFFF9DD0 [................]
    FFFFFFFFFFF9C40 00000001 10576FB0 00000000 00000000 [.....Wo.........]
    FFFFFFFFFFF9C50 00000001 10576FB0 00000000 00000200 [.....Wo.........]
    FFFFFFFFFFF9C60 0FFFFFFF FFFF9E50 00000001 10576A00 [.......P.....Wj.]
    FFFFFFFFFFF9C70 0FFFFFFF FFFF9DE0 00000001 10366698 [.............6f.]
    FFFFFFFFFFF9C80 00000001 000A0EDC 00000001 0481E07C [...............|]
    FFFFFFFFFFF9C90 0FFFFFFF FFFF9E70 00000001 10366698 [.......p.....6f.]
    FFFFFFFFFFF9CA0 00000001 0481E358 00000001 0481E3B8 [.......X........]
    FFFFFFFFFFF9CB0 0FFFFFFF FFFF9DD0 00000000 00000000 [................]
    FFFFFFFFFFF9CC0 00000001 00ACA4C1 2C12AE92 00000000 [........,.......]
    FFFFFFFFFFF9CD0 0FFFFFFF FFFF9DD0 00000000 44242082 [............D$ .]
    FFFFFFFFFFF9CE0 00000001 01D292D8 0FFFFFFF FFFFBA20 [............... ]
    ========== FRAME [7] (kpotxrec+0058 -> k2srec) ==========
    Dump of memory from 0x0FFFFFFFFFFFA020 to 0x0FFFFFFFFFFFA0C0
    FFFFFFFFFFFA020 0FFFFFFF FFFFA0C0 24A44B81 00000000 [........$.K.....]
    FFFFFFFFFFFA030 00000001 0389181C 2CBA66E5 47F30960 [........,.f.G..`]
    FFFFFFFFFFFA040 0FFFFFFF FFFFA150 07000000 4FBF7680 [.......P....O.v.]
    FFFFFFFFFFFA050 0FFFFFFF FFFFA150 00000000 105769C8 [.......P.....Wi.]
    FFFFFFFFFFFA060 0FFFFFFF FFFFA090 0FFFFFFF FFFFBA18 [................]
    FFFFFFFFFFFA070 00000000 FFFFA130 48408288 00000000 [.......0H@......]
    FFFFFFFFFFFA080 00000001 000BA50C 00000001 1016D102 [................]
    FFFFFFFFFFFA090 00000000 0000D0B0 00000000 00000354 [...............T]
    FFFFFFFFFFFA0A0 0FFFFFFF FFFFA150 0FFFFFFF FFFFBA18 [.......P........]
    FFFFFFFFFFFA0B0 0FFFFFFF FFFFA150 0FFFFFFF FFFFBCD0 [.......P........]
    ========== FRAME [8] (kpotxen+0914 -> kpotxrec) ==========
    Dump of memory from 0x0FFFFFFFFFFFA0C0 to 0x0FFFFFFFFFFFA250
    FFFFFFFFFFFA0C0 0FFFFFFF FFFFA250 00000000 44242082 [.......P....D$ .]
    FFFFFFFFFFFA0D0 00000001 03894418 0FFFFFFF FFFFBA20 [......D........ ]
    FFFFFFFFFFFA0E0 00000000 00000001 00000001 048F2A98 [..............*.]
    FFFFFFFFFFFA0F0 00000001 048F2A8C 00000001 1015A658 [......*........X]
    FFFFFFFFFFFA100 07000000 10008000 07000000 4FBA68F0 [............O.h.]
    FFFFFFFFFFFA110 07000000 4EF0A9E8 00000001 10001048 [....N..........H]
    FFFFFFFFFFFA120 00000001 101EBFE8 07000000 3F6CBD20 [............?l. ]
    FFFFFFFFFFFA130 00000000 00000004 00000000 00000001 [................]
    FFFFFFFFFFFA140 00000000 00000206 07000000 100280C0 [................]
    FFFFFFFFFFFA150 44444444 00000014 00000025 0000000A [DDDD.......%....]
    FFFFFFFFFFFA160 0FFFFFFF FFFFA188 0FFFFFFF FFFFA19C [................]
    FFFFFFFFFFFA170 00000000 44444444 00000000 00000014 [....DDDD........]
    FFFFFFFFFFFA180 00000000 00000025 20A86E20 9BB6824A [.......% .n ...J]
    FFFFFFFFFFFA190 9B0470B3 E925DF3F 00000000 09DB0B01 [..p..%.?........]
    FFFFFFFFFFFA1A0 36444A48 88BF241A 81140E12 01000000 [6DJH..$.........]
    FFFFFFFFFFFA1B0 43544401 0007EE65 72707365 72766572 [CTD....erpserver]
    FFFFFFFFFFFA1C0 32FFFFFF FFFFA250 22242081 00000000 [2......P"$ .....]
    FFFFFFFFFFFA1D0 0FFFFFFF FFFFA250 00000000 00000000 [.......P........]
    FFFFFFFFFFFA1E0 00000001 10589828 00000001 105899F0 [.....X.(.....X..]
    FFFFFFFFFFFA1F0 0FFFFFFF FFFFBCD0 00000001 102E5600 [..............V.]
    FFFFFFFFFFFA200 00000000 42420820 00000001 0488B9D8 [....BB. ........]
    FFFFFFFFFFFA210 00000000 00000068 00000000 00000000 [.......h........]
    FFFFFFFFFFFA220 00000001 10043910 00000001 1015E6A8 [......9.........]
    FFFFFFFFFFFA230 0FFFFFFF FFFFA7E0 00000001 102B0D78 [.............+.x]
    FFFFFFFFFFFA240 00000001 10001048 0FFFFFFF FFFFA250 [.......H.......P]
    ========== FRAME [9] (opiodr+0adc -> _ptrgl) ==========
    Dump of memory from 0x0FFFFFFFFFFFA250 to 0x0FFFFFFFFFFFA650
    FFFFFFFFFFFA250 0FFFFFFF FFFFB5F0 26A42B81 FFFFAA00 [........&.+.....]
    I appreciate any idea.
    regards.

    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    1: 4, 2, 107, 245->244, fin=244, st=2
    6: 3, 2, 373, 6->7, fin=7, st=2
    6: 4, 3, 373, 7->6, fin=6, st=2
    1: 3, 3, 107, 244->245, fin=245, st=2
    Dumping last 2 granules of Transferred Memory
    Granule Header dump for 7000000353fe000, hdrsz=64, gran size=4194304
    Dump of memory from 0x07000000353FE000 to 0x07000000353FE040
    7000000353FE000 07000000 353C0000 07000000 353C0000 [....5<......5<..]
    7000000353FE010 00002000 00000000 00000000 000001E9 [.. .............]
    7000000353FE020 000001F8 0000003E 00002000 00000000 [.......>.. .....]
    7000000353FE030 00000000 00000001 00000093 00000000 [................]
    Granule Dump for 700000035000000, size=32768
    Dump of memory from 0x0700000035000000 to 0x0700000035008000
    700000035000000 07000000 35000000 07000000 35C00000 [....5.......5...]
    700000035000010 00000000 00000000 07000000 100358F0 [..............X.]
    700000035000020 07000000 35000020 07000000 35000020 [....5.. ....5.. ]
    700000035000030 07000000 353BFFF0 07000000 353BFFF0 [....5;......5;..]
    700000035000040 00000000 00000000 FFFBFFE0 4BDA17E3 [............K...]
    700000035000050 01000000 01020200 C0B38F00 003BFF89 [.............;..]
    700000035000060 00000000 00000000 07000000 10037138 [..............q8]
    700000035000070 07000000 10037138 00000000 00000000 [......q8........]
    700000035000080 00000000 00000000 00000000 00000000 [................]
    Repeat 501 times
    700000035001FE0 C0B38F00 003BE001 07000000 35000058 [.....;......5..X]
    700000035001FF0 07000000 35000030 07000000 35000030 [....5..0....5..0]
    700000035002000 00000000 00000000 00000000 00000000 [................]
    Repeat 1535 times
    Done Dumping transfer, resize ops and granules.
    Dump of memory from 0x070000004DB38090 to 0x070000004DB38208
    70000004DB38090 07000000 4DBEE560 07000000 4DBEE5B0 [....M..`....M...]
    70000004DB380A0 00000006 000000B4 00050000 000001B2 [................]
    70000004DB380B0 00000000 00000000 0C000100 00000045 [...............E]
    70000004DB380C0 00000000 00000000 00000220 00760000 [........... .v..]
    70000004DB380D0 00000001 0000045A 00000000 00000000 [.......Z........]
    70000004DB380E0 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    70000004DB38110 00000000 00000000 07000000 4DB38118 [............M...]
    70000004DB38120 07000000 4DB38118 07000000 4DB37FB0 [....M.......M...]
    70000004DB38130 07000000 4DB382A0 00000000 00000000 [....M...........]
    70000004DB38140 00000000 00000000 00000003 00000000 [................]
    70000004DB38150 00000000 00000000 00000000 00000000 [................]
    70000004DB38160 00010000 00000006 00000006 00000007 [................]
    70000004DB38170 00000007 00000006 00000B40 00000000 [...........@....]
    70000004DB38180 44454641 554C5400 00000000 00000000 [DEFAULT.........]
    70000004DB38190 00000000 00070000 00000003 00002000 [.............. .]
    70000004DB381A0 00000002 00050006 07000000 4DB6B230 [............M..0]
    70000004DB381B0 00000001 00000000 00000000 00000000 [................]
    70000004DB381C0 00000035 FE233D2F 00000000 0057E5DC [...5.#=/.....W..]
    70000004DB381D0 00000000 003A6260 00000000 0003617A [.....:b`......az]
    70000004DB381E0 00000000 00000000 00000000 00000235 [...............5]
    70000004DB381F0 00000000 00001472 00000000 000000DE [.......r........]
    70000004DB38200 00000000 000007D5 [........]
    KCBS: disable_kcbsbpd is 0
    KCBS: bufcnt = 180, nb_kcbsds = 180
    KCBS: fbufcnt = 37
    KCBS: Tot bufs in set segwise
    KCBS: nbseg[0] is 15
    KCBS: nbseg[1] is 15
    KCBS: nbseg[2] is 15
    KCBS: nbseg[3] is 15
    KCBS: nbseg[4] is 15
    KCBS: nbseg[5] is 15
    KCBS: nbseg[6] is 15
    KCBS: nbseg[7] is 15
    KCBS: nbseg[8] is 15
    KCBS: nbseg[9] is 15
    KCBS: nbseg[10] is 15
    KCBS: nbseg[11] is 15
    KCBS: Act cnt = 90
    KCBS: bufcnt = 180, nb_kcbsds = 180
    KCBS: fbufcnt = 37
    KCBS: Tot bufs in set segwise
    KCBS: nbseg[0] is 15
    KCBS: nbseg[1] is 15
    KCBS: nbseg[2] is 15
    KCBS: nbseg[3] is 15
    KCBS: nbseg[4] is 15
    KCBS: nbseg[5] is 15
    KCBS: nbseg[6] is 15
    KCBS: nbseg[7] is 15
    KCBS: nbseg[8] is 15
    KCBS: nbseg[9] is 15
    KCBS: nbseg[10] is 15
    KCBS: nbseg[11] is 15
    KCBS: Act cnt = 90
    KSOLS: Begin dumping all object level stats elements
    KSOLS: Done dumping all elements. Exiting.
    Dump event group for SESSION
    Dump event group for SYSTEM

Maybe you are looking for

  • My screen disappeared and I can't get it back

    I posted this problem last week, but I may not have explained it properly. While on Firefox, the page suddenly disappeared and all I can get is a picture of the page when I mouse over the icon in the taskbar. Clicking on the picture doesn't restore t

  • How to Pass Variables from One Application to Another Pop Up Window

    Hi, I am wondering if anyone on the list has tried calling up a pop up manager, and have two other variables imported for secondary usage. I have tried using [Bindable], but this does not seem to be working, and I am still getting errors that tells m

  • Rented movie not showing on ipad

    I move rented movie to ipad and it was interrupted.  Now I can't find it in ipad and can't access from computer.

  • How to load function from derived class from dll

    Dear all, how to access extra function from derived class. for Example //==========================MyIShape.h class CMyIShape public: CMyIShape(){}; virtual ~CMyIShape(){}; virtual void Fn_DrawMe(){}; // =========== this is ShapRectangle.dll //======

  • Package problems in JAAS!

    I have problems with packages i have start with the JAAS sample that sun has and put in some classes to have a login promt insted of the commando window. I put all the java files in the package sample and try to complie it, and get errors. I have all