Two dumps in IW32

Hello!
We have two dumps and two update terminations in IW32. There are these dumps several times a month.
1) FM CO_ZV_CONSISTENCY_CHECK, DUMP  RAISE_EXCEPTION &  Exception DUMP_STATUS_INCONSYSTENCY_FRE.
I found OSS Note 157070 PM/SM order:DUMP_STATUS_INCONSYSTENCY_XXXX in saving. So I run the program ZIPHAS00 to correct the orders status. But the note doesnu2019t really explain why the system has found a status inconsistency.
Do you know why there is this dump? Do you have a solution in order to prevent the status inconsistency from happening?
2)FM CO_VB_ORDER_POST, DUMP RAISE_EXCEPTION & exception TEMP_OBJECTNUMBER_IN_OPERATION
I didnu2019t found any OSS note. If I understand well, an object had a temporary number and it shouldnu2019t have it when we saved. Do you have some information about this dump?
Our Component version is SAP ECC 6.0.
Thanks by advance.
Regards,
Laurent
Edited by: SAPNET - DEV roquette on Feb 17, 2009 11:27 AM

hi
check this note
Note 654224 - Troubleshooting for missing operation long texts
also check the number range for the documents

Similar Messages

  • 2 rman backup dump generating

    Hi,
    while taking rman level o backup two dumps generating.
    Kindly help to generate only one dump.
    My parameters are
    RMAN> show all;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/home/oracle/oracle/dbs/snapcf_bmsddb01.f'; # default
    Regards,

    find the output
    RMAN> list backup;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    1281 Incr 0 1023.70M DISK 00:00:17 28-JAN-11
    BP Key: 1287 Status: AVAILABLE Compressed: NO Tag: DB_LVL0_BKP
    Piece Name: /oradb/rman/rmnbkp/dbbackup/LVL0_BMSDDB01_28-01-2011_16m38uc3_1_1
    List of Datafiles in backup set 1281
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 15220618476 28-JAN-11 /oradb/oradata/bmsddb01/system01.dbf
    2 0 Incr 15220618476 28-JAN-11 /oradb/oradata/bmsddb01/undotbs01.dbf
    3 0 Incr 15220618476 28-JAN-11 /oradb/oradata/bmsddb01/sysaux01.dbf
    4 0 Incr 15220618476 28-JAN-11 /oradb/oradata/bmsddb01/users01.dbf
    5 0 Incr 15220618476 28-JAN-11 /oradb/oradata/tivoli01.dbf
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    1282 Incr 0 5.30M DISK 00:00:01 28-JAN-11
    BP Key: 1288 Status: AVAILABLE Compressed: NO Tag: DB_LVL0_BKP
    Piece Name: /oradb/rman/rmnbkp/dbbackup/LVL0_BMSDDB01_28-01-2011_17m38uct_1_1
    Control File Included: Ckp SCN: 15220618488 Ckp time: 28-JAN-11
    SPFILE Included: Modification time: 28-JAN-11
    BS Key Size Device Type Elapsed Time Completion Time
    1337 1.21M DISK 00:00:01 28-JAN-11
    BP Key: 1342 Status: AVAILABLE Compressed: YES Tag: ARC_LVL0_BKP
    Piece Name: /oradb/rman/rmnbkp/archives_bkp/ARCH_LVL0_BMSDDB01_28-01-2011-19m38udc_1_1
    List of Archived Logs in backup set 1337
    Thrd Seq Low SCN Low Time Next SCN Next Time
    1 1 15220616183 28-JAN-11 15220618132 28-JAN-11
    1 2 15220618132 28-JAN-11 15220618403 28-JAN-11
    1 3 15220618403 28-JAN-11 15220618537 28-JAN-11

  • How to find which Badi Implementation is causing Short Dump

    Hi Experts,
    We are getting short dump on IW32 transaction when the users hit SAVE button.
    The Dump Details:
    Runtime Errors SYNTAX_ERROR
    Short text
    Syntax error in program "WORKORDER_UPDATE==============CP ".
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "CL_EX_WORKORDER_UPDATE========CP" had
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program
    "WORKORDER_UPDATE==============CP " in include
    "WORKORDER_UPDATE==============CM000 " in
    line 12:
    "The specified type cannot be converted into the target variable
    The current ABAP program "CL_EX_WORKORDER_UPDATE========CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    Error analysis
    The following syntax error was found in the program
    WORKORDER_UPDATE==============CP :
    "The specified type cannot be converted into the target variables."
    Information on where terminated
    Termination occurred in the ABAP program "CL_EX_WORKORDER_UPDATE========CP" -
    in "IF_EX_WORKORDER_UPDATE~AT_SAVE".
    The main program was "SAPLCOIH ".
    After going through the dump analysis, I found that there are around 25 BADI Implementations got created on Enhancement Spot "WORKORDER_UPDATE".
    How to find out which BADI Implementations is causing this dump?
    Please let me know.
    Thanks.
    Edited by: ravi kumar on Feb 22, 2011 1:12 PM

    Yes, I tried the Active Calls Stack also. The Short Dump is occuring exactly at the line :-
    method IF_EX_WORKORDER_UPDATE~AT_SAVE.
    in Class:-
    CL_EX_WORKORDER_UPDATE
    I was informedby the user that this is working perfectly fine in DEV System. The Short Dump is occuring in SBX System.
    When I executed the Class "CL_EX_WORKORDER_UPDATE" and Method "IF_EX_WORKORDER_UPDATE~AT_SAVE" via SE24 in SBX, I got the same dump. However it worked fine in DEV System.
    I am wondering if the issue is with the Standard Program itself?
    Any ideas?
    Thanks a lot again.
    Another thing is: It is short dumping even before calling any of the BADI Implementations.
    Wanted to give some more info on this: I put a break point in Function "CO_ZV_ORDER_POST" after the CALL FUNCTION 'CO_BADI_GET_BUSINESS_ADD_IN'.
    And the program dumps right after that when it calls the: CALL METHOD lp_badi_if->at_save.
    Thanks.
    Edited by: ravi kumar on Feb 22, 2011 1:51 PM
    Edited by: ravi kumar on Feb 22, 2011 2:11 PM

  • Compare Heap Dumps not working

    Dear All,
    Am trying to compare two heap dumps to find differences. I have read the Tutorial. I have two heap dumps open and click on the Delta button. But all I get is a message saying something like there are no two dumps open on the desktop. Can anybody help? Thanks a lot, Anthony

    Hi Scott,
    thanks for finding this bug... It looks like we do not pick up dumps that have been opened via "Open File...". I will have a look at it.
    The context menu does not work on purpose. The problem is this: in the heap dump we only have the object address. But as the garbage collector is moving objects around, this address changes even as the object stays the same. We cannot know if the object was moved or if a new one was created.
    So one has to structurally compare the heap dump. We do this currently for the histogram on class level and on class loader level (by the extracted class loader name if a name resolver is present). For objects we do nothing at the moment. I haven't really given much thought about that, but it should be possible to compare the graph/domTree once the user picked to comparable objects (which he can, because he knows the semantics).
    Regarding open sourcing: I just spend the last 3 hours hunting a little, tiny bug that was introduced when removing some SAP specifics which we do not open source. Soon, maybe and of next week we should have something there.
    New features is an automatic leak detection, e.g. we create a HTML report with the suspectd leaks. And the handling of local variables, ie. stuff kept alive by a thread, is much easier. Ahh, and we have some pie charts now.
    Andreas.

  • Windows Server 2008 R2 BSOD Various Messages

    Hello All,
    I've got a Windows Server 2008 R2 that's bluescreened twice in a month. Both times different stop error code. Running on a HP DL360 in Proxmox virtual environment. Below are the two dump outputs:
    Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\Users\Denis.Maybir\Desktop\USTBSOD\021015-10078-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) Free x64
    Product: Server, suite: TerminalServer
    Built by: 7601.18409.amd64fre.win7sp1_gdr.140303-2144
    Machine Name:
    Kernel base = 0xfffff800`01650000 PsLoadedModuleList = 0xfffff800`01893890
    Debug session time: Tue Feb 10 00:51:00.633 2015 (UTC + 10:00)
    System Uptime: 4 days 3:05:32.166
    Loading Kernel Symbols
    Loading User Symbols
    Loading unloaded module list
    *                        Bugcheck Analysis                                    *
    Use !analyze -v to get detailed debugging information.
    BugCheck A, {fffff6fb40001de8, 0, 0, fffff800016f8dbc}
    Probably caused by : memory_corruption ( nt!MiDeletePageTableHierarchy+9c )
    Followup: MachineOwner
    1: kd> !analyze -v
    *                        Bugcheck Analysis                                    *
    IRQL_NOT_LESS_OR_EQUAL (a)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high.  This is usually
    caused by drivers using improper addresses.
    If a kernel debugger is available get the stack backtrace.
    Arguments:
    Arg1: fffff6fb40001de8, memory referenced
    Arg2: 0000000000000000, IRQL
    Arg3: 0000000000000000, bitfield :
    bit 0 : value 0 = read operation, 1 = write operation
    bit 3 : value 0 = not an execute operation, 1 = execute operation (only on chips which support this level of status)
    Arg4: fffff800016f8dbc, address which referenced memory
    Debugging Details:
    READ_ADDRESS: GetPointerFromAddress: unable to read from fffff800018fd100
     fffff6fb40001de8 
    CURRENT_IRQL:  0
    FAULTING_IP: 
    nt!MiDeletePageTableHierarchy+9c
    fffff800`016f8dbc 498b06          mov     rax,qword ptr [r14]
    CUSTOMER_CRASH_COUNT:  1
    DEFAULT_BUCKET_ID:  DRIVER_FAULT_SERVER_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  GoogleUpdate.e
    TRAP_FRAME:  fffff88007a81f00 -- (.trap 0xfffff88007a81f00)
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed or incorrect.
    rax=0000000077a00000 rbx=0000000000000000 rcx=0000000fffffffff
    rdx=0000058000000000 rsi=0000000000000000 rdi=0000000000000000
    rip=fffff800016f8dbc rsp=fffff88007a82090 rbp=fffffa8006f41210
     r8=0000007ffffffff8  r9=0000098000000000 r10=fffffa8005401bc0
    r11=fffff88007a82170 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0         nv up ei ng nz na po cy
    nt!MiDeletePageTableHierarchy+0x9c:
    fffff800`016f8dbc 498b06          mov     rax,qword ptr [r14] ds:00000000`00000000=????????????????
    Resetting default scope
    LAST_CONTROL_TRANSFER:  from fffff800016c5169 to fffff800016c5bc0
    STACK_TEXT:  
    fffff880`07a81db8 fffff800`016c5169 : 00000000`0000000a fffff6fb`40001de8 00000000`00000000 00000000`00000000 : nt!KeBugCheckEx
    fffff880`07a81dc0 fffff800`016c3de0 : 00000000`00000000 fffff6fb`40001de8 fffff880`07a82b00 00000000`00000000 : nt!KiBugCheckDispatch+0x69
    fffff880`07a81f00 fffff800`016f8dbc : fffffa80`0428b740 00000000`00000001 fffffa80`00e8f590 fffff6fb`40001000 : nt!KiPageFault+0x260
    fffff880`07a82090 fffff800`016958b6 : fffff700`01080518 fffffa80`06f415a8 fffff700`01080000 fffff8a0`000f8630 : nt!MiDeletePageTableHierarchy+0x9c
    fffff880`07a821a0 fffff800`01696892 : fffffa80`06f41210 fffffa80`0000003d fffff8a0`00000011 00000000`00000000 : nt!MiDeleteAddressesInWorkingSet+0x3fb
    fffff880`07a82a50 fffff800`0199b05a : fffff8a0`0eb74060 00000000`00000001 00000000`00000000 fffffa80`06f4b060 : nt!MmCleanProcessAddressSpace+0x96
    fffff880`07a82aa0 fffff800`0197df48 : 00000000`c0000005 00000000`00000001 00000000`7efdb000 00000000`00000000 : nt!PspExitThread+0x56a
    fffff880`07a82ba0 fffff800`016c4e53 : fffffa80`06f41210 00000000`c0000005 fffffa80`06f4b060 00000000`7efdf000 : nt!NtTerminateProcess+0x138
    fffff880`07a82c20 00000000`77a4157a : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x13
    00000000`001df018 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x77a4157a
    STACK_COMMAND:  kb
    FOLLOWUP_IP: 
    nt!MiDeletePageTableHierarchy+9c
    fffff800`016f8dbc 498b06          mov     rax,qword ptr [r14]
    SYMBOL_STACK_INDEX:  3
    SYMBOL_NAME:  nt!MiDeletePageTableHierarchy+9c
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: nt
    DEBUG_FLR_IMAGE_TIMESTAMP:  531590fb
    IMAGE_NAME:  memory_corruption
    FAILURE_BUCKET_ID:  X64_0xA_nt!MiDeletePageTableHierarchy+9c
    BUCKET_ID:  X64_0xA_nt!MiDeletePageTableHierarchy+9c
    Followup: MachineOwner
    Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\Users\Denis.Maybir\Desktop\USTBSOD\012215-11078-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) Free x64
    Product: Server, suite: TerminalServer
    Built by: 7601.18409.amd64fre.win7sp1_gdr.140303-2144
    Machine Name:
    Kernel base = 0xfffff800`0160f000 PsLoadedModuleList = 0xfffff800`01852890
    Debug session time: Thu Jan 22 14:21:47.853 2015 (UTC + 10:00)
    System Uptime: 6 days 17:17:48.333
    Loading Kernel Symbols
    Loading User Symbols
    Loading unloaded module list
    *                        Bugcheck Analysis                                    *
    Use !analyze -v to get detailed debugging information.
    BugCheck 50, {fffff960001322d8, 8, fffff960001322d8, 7}
    Could not read faulting driver name
    Probably caused by : win32k.sys ( win32k!NtUserMessageCall+30 )
    Followup: MachineOwner
    3: kd> !analyze -v
    *                        Bugcheck Analysis                                    *
    PAGE_FAULT_IN_NONPAGED_AREA (50)
    Invalid system memory was referenced.  This cannot be protected by try-except,
    it must be protected by a Probe.  Typically the address is just plain bad or it
    is pointing at freed memory.
    Arguments:
    Arg1: fffff960001322d8, memory referenced.
    Arg2: 0000000000000008, value 0 = read operation, 1 = write operation.
    Arg3: fffff960001322d8, If non-zero, the instruction address which referenced the bad memory
    address.
    Arg4: 0000000000000007, (reserved)
    Debugging Details:
    Could not read faulting driver name
    WRITE_ADDRESS: GetPointerFromAddress: unable to read from fffff800018bc100
     fffff960001322d8 
    FAULTING_IP: 
    win32k!NtUserMessageCall+30
    fffff960`001322d8 8bac24a8000000  mov     ebp,dword ptr [rsp+0A8h]
    MM_INTERNAL_CODE:  7
    CUSTOMER_CRASH_COUNT:  1
    DEFAULT_BUCKET_ID:  DRIVER_FAULT_SERVER_MINIDUMP
    BUGCHECK_STR:  0x50
    PROCESS_NAME:  Hct14.exe
    CURRENT_IRQL:  0
    TRAP_FRAME:  fffff8800a800660 -- (.trap 0xfffff8800a800660)
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed or incorrect.
    rax=fffff900c20cb010 rbx=0000000000000000 rcx=0000000000000000
    rdx=0000000000000000 rsi=0000000000000000 rdi=0000000000000000
    rip=fffff960001322d8 rsp=fffff8800a8007f0 rbp=fffff8800a800960
     r8=fffff8000160f000  r9=0000000000000000 r10=fffffffffffffff7
    r11=fffff8800a800520 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0         nv up ei ng nz na pe nc
    win32k!NtUserMessageCall+0x30:
    fffff960`001322d8 8bac24a8000000  mov     ebp,dword ptr [rsp+0A8h] ss:0018:fffff880`0a800898=0000029e
    Resetting default scope
    LAST_CONTROL_TRANSFER:  from fffff8000170153b to fffff80001684bc0
    STACK_TEXT:  
    fffff880`0a8004f8 fffff800`0170153b : 00000000`00000050 fffff960`001322d8 00000000`00000008 fffff880`0a800660 : nt!KeBugCheckEx
    fffff880`0a800500 fffff800`01682cee : 00000000`00000008 fffff960`001322d8 fffff880`0a800700 00000000`0003029c : nt! ?? ::FNODOBFM::`string'+0x43781
    fffff880`0a800660 fffff960`001322d8 : 00000000`0003029c 00000000`00000020 00000000`00000012 fffff880`0176d9a0 : nt!KiPageFault+0x16e
    fffff880`0a8007f0 fffff800`01683e53 : fffffa80`097a8820 fffff880`0a800960 00000000`000866e8 00000000`00000000 : win32k!NtUserMessageCall+0x30
    fffff880`0a800870 00000000`74aefe4a : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x13
    00000000`000866c8 fffff800`0167c210 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x74aefe4a
    fffff880`0a800ac0 00000547`f9988783 : fffff800`0168b99f 00000000`00000000 00000000`00000000 00000000`00000202 : nt!KiCallUserMode
    fffff880`0a800ac8 fffff800`0168b99f : 00000000`00000000 00000000`00000000 00000000`00000202 fffff880`0a801450 : 0x547`f9988783
    fffff880`0a800ad0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KeWaitForSingleObject+0x19f
    STACK_COMMAND:  kb
    FOLLOWUP_IP: 
    win32k!NtUserMessageCall+30
    fffff960`001322d8 8bac24a8000000  mov     ebp,dword ptr [rsp+0A8h]
    SYMBOL_STACK_INDEX:  3
    SYMBOL_NAME:  win32k!NtUserMessageCall+30
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: win32k
    IMAGE_NAME:  win32k.sys
    DEBUG_FLR_IMAGE_TIMESTAMP:  54372ef1
    FAILURE_BUCKET_ID:  X64_0x50_win32k!NtUserMessageCall+30
    BUCKET_ID:  X64_0x50_win32k!NtUserMessageCall+30
    Followup: MachineOwner
    Any and all help would be greatly appreciated.
    Thanks in advance!

    Hello All,
    I've got a Windows Server 2008 R2 that's bluescreened twice in a week. Running on a HP DL360 in Proxmox virtual environment. Below are the two dump outputs:
    Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\Users\Denis.Maybir\Desktop\TRBSOD\021615-22531-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) Free x64
    Product: Server, suite: TerminalServer
    Built by: 7601.18700.amd64fre.win7sp1_gdr.141211-1742
    Machine Name:
    Kernel base = 0xfffff800`0160f000 PsLoadedModuleList = 0xfffff800`01852890
    Debug session time: Mon Feb 16 14:57:22.272 2015 (UTC + 10:00)
    System Uptime: 0 days 14:53:11.467
    Loading Kernel Symbols
    Loading User Symbols
    Loading unloaded module list
    *                        Bugcheck Analysis                                    *
    Use !analyze -v to get detailed debugging information.
    BugCheck 50, {fffff900c232b000, 1, fffff800017b8f36, 7}
    Could not read faulting driver name
    Probably caused by : win32k.sys ( win32k!AllocateObject+dd )
    Followup: MachineOwner
    2: kd> !analyze -v
    *                        Bugcheck Analysis                                    *
    PAGE_FAULT_IN_NONPAGED_AREA (50)
    Invalid system memory was referenced.  This cannot be protected by try-except,
    it must be protected by a Probe.  Typically the address is just plain bad or it
    is pointing at freed memory.
    Arguments:
    Arg1: fffff900c232b000, memory referenced.
    Arg2: 0000000000000001, value 0 = read operation, 1 = write operation.
    Arg3: fffff800017b8f36, If non-zero, the instruction address which referenced the bad memory
    address.
    Arg4: 0000000000000007, (reserved)
    Debugging Details:
    Could not read faulting driver name
    WRITE_ADDRESS: GetPointerFromAddress: unable to read from fffff800018bc100
     fffff900c232b000 
    FAULTING_IP: 
    nt!ExAllocatePoolWithTag+326
    fffff800`017b8f36 448928          mov     dword ptr [rax],r13d
    MM_INTERNAL_CODE:  7
    CUSTOMER_CRASH_COUNT:  1
    DEFAULT_BUCKET_ID:  DRIVER_FAULT_SERVER_MINIDUMP
    BUGCHECK_STR:  0x50
    PROCESS_NAME:  HowNow.exe
    CURRENT_IRQL:  0
    TRAP_FRAME:  fffff8800e509510 -- (.trap 0xfffff8800e509510)
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed or incorrect.
    rax=fffff900c232b000 rbx=0000000000000000 rcx=0000000000000000
    rdx=0000000000000001 rsi=0000000000000000 rdi=0000000000000000
    rip=fffff800017b8f36 rsp=fffff8800e5096a0 rbp=0000000000001000
     r8=0000000000000002  r9=000000000013ef64 r10=0000000000000000
    r11=fffff8800e509670 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0         nv up ei ng nz na po nc
    nt!ExAllocatePoolWithTag+0x326:
    fffff800`017b8f36 448928          mov     dword ptr [rax],r13d ds:0001:fffff900`c232b000=????????
    Resetting default scope
    LAST_CONTROL_TRANSFER:  from fffff8000170158b to fffff80001685e80
    STACK_TEXT:  
    fffff880`0e5093a8 fffff800`0170158b : 00000000`00000050 fffff900`c232b000 00000000`00000001 fffff880`0e509510 : nt!KeBugCheckEx
    fffff880`0e5093b0 fffff800`01683fae : 00000000`00000001 fffff900`c232b000 fffff900`c20a6100 fffff880`0be74e00 : nt! ?? ::FNODOBFM::`string'+0x43781
    fffff880`0e509510 fffff800`017b8f36 : fffff880`0be74e00 00000000`00000065 00000000`00000021 00000001`00000001 : nt!KiPageFault+0x16e
    fffff880`0e5096a0 fffff960`001650f5 : 00000000`00000000 00000000`00000000 00000000`00000000 fffff960`00000000 : nt!ExAllocatePoolWithTag+0x326
    fffff880`0e509790 fffff960`001667be : 00000000`00000001 fffff880`0e509928 00000000`00000001 fffff960`00176aa2 : win32k!AllocateObject+0xdd
    fffff880`0e5097d0 fffff960`0013bf83 : fffff880`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : win32k!SURFMEM::bCreateDIB+0x38a
    fffff880`0e5098c0 fffff960`0013dcc9 : 00000000`0301003b 00000000`00000010 00000000`00000000 00000000`270501e1 : win32k!GreCreateDIBitmapReal+0x533
    fffff880`0e5099f0 fffff960`0013dae5 : 00000000`0008e280 fffff900`c21c1c20 fffff880`0e509ca0 fffff880`0e509b80 : win32k!ProcessAlphaBitmap+0x109
    fffff880`0e509ad0 fffff960`0013e121 : fffff900`c21c1c20 00000000`00000000 fffff900`c21c1c20 00000000`7efdb00e : win32k!SetCursorIconData+0x365
    fffff880`0e509b20 fffff800`01685113 : fffffa80`0e2ff060 00000000`0008e280 00000000`00000020 00000000`0008e270 : win32k!NtUserSetCursorIconData+0x221
    fffff880`0e509c20 00000000`74d7081a : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x13
    00000000`0008e228 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x74d7081a
    STACK_COMMAND:  kb
    FOLLOWUP_IP: 
    win32k!AllocateObject+dd
    fffff960`001650f5 488bd8          mov     rbx,rax
    SYMBOL_STACK_INDEX:  4
    SYMBOL_NAME:  win32k!AllocateObject+dd
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: win32k
    IMAGE_NAME:  win32k.sys
    DEBUG_FLR_IMAGE_TIMESTAMP:  54372ef1
    FAILURE_BUCKET_ID:  X64_0x50_win32k!AllocateObject+dd
    BUCKET_ID:  X64_0x50_win32k!AllocateObject+dd
    Followup: MachineOwner
    Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\Users\Denis.Maybir\Desktop\TRBSOD\021915-22234-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) Free x64
    Product: Server, suite: TerminalServer
    Built by: 7601.18700.amd64fre.win7sp1_gdr.141211-1742
    Machine Name:
    Kernel base = 0xfffff800`01614000 PsLoadedModuleList = 0xfffff800`01857890
    Debug session time: Thu Feb 19 15:14:07.055 2015 (UTC + 10:00)
    System Uptime: 3 days 0:17:04.886
    Loading Kernel Symbols
    Loading User Symbols
    Loading unloaded module list
    *                        Bugcheck Analysis                                    *
    Use !analyze -v to get detailed debugging information.
    BugCheck 50, {fffff680003aa108, 0, fffff800016eaa49, 5}
    Could not read faulting driver name
    Probably caused by : ntkrnlmp.exe ( nt! ?? ::FNODOBFM::`string'+20d9d )
    Followup: MachineOwner
    2: kd> !analyze -v
    *                        Bugcheck Analysis                                    *
    PAGE_FAULT_IN_NONPAGED_AREA (50)
    Invalid system memory was referenced.  This cannot be protected by try-except,
    it must be protected by a Probe.  Typically the address is just plain bad or it
    is pointing at freed memory.
    Arguments:
    Arg1: fffff680003aa108, memory referenced.
    Arg2: 0000000000000000, value 0 = read operation, 1 = write operation.
    Arg3: fffff800016eaa49, If non-zero, the instruction address which referenced the bad memory
    address.
    Arg4: 0000000000000005, (reserved)
    Debugging Details:
    Could not read faulting driver name
    READ_ADDRESS: GetPointerFromAddress: unable to read from fffff800018c1100
     fffff680003aa108 
    FAULTING_IP: 
    nt! ?? ::FNODOBFM::`string'+20d9d
    fffff800`016eaa49 49334500        xor     rax,qword ptr [r13]
    MM_INTERNAL_CODE:  5
    CUSTOMER_CRASH_COUNT:  1
    DEFAULT_BUCKET_ID:  DRIVER_FAULT_SERVER_MINIDUMP
    BUGCHECK_STR:  0x50
    PROCESS_NAME:  chrome.exe
    CURRENT_IRQL:  0
    TRAP_FRAME:  fffff880105496d0 -- (.trap 0xfffff880105496d0)
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed or incorrect.
    rax=0050000000000000 rbx=0000000000000000 rcx=7ff0000000000000
    rdx=0000000000000005 rsi=0000000000000000 rdi=0000000000000000
    rip=fffff800016eaa49 rsp=fffff88010549860 rbp=0000000000000005
     r8=fffffa800bbd9588  r9=fffff70001080000 r10=0000007ffffffff8
    r11=0000000000000548 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0         nv up ei pl nz na po nc
    nt! ?? ::FNODOBFM::`string'+0x20d9d:
    fffff800`016eaa49 49334500        xor     rax,qword ptr [r13] ds:00000000`00000000=????????????????
    Resetting default scope
    LAST_CONTROL_TRANSFER:  from fffff80001706603 to fffff8000168ae80
    STACK_TEXT:  
    fffff880`10549568 fffff800`01706603 : 00000000`00000050 fffff680`003aa108 00000000`00000000 fffff880`105496d0 : nt!KeBugCheckEx
    fffff880`10549570 fffff800`01688fae : 00000000`00000000 fffff680`003aa108 00000000`00000000 fffff700`010804b0 : nt! ?? ::FNODOBFM::`string'+0x43801
    fffff880`105496d0 fffff800`016eaa49 : fffff700`010804b0 00000000`00000000 fffff6fb`7dc00000 00000000`00000000 : nt!KiPageFault+0x16e
    fffff880`10549860 fffff800`0165bfc6 : fffffa80`00000001 00000000`00000548 fffff700`01080000 fffff700`01080488 : nt! ?? ::FNODOBFM::`string'+0x20d9d
    fffff880`105498e0 fffff800`0195f37a : fffff8a0`0c914920 fffff880`10549c20 00000000`00000000 fffffa80`0f5ea400 : nt!MmCleanProcessAddressSpace+0x4ca
    fffff880`10549930 fffff800`0194550d : 00000000`c0000005 fffff800`01680a01 00000000`fffdb000 fffffa80`0e9b34a0 : nt!PspExitThread+0x56a
    fffff880`10549a30 fffff800`0167d9fa : fffff900`00000000 fffff800`017bd30d fffff900`c2e9f508 fffff960`0014f84e : nt!PsExitSpecialApc+0x1d
    fffff880`10549a60 fffff800`0167dd40 : 00000000`00000000 fffff880`10549ae0 fffff800`01945480 00000000`00000001 : nt!KiDeliverApc+0x2ca
    fffff880`10549ae0 fffff800`0168a1b7 : 00000000`00000000 fffff880`10549c01 00000000`fffdb000 00000000`00000000 : nt!KiInitiateUserApc+0x70
    fffff880`10549c20 00000000`753c2e09 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceExit+0x9c
    00000000`001fe988 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x753c2e09
    STACK_COMMAND:  kb
    FOLLOWUP_IP: 
    nt! ?? ::FNODOBFM::`string'+20d9d
    fffff800`016eaa49 49334500        xor     rax,qword ptr [r13]
    SYMBOL_STACK_INDEX:  3
    SYMBOL_NAME:  nt! ?? ::FNODOBFM::`string'+20d9d
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: nt
    IMAGE_NAME:  ntkrnlmp.exe
    DEBUG_FLR_IMAGE_TIMESTAMP:  548a6e28
    FAILURE_BUCKET_ID:  X64_0x50_nt!_??_::FNODOBFM::_string_+20d9d
    BUCKET_ID:  X64_0x50_nt!_??_::FNODOBFM::_string_+20d9d
    Followup: MachineOwner
    Any and all help would be greatly appreciated.
    Thanks in advance!

  • How to export to multiple locations

    Hi everyone,
    I'm trying to do a full database export on a SunOS 5.8 server. The problem I often face is, most of the file systems on this server are 50 to 70% filled. So I'm not able to use a single file system to store all my dump files. So what I did was, I created multiple dump directories each representing a separate file system on this server. Later while doing export I specified the name of the dump directories prefixed to the dump file names as shown below.
    expdp username/password
    full=y
    dumpfile=oradata1:dumpfile1.dmp,oradata2:dumpfile2,oradata3:dumpfile3
    filesize=5GB
    logfile=oralog.log
    This worked fine for me. But I faced some problems which I will list below.
    1> As mentioned above, I used filesize parameter. At one point of time, it was saying required space was not available (I hope the error number is 39095) and the export was failing. Then after increasing the filesize parameter considerably the problem got solved. I'm still not clear why the export failed even though there was enough space in the file system. I increased the filesize parameter after reading one of the post in a oracle forum. But they did not mention how it works. I want to know how oracle determines the minimum size for a dump file which was causing this problem.
    2> I thought of creating a shell script to automate this backup process. I used the same export with some new additions as shown below.
    expdp username/password
    full=y
    dumpfile=oradata1:file%U.dmp, oradata2:file%U.dmp, oradata3:file%U.dmp
    filesize=5GB
    parallel=5
    logfile=oralog.log
    My idea was that, if I specify %U, oracle will automatically generate new file names when the current one got exhausted. Again here, the problem I faced was it was creating only one dump file in each directory. Later I found that the number of files generated depends on the value I specified for the parallel parameter. But when the export was completed, even though I have specified 5 for parallel parameter it created two dump files in the first dump directory, one each in the remaining two dump directories. Again I have no idea why this happened. I haven't found any answer for this yet.
    Please help me fix these issues, I have been trying my best but I'm not able to find any help for my oracle related queries. The only thing I see in google is oracle data pump documentation, please suggest me some helpful sites, forums for oracle which will help me. I rely on this forum a lot and it has really helped me a lot, thanx for all the Oracle gurus.

    Let me try to explain what is probably happening.
    I'm trying to do a full database export on a SunOS 5.8 server. The problem I often face is, most of the file systems on this server are 50 to 70% filled. So >I'm not able to use a single file system to store all my dump files. So what I did was, I created multiple dump directories each representing a separate file >system on this server. Later while doing export I specified the name of the dump directories prefixed to the dump file names as shown below.
    expdp username/password
    full=y
    dumpfile=oradata1:dumpfile1.dmp,oradata2:dumpfile2,oradata3:dumpfile3
    filesize=5GB
    logfile=oralog.log
    This worked fine for me. But I faced some problems which I will list below.
    1> As mentioned above, I used filesize parameter. At one point of time, it was saying required space was not available (I hope the error number is 39095) >and the export was failing. Then after increasing the filesize parameter considerably the problem got solved. I'm still not clear why the export failed even >though there was enough space in the file system. I increased the filesize parameter after reading one of the post in a oracle forum. But they did not >mention how it works. I want to know how oracle determines the minimum size for a dump file which was causing this problem.My guess is that Data Pump started on 1 file system and filled the file to the 5GB max size. It then tried to create the next file in the next filesystem and could not fill it to 5GB so it failed.
    When you specify multiple files, Data Pump starts on the first file, then when full, it opens the next file. (This is if parallel is 1) If parallel is larger, then it will open multiple files.
    When you bumped the max filesize, the first file maybe took 10G and either the second file wasn't needed, or the amount of space for the second file was small enough to fit on the second file system.
    >
    2> I thought of creating a shell script to automate this backup process. I used the same export with some new additions as shown below.
    expdp username/password
    full=y
    dumpfile=oradata1:file%U.dmp, oradata2:file%U.dmp, oradata3:file%U.dmp
    filesize=5GB
    parallel=5
    logfile=oralog.logWhat happens here is that the first file will be opned on oradata1:file01.dmp the next file will be oradata2:file01.dmp, then oradata3:file01.dmp then back to the first directory with file02.dmp etc. It round-robins the filespecs and since they live in different directories, then it will round robin the directories also.
    >
    My idea was that, if I specify %U, oracle will automatically generate new file names when the current one got exhausted.This is true, but if the directory structure fills up, then an error is returned.
    Again here, the problem I faced was it was creating only one dump file in each directory.It would have created more files in the directories if the job needed more. It fills a file and then creates the next, but in a round robin order
    Later I found that the number of files generated depends on the value I specified for the parallel >parameter. But when the export was completed, even >though I have specified 5 for parallel parameter it created two dump files in the first dump directory, >one each in the remaining two dump directories. >Again I have no idea why this happened. I haven't found any answer for this yet.The job probably only went to a parallel 4 so it created 4 files. It doesn't create a file until it needs one.
    >
    Please help me fix these issues, I have been trying my best but I'm not able to find any help for my oracle related queries. The only thing I see in google is >oracle data pump documentation, please suggest me some helpful sites, forums for oracle which will help me. I rely on this forum a lot and it has really >helped me a lot, thanx for all the Oracle gurus.I'm not sure what issue you have. If you have limited disk space and you tell the Data Pump job to write it's dumpfile there, it will. If it runs out of room, the Data Pump job will throw a fatal error. During export, Data Pump doesn't know how much disk space it will need. The estimate phase is just for data, it does not estimate the metadata. This can be larger than the data, or it could be smaller. It depends on how full your tables are.
    Hope this helps
    Dean

  • Error while Import

    Hello,
    Oracle:10.2.0.3.0
    OS: Windows 7
    I have two dump files as
    dump14.dmp>> DATA_ONLY
    dump15.dmp>>METADATA_ONLY
    I am getting error while doing import in this way-[First import metadata then data]
    C:\Users\abc>IMPDP system/xyz@TDB  remap_schema=scott:akk1 dumpfile=dump15.DMP
    Import: Release 10.2.0.3.0 - Production on Tuesday, 03 September, 2013 0:43:27
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01":  system/********@TDB remap_schema=scott:akk1 dumpfile=
    dump15.DMP
    Processing object type SCHEMA_EXPORT/USER
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/FUNCTION/FUNCTION
    Processing object type SCHEMA_EXPORT/PROCEDURE/PROCEDURE
    Processing object type SCHEMA_EXPORT/FUNCTION/ALTER_FUNCTION
    ORA-39082: Object type ALTER_FUNCTION:"AKK1"."PAUSE_FOR_SECS" created with compilation warning
    s
    Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 1 error(s) at 00:43:30
    C:\Users\abc>IMPDP akk1/xyz@TDB   dumpfile=dump14.DMP
    Import: Release 10.2.0.3.0 - Production on Tuesday, 03 September, 2013 0:44:01
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Master table "AKK1"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "AKK1"."SYS_IMPORT_FULL_01":  akk1/********@TDB dumpfile=dump14.DMP
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-31693: Table data object "SCOTT"."DEPT" failed to load/unload and is being skipped due to
    error:
    ORA-00001: unique constraint (SCOTT.PK_DEPT) violated
    . . imported "SCOTT"."SALGRADE"                          5.726 KB      15 rows
    ORA-31693: Table data object "SCOTT"."EMP" failed to load/unload and is being skipped due to e
    rror:
    ORA-00001: unique constraint (SCOTT.PK_EMP) violated
    . . imported "SCOTT"."SQL_TRACE_TEST"                    5.351 KB       5 rows
    . . imported "SCOTT"."BONUS"                                 0 KB       0 rows
    Job "AKK1"."SYS_IMPORT_FULL_01" completed with 2 error(s) at 00:44:03
    Why am i getting unique constraint violation error.
    But when i use
    C:\Users\abc>IMPDP system/xyz@TDB  remap_schema=scott:akk1 dumpfile=dump14.DMP
    there is no error.

    Hi AKPT,
    I think below is your solution:
    1) IMPDP system/xyz@TDB  remap_schema=scott:akk1 dumpfile=dump15.DMP
    2) IMPDP akk1/xyz@TDB   remap_schema=scott:akk1  dumpfile=dump14.DMP TABLE_EXISTS_ACTION=TRUNCATE CONTENT=DATA_ONLY
    The first command will import all metadata from dumpfile schema SCOTT into AKK1 schema.
    The second one will insert just data content from SCOTT into AKK1 schema truncating all existing tables into AKK1 schema.
    Hope it helps
    Regards,
    Rodrigo

  • Win 8.1 x32 gfx driver for Intel Celeron embedded gpu

    Hello, i upgraded my Lenovo Flex 10  from windows 8 to windows 8.1 and there are drivers for everything except Display driver for embedded Intel Celeron GPU. What a shame?
    I tried to contact Intel, but their website says i should ask my solution manufacturer.
    My CPU is Celeron N2810 and there is only driver for x64, but it was x32 operating system installedon my Flex 10 and now i can not downgrade and there is no display driver, except Mycrosoft's default one (Metro Interface is laggy). 

    Hi,
    According to the results of these two dump file, they had same reason of BSOD, both they were running google update when BSOD occurs, maybe you can try to remove Chrome on your system for test.
    Roger Lu
    TechNet Community Support
    Chrome is not the problem, its very widely used so if there was a problem it would get fixed eventually
    its only a browser, the problem is a device. BSOD happens at the kernel level where the device drivers are loaded
    Place your rig specifics into your signature like I have, makes it 100x easier!
    Hardcore Games Legendary is the Only Way to Play!

  • E2E BI HOUSEKEEPING

    Hello,
    In our solman 7.1 system the job E2E BI HOUSEKEEPING finished but the spool has different errors & there st22 dumps too.
    Found this note 1844955 but my question is :
    1. We have not been using End to End analysis tab in solman workcenter tcode -> root cause analysis  so is this job still necessary to run in solman ?
    2. If not, its been running for a while what would be the affect of un-scheduling the job now ?
    3. Do I have to carry out any steps to check if doesn't affect any steps in solman or connected systems ?
    Spool Errors :
    Target Infocube: 0DB4_C04D
    Source Infocube: 0DB4_C04H
    Destination    : NONE
    Aggregator     :
    E2E_HK_AGGREGATE_MDX
    Delta          :         90
    HK: Calling SMD_HOUSEKEEPER at NONE
    HK: Cube aggregation: SMD_HK_AGGREGATE_MDX
    HK: Error detected by SMD_HK_AGGREGATE_MDX
    HK: Status :     3-
    HK: Message:
    Target 0DB4_C04D does not exist
    Runtime [s]:   0
    Target Infocube: 0ORA_C03D
    Source Infocube: 0ORA_C03H
    Destination    : NONE
    Aggregator     :
    E2E_HK_AGGREGATE_MDX
    Delta          :         90
    HK: Calling SMD_HOUSEKEEPER at NONE
    HK: Cube aggregation: SMD_HK_AGGREGATE_MDX
    System Failure:
    Time limit exceeded.
    Runtime [s]:      17.985
    ST22 ( two dumps)
    Category          
    ABAP Programming Error
    Runtime Errors    
    DBIF_RSQL_TABLE_UNKNOWN
    ABAP Program      
    SAPLRSDRD
    Application Component  BW-BEX-OT
    Date and Time     
    03/19/2014 05:31:31
    Short text
    A table is unknown or does not exist.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "SAPLRSDRD" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
    A table is referred to in an SAP Open SQL statement that either does not
    exist or is unknown to the ABAP Data Dictionary.
    The table involved is "/BI0/F0ORA_C02D" or another table accessed in the
    statement.
    Category          
    ABAP Programming Error
    Runtime Errors    
    TIME_OUT
    ABAP Program      
    SAPLRSDRD
    Application Component  BW-BEX-OT
    Date and Time     
    03/19/2014 05:30:23
    Short text
    Time limit exceeded.
    What happened?
    The program "SAPLRSDRD" has exceeded the maximum permitted runtime without
    interruption and has therefore been terminated.
    Thanks
    Shradha

    Hi Shradha,
    E2E BI HOUSEKEEPING is must run job in solution manager. it is actually needed for your BI house cleaning.
    1. We have not been using End to End analysis tab in solman workcenter tcode -> root cause analysis  so is this job still necessary to run in solman ?
    In 7.1, there is no dedicated guided concept for RCA, if you have done managed system configuration iteself, most of the extractors were active for the system, the data collection and storing to BI has started. You must have this housekeeping job. Recently solution manager has UPL integration too. All these features would go long term if you have proper housekeeping activity scheduled. hence please make this job running without fail.
    2. If not, its been running for a while what would be the affect of un-scheduling the job now ?
    3. Do I have to carry out any steps to check if doesn't affect any steps in solman or connected systems ?
    This is the independent job, will not affect any other scheduled jobs.
    Refer my blog How Is The Health Of Your SAP Solution Manager BI Content? and the sap note 1480588 - ST: E2E Diagnostics - BI Housekeeping - Information
    Please check
    Thanks
    Jansi

  • Auditing a Custom Import package

    We are having issues with BPC data auditing on a custom import package.  We are using the convert and dump load tasks just like in the standard import package.  The difference is that we have those surrounded by other SSIS tasks to perform other pieces of the import process.  The specific issue is that when we look at the detailed audit data, we are not seeing all of the records from our custom import.  We usually see that the import package took place, but we also usually see only a small fraction (if any) of the actual records that were posted (and which we can see in BPC) in the audit.
    My first question is, does the "Data Manager Import" option under the audit settings work with custom import packages using the convert and dump load tasks, or is it exclusive to the standard import package?  Secondly, if it does work with custom import packages, what might be some causes and/or resolutions to this issue?

    Just an update on the two issues that we are seeing...
    First, I have tested the standard Import and the Append into Fact Table packages, and both are audited correctly and completely.  This is important because our import package utilizes both of these styles of import.  One set of data is transactional, so it is loaded similar to the Append into Fact Table package.  The other set is a merge style import, so it is very similar to the standard import.  I see all records in the AuditDataFincance table in the Extra database for both of these packages.  This would lead me to believe that we are seeing some interference either between these two dump load tasks in the same package or some other SSIS package.  It is important to note that these dump load tasks are wrapped in foreach loops to pickup all files in a directory.  Looking at the package, my guess would be that either having two dump load tasks or having said tasks wrapped in a foreach loop would probably be the culprit.  My next step will be to strip the package down to test just these pieces.  Does anyone know if either of these would cause an issue with auditing?
    Secondly, I stated that we are not seeing the temp audit files in the STAGED or LOADED folders, which is making it more difficult to debug this issue.  After testing several packages, I noticed that the standard import and clear packages audit correctly, but they never create files in the STAGED or LOADED folders.  However, the Append into Fact Table package DOES create these files.  What I noticed in the AuditHdrFinance table in the Extra database was that the StagingCode values for these packages were different before they were loaded.  A value of 0 signifies that the package has already been loaded.  Append into Fact Table had a value of 1, which appears to signify that an audit file is waiting to be loaded in the STAGED directory.  The others had a value of 2, which I am guessing signifies that they are currently being staged in memory or some other location.  Does anyone have any information on what the different StagingCode values signify and why different packages have different codes?

  • Doubt in compression of tables

    Hello,
    I have a doubt regarding compression of tables.
    I just compressed three tables in my Database and took a dump of the compressed tables. And later i took the dump of the same uncompressed tables (having same data as compressed table). But there was no difference in the file size of the two dumps..Both the dump having compressed tables and uncompressed tables are of the same size, infact the dump of compressed tables is slightly larger by some MBs compared to dump of uncompressed tables..
    My doubt is why is the size of the dumps not varied..Will compressing does not change the physical size of the data file??

    Table compression is supported (and useful) in following cases:
    1) direct path sqlloader,
    2) create table as select
    3) parallel inserts or inserts with append hint
    4) single-row or array insert and updates
    If you want to compress dump data, use compression feature of datapump (11g)
    Note: advanced compression is an SE/EE option and needs an extra licence .
    Werner

  • ABAP Runitme Errors (SAPBATCH - CALL_FUNCTION_CONFLICT_LENG,SAPBATCH - CALL

    Hi Friends,
    For the last few weeks  we have been receiving the same runtime errors when I perform the daily checks
    SAPBATCH - CALL_FUNCTION_CONFLICT_LENG
    SAPBATCH - CALL_FUNCTION_UC_STRUCT
    Please help me if any one have idea and is this something we need to be concerned about?
    Best Regards,
    Vinod

    Sorry for the delay in response...I'm sure that program is sap batch only..please find the first page of two dumps.
    Dump(1):
    Runtime Error          CALL_FUNCTION_CONFLICT_LENG
    Except.                CX_SY_DYN_CALL_ILLEGAL_TYPE
    Date and Time          02.06.2008 04:53:15
    ShrtText
         Type conflict when calling a function module (field length).
    What happened?
         Error in ABAP application program.
         The current ABAP program "/SDF/SAPLRI_SQLSERVER" had to be terminated because one of the statements could not be executed.
    This is probably due to an error in the ABAP program.
      A function module was called incorrectly.
    What can you do?
         Print out the error message (using the "Print" function)
         and make a note of the actions and input that caused the
         error.
         To resolve the problem, contact your SAP system  administrator. You can use transaction ST22 (ABAP Dump Analysis) to view and administer termination messages, especially those beyond their normal deletion date.
    is especially useful if you want to keep a particular message.
    Dump(2) First page:
    Runtime Error          CALL_FUNCTION_UC_STRUCT
    Except.                CX_SY_DYN_CALL_ILLEGAL_TYPE
    Date and Time          02.06.2008 04:53:14
    ShrtText:
         A type conflict occurred when structure parameters were passed in the.
    What happened?
         Error in ABAP application program.
         The current ABAP program "/SDF/SAPLRI_SQLSERVER" had to be terminated because one of the statements could not be executed.
    This is probably due to an error in the ABAP program.
    What can you do?
         Print out the error message (using the "Print" function)
         and make a note of the actions and input that caused the
         error.
         To resolve the problem, contact your SAP system administrator.  You can use transaction ST22 (ABAP Dump Analysis) to view and administer termination messages, especially those beyond their normal deletion date.
    is especially useful if you want to keep a particular message.
    Please let me know if required further information.
    Best Regards,
    Vinod

  • Click a line in query created from SQ01 - Purchase requisition.

    Hi all,
    my problem is: Tcode SQ01, i've created a query where query's fields are:
    purchase order,
    purchase requisition,
    maintenance order.
    In change query phase, menu Goto --> Report assignment
    i've choosed two standard Tcode:
    IW32
    ME53N
    so that when i click a line of my query and chose iw32 i really can change the order clicked on my query but when i choose ME53n i can only display the last purchase requisition displayed e not that I really clicked on my query!
    So, how can i display the purchase requisition clicked on my query?
    Are there someone help me?
    Thanks a lots,
    Alex.

    Hi Phyllis,
    I face the same problem that Alessandro and I've changed the report assignment to the old transaction ME53. Unfortunately, when I click in the purchase requisition the new ME53N is called instead of ME53.
    Do you have any idea why is this happening?
    Thanks in advance for any help.
    Regards,
    Sara

  • Strange behavior of oracle database

    I have a instance in a db server and i access the databse from sqlplus through my client.today morning when I wanted to restart the database while opening the database it gave the following error.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 272629760 bytes
    Fixed Size 1248504 bytes
    Variable Size 125829896 bytes
    Database Buffers 142606336 bytes
    Redo Buffers 2945024 bytes
    Database mounted.
    ORA-01172: recovery of thread 1 stuck at block 137 of file 2
    ORA-01151: use media recovery to recover block, restore backup if needed
    but when restarted it sitting on the server itself it got started up without complaining.
    What could be the culprit for this strange behavior of the database??

    Hi,
    This problem normally occures when block corruption happens.
    DIAGNOSTIC ANALYSIS: ORA-1172 is said to happen when we failed to change on a block during instance recovery. This happens when a block is broken and fixed during its recovery. We have collected two dump files of the redo logs to investigate this symptom further. We would like to know what the reason to cause this symptom was and how to avoid / cope with this.
    *Cause: Crash recovery or instance recovery could not apply a change to a block because it was not the next change. This can happen if the block was corrupted and then repaired during recovery.
    *Action: Do a RECOVER DATAFILE for the file containing the block. If this does not resolve the problem then restore the file from a backup and recover it.

  • Server Hangs while compiling some EJB in Weblogic 6.1 SP5 on AIX 4.3.3

    Hi,
    Iam not able to deploy a J2EE application in WebLogic 6.1 SP5 on an AIX 4.3.3
    box.
    CMP is being used and my EJBs are not being compiled( though there are no errors
    thrown).
    Iam using IBM DB2 ver 8.0 DB as client and server.
    While compiling, the server Hangs, displaying the message "<Info> <Management>
    <Configuration changes for domain saved to the repository.>"
    Is there any configuration Issues with weblogic 6.1 SP5 and AIX 4.3.3?
    Because the same EAR works in SP3.
    Please help ASAP.
    Thanks in advance.
    Nagesh

    The only thing to do again with "hangs" is to take thread dumps. As for why
    things are going wrong...... I am at a loss other than some AIX weirdness.
    Cheers
    mbg
    "Deshpande" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hi Mark,
    I tried it out ....I ran EJBC on all my EJB's and then tried to deploy myapplication.
    Application got deployed and the server was up, but JSP's dosent getcompiled(
    i.e when I want to run my application, my server hangs again).
    I tried one more option.. I pointed my JAVAHOME in startweblogic.sh to anSP3
    JDK .. and it worked!! Now with this JDK Iam able to deploy my entireapplication
    ( with out precompiled) also run through the application without anyproblems.
    I then over wrote the existing JDK ( of SP5 ) with that of SP3 and thentried.
    Which also works fentastically!!!
    I can feel something fishy here ....
    Any help in this regard is most welcome.
    Thanks and Regards...
    Nagesh
    "Mark Griffith" <[email protected]> wrote:
    Deshpande:
    "Deshpande" <[email protected]> wrote in message
    news:[email protected]...
    Hi Mark,
    Thanks again.
    For
    Q1> How much time was between the two dumps?
    A1> There was a minute gap B/w the two dumps. ( since it took so longto
    write
    the Core)
    Q2> How long have you waited with no progress seeming to be made?
    A1> Over a whole night. ( appx 14 hours).
    Now I believe you would have figured out what the problem is.Not sure if this is a statement saying you think I have figured it out,
    or a
    statement saying you think I should have figured it out but I haven't.
    Anyway... Did you try running ejbc on the "app" first?
    Meanwhile also it would be great, if you would tell me the proceduresto
    get support
    form the BEA and AIX to solve the Issue.
    http://www.bea.com/framework.jsp?CNT=index.htm&FP=/content/services/custome
    r_support/contacts/
    >>
    I would suggest sending as much detail as possible, including zips of
    the
    thread dumps and pointers to this newsgroup conversation [email protected]
    >>
    I do however suggest you first try running ejbc.
    Cheers
    mbg
    Thanks in advance.
    R
    Deshpande.
    "Mark Griffith" <[email protected]> wrote:
    Nagesh:
    Wow, AXI outputs some interesting thread dumps. ;)
    So the interesting thread (and the problem) is:
    "main" (TID:0x300C41D8, sys_thread_t:0x30010A60, state:CW, native
    ID:0x1)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:429)
    at java.lang.UNIXProcess.waitFor(UNIXProcess.java:130)
    at weblogic.utils.Executable.exec(Executable.java(Compiled Code))
    at weblogic.utils.Executable.exec(Executable.java(Inlined CompiledCode))
    at
    weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.j
    a
    v
    a(Compiled Code))
    at
    weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java(Inlin
    e
    d
    Compiled Code))
    at
    weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java(Compiled
    Code))
    at weblogic.ejb20.deployer.Deployer.runEJBC(Deployer.java(InlinedCompiled
    Code))
    at weblogic.ejb20.deployer.Deployer.compileEJB(Deployer.java(Compiled
    Code))
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java(CompiledCode))
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:33)
    at weblogic.j2ee.Application.addComponent(Application.java:176)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Deploymen
    t
    T
    arget.java(Compiled Code))
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Deployme
    n
    t
    Target.java:286)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments
    D
    eploymentTarget.java:239)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(Deplo
    y
    m
    entTarget.java:199)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanIm
    p
    l
    ..java(Compiled Code))
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java
    C
    ompiled Code))
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMB
    e
    a
    nImpl.java:374)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled
    Code))
    atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled
    Code))
    at $Proxy34.updateDeployments(Unknown Source)
    at
    weblogic.management.configuration.ServerMBean_CachingStub.updateDeployment
    s
    ServerMBean_CachingStub.java:3015)
    at
    weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(Ap
    p
    l
    icationManager.java:376)
    at
    weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationMana
    g
    e
    r.java:164)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanIm
    p
    l
    ..java(Compiled Code))
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java
    C
    ompiled Code))
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMB
    e
    a
    nImpl.java:374)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled
    Code))
    atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled
    Code))
    at $Proxy48.start(Unknown Source)
    at
    weblogic.management.configuration.ApplicationManagerMBean_CachingStub.star
    t
    ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1309)
    at weblogic.management.Admin.finish(Admin.java:650)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:547)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:214)
    at weblogic.Server.main(Server.java:35)
    So the Server never gets out of the Main thread to run, because theEJBC
    compilation is "stuck", ejbc is running because either the EJB being
    deployed was previously deployed on a different version of WLS orejbc
    had
    never been run on those beans. Either there is a problem on the AIX
    VM
    where execing processes are not returning, OR the ejb that ejbc isrunning
    on is huge and is taking a REALLY long time. How much time was
    between
    the
    two dumps? How long have you waited with no progress seeming to bemade?
    Depending on the answers to these questions it maybe that there isa
    VM bug
    and you will need to contact BEA support to see the procedure forworking
    with AIX to resolve the issue.
    You maybe able to work around the problem by running EJBC on the ejb
    in
    question prior to starting the server.
    http://edocs.bea.com/wls/docs61/ejb/EJB_utilities.html#1075296
    Cheers
    mbg
    "deshpande" <[email protected]> wrote in message
    news:[email protected]...
    Hi, Mark,
    Thanks for the early reply.
    I have attached two consecutive dumps Zipped.
    Pls look into the same and helpme out.
    Thanks in advance.
    Regards,
    Nagesh
    "Mark Griffith" <[email protected]> wrote:
    When it hangs, you need to get thread dumps.
    "kill -3 PID" is how this works on Solaris. Additionally if the
    terminal/shell has focus that started the process you can do "CTRL
    Break"
    as
    well. The thread dumps will go to std-out/err, so you'll have
    to
    redierect
    std-out and err of the shell. (Make sure you don't nohup the
    process
    (if
    AIX even supports that) since this prevents sigquits). When thehang
    occurs
    take a thread dump, wait 10 seconds and take another one, thenplease
    zip
    and attach the file in a post.
    Cheers
    mbg
    "Deshpande" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    Iam not able to deploy a J2EE application in WebLogic 6.1 SP5
    on
    an
    AIX
    4.3.3
    box.
    CMP is being used and my EJBs are not being compiled( though
    there
    are no
    errors
    thrown).
    Iam using IBM DB2 ver 8.0 DB as client and server.
    While compiling, the server Hangs, displaying the message "<Info><Management>
    <Configuration changes for domain saved to the repository.>"
    Is there any configuration Issues with weblogic 6.1 SP5 and AIX
    4.3.3?
    Because the same EAR works in SP3.
    Please help ASAP.
    Thanks in advance.
    Nagesh

Maybe you are looking for

  • C drive seems abnormally large for the deployment (.WIM taking up all the space)

    I just started using SCCM 2012 R2.  I've gotten everything setup to do my deployment but it turns out I clicked deploy on a .wim file I had and it filled up the C drive.  This is a virtual machine and I never intended to store the data on the C:\ dri

  • Device won't show up on my desktop

    Hi, everyone. I tried connecting my phone and my camera (individually at different times) to my Macbook Pro, but for some reason, neither device shows up on my desktop. I looked at my Finder preferences and "external disks" is checked off to show up

  • Save contant of dropdownlist in 2d array

    HI Community, Is it possible to save the contant of an dropdown in 2d array? greets Chris

  • KDE, Konqueror and Java... HELP!!!

    i'm running RedHat 8.0 w/ KDE and i can't seem to get applets running at all, i know that my JVM works fine since i use it to compile and run my apps but i can't seem to get applets running at all! under settings have i "enabled java globally" and ha

  • No email receipt from FormsCentral

    I created a form in FormsCentral and I configured everything fine. I embedded the form in a specific page on my website and made sure to fill under "option" all the details for the Email Receipt but doing several test I never received any email recei