IStore displaying error after clonning

We are getting below error after cloning the dev instance from prod..
Message: ORA-06550: line 1, column 31:
PLS-00302: component 'GET_MSITE_EXCLUDED_SECTIONS' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
Stack:
java.sql.SQLException: ORA-06550: line 1, column 31:
PLS-00302: component 'GET_MSITE_EXCLUDED_SECTIONS' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:215)
at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:965)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1170)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3339)
at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3445)
at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4395)
at oracle.apps.ibe.minisites.Minisite.retrieveExcludedSectionsFromDB(Minisite.java:2065)
at oracle.apps.ibe.minisites.Minisite.getSiteExcludedSections(Minisite.java:1998)
at oracle.apps.ibe.store.StoreMinisite.getSiteExcludedSections(StoreMinisite.java:299)
at oracle.apps.ibe.catalog.Section.removeExclusions(Section.java:3855)
at oracle.apps.ibe.catalog.Section.getSubSectionIDs(Section.java:4532)
at _ibeCCtpFwdSubSct._jspService(_ibeCCtpFwdSubSct.java:1145)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:702)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:252)
at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:186)
at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:191)
at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
at _ibeCCtpSctDspRte._jspService(_ibeCCtpSctDspRte.java:1217)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:702)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:252)
at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:186)
at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:191)
at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
at _ibeCZzpHome._jspService(_ibeCZzpHome.java:1159)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
at oracle.apps.ibe.util.IBEReleaseResFilter.doFilter(IBEReleaseResFilter.java:43)
at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:610)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)

Hello Rahuljith,
You can use query such as:
select object_name,object_type from dba_objects where status like 'INVALID' and object_type like '%PACKAGE%' ';
    References:  Troubleshooting Guide - invalid objects in the E-Business Suite Environment 11i and 12 (Doc ID 1325394.1)
Regards,
Debbie

Similar Messages

  • Display error after boot

    I'm having an issue where the display fails after boot, and displays only a fixed noise pattern. The screen looks completely normal through POST, GRUB, and when initially loading the kernel, when the display is still in a text mode. After that, the screen goes black for a brief second, after which it returns displaying the mentioned noise pattern. The system appears unresponsive after this, and the only option is to shut down the system with the power button.
    Adding nomodeset or vga=794 to the kernel options resolves the issue. That is a temporary fix IMHO; I'd prefer something sturdier, which is my reason for posting. The issue appeared after a pacman -Syu about a week ago, I just haven't had time to look at it until now.
    I've added i915 to MODULES in mkinitcpio.conf and rebuilt as described here in an attempt to fix it, but it did not seem to have any effect.
    I believe this may be a KMS or a driver issue, but I do not know how to confirm or troubleshoot it. I would be grateful if anyone could shed some light on the issue, or point me in the right direction to find out what's causing the issue. Please let me know if any more logs should be attached. I'll try to attach a picture of the screen as well as a dmesg output from the failed startup later.
    lshw:
    toasty
    description: Notebook
    product: 64665WG
    vendor: LENOVO
    version: ThinkPad T61
    serial: L3D7847
    width: 64 bits
    capabilities: smbios-2.4 dmi-2.4 ldt16 vsyscall32
    configuration: administrator_password=disabled boot=normal chassis=notebook family=ThinkPad T61 frontpanel_password=unknown keyboard_password=disabled power-on_password=disabled uuid=DDF8B081-4A90-11CB-8172-A970EC5BB61F
    *-core
    description: Motherboard
    product: 64665WG
    vendor: LENOVO
    physical id: 0
    version: Not Available
    serial: VF1GA83J1A4
    *-firmware
    description: BIOS
    vendor: LENOVO
    physical id: 0
    version: 7LETB2WW (2.12 )
    date: 02/20/2008
    size: 128KiB
    capacity: 4032KiB
    capabilities: pci pcmcia pnp upgrade shadowing escd cdboot bootselect socketedrom edd acpi usb biosbootspecification
    *-cpu
    description: CPU
    product: Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz
    vendor: Intel Corp.
    physical id: 6
    bus info: cpu@0
    version: Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz
    slot: None
    size: 1600MHz
    capacity: 2001MHz
    width: 64 bits
    clock: 200MHz
    capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida dtherm tpr_shadow vnmi flexpriority cpufreq
    *-cache:0
    description: L1 cache
    physical id: a
    slot: Internal L1 Cache
    size: 64KiB
    capacity: 64KiB
    capabilities: synchronous internal write-back instruction
    *-cache:1
    description: L2 cache
    physical id: c
    slot: Internal L2 Cache
    size: 2MiB
    capacity: 2MiB
    capabilities: burst internal write-back unified
    *-cache
    description: L1 cache
    physical id: b
    slot: Internal L1 Cache
    size: 64KiB
    capacity: 64KiB
    capabilities: synchronous internal write-back data
    *-memory
    description: System Memory
    physical id: 2b
    slot: System board or motherboard
    size: 3GiB
    *-bank:0
    description: SODIMM DDR2 Synchronous 667 MHz (1,5 ns)
    physical id: 0
    slot: DIMM 1
    size: 1GiB
    width: 64 bits
    clock: 667MHz (1.5ns)
    *-bank:1
    description: SODIMM DDR2 Synchronous 667 MHz (1,5 ns)
    physical id: 1
    slot: DIMM 2
    size: 2GiB
    width: 64 bits
    clock: 667MHz (1.5ns)
    *-pci
    description: Host bridge
    product: Mobile PM965/GM965/GL960 Memory Controller Hub
    vendor: Intel Corporation
    physical id: 100
    bus info: pci@0000:00:00.0
    version: 0c
    width: 32 bits
    clock: 33MHz
    *-display:0
    description: VGA compatible controller
    product: Mobile GM965/GL960 Integrated Graphics Controller (primary)
    vendor: Intel Corporation
    physical id: 2
    bus info: pci@0000:00:02.0
    version: 0c
    width: 64 bits
    clock: 33MHz
    capabilities: msi pm vga_controller bus_master cap_list rom
    configuration: driver=i915 latency=0
    resources: irq:45 memory:f8100000-f81fffff memory:e0000000-efffffff ioport:1800(size=8)
    *-display:1 UNCLAIMED
    description: Display controller
    product: Mobile GM965/GL960 Integrated Graphics Controller (secondary)
    vendor: Intel Corporation
    physical id: 2.1
    bus info: pci@0000:00:02.1
    version: 0c
    width: 64 bits
    clock: 33MHz
    capabilities: pm bus_master cap_list
    configuration: latency=0
    resources: memory:f8200000-f82fffff
    *-network
    description: Ethernet interface
    product: 82566MM Gigabit Network Connection
    vendor: Intel Corporation
    physical id: 19
    bus info: pci@0000:00:19.0
    logical name: eth0
    version: 03
    serial: 00:1c:25:7c:64:7b
    capacity: 1Gbit/s
    width: 32 bits
    clock: 33MHz
    capabilities: pm msi cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
    configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=2.3.2-k firmware=0.3-0 latency=0 link=no multicast=yes port=twisted pair
    resources: irq:49 memory:fe000000-fe01ffff memory:fe025000-fe025fff ioport:1840(size=32)
    *-usb:0
    description: USB controller
    product: 82801H (ICH8 Family) USB UHCI Controller #4
    vendor: Intel Corporation
    physical id: 1a
    bus info: pci@0000:00:1a.0
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: uhci bus_master
    configuration: driver=uhci_hcd latency=0
    resources: irq:20 ioport:1860(size=32)
    *-usbhost
    product: UHCI Host Controller
    vendor: Linux 3.15.1-1-ARCH uhci_hcd
    physical id: 1
    bus info: usb@1
    logical name: usb1
    version: 3.15
    capabilities: usb-1.10
    configuration: driver=hub slots=2 speed=12Mbit/s
    *-usb:0
    description: Bluetooth wireless interface
    product: BCM2045B
    vendor: Broadcom Corp
    physical id: 1
    bus info: usb@1:1
    version: 1.00
    capabilities: bluetooth usb-2.00
    configuration: driver=btusb speed=12Mbit/s
    *-usb:1 UNCLAIMED
    description: Generic USB device
    product: Biometric Coprocessor
    vendor: STMicroelectronics
    physical id: 2
    bus info: usb@1:2
    version: 0.01
    capabilities: usb-1.00
    configuration: maxpower=100mA speed=12Mbit/s
    *-usb:1
    description: USB controller
    product: 82801H (ICH8 Family) USB UHCI Controller #5
    vendor: Intel Corporation
    physical id: 1a.1
    bus info: pci@0000:00:1a.1
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: uhci
    configuration: driver=uhci_hcd latency=0
    resources: irq:21 ioport:1880(size=32)
    *-usbhost
    product: UHCI Host Controller
    vendor: Linux 3.15.1-1-ARCH uhci_hcd
    physical id: 1
    bus info: usb@2
    logical name: usb2
    version: 3.15
    capabilities: usb-1.10
    configuration: driver=hub slots=2 speed=12Mbit/s
    *-usb:2
    description: USB controller
    product: 82801H (ICH8 Family) USB2 EHCI Controller #2
    vendor: Intel Corporation
    physical id: 1a.7
    bus info: pci@0000:00:1a.7
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: pm ehci bus_master cap_list
    configuration: driver=ehci-pci latency=0
    resources: irq:22 memory:fe226c00-fe226fff
    *-usbhost
    product: EHCI Host Controller
    vendor: Linux 3.15.1-1-ARCH ehci_hcd
    physical id: 1
    bus info: usb@6
    logical name: usb6
    version: 3.15
    capabilities: usb-2.00
    configuration: driver=hub slots=4 speed=480Mbit/s
    *-multimedia
    description: Audio device
    product: 82801H (ICH8 Family) HD Audio Controller
    vendor: Intel Corporation
    physical id: 1b
    bus info: pci@0000:00:1b.0
    version: 03
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list
    configuration: driver=snd_hda_intel latency=0
    resources: irq:47 memory:fe020000-fe023fff
    *-pci:0
    description: PCI bridge
    product: 82801H (ICH8 Family) PCI Express Port 1
    vendor: Intel Corporation
    physical id: 1c
    bus info: pci@0000:00:1c.0
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:40 ioport:2000(size=4096) memory:fc000000-fdffffff ioport:f8000000(size=1048576)
    *-pci:1
    description: PCI bridge
    product: 82801H (ICH8 Family) PCI Express Port 2
    vendor: Intel Corporation
    physical id: 1c.1
    bus info: pci@0000:00:1c.1
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:41 ioport:3000(size=4096) memory:dc000000-df3fffff ioport:dfe00000(size=1048576)
    *-network
    description: Wireless interface
    product: PRO/Wireless 3945ABG [Golan] Network Connection
    vendor: Intel Corporation
    physical id: 0
    bus info: pci@0000:03:00.0
    logical name: wlan0
    version: 02
    serial: 00:1f:3c:28:8e:0d
    width: 32 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
    configuration: broadcast=yes driver=iwl3945 driverversion=3.15.1-1-ARCH firmware=15.32.2.9 ip=192.168.1.12 latency=0 link=yes multicast=yes wireless=IEEE 802.11abg
    resources: irq:48 memory:df3ff000-df3fffff
    *-pci:2
    description: PCI bridge
    product: 82801H (ICH8 Family) PCI Express Port 3
    vendor: Intel Corporation
    physical id: 1c.2
    bus info: pci@0000:00:1c.2
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:42 ioport:4000(size=4096) memory:d8000000-d9ffffff ioport:dfb00000(size=1048576)
    *-pci:3
    description: PCI bridge
    product: 82801H (ICH8 Family) PCI Express Port 4
    vendor: Intel Corporation
    physical id: 1c.3
    bus info: pci@0000:00:1c.3
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:43 ioport:5000(size=4096) memory:d4000000-d5ffffff ioport:df800000(size=1048576)
    *-pci:4
    description: PCI bridge
    product: 82801H (ICH8 Family) PCI Express Port 5
    vendor: Intel Corporation
    physical id: 1c.4
    bus info: pci@0000:00:1c.4
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:44 ioport:6000(size=4096) memory:d0000000-d1ffffff ioport:df500000(size=1048576)
    *-usb:3
    description: USB controller
    product: 82801H (ICH8 Family) USB UHCI Controller #1
    vendor: Intel Corporation
    physical id: 1d
    bus info: pci@0000:00:1d.0
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: uhci
    configuration: driver=uhci_hcd latency=0
    resources: irq:16 ioport:18a0(size=32)
    *-usbhost
    product: UHCI Host Controller
    vendor: Linux 3.15.1-1-ARCH uhci_hcd
    physical id: 1
    bus info: usb@3
    logical name: usb3
    version: 3.15
    capabilities: usb-1.10
    configuration: driver=hub slots=2 speed=12Mbit/s
    *-usb:4
    description: USB controller
    product: 82801H (ICH8 Family) USB UHCI Controller #2
    vendor: Intel Corporation
    physical id: 1d.1
    bus info: pci@0000:00:1d.1
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: uhci
    configuration: driver=uhci_hcd latency=0
    resources: irq:17 ioport:18c0(size=32)
    *-usbhost
    product: UHCI Host Controller
    vendor: Linux 3.15.1-1-ARCH uhci_hcd
    physical id: 1
    bus info: usb@4
    logical name: usb4
    version: 3.15
    capabilities: usb-1.10
    configuration: driver=hub slots=2 speed=12Mbit/s
    *-usb:5
    description: USB controller
    product: 82801H (ICH8 Family) USB UHCI Controller #3
    vendor: Intel Corporation
    physical id: 1d.2
    bus info: pci@0000:00:1d.2
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: uhci
    configuration: driver=uhci_hcd latency=0
    resources: irq:18 ioport:18e0(size=32)
    *-usbhost
    product: UHCI Host Controller
    vendor: Linux 3.15.1-1-ARCH uhci_hcd
    physical id: 1
    bus info: usb@5
    logical name: usb5
    version: 3.15
    capabilities: usb-1.10
    configuration: driver=hub slots=2 speed=12Mbit/s
    *-usb:6
    description: USB controller
    product: 82801H (ICH8 Family) USB2 EHCI Controller #1
    vendor: Intel Corporation
    physical id: 1d.7
    bus info: pci@0000:00:1d.7
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: pm debug ehci bus_master cap_list
    configuration: driver=ehci-pci latency=0
    resources: irq:19 memory:fe227000-fe2273ff
    *-usbhost
    product: EHCI Host Controller
    vendor: Linux 3.15.1-1-ARCH ehci_hcd
    physical id: 1
    bus info: usb@7
    logical name: usb7
    version: 3.15
    capabilities: usb-2.00
    configuration: driver=hub slots=6 speed=480Mbit/s
    *-pci:5
    description: PCI bridge
    product: 82801 Mobile PCI Bridge
    vendor: Intel Corporation
    physical id: 1e
    bus info: pci@0000:00:1e.0
    version: f3
    width: 32 bits
    clock: 33MHz
    capabilities: pci subtractive_decode bus_master cap_list
    resources: ioport:7000(size=16384) memory:f8300000-fbffffff ioport:f4000000(size=67108864)
    *-pcmcia
    description: CardBus bridge
    product: RL5c476 II
    vendor: Ricoh Co Ltd
    physical id: 0
    bus info: pci@0000:15:00.0
    version: ba
    width: 64 bits
    clock: 33MHz
    capabilities: pcmcia bus_master cap_list
    configuration: driver=yenta_cardbus latency=176 maxlatency=5 mingnt=128
    resources: iomemory:b01716150-b0171614f irq:16 memory:f8300000-f8300fff ioport:7000(size=256) ioport:7400(size=256) memory:f4000000-f7ffffff memory:c0000000-c3ffffff
    *-firewire
    description: FireWire (IEEE 1394)
    product: R5C832 IEEE 1394 Controller
    vendor: Ricoh Co Ltd
    physical id: 0.1
    bus info: pci@0000:15:00.1
    version: 04
    width: 32 bits
    clock: 33MHz
    capabilities: pm ohci bus_master cap_list
    configuration: driver=firewire_ohci latency=64 maxlatency=4 mingnt=2
    resources: irq:17 memory:f8301000-f83017ff
    *-generic:0
    description: SD Host controller
    product: R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter
    vendor: Ricoh Co Ltd
    physical id: 0.2
    bus info: pci@0000:15:00.2
    version: 21
    width: 32 bits
    clock: 33MHz
    capabilities: pm bus_master cap_list
    configuration: driver=sdhci-pci latency=64
    resources: irq:18 memory:f8301800-f83018ff
    *-generic:1
    description: System peripheral
    product: R5C592 Memory Stick Bus Host Adapter
    vendor: Ricoh Co Ltd
    physical id: 0.4
    bus info: pci@0000:15:00.4
    version: 11
    width: 32 bits
    clock: 33MHz
    capabilities: pm bus_master cap_list
    configuration: driver=r592 latency=64
    resources: irq:18 memory:f8302000-f83020ff
    *-generic:2
    description: System peripheral
    product: xD-Picture Card Controller
    vendor: Ricoh Co Ltd
    physical id: 0.5
    bus info: pci@0000:15:00.5
    version: 11
    width: 32 bits
    clock: 33MHz
    capabilities: pm bus_master cap_list
    configuration: driver=r852 latency=64
    resources: irq:18 memory:f8302400-f83024ff
    *-isa
    description: ISA bridge
    product: 82801HEM (ICH8M-E) LPC Interface Controller
    vendor: Intel Corporation
    physical id: 1f
    bus info: pci@0000:00:1f.0
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: isa bus_master cap_list
    configuration: driver=lpc_ich latency=0
    resources: irq:0
    *-ide
    description: IDE interface
    product: 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller
    vendor: Intel Corporation
    physical id: 1f.1
    bus info: pci@0000:00:1f.1
    version: 03
    width: 32 bits
    clock: 33MHz
    capabilities: ide bus_master
    configuration: driver=ata_piix latency=0
    resources: irq:16 ioport:1f0(size=8) ioport:3f6 ioport:170(size=8) ioport:376 ioport:1c00(size=16)
    *-storage
    description: SATA controller
    product: 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode]
    vendor: Intel Corporation
    physical id: 1f.2
    bus info: pci@0000:00:1f.2
    version: 03
    width: 32 bits
    clock: 66MHz
    capabilities: storage msi pm ahci_1.0 bus_master cap_list
    configuration: driver=ahci latency=0
    resources: irq:46 ioport:1c50(size=8) ioport:1c44(size=4) ioport:1c48(size=8) ioport:1c40(size=4) ioport:1c20(size=32) memory:fe226000-fe2267ff
    *-serial
    description: SMBus
    product: 82801H (ICH8 Family) SMBus Controller
    vendor: Intel Corporation
    physical id: 1f.3
    bus info: pci@0000:00:1f.3
    version: 03
    width: 32 bits
    clock: 33MHz
    configuration: driver=i801_smbus latency=0
    resources: irq:23 memory:fe227400-fe2274ff ioport:1c60(size=32)
    *-battery
    product: 92P1131
    vendor: SANYO
    physical id: 1
    slot: Rear
    capacity: 71280mWh
    configuration: voltage=10,8V
    UPDATE:
    The pattern appears for a few seconds before the screen goes completely black.
    dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.7.5-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Mon Jan 28 10:03:32 CET 2013
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6ba82705-70eb-4c55-baeb-0ae928385e41 ro quiet 3 processor.max_cstate=3
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000be6affff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000be6b0000-0x00000000be6cbfff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000be6cc000-0x00000000be6fffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000be700000-0x00000000beffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed14000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.4 present.
    [ 0.000000] DMI: LENOVO 64665WG/64665WG, BIOS 7LETB2WW (2.12 ) 02/20/2008
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0xbe6b0 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0BF000000 mask FFF000000 uncachable
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0BE700000 mask FFFF00000 uncachable
    [ 0.000000] 4 base 0BE800000 mask FFF800000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000f6900-0x000f690f] mapped at [ffff8800000f6900]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xbe6affff]
    [ 0.000000] [mem 0x00000000-0xbe5fffff] page 2M
    [ 0.000000] [mem 0xbe600000-0xbe6affff] page 4k
    [ 0.000000] kernel direct mapping tables up to 0xbe6affff @ [mem 0x1fffb000-0x1fffffff]
    [ 0.000000] RAMDISK: [mem 0x37a10000-0x37cfffff]
    [ 0.000000] ACPI: RSDP 00000000000f68d0 00024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 00000000be6bb74d 00094 (v01 LENOVO TP-7L 00002120 LTP 00000000)
    [ 0.000000] ACPI: FACP 00000000be6bb800 000F4 (v03 LENOVO TP-7L 00002120 LNVO 00000001)
    [ 0.000000] ACPI BIOS Bug: Warning: 32/64X length mismatch in FADT/Gpe1Block: 0/32 (20120913/tbfadt-567)
    [ 0.000000] ACPI BIOS Bug: Warning: Optional FADT field Gpe1Block has zero address or length: 0x000000000000102C/0x0 (20120913/tbfadt-598)
    [ 0.000000] ACPI: DSDT 00000000be6bbc1d 0FF03 (v01 LENOVO TP-7L 00002120 MSFT 03000000)
    [ 0.000000] ACPI: FACS 00000000be6e4000 00040
    [ 0.000000] ACPI: SSDT 00000000be6bb9b4 00269 (v01 LENOVO TP-7L 00002120 MSFT 03000000)
    [ 0.000000] ACPI: ECDT 00000000be6cbb20 00052 (v01 LENOVO TP-7L 00002120 LNVO 00000001)
    [ 0.000000] ACPI: TCPA 00000000be6cbb72 00032 (v02 LENOVO TP-7L 00002120 LNVO 00000001)
    [ 0.000000] ACPI: APIC 00000000be6cbba4 00068 (v01 LENOVO TP-7L 00002120 LNVO 00000001)
    [ 0.000000] ACPI: MCFG 00000000be6cbc0c 0003C (v01 LENOVO TP-7L 00002120 LNVO 00000001)
    [ 0.000000] ACPI: HPET 00000000be6cbc48 00038 (v01 LENOVO TP-7L 00002120 LNVO 00000001)
    [ 0.000000] ACPI: SLIC 00000000be6cbdf0 00176 (v01 LENOVO TP-7L 00002120 LTP 00000000)
    [ 0.000000] ACPI: BOOT 00000000be6cbf66 00028 (v01 LENOVO TP-7L 00002120 LTP 00000001)
    [ 0.000000] ACPI: ASF! 00000000be6cbf8e 00072 (v16 LENOVO TP-7L 00002120 PTL 00000001)
    [ 0.000000] ACPI: SSDT 00000000be6e234d 0025F (v01 LENOVO TP-7L 00002120 INTL 20050513)
    [ 0.000000] ACPI: SSDT 00000000be6e25ac 000A6 (v01 LENOVO TP-7L 00002120 INTL 20050513)
    [ 0.000000] ACPI: SSDT 00000000be6e2652 004F7 (v01 LENOVO TP-7L 00002120 INTL 20050513)
    [ 0.000000] ACPI: SSDT 00000000be6e2b49 001D8 (v01 LENOVO TP-7L 00002120 INTL 20050513)
    [ 0.000000] ACPI: DMI detected: Lenovo ThinkPad T61
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000000be6affff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0xbe6affff]
    [ 0.000000] NODE_DATA [mem 0xbe6ac000-0xbe6affff]
    [ 0.000000] [ffffea0000000000-ffffea0002ffffff] PMD -> [ffff8800bae00000-ffff8800bddfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0xbe6affff]
    [ 0.000000] On node 0 totalpages: 779837
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 6 pages reserved
    [ 0.000000] DMA zone: 3911 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12123 pages used for memmap
    [ 0.000000] DMA32 zone: 763733 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
    [ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
    [ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] e820: [mem 0xbf000000-0xefffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800be400000 s84608 r8192 d21888 u1048576
    [ 0.000000] pcpu-alloc: s84608 r8192 d21888 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 767644
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6ba82705-70eb-4c55-baeb-0ae928385e41 ro quiet 3 processor.max_cstate=3
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3055496k/3119808k available (4883k kernel code, 460k absent, 63852k reserved, 4030k data, 812k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
    [ 0.000000] NR_IRQS:4352 nr_irqs:512 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 12582912 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 1994.883 MHz processor
    [ 0.003338] Calibrating delay loop (skipped), value calculated using timer frequency.. 3991.00 BogoMIPS (lpj=6649610)
    [ 0.003345] pid_max: default: 32768 minimum: 301
    [ 0.003411] Security Framework initialized
    [ 0.003429] AppArmor: AppArmor disabled by boot time parameter
    [ 0.004096] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.009707] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.011314] Mount-cache hash table entries: 256
    [ 0.011743] Initializing cgroup subsys cpuacct
    [ 0.011749] Initializing cgroup subsys memory
    [ 0.011767] Initializing cgroup subsys devices
    [ 0.011769] Initializing cgroup subsys freezer
    [ 0.011772] Initializing cgroup subsys net_cls
    [ 0.011775] Initializing cgroup subsys blkio
    [ 0.011826] CPU: Physical Processor ID: 0
    [ 0.011829] CPU: Processor Core ID: 0
    [ 0.011833] mce: CPU supports 6 MCE banks
    [ 0.011846] CPU0: Thermal monitoring enabled (TM2)
    [ 0.011853] process: using mwait in idle threads
    [ 0.011861] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
    tlb_flushall_shift: -1
    [ 0.012032] Freeing SMP alternatives: 16k freed
    [ 0.014357] ACPI: Core revision 20120913
    [ 0.030022] ftrace: allocating 18793 entries in 74 pages
    [ 0.043969] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.078117] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz (fam: 06, model: 0f, stepping: 0d)
    [ 0.079999] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    [ 0.079999] perf_event_intel: PEBS disabled due to CPU errata
    [ 0.079999] ... version: 2
    [ 0.079999] ... bit width: 40
    [ 0.079999] ... generic registers: 2
    [ 0.079999] ... value mask: 000000ffffffffff
    [ 0.079999] ... max period: 000000007fffffff
    [ 0.079999] ... fixed-purpose events: 3
    [ 0.079999] ... event mask: 0000000700000003
    [ 0.103422] smpboot: Booting Node 0, Processors #1 OK
    [ 0.116550] TSC synchronization [CPU#0 -> CPU#1]:
    [ 0.116555] Measured 1027940 cycles TSC warp between CPUs, turning off TSC clock.
    [ 0.116559] tsc: Marking TSC unstable due to check_tsc_sync_source failed
    [ 0.116688] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.116707] Brought up 2 CPUs
    [ 0.116712] smpboot: Total of 2 processors activated (7982.01 BogoMIPS)
    [ 0.118692] devtmpfs: initialized
    [ 0.121214] PM: Registering ACPI NVS region [mem 0xbe6cc000-0xbe6fffff] (212992 bytes)
    [ 0.121884] RTC time: 16:07:33, date: 02/11/13
    [ 0.121966] NET: Registered protocol family 16
    [ 0.121966] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.121966] ACPI: bus type pci registered
    [ 0.121966] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.121966] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.130348] PCI: Using configuration type 1 for base access
    [ 0.130570] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.130572] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.130575] mtrr: corrected configuration.
    [ 0.133373] bio: create slab <bio-0> at 0
    [ 0.133410] ACPI: Added _OSI(Module Device)
    [ 0.133410] ACPI: Added _OSI(Processor Device)
    [ 0.133410] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.133410] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.133410] ACPI: Added _OSI(Linux)
    [ 0.135453] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.145385] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via DMI
    [ 0.170056] ACPI: SSDT 00000000be6e1aef 0085E (v01 PmRef Cpu0Cst 00000100 INTL 20050513)
    [ 0.171067] ACPI: Dynamic OEM Table Load:
    [ 0.171073] ACPI: SSDT (null) 0085E (v01 PmRef Cpu0Cst 00000100 INTL 20050513)
    [ 0.171422] ACPI: SSDT 00000000be6e1a6a 00085 (v01 PmRef Cpu1Cst 00000100 INTL 20050513)
    [ 0.172356] ACPI: Dynamic OEM Table Load:
    [ 0.172362] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00000100 INTL 20050513)
    [ 0.172394] ACPI: Interpreter enabled
    [ 0.172394] ACPI: (supports S0 S3 S4 S5)
    [ 0.172394] ACPI: Using IOAPIC for interrupt routing
    [ 0.177412] ACPI: Power Resource [PUBS] (on)
    [ 0.180918] ACPI: EC: GPE = 0x12, I/O: command/status = 0x66, data = 0x62
    [ 0.184454] ACPI: ACPI Dock Station Driver: 3 docks/bays found
    [ 0.184462] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.184462] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.184462] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.184462] PCI host bridge to bus 0000:00
    [ 0.184462] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.184462] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.184462] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.184462] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.184462] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.184462] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.184462] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.184462] pci_bus 0000:00: root bus resource [mem 0xbf000000-0xfebfffff]
    [ 0.184462] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff]
    [ 0.184462] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
    [ 0.184462] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000
    [ 0.184462] pci 0000:00:02.0: reg 10: [mem 0xf8100000-0xf81fffff 64bit]
    [ 0.184462] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.184462] pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
    [ 0.184462] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000
    [ 0.184462] pci 0000:00:02.1: reg 10: [mem 0xf8200000-0xf82fffff 64bit]
    [ 0.184462] pci 0000:00:19.0: [8086:1049] type 00 class 0x020000
    [ 0.184462] pci 0000:00:19.0: reg 10: [mem 0xfe000000-0xfe01ffff]
    [ 0.184462] pci 0000:00:19.0: reg 14: [mem 0xfe025000-0xfe025fff]
    [ 0.184462] pci 0000:00:19.0: reg 18: [io 0x1840-0x185f]
    [ 0.184462] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 0.184462] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
    [ 0.184588] pci 0000:00:1a.0: reg 20: [io 0x1860-0x187f]
    [ 0.184699] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
    [ 0.184850] pci 0000:00:1a.1: reg 20: [io 0x1880-0x189f]
    [ 0.184992] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
    [ 0.185046] pci 0000:00:1a.7: reg 10: [mem 0xfe226c00-0xfe226fff]
    [ 0.185305] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.185386] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
    [ 0.185446] pci 0000:00:1b.0: reg 10: [mem 0xfe020000-0xfe023fff 64bit]
    [ 0.185725] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.185810] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
    [ 0.186107] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.186189] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
    [ 0.186472] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.186563] pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400
    [ 0.186861] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.186951] pci 0000:00:1c.3: [8086:2845] type 01 class 0x060400
    [ 0.187249] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.187340] pci 0000:00:1c.4: [8086:2847] type 01 class 0x060400
    [ 0.187631] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.187718] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
    [ 0.187866] pci 0000:00:1d.0: reg 20: [io 0x18a0-0x18bf]
    [ 0.187980] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
    [ 0.188132] pci 0000:00:1d.1: reg 20: [io 0x18c0-0x18df]
    [ 0.188244] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
    [ 0.188389] pci 0000:00:1d.2: reg 20: [io 0x18e0-0x18ff]
    [ 0.188540] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
    [ 0.188605] pci 0000:00:1d.7: reg 10: [mem 0xfe227000-0xfe2273ff]
    [ 0.188893] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.188960] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.189213] pci 0000:00:1f.0: [8086:2811] type 00 class 0x060100
    [ 0.189448] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
    [ 0.189461] pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
    [ 0.189471] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 1600 (mask 007f)
    [ 0.189479] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 15e0 (mask 000f)
    [ 0.189488] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 1680 (mask 001f)
    [ 0.189613] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
    [ 0.189656] pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
    [ 0.189687] pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
    [ 0.189719] pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
    [ 0.189751] pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
    [ 0.189782] pci 0000:00:1f.1: reg 20: [io 0x1c00-0x1c0f]
    [ 0.189925] pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601
    [ 0.190005] pci 0000:00:1f.2: reg 10: [io 0x1c50-0x1c57]
    [ 0.190036] pci 0000:00:1f.2: reg 14: [io 0x1c44-0x1c47]
    [ 0.190068] pci 0000:00:1f.2: reg 18: [io 0x1c48-0x1c4f]
    [ 0.190100] pci 0000:00:1f.2: reg 1c: [io 0x1c40-0x1c43]
    [ 0.190131] pci 0000:00:1f.2: reg 20: [io 0x1c20-0x1c3f]
    [ 0.190160] pci 0000:00:1f.2: reg 24: [mem 0xfe226000-0xfe2267ff]
    [ 0.190339] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.190403] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
    [ 0.190448] pci 0000:00:1f.3: reg 10: [mem 0xfe227400-0xfe2274ff]
    [ 0.190562] pci 0000:00:1f.3: reg 20: [io 0x1c60-0x1c7f]
    [ 0.190820] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.190833] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.190845] pci 0000:00:1c.0: bridge window [mem 0xfc000000-0xfdffffff]
    [ 0.190863] pci 0000:00:1c.0: bridge window [mem 0xf8000000-0xf80fffff 64bit pref]
    [ 0.191139] pci 0000:03:00.0: [8086:4227] type 00 class 0x028000
    [ 0.191201] pci 0000:03:00.0: reg 10: [mem 0xdf3ff000-0xdf3fffff]
    [ 0.191653] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.200091] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.200100] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    [ 0.200108] pci 0000:00:1c.1: bridge window [mem 0xdc000000-0xdf3fffff]
    [ 0.200120] pci 0000:00:1c.1: bridge window [mem 0xdfe00000-0xdfefffff 64bit pref]
    [ 0.200236] pci 0000:00:1c.2: PCI bridge to [bus 04]
    [ 0.200248] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
    [ 0.200260] pci 0000:00:1c.2: bridge window [mem 0xd8000000-0xd9ffffff]
    [ 0.200280] pci 0000:00:1c.2: bridge window [mem 0xdfb00000-0xdfbfffff 64bit pref]
    [ 0.200446] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    [ 0.200458] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
    [ 0.200470] pci 0000:00:1c.3: bridge window [mem 0xd4000000-0xd5ffffff]
    [ 0.200490] pci 0000:00:1c.3: bridge window [mem 0xdf800000-0xdf8fffff 64bit pref]
    [ 0.200649] pci 0000:00:1c.4: PCI bridge to [bus 0d-14]
    [ 0.200661] pci 0000:00:1c.4: bridge window [io 0x6000-0x6fff]
    [ 0.200671] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd1ffffff]
    [ 0.200691] pci 0000:00:1c.4: bridge window [mem 0xdf500000-0xdf5fffff 64bit pref]
    [ 0.200808] pci 0000:15:00.0: [1180:0476] type 02 class 0x060700
    [ 0.200862] pci 0000:15:00.0: proprietary Ricoh MMC controller disabled (via cardbus function)
    [ 0.200865] pci 0000:15:00.0: MMC cards are now supported by standard SDHCI controller
    [ 0.200907] pci 0000:15:00.0: reg 10: [mem 0xf8300000-0xf8300fff]
    [ 0.201003] pci 0000:15:00.0: supports D1 D2
    [ 0.201008] pci 0000:15:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.201070] pci 0000:15:00.1: [1180:0832] type 00 class 0x0c0010
    [ 0.201128] pci 0000:15:00.1: reg 10: [mem 0xf8301000-0xf83017ff]
    [ 0.201392] pci 0000:15:00.1: supports D1 D2
    [ 0.201396] pci 0000:15:00.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.201459] pci 0000:15:00.2: [1180:0822] type 00 class 0x080500
    [ 0.201517] pci 0000:15:00.2: reg 10: [mem 0xf8301800-0xf83018ff]
    [ 0.201781] pci 0000:15:00.2: supports D1 D2
    [ 0.201785] pci 0000:15:00.2: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.201848] pci 0000:15:00.4: [1180:0592] type 00 class 0x088000
    [ 0.201907] pci 0000:15:00.4: reg 10: [mem 0xf8302000-0xf83020ff]
    [ 0.202168] pci 0000:15:00.4: supports D1 D2
    [ 0.202172] pci 0000:15:00.4: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.202235] pci 0000:15:00.5: [1180:0852] type 00 class 0x088000
    [ 0.202293] pci 0000:15:00.5: reg 10: [mem 0xf8302400-0xf83024ff]
    [ 0.202554] pci 0000:15:00.5: supports D1 D2
    [ 0.202558] pci 0000:15:00.5: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.202730] pci 0000:00:1e.0: PCI bridge to [bus 15-18] (subtractive decode)
    [ 0.202742] pci 0000:00:1e.0: bridge window [io 0x7000-0xafff]
    [ 0.202755] pci 0000:00:1e.0: bridge window [mem 0xf8300000-0xfbffffff]
    [ 0.202775] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.202779] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.202784] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.202788] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.202793] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.202797] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.202801] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 0.202806] pci 0000:00:1e.0: bridge window [mem 0xbf000000-0xfebfffff] (subtractive decode)
    [ 0.202810] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed4bfff] (subtractive decode)
    [ 0.202916] pci_bus 0000:16: busn_res: can not insert [bus 16-ff] under [bus 15-18] (conflicts with (null) [bus 15-18])
    [ 0.202927] pci_bus 0000:16: busn_res: [bus 16-ff] end is updated to 17
    [ 0.203040] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.203194] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
    [ 0.203241] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    [ 0.203286] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
    [ 0.203337] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
    [ 0.203398] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
    [ 0.203450] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
    [ 0.203867] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.204419] pci0000:00: ACPI _OSC control (0x1d) granted
    [ 0.213100] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.213218] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.213338] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.213453] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.213566] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.213678] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.213795] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.213907] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.216702] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.216715] vgaarb: loaded
    [ 0.216718] vgaarb: bridge control possible 0000:00:02.0
    [ 0.216791] PCI: Using ACPI for IRQ routing
    [ 0.217268] PCI: pci_cache_line_size set to 64 bytes
    [ 0.217440] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.217445] e820: reserve RAM buffer [mem 0xbe6b0000-0xbfffffff]
    [ 0.217631] NetLabel: Initializing
    [ 0.217635] NetLabel: domain hash size = 128
    [ 0.217637] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.217665] NetLabel: unlabeled traffic allowed by default
    [ 0.217694] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.217700] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.217708] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.230023] Switching to clocksource hpet
    [ 0.241152] pnp: PnP ACPI init
    [ 0.241186] ACPI: bus type pnp registered
    [ 0.241858] pnp 00:00: [mem 0x00000000-0x0009ffff]
    [ 0.241863] pnp 00:00: [mem 0x000c0000-0x000c3fff]
    [ 0.241868] pnp 00:00: [mem 0x000c4000-0x000c7fff]
    [ 0.241878] pnp 00:00: [mem 0x000c8000-0x000cbfff]
    [ 0.241882] pnp 00:00: [mem 0x000cc000-0x000cffff]
    [ 0.241886] pnp 00:00: [mem 0x000d0000-0x000d3fff]
    [ 0.241890] pnp 00:00: [mem 0x000d4000-0x000d3fff disabled]
    [ 0.241894] pnp 00:00: [mem 0x000d8000-0x000d7fff disabled]
    [ 0.241898] pnp 00:00: [mem 0x000dc000-0x000dbfff disabled]
    [ 0.241902] pnp 00:00: [mem 0x000e0000-0x000e3fff]
    [ 0.241906] pnp 00:00: [mem 0x000e4000-0x000e7fff]
    [ 0.241910] pnp 00:00: [mem 0x000e8000-0x000ebfff]
    [ 0.241914] pnp 00:00: [mem 0x000ec000-0x000effff]
    [ 0.241918] pnp 00:00: [mem 0x000f0000-0x000fffff]
    [ 0.241922] pnp 00:00: [mem 0x00100000-0xbeffffff]
    [ 0.241926] pnp 00:00: [mem 0xfec00000-0xfed3ffff]
    [ 0.241930] pnp 00:00: [mem 0xfed4c000-0xffffffff]
    [ 0.242062] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.242068] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
    [ 0.242073] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
    [ 0.242078] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
    [ 0.242083] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
    [ 0.242088] system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
    [ 0.242093] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
    [ 0.242098] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
    [ 0.242103] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
    [ 0.242108] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
    [ 0.242113] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    [ 0.242118] system 00:00: [mem 0x00100000-0xbeffffff] could not be reserved
    [ 0.242124] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
    [ 0.242129] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
    [ 0.242138] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.242179] pnp 00:01: [bus 00-ff]
    [ 0.242184] pnp 00:01: [io 0x0cf8-0x0cff]
    [ 0.242188] pnp 00:01: [io 0x0000-0x0cf7 window]
    [ 0.242193] pnp 00:01: [io 0x0d00-0xffff window]
    [ 0.242197] pnp 00:01: [mem 0x000a0000-0x000bffff window]
    [ 0.242202] pnp 00:01: [mem 0x000c0000-0x000c3fff window]
    [ 0.242206] pnp 00:01: [mem 0x000c4000-0x000c7fff window]
    [ 0.242211] pnp 00:01: [mem 0x000c8000-0x000cbfff window]
    [ 0.242215] pnp 00:01: [mem 0x000cc000-0x000cffff window]
    [ 0.242219] pnp 00:01: [mem 0x000d0000-0x000d3fff window]
    [ 0.242223] pnp 00:01: [mem 0x000d4000-0x000d7fff window]
    [ 0.242227] pnp 00:01: [mem 0x000d8000-0x000dbfff window]
    [ 0.242232] pnp 00:01: [mem 0x000dc000-0x000dffff window]
    [ 0.242236] pnp 00:01: [mem 0x000e0000-0x000e3fff window]
    [ 0.242240] pnp 00:01: [mem 0x000e4000-0x000e7fff window]
    [ 0.242244] pnp 00:01: [mem 0x000e8000-0x000ebfff window]
    [ 0.242248] pnp 00:01: [mem 0x000ec000-0x000effff window]
    [ 0.242253] pnp 00:01: [mem 0xbf000000-0xfebfffff window]
    [ 0.242257] pnp 00:01: [mem 0xfed40000-0xfed4bfff window]
    [ 0.242329] pnp 00:01: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.242400] pnp 00:02: [io 0x0010-0x001f]
    [ 0.242405] pnp 00:02: [io 0x0090-0x009f]
    [ 0.242409] pnp 00:02: [io 0x0024-0x0025]
    [ 0.242413] pnp 00:02: [io 0x0028-0x0029]
    [ 0.242417] pnp 00:02: [io 0x002c-0x002d]
    [ 0.242421] pnp 00:02: [io 0x0030-0x0031]
    [ 0.242424] pnp 00:02: [io 0x0034-0x0035]
    [ 0.242428] pnp 00:02: [io 0x0038-0x0039]
    [ 0.242432] pnp 00:02: [io 0x003c-0x003d]
    [ 0.242441] pnp 00:02: [io 0x00a4-0x00a5]
    [ 0.242445] pnp 00:02: [io 0x00a8-0x00a9]
    [ 0.242449] pnp 00:02: [io 0x00ac-0x00ad]
    [ 0.242452] pnp 00:02: [io 0x00b0-0x00b5]
    [ 0.242456] pnp 00:02: [io 0x00b8-0x00b9]
    [ 0.242460] pnp 00:02: [io 0x00bc-0x00bd]
    [ 0.242464] pnp 00:02: [io 0x0050-0x0053]
    [ 0.242468] pnp 00:02: [io 0x0072-0x0077]
    [ 0.242472] pnp 00:02: [io 0x164e-0x164f]
    [ 0.242476] pnp 00:02: [io 0x002e-0x002f]
    [ 0.242479] pnp 00:02: [io 0x1000-0x107f]
    [ 0.242483] pnp 00:02: [io 0x1180-0x11bf]
    [ 0.242487] pnp 00:02: [io 0x0800-0x080f]
    [ 0.242491] pnp 00:02: [io 0x15e0-0x15ef]
    [ 0.242495] pnp 00:02: [io 0x1600-0x165f]
    [ 0.242499] pnp 00:02: [mem 0xf0000000-0xf3ffffff]
    [ 0.242503] pnp 00:02: [mem 0xfed1c000-0xfed1ffff]
    [ 0.242507] pnp 00:02: [mem 0xfed14000-0xfed17fff]
    [ 0.242511] pnp 00:02: [mem 0xfed18000-0xfed18fff]
    [ 0.242515] pnp 00:02: [mem 0xfed19000-0xfed19fff]
    [ 0.242519] pnp 00:02: [mem 0xfed45000-0xfed4bfff]
    [ 0.242663] system 00:02: [io 0x164e-0x164f] has been reserved
    [ 0.242668] system 00:02: [io 0x1000-0x107f] has been reserved
    [ 0.242674] system 00:02: [io 0x1180-0x11bf] has been reserved
    [ 0.242679] system 00:02: [io 0x0800-0x080f] has been reserved
    [ 0.242684] system 00:02: [io 0x15e0-0x15ef] has been reserved
    [ 0.242689] system 00:02: [io 0x1600-0x165f] could not be reserved
    [ 0.242695] system 00:02: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.242700] system 00:02: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.242706] system 00:02: [mem 0xfed14000-0xfed17fff] has been reserved
    [ 0.242711] system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.242716] system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.242721] system 00:02: [mem 0xfed45000-0xfed4bfff] has been reserved
    [ 0.242728] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.242791] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.242838] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.242855] pnp 00:04: [io 0x0000-0x000f]
    [ 0.242859] pnp 00:04: [io 0x0080-0x008f]
    [ 0.242863] pnp 00:04: [io 0x00c0-0x00df]
    [ 0.242868] pnp 00:04: [dma 4]
    [ 0.242913] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.242927] pnp 00:05: [io 0x0061]
    [ 0.242969] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.242984] pnp 00:06: [io 0x00f0]
    [ 0.243003] pnp 00:06: [irq 13]
    [ 0.243052] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.243068] pnp 00:07: [io 0x0070-0x0071]
    [ 0.243078] pnp 00:07: [irq 8]
    [ 0.243119] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.243135] pnp 00:08: [io 0x0060]
    [ 0.243140] pnp 00:08: [io 0x0064]
    [ 0.243149] pnp 00:08: [irq 1]
    [ 0.243194] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.243215] pnp 00:09: [irq 12]
    [ 0.243258] pnp 00:09: Plug and Play ACPI device, IDs IBM0057 PNP0f13 (active)
    [ 0.243896] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
    [ 0.243949] pnp 00:0a: Plug and Play ACPI device, IDs ATM1200 PNP0c31 (active)
    [ 0.244685] pnp: PnP ACPI: found 11 devices
    [ 0.244689] ACPI: ACPI bus type pnp unregistered
    [ 0.253426] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.253435] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.253445] pci 0000:00:1c.0: bridge window [mem 0xfc000000-0xfdffffff]
    [ 0.253454] pci 0000:00:1c.0: bridge window [mem 0xf8000000-0xf80fffff 64bit pref]
    [ 0.253466] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.253472] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    [ 0.253481] pci 0000:00:1c.1: bridge window [mem 0xdc000000-0xdf3fffff]
    [ 0.253490] pci 0000:00:1c.1: bridge window [mem 0xdfe00000-0xdfefffff 64bit pref]
    [ 0.253501] pci 0000:00:1c.2: PCI bridge to [bus 04]
    [ 0.253507] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
    [ 0.253517] pci 0000:00:1c.2: bridge window [mem 0xd8000000-0xd9ffffff]
    [ 0.253525] pci 0000:00:1c.2: bridge window [mem 0xdfb00000-0xdfbfffff 64bit pref]
    [ 0.253537] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    [ 0.253543] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
    [ 0.253552] pci 0000:00:1c.3: bridge window [mem 0xd4000000-0xd5ffffff]
    [ 0.253560] pci 0000:00:1c.3: bridge window [mem 0xdf800000-0xdf8fffff 64bit pref]
    [ 0.253572] pci 0000:00:1c.4: PCI bridge to [bus 0d-14]
    [ 0.253578] pci 0000:00:1c.4: bridge window [io 0x6000-0x6fff]
    [ 0.253587] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd1ffffff]
    [ 0.253595] pci 0000:00:1c.4: bridge window [mem 0xdf500000-0xdf5fffff 64bit pref]
    [ 0.253611] pci 0000:15:00.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.253616] pci 0000:15:00.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    [ 0.253621] pci 0000:15:00.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.253626] pci 0000:15:00.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.253634] pci 0000:15:00.0: BAR 15: assigned [mem 0xf4000000-0xf7ffffff pref]
    [ 0.253642] pci 0000:15:00.0: BAR 16: assigned [mem 0xc0000000-0xc3ffffff]
    [ 0.253647] pci 0000:15:00.0: BAR 13: assigned [io 0x7000-0x70ff]
    [ 0.253652] pci 0000:15:00.0: BAR 14: assigned [io 0x7400-0x74ff]
    [ 0.253657] pci 0000:15:00.0: CardBus bridge to [bus 16-17]
    [ 0.253661] pci 0000:15:00.0: bridge window [io 0x7000-0x70ff]
    [ 0.253670] pci 0000:15:00.0: bridge window [io 0x7400-0x74ff]
    [ 0.253679] pci 0000:15:00.0: bridge window [mem 0xf4000000-0xf7ffffff pref]
    [ 0.253688] pci 0000:15:00.0: bridge window [mem 0xc0000000-0xc3ffffff]
    [ 0.253697] pci 0000:00:1e.0: PCI bridge to [bus 15-18]
    [ 0.253703] pci 0000:00:1e.0: bridge window [io 0x7000-0xafff]
    [ 0.253713] pci 0000:00:1e.0: bridge window [mem 0xf8300000-0xfbffffff]
    [ 0.253721] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.253801] pci 0000:00:1e.0: enabling device (0005 -> 0007)
    [ 0.253811] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.253834] pci 0000:15:00.0: setting latency timer to 64
    [ 0.253842] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.253847] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.253851] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.253856] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.253860] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 0.253864] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff]
    [ 0.253869] pci_bus 0000:00: resource 10 [mem 0xbf000000-0xfebfffff]
    [ 0.253873] pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed4bfff]
    [ 0.253877] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.253882] pci_bus 0000:02: resource 1 [mem 0xfc000000-0xfdffffff]
    [ 0.253886] pci_bus 0000:02: resource 2 [mem 0xf8000000-0xf80fffff 64bit pref]
    [ 0.253891] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
    [ 0.253895] pci_bus 0000:03: resource 1 [mem 0xdc000000-0xdf3fffff]
    [ 0.253900] pci_bus 0000:03: resource 2 [mem 0xdfe00000-0xdfefffff 64bit pref]
    [ 0.253904] pci_bus 0000:04: resource 0 [io 0x4000-0x4fff]
    [ 0.253908] pci_bus 0000:04: resource 1 [mem 0xd8000000-0xd9ffffff]
    [ 0.253913] pci_bus 0000:04: resource 2 [mem 0xdfb00000-0xdfbfffff 64bit pref]
    [ 0.253917] pci_bus 0000:05: resource 0 [io 0x5000-0x5fff]
    [ 0.253921] pci_bus 0000:05: resource 1 [mem 0xd4000000-0xd5ffffff]
    [ 0.253926] pci_bus 0000:05: resource 2 [mem 0xdf800000-0xdf8fffff 64bit pref]
    [ 0.253930] pci_bus 0000:0d: resource 0 [io 0x6000-0x6fff]
    [ 0.253935] pci_bus 0000:0d: resource 1 [mem 0xd0000000-0xd1ffffff]
    [ 0.253939] pci_bus 0000:0d: resource 2 [mem 0xdf500000-0xdf5fffff 64bit pref]
    [ 0.253943] pci_bus 0000:15: resource 0 [io 0x7000-0xafff]
    [ 0.253948] pci_bus 0000:15: resource 1 [mem 0xf8300000-0xfbffffff]
    [ 0.253952] pci_bus 0000:15: resource 2 [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.253956] pci_bus 0000:15: resource 4 [io 0x0000-0x0cf7]
    [ 0.253961] pci_bus 0000:15: resource 5 [io 0x0d00-0xffff]
    [ 0.253965] pci_bus 0000:15: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.253969] pci_bus 0000:15: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.253973] pci_bus 0000:15: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 0.253978] pci_bus 0000:15: resource 9 [mem 0x000dc000-0x000dffff]
    [ 0.253982] pci_bus 0000:15: resource 10 [mem 0xbf000000-0xfebfffff]
    [ 0.253986] pci_bus 0000:15: resource 11 [mem 0xfed40000-0xfed4bfff]
    [ 0.253991] pci_bus 0000:16: resource 0 [io 0x7000-0x70ff]
    [ 0.253995] pci_bus 0000:16: resource 1 [io 0x7400-0x74ff]
    [ 0.253999] pci_bus 0000:16: resource 2 [mem 0xf4000000-0xf7ffffff pref]
    [ 0.254004] pci_bus 0000:16: resource 3 [mem 0xc0000000-0xc3ffffff]
    [ 0.254070] NET: Registered protocol family 2
    [ 0.255457] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.261656] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.262461] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.262588] TCP: reno registered
    [ 0.262605] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.262669] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.262858] NET: Registered protocol family 1
    [ 0.262887] pci 0000:00:02.0: Boot video device
    [ 0.262954] pci 0000:00:1a.1: power state changed by ACPI to D0
    [ 0.263064] pci 0000:00:1d.0: power state changed by ACPI to D0
    [ 0.263144] pci 0000:00:1d.2: power state changed by ACPI to D0
    [ 0.263269] PCI: CLS 64 bytes, default 64
    [ 0.263404] Unpacking initramfs...
    [ 0.381385] Freeing initrd memory: 3008k freed
    [ 0.383142] Simple Boot Flag at 0x35 set to 0x1
    [ 0.383770] audit: initializing netlink socket (disabled)
    [ 0.383796] type=2000 audit(1360598852.383:1): initialized
    [ 0.406333] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.409592] VFS: Disk quotas dquot_6.5.2
    [ 0.409682] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.410020] msgmni has been set to 5973
    [ 0.410394] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.410438] io scheduler noop registered
    [ 0.410442] io scheduler deadline registered
    [ 0.410500] io scheduler cfq registered (default)
    [ 0.410773] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.411021] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    [ 0.411259] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
    [ 0.411502] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
    [ 0.411743] pcieport 0000:00:1c.4: irq 44 for MSI/MSI-X
    [ 0.411960] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.411970] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.412008] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    [ 0.412012] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.412021] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    [ 0.412055] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
    [ 0.412063] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
    [ 0.412096] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    [ 0.412105] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    [ 0.412144] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
    [ 0.412152] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
    [ 0.412275] vesafb: mode is 1280x800x32, linelength=5120, pages=0
    [ 0.412278] vesafb: scrolling: redraw
    [ 0.412282] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.413060] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90005000000, using 4032k, total 4032k
    [ 0.470284] Console: switching to colour frame buffer device 160x50
    [ 0.527327] fb0: VESA VGA frame buffer device
    [ 0.527346] intel_idle: does not run on family 6 model 15
    [ 0.527398] GHES: HEST is not enabled!
    [ 0.527510] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.528201] Linux agpgart interface v0.103
    [ 0.528345] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    [ 0.535966] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.536026] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.536202] mousedev: PS/2 mouse device common for all mice
    [ 0.536311] rtc_cmos 00:07: RTC can wake from S4
    [ 0.536519] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    [ 0.536558] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.536573] cpuidle: using governor ladder
    [ 0.536576] cpuidle: using governor menu
    [ 0.536664] drop_monitor: Initializing network drop monitor service
    [ 0.536802] TCP: cubic registered
    [ 0.537011] NET: Registered protocol family 10
    [ 0.537302] NET: Registered protocol family 17
    [ 0.537323] Key type dns_resolver registered
    [ 0.537728] PM:

    The bug is known, and a patch has been submitted: https://bugs.freedesktop.org/show_bug.cgi?id=80151. There's been no update since friday, so I wonder what the current status is, or if it's up for review at all.
    Does anyone know how we can be notified when this patch hits the kernel?

  • Oracle database error after clone EBS 11i.

    Hi,
    I am getting following error ORA-01578 message when I open forms after the cloning.
    APP-FND-01564: Oracle error 1578 in fdmgrated.
    But no error in database alert log file.
    Clone was done by RMAN.
    Oracle 10gR2 on AIX.
    EBS 11i.
    Thanks.

    Yes, Autocofig completed without any error message.
    But no errors in database alert log file.
    Full error message is when I open Forms:
    Cause: fdmgranted failed due to ORa-01578: Oracle data block corrupted
    (file#440, block#9291)
    ORA-01110: data file 440:
    ORA_26040: Data block was loaded using the NOLOGGING option.     please seee this
    ORA-1578 / ORA-26040 Corrupt blocks by NOLOGGING - Error explanation and solution [ID 794505.1]
    Handling Oracle Block Corruptions in Oracle7/8/8i/9i/10g/11g [ID 28814.1]
    How to identify all the Corrupted Objects in the Database with RMAN [ID 472231.1]
    OERR: ORA-1578 "ORACLE data block corrupted (file # %s, block # %s)" Master Note [ID 1578.1]
    Master Note for Handling Oracle Database Corruption Issues [ID 1088018.1]
    ;) AppsMAsti ;)
    sharing is Caring

  • Limit S Cart Page cannot be displayed error after line item with attament

    Dear great supporters.........
    I have an issue with Value Limit shopping cart sir....
    I have seen post on forum.But my issue is little different.Adding multiple limit items fails with error.
    creating Value limit SC with one item with  attachment,after that again iam trying to add one more item,immediately
    Upon this, your are kicked out with error message: 500 SAP Internal Server Error
    ERROR: Buffer table not up to date (termination: RABAX_STATE)
    1) Create first limit item
    2) Add attachment
    3) Create 2nd limit item
    4)Immediately kicked of system.
    Edited by: informationtechnology on Nov 20, 2010 8:46 PM

    Shive...good one..!!
    One thing that you can do if you don't wanna have PPR, is to validate date column in fire action event in CO in process form request, and raise an error if you don't find appropriate format or null , as per your requirement.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Display error after installing OSX Mountain Lion

    after installing the new OS X 10.8 a rectangle appears around the cursor : how do i get rid of this ?

    Look in System Preferences > Accessibility > Zoom on left > More Options... button > uncheck Show preview rectangle when zoomed out.

  • Displaying error after splash screen

    I am writing the client side of a client/server app that relies heavily on the connection between client and server.
    I have made a splash screen and while it attempts to connect it displays the splash screen.
    what i need though is that when it fails to connect it should display an alert box in the center of the screen say it has failed to connect.
    I don't understand how to do this i tried using
    JOptionPane.showInternalMessageDialog(null, message);
    and
    final JOptionPane optionPane = new JOptionPane(message, JOptionPane.QUESTION_MESSAGE, JOptionPane.YES_NO_OPTION);
    then telling it to go to sleep but nothing.
    how should i do this?
    Scott.

    ratcateme wrote:
    I am writing the client side of a client/server app that relies heavily on the connection between client and server.
    I have made a splash screen and while it attempts to connect it displays the splash screen.
    what i need though is that when it fails to connect it should display an alert box in the center of the screen say it has failed to connect.
    I don't understand how to do this i tried using
    JOptionPane.showInternalMessageDialog(null, message);
    and
    final JOptionPane optionPane = new JOptionPane(message, JOptionPane.QUESTION_MESSAGE, JOptionPane.YES_NO_OPTION);
    then telling it to go to sleep but nothing.That was a mistake.
    JOptionPane.showMessage
    quit

  • Target node/queue unavailable after clone

    Target node/queue unavailable error after clone.
    All nodes are updated (accordingly to the structure) in fnd_nodes
    Please help
    EBS 11.5.10.2
    DB 9.2.0.8.0

    Hi;
    Acc to this note the cause is "FND_NODES was not populated correctly. " after a node was added. This issue is just coming after a clone and the table FND_NODES is updated properly.1. What is exact error you are hitting?
    2. Did you run autoconfig on db tier than apps tier(services should be down)
    If yes any error?
    Regard
    Helios

  • IPhone5s stuck in recovery mode after lots of times displaying blue screen of death, cannot restore it as iTunes displays error 14 on verification, same time phone crashes again with blue screen.

    hi, my iPhone5s is only 3 months old, it has been like a whole month now since it started crashing, displaying the blue screen of death, since yesterday it was in the loop of restart-crash, and now it is stuck in recovery mode after lots of times displaying blue screen.
    I cannot restore it as phone continues crashing again with blue screen, when iTunes displays error 14 on verification.
    help please, this phone is all the means of communication I have.

    It's a hardware problem. That's it. You shouldn't bother yourself with this situation. Just see an AASP.

  • When i am on the 4 step in Search Result Display options, i get errors after 2 radio buttons

    I am using Oracle portal 9.0.2 version
    When i am on the 4 step in Search Result Display options, i get errors after 2 radio buttons
    Default Search Results Page
    This Search Portlet
    An unexpected error has occurred (WWS-32100)
    User-Defined Exception (WWS-11230)
    Unknown Exception (WWC-45131)
    ORA-20101:
    ORA-06512: at &quot;PORTAL.WWSBR_STDERR&quot;, line 437
    ORA-06512: at &quot;PORTAL.WWPOB_API_PAGE&quot;, line 3369
    ORA-01403: no data found
    ORA-01403: no data found (WWC-11230)
    No data found (WWS-32101)
    ORA-1403: ORA-01403: no data found
    ORA-01403: no data found (WWC-36000)
    Error: An unexpected error occurred: User-Defined Exception (WWC-43000)
    Please help me with this one
    P.S I tried to run inctxgrn.sql, but it did not solve the problem

    i solved the problem by runing 2 scripts as a portal user
    You can refer to bug - 2418089. This was fixed in 9.0.2.3
    begin
    wwpre_api_value.set_value_as_number
    p_path => 'oracle.portal.search',
    p_name => 'searchresultpageid',
    p_level_type => wwpre_api_value.SYSTEM_LEVEL_TYPE,
    p_level_name => null,
    p_value => 6,
    p_commit => true
    commit;
    end;
    begin
    wwpre_api_value.set_value_as_number
    p_path => 'oracle.portal.search',
    p_name => 'searchresultpagesiteid',
    p_level_type => wwpre_api_value.SYSTEM_LEVEL_TYPE,
    p_level_name => null,
    p_value => 6,
    p_commit => true
    commit;
    end;
    NOTE - The difference is the value of 'p_name' attribute. If u see carefully it is 'searchresultpagesiteid'. The first time u run this the value is 'searchresultpageid'.

  • Windows 7 or Windows Server 2008 R2 domain join displays error "Changing the Primary Domain DNS name of this computer to "" failed...."

    Hi,
    Windows 7 or Windows Server 2008 R2 domain join displays error "Changing the Primary Domain DNS name of this computer to "" failed...."
    DC:windows Server 2008 R2
    Domain functional level:Windows Server 2003
    When Winxp join domain, have no this error message.
    I checked http://support.microsoft.com/kb/2018583?wa=wsignin1.0 does't work.
    There have 3 suggestion in this article:
    1.The "Disable NetBIOS over TCP/IP" checkbox has been disabled in the IPv4 properties of the computer being joined.
    Doesnt's work.
    2.Connectivity over UDP port 137 is blocked between client and the helper DC servicing the join operation in the target domain.
    On my DC, I run netstat -an, reslut as below:
     UDP    192.168.20.3:137       *:*
    3.The TCP/IPv4 protocol has been disabled so that the client being joined or the DC in the destination domain targeted by the LDAP BIND is running TCP/IPv6 only.
    We are not using IPV6.
    This server recently updated from Windows Server 2003 to Windows Server 2008 R2. Before upgrade, when Win7 and Win2008 join this domain, also have the same error message.
    Please help to check this issue.
    Thank you very much.
    BR
    Guo YingHui 

    Hi Guo Ying,
    I have faced this critical error which makes over-writes the host names in the domain when you join.
    For example: Already you had a host name called as PC.domain.com in the domain.com Domain.
    When you try to add the another host name called as PC in the domain.com Domain, it doesn't give you the duplicate name error on the network it does over-write the existing host name called as PC.domain.com & it will add the new host name into the domain.
    Host name which got over-written will get removed from the domain. I faced this issue in my project. My DPM host name got removed from the Domain & new host name got joined into the domain which halted my backups for one day.
    Final Resolution is as follows:
    You need to start the dns console on the DC & drop down the domain name.
    Select the _msdcs when you click on _msdcs it will show the Name Server's list on the right hand side.
    You need to add the Domain Naming Master under the _msdcs or add all the domain controllers which you had.
    After you add the Name server's try joining the PC OR Laptop to the domain which is successfully joins it.
    Regards
    Anand S
    Thanks & Regards Anand Sunka MCSA+CCNA+MCTS

  • Editable alv: add custom validation and display "errors" in protocol list

    Hi,
    What I want to do:
    PAI validation of editable alv with displaying error's in the protocol list by adding custom entries to the existing protocol object.
    What is my problem:
    After registering "data_changed event", the protocol list don't appear.
    My understanding is, that the object "er_data_changed" is passed by the event "data_changed"
    an so I thought I can add some more entries to the protocol list.
    After "de-registering" the "data_changed" event, the protocol appears with the standard errros messages (e.g. "input to numeric" by enter charachters)
    One more hint:
    By creating a new object "er_data_changed" in the handler method the protocol list works, but I would like to append entries to the object that was passed with the event.
    Probably I've misunderstand something, please help !
    My coding:
    PAI:
    trigger event "data_changed" -> calls handler method
      CALL METHOD r_myalv->check_changed_data
        IMPORTING
          e_valid = is_valid.
    stop processing
      IF is_valid NE 'X'.
        MESSAGE 'invalid input' TYPE 'E' .
      ENDIF.
    handler method:
    handle_data_changed FOR EVENT data_changed  OF cl_gui_alv_grid  IMPORTING e_ucomm
                                                                                    er_data_changed.
    METHOD handle_data_changed.
        data: ls_mod_cell type lvc_s_modi.
         CALL METHOD er_data_changed->add_protocol_entry
                    EXPORTING
                           i_msgid     = 'SU'
                           i_msgty     = 'E'
                           i_msgno     = '000'
                           i_msgv1     = 'This is a test !'
                           i_fieldname = ls_mod_cell-fieldname.
         er_data_changed->refresh_protocol( ).
         er_data_changed->DISPLAY_PROTOCOL( ).
    ENDMETHOD.                    "handle_data_changed

    Dear Olaf,
        If understood correctly, you want to Edit an ALV and do some data validations when some data is changed in an ALV.   To do this follow the following steps:
    1.   Before displaying ALV, Register the edit event.
    * Set cell modified to trigger data_changed
    CALL METHOD go_alv_grid->register_edit_event
    EXPORTING
    i_event_id = cl_gui_alv_grid=>mc_evt_modified.
    2.  Register the event DATA_CHANGED of class CL_GUI_ALV_GRID & handle the event.
    SET HANDLER lo_event_receiver->handle_data_changed FOR go_alv_grid.
    The event DATA_CHANGED of class CL_GUI_ALV_GRID has a parameter ER_DATA_CHANGED which is of type CL_ALV_CHANGED_DATA_PROTOCOL.
    This er_data_changed has internal table MT_MOD_CELLS(contains index of records changed ) & MP_MOD_ROWS(contains the changed row), using these update your internal table accordingly.
    DATA : wa_mod_cell TYPE lvc_s_modi.
    FIELD-SYMBOLS: <fs> TYPE table.
    LOOP AT er_data_changed->mt_mod_cells INTO wa_mod_cell.
    ASSIGN er_data_changed->mp_mod_rows->* TO <fs>.
    READ TABLE <fs> INTO wa_output INDEX wa_mod_cell-tabix.
    MODIFY lt_output FROM wa_output INDEX wa_mod_cell-row_id.
    ENDLOOP.
    3.   Here it self you can do the required data validations(No need of any PAI modules) as below.
    IF wa_orders-zfstfirmtyp = c_9.
    MESSAGE s288(zcsp).
    DELETE er_data_changed->mt_mod_cells.
    EXIT.
    ENDIF.
    Regards
    Kesava

  • Program terminated error after entering sold to party no. in sales order

    hello friends,
                      can any help me, i was doing the topic of user exit for pre-defined sold to party using v45a0002 in cmod and i wrote a program for include 'if sy-uname= 'sapuser'.
    message e000(0) with ' you are not authorised to create so'
    endif
    while activating i got error msg 'The last statement is not complete (period missing)."  & i have saved inspite error
    after i tried create a order
    program terminated error after entering sold to party no. in sales order
    so i have deactivated the project created in cmod & deleted the project inspite i am getting the program terminated error
    i am sending total error plz reply quickly urgent friends
    Runtime Errors         SYNTAX_ERROR
    Date and Time          19.04.2008 17:51:58
    ShrtText
    Syntax error in program "SAPLXVVA ".
    What happened?
    Error in ABAP application program.
    The current ABAP program "SAPLVKMP" had to be terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    In program "SAPLXVVA ", the following syntax error occurred
    in the Include "ZXVVAU04 " in line 5:
    "The last statement is not complete (period missing)."
    Author and last person to change the Include are:
    Author "SAPUSER "
    Last changed by "SAPUSER "
    What can you do?
    Please eliminate the error by performing a syntax check
    (or an extended program check) on the program "SAPLXVVA ".
    You can also perform the syntax check from the ABAP/4 Editor.
    If the problem persists, proceed as follows:
    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.
    Error analysis
    In program "SAPLXVVA ", the following syntax error occurred:
    "The last statement is not complete (period missing)."
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    If you cannot solve the problem yourself and you wish to send
    an error message to SAP, include the following documents:
    1. A printout of the problem description (short dump)
    To obtain this, select in the current display "System->List->
    Save->Local File (unconverted)".
    2. A suitable printout of the system log
    To obtain this, call the system log through transaction SM21.
    Limit the time interval to 10 minutes before and 5 minutes
    after the short dump. In the display, then select the function
    "System->List->Save->Local File (unconverted)".
    3. If the programs are your own programs or modified SAP programs,
    supply the source code.
    To do this, select the Editor function "Further Utilities->
    Upload/Download->Download".
    4. Details regarding the conditions under which the error occurred
    or which actions and input led to the error.
    System environment
    SAP Release.............. "640"
    Application server....... "mtpl7"
    Network address.......... "192.100.10.1"
    Operating system......... "Windows NT"
    Release.................. "5.1"
    Hardware type............ "2x Intel 801586"
    Character length......... 8 Bits
    Pointer length........... 32 Bits
    Work process number...... 0
    Short dump setting....... "full"
    Database server.......... "MTPL7"
    Database type............ "ORACLE"
    Database name............ "ERP"
    Database owner........... "SAPERP"
    Character set............ "English_United State"
    SAP kernel............... "640"
    Created on............... "Nov 4 2004 23:26:03"
    Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
    Database version......... "OCI_920_SHARE "
    Patch level.............. "43"
    Patch text............... " "
    Supported environment....
    Database................. "ORACLE 8.1.7.., ORACLE 9.2.0.."
    SAP database version..... "640"
    Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"
    Memory usage.............
    Roll..................... 8112
    EM....................... 8362368
    Heap..................... 0
    Page..................... 122880
    MM Used.................. 4229224
    MM Free.................. 995472
    SAP Release.............. "640"
    User and Transaction
    Client.............. 800
    User................ "SAPUSER"
    Language key........ "E"
    Transaction......... "VA01 "
    Program............. "SAPLVKMP"
    Screen.............. "SAPMV45A 4701"
    Screen line......... 16
    Information on where terminated
    The termination occurred in the ABAP program "SAPLVKMP" in
    "SD_DETERMINE_KKBER".
    The main program was "SAPMV45A ".
    The termination occurred in line 0 of the source code of the (Include)
    program " "
    of the source code of program " " (when calling the editor 00).
    Contents of system fields
    Name
    Val.
    SY-SUBRC
    0
    SY-INDEX
    0
    SY-TABIX
    1
    SY-DBCNT
    1
    SY-FDPOS
    4
    SY-LSIND
    0
    SY-PAGNO
    1
    SY-LINNO
    8
    SY-COLNO
    1
    SY-PFKEY
    U
    SY-UCOMM
    SY-TITLE
    Create Standard Order kb: Overview
    SY-MSGTY
    E
    SY-MSGID
    VP
    SY-MSGNO
    106
    SY-MSGV1
    BUS2032
    SY-MSGV2
    SY-MSGV3
    SY-MSGV4
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
    Name
    13 FUNCTION     SAPLVKMP                            LVKMPU41                               91
    SD_DETERMINE_KKBER
    12 FUNCTION     SAPLVKMP                            LVKMPU41                               91
    SD_DETERMINE_KKBER
    11 FUNCTION     SAPLV09B                            LV09BU30                              148
    SD_PCHECK_PAYER_IN_CREDITAREA
    10 FUNCTION     SAPLV09B                            LV09BU26                              296
    SD_PARTNER_EXECUTE_CHECKS
    9 FUNCTION     SAPLV09B                            LV09BU25                               57
    SD_PARTNER_CHECK_BEFORE
    8 FUNCTION     SAPLV09A                            LV09AU26                              342
    SD_PARTNER_SINGLE_MODIFY
    7 FORM         SAPLV09A                            LV09AF39                              176
    PARTNER_SELECTION
    6 FUNCTION     SAPLV09A                            LV09AU29                              820
    SD_PARTNER_DETERMINATION
    5 FUNCTION     SAPLV05E                            LV05EU01                              654
    VIEW_KUAGV
    4 FORM         SAPMV45A                            MV45AF0K_KUAGV_SELECT                  40
    KUAGV_SELECT
    3 FORM         SAPMV45A                            MV45AF0A_AUFTRAGGEBER_PRUEFEN          46
    AUFTRAGGEBER_PRUEFEN
    2 FORM         SAPMV45A                            MV45AF0K_KUNDEN_PRUEFEN               454
    KUNDEN_PRUEFEN
    1 MODULE (PAI) SAPMV45A                            MV45AI0K_KUNDEN_PRUEFEN                15
    KUNDEN_PRUEFEN
    Chosen variables
    Name
    Val.
    No.      13 Ty.          FUNCTION
    Name  SD_DETERMINE_KKBER
    I_KKBER_KNVV
    2222
    0000
    I_KKBER_T001
    8888
    3333
    8888
    I_KKBER_TVTA
    2222
    0000
    I_KUNNR
    7000000000
    3333333333
    7000000000
    I_SPART
    SM
    54
    3D
    I_VKORG
    T000
    5333
    4000
    I_VTWEG
    S4
    53
    34
    XVBAK
    00000000000000            000000000000000000000000         00000000
    2222222222222333333333333332222222222223333333333333333333333332222222223333333322222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    E_KNVV_FLG
    2
    0
    RC
    0
    0000
    0000
    XVBKD[]
    Table[initial]
    XVBPA[]
    Table IT_1743[2x542]
    FUNCTION=SD_PCHECK_PAYER_IN_CREDITAREADATA=LVT_CREDIT_XVBPA
    Table reference: 275
    TABH+  0(20) = 70A2883B388BC43B0000000013010000CF060000
    TABH+ 20(20) = 020000001E020000FFFFFFFF04910100D82F0000
    TABH+ 40( 8) = 02000000C1248400
    store        = 0x70A2883B
    ext1         = 0x388BC43B
    shmId        = 0     (0x00000000)
    id           = 275   (0x13010000)
    label        = 1743  (0xCF060000)
    fill         = 2     (0x02000000)
    leng         = 542   (0x1E020000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000209
    occu         = 2     (0x02000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    collHash     = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 1
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x28C1883B
    pghook       = 0x00000000
    idxPtr       = 0x00000000
    refCount     = 1     (0x01000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 2     (0x02000000)
    lineAlloc    = 2     (0x02000000)
    store_id     = 690   (0xB2020000)
    shmIsReadOnly = 0     (0x00000000)
    >>>>> 1st level extension part <<<<<
    regHook      = 0x00000000
    hsdir        = 0x00000000
    ext2         = 0x28A4883B
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0x109C883B
    delta_head   = 000000000000000000000000000000000000000000000000000000000000000000000000
    pb_func      = 0x00000000
    pb_handle    = 0x00000000
    I_KKBER
    2222
    0000
    FCODE_KOMM_LIEF_MENGE_SICH
    MOD2
    44432222222222222222
    DF420000000000000000
    SYST-REPID
    SAPLVKMP
    5454544522222222222222222222222222222222
    310C6BD000000000000000000000000000000000
    %_SPACE
    2
    0
    FCODE_KONFIGURATION1
    POKO
    54442222222222222222
    0FBF0000000000000000
    CREDIT_CHECK
    2222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000
    SY-REPID
    SAPLVKMP
    5454544522222222222222222222222222222222
    310C6BD000000000000000000000000000000000
    SAV_BUKRS
    SS00
    5533
    3300
    CHAR_
    2
    0
    %_DUMMY$$
    2222
    0000
    AUTOMO_VOLVO
    08
    33
    08
    SPACE
    2
    0
    FCODE_ABRUF_GENERIEREN
    PABG
    54442222222222222222
    01270000000000000000
    XVBRK
    00000000          0000000
    2222222222222222222222222222222222222222222222223333333322222222223333333222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    KOPGR_LIEFERPLAN
    LL
    4422
    CC00
    FCODE_ZUSAETZE_FAB
    PFZU
    54552222222222222222
    06A50000000000000000
    FCODE_REPARATUR
    PREP
    55452222222222222222
    02500000000000000000
    XVBKD
    000000                                                 #####0000000000       ####
    2222222222222333333222222222222222222222222222222222222222222222222200000333333333322222220000
    000000000000000000000000000000000000000000000000000000000000000000000000C000000000000000000000
    FCODE_GEFAHRGUT
    KGGP
    44452222222222222222
    B7700000000000000000
    I_KKBER_HELP
    2222
    0000
    T001
    800SS00SRIYA TEXTILES           HYDERABAD                IN INR  EINT 10K41      0000050495DE1
    3335533554542545544452222222222245445444422222222222222224424452244452334332222223333333333443
    800330032991045849C530000000000089452121400000000000000009E09E20059E4010B410000000000050495451
    FCODE_STOFFBERICHTE
    IEHS
    44452222222222222222
    95830000000000000000
    T001-BUKRS
    SS00
    5533
    3300
    No.      12 Ty.          FUNCTION
    Name  SD_DETERMINE_KKBER
    I_KKBER_KNVV
    2222
    0000
    I_KKBER_T001
    8888
    3333
    8888
    I_KKBER_TVTA
    2222
    0000
    I_KUNNR
    7000000000
    3333333333
    7000000000
    I_SPART
    SM
    54
    3D
    I_VKORG
    T000
    5333
    4000
    I_VTWEG
    S4
    53
    34
    XVBAK
    00000000000000            000000000000000000000000         00000000
    2222222222222333333333333332222222222223333333333333333333333332222222223333333322222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    E_KNVV_FLG
    2
    0
    RC
    0
    0000
    0000
    XVBKD[]
    Table[initial]
    XVBPA[]
    Table IT_1743[2x542]
    I_KKBER
    2222
    0000
    XVBKD
    000000                                                 #####0000000000       ####
    2222222222222333333222222222222222222222222222222222222222222222222200000333333333322222220000
    000000000000000000000000000000000000000000000000000000000000000000000000C000000000000000000000
    I_KKBER_HELP
    2222
    0000
    No.      11 Ty.          FUNCTION
    Name  SD_PCHECK_PAYER_IN_CREDITAREA
    FIC_OBJECTKEY
    2222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000
    FIC_OBJECTTYPE
    BUS2032
    4553333222
    2532032000
    FIF_CHECKTYPE
    I
    4
    9
    FIF_MSGTYPE
    E
    4
    5
    FIF_NRART
    KU
    45
    B5
    FIF_PARGR
    TA
    5422
    4100
    FIF_PARNR
    7000000000
    3333333333
    7000000000
    FIF_PARVW
    RG
    5422
    2700
    FIF_POSNR
    000000
    333333
    000000
    FIF_RTYPE
    0003
    3333
    0003
    FIS_SDORGDATA
    T000S4SMZSOR
    533353545545222222
    4000343DA3F2000000
    FRF_MESSAGES
    0
    0000
    0000
    FRF_MESSAGE_COUNT
    0
    0000
    0000
    LVF_KKBER2
    2222
    0000
    LVF_KUNNR
    7000000000
    3333333333
    7000000000
    SYST-REPID
    SAPLV09B
    5454533422222222222222222222222222222222
    310C609200000000000000000000000000000000
    LVF_KURGV2
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    SY-MSGV4
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    SY-MSGV2
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    FIS_SDORGDATA-SPART
    SM
    54
    3D
    FIS_SDORGDATA-VKORG
    T000
    5333
    4000
    FIS_SDORGDATA-VTWEG
    S4
    53
    34
    %_O_SD_PARTNER_CONTEXT-HEX_0004
    1
    0
    LVT_CREDIT_XVBPA
    Table IT_1743[2x542]
    LVF_KKBER1
    2222
    0000
    GCS_HERTAB
    ABCDEFG
    24444444
    01234567
    %_DUMMY$$
    2222
    0000
    SY-SUBRC
    0
    0000
    0000
    LVF_BEFORE_PARVW
    2222
    0000
    No.      10 Ty.          FUNCTION
    Name  SD_PARTNER_EXECUTE_CHECKS
    FIC_OBJECTKEY
    2222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000
    FIC_OBJECTTYPE
    BUS2032
    4553333222
    2532032000
    FIF_BEFORE
    2
    0
    FIF_CHECKTYPE
    I
    4
    9
    FIF_DIALOG
    2
    0
    FIF_MSGTYPE_TO_EXEC
    E
    4222
    5000
    FIF_NRART
    KU
    45
    B5
    FIF_PARGR
    TA
    5422
    4100
    FIF_PARNR
    7000000000
    3333333333
    7000000000
    FIF_PARVW
    RG
    5422
    2700
    FIF_POSNR
    000000
    333333
    000000
    FIF_RTYPE
    0003
    3333
    0003
    FIS_SDORGDATA
    T000S4SMZSOR
    533353545545222222
    4000343DA3F2000000
    FRF_MESSAGES
    0
    0000
    0000
    FRF_MESSAGE_COUNT
    0
    0000
    0000
    LVF_ALL_PREDECESSORS_SUCCEEDED
    X
    5
    8
    FALSE
    2
    0
    GS_MARKED_PARTNERS
    222222222222
    000000000000
    LVT_CHECKCALLSTACK
    Table IT_1515[21x52]
    FUNCTION=SD_PARTNER_EXECUTE_CHECKSDATA=LVT_CHECKCALLSTACK
    Table reference: 219
    TABH+  0(20) = E8C3863B0000000000000000DB000000EB050000
    TABH+ 20(20) = 1500000034000000F00000000491010058090000
    TABH+ 40( 8) = 15000000C1248000
    store        = 0xE8C3863B
    ext1         = 0x00000000
    shmId        = 0     (0x00000000)
    id           = 219   (0xDB000000)
    label        = 1515  (0xEB050000)
    fill         = 21    (0x15000000)
    leng         = 52    (0x34000000)
    loop         = 240   (0xF0000000)
    xtyp         = TYPE#000033
    occu         = 21    (0x15000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    collHash     = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x90BF863B
    pghook       = 0x00000000
    idxPtr       = 0x00000000
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 21    (0x15000000)
    lineAlloc    = 21    (0x15000000)
    store_id     = 595   (0x53020000)
    shmIsReadOnly = 0     (0x00000000)
    >>>>> 1st level extension part <<<<<
    regHook      = Not allocated
    hsdir        = Not allocated
    ext2         = Not allocated
    >>>>> 2nd level extension part <<<<<
    tabhBack     = Not allocated
    delta_head   = Not allocated
    pb_func      = Not allocated
    pb_handle    = Not allocated
    LVS_CHECKCALLSTACK_WA
    80000018BUS2030   SD_PCHECK_PAYER_IN_CREDITAREA   XX
    3333333345533332225455444445545455445454445454422255
    80000018253203000034F03853BF01952F9EF325494125100088
    GT_MARKED_FOR_DEL_PARTNERS
    Table[initial]
    LVS_CHECKCALLSTACK_WA-FUNCNAME
    SD_PCHECK_PAYER_IN_CREDITAREA
    545544444554545544545444545442
    34F03853BF01952F9EF32549412510
    GC_NO_ACTION
    2
    0
    GC_NEW_PARTNER
    I
    4
    9
    GVC_PARTNER_CONTEXT
    CONTEXT_X_SD_PARTNER_CONTEXT            fò####################################################
    44454555555455455445544454552222222222226F0000000000000000000000000000000000000000000000000000
    3FE4584F8F34F0124E52F3FE4584000000000000620000000000000000000000000000000000000000000000000000
    GC_ERROR
    E
    4
    5
    GC_PROCESSMODE_DIALOG
    D
    4
    4
    LVF_MSGTYP
    E
    4
    5
    BUFFER_FULL_FILLED
    F
    4
    6
    POS_NUL
    000000
    333333
    000000
    BUFFER_PARTITIAL_FILLED
    P
    5
    0
    %_ARCHIVE
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    GCS_PARTNER_ROLETYPES
    0001000200030004000500060007000800090010001100120013NONE
    33333333333333333333333333333333333333333333333333334444
    0001000200030004000500060007000800090010001100120013EFE5
    GCS_PARTNER_TYPE
    KUAPLIPE
    45454454
    B510C905
    LVF_RTYPE
    0003
    3333
    0003
    GCS_PARTNER_CALL_BACK_EVENTS
    CHANGE    DELETE    NEW
    444444222244445422224452222222
    381E75000045C5450000E570000000
    %_PRINT
    000                                                                                0 ##
    2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223200
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    GCF_INITIAL_PARTNER
    0
    32
    00
    GCF_CALLER_TRANSPORT
    T
    5
    4
    TPACHECKRELATION
    0000000000
    2223333333333
    0000000000000
    GC_APPL_LOG
    SDBFPD
    54445422222222222222
    34260400000000000000
    SY-REPID
    SAPLV09B
    5454533422222222222222222222222222222222
    310C609200000000000000000000000000000000
    GVC_PARTNER_CONTEXT-B0007-PARVW
    RG
    54
    27
    No.       9 Ty.          FUNCTION
    Name  SD_PARTNER_CHECK_BEFORE
    FIC_OBJECTKEY
    2222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000
    FIC_OBJECTTYPE
    BUS2032
    4553333222
    2532032000
    FIF_BEFORE
    2
    0
    FIF_CHECKTYPE
    I
    4
    9
    FIF_DIALOG
    2
    0
    FIF_NRART
    KU
    45
    B5
    FIF_PARGR
    TA
    5422
    4100
    FIF_PARNR
    7000000000
    3333333333
    7000000000
    FIF_PARVW
    RG
    5422
    2700
    FIF_POSNR
    000000
    333333
    000000
    FIF_RTYPE
    0003
    3333
    0003
    FIS_SDORGDATA
    T000S4SMZSOR
    533353545545222222
    4000343DA3F2000000
    FRF_MESSAGES
    0
    0000
    0000
    FRF_MESSAGE_COUNT
    0
    0000
    0000
    LS_STATISTICS
    ########################4   ################
    00000000000000000000000032220000000000000000
    00000000000000000000000040000000000000000000
    No.       8 Ty.          FUNCTION
    Name  SD_PARTNER_SINGLE_MODIFY
    FIC_OBJECTKEY
    2222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000
    FIC_OBJECTTYPE
    BUS2032
    4553333222
    2532032000
    FIF_BOKRE
    2
    0
    FIF_CLEAR_APPL_LOG
    X
    5
    8
    FIF_DIALOG
    2
    0
    FIF_HARD_DELETION
    2
    0
    FIF_HISTUNR
    00
    33
    00
    FIF_HZUOR
    00
    33
    00
    FIF_INITIAL_VALUE
    X
    5
    8
    FIF_KNREF_PARNR
    2222222222
    0000000000
    FIF_KUNNR_NEW
    7000000000
    3333333333
    7000000000
    FIF_KUNNR_OLD
    2222222222
    0000000000
    FIF_LISTPROCESSING
    2
    0
    FIF_MANUAL_ADDRESS
    2222222222
    0000000000
    FIF_MANUAL_ADDRESS_ORIGIN
    2
    0
    FIF_NO_CPD_DIALOG
    2
    0
    FIF_NO_DIALOG
    2
    0
    FIF_NO_MESSAGES
    2
    0
    FIF_PARGR
    TA
    5422
    4100
    FIF_PARTIAL_NEW_DETERMINATION
    2
    0
    FIF_PARVW
    RG
    5422
    2700
    FIF_POSNR
    000000
    333333
    000000
    FIF_PRFRE
    2
    0
    FIF_VKORG
    2222
    0000
    FIS_SDORGDATA
    T000S4SMZSOR
    533353545545222222
    4000343DA3F2000000
    FEV_ACTION_DONE
    I
    4
    9
    FRF_LOG_COUNT
    0
    0000
    0000
    SYST-REPID
    SAPLV09A
    5454533422222222222222222222222222222222
    310C609100000000000000000000000000000000
    GVT_LOCAL_CALL_BACK_MEMORY[]
    Table[initial]
    %_SPACE
    2
    0
    SY-REPID
    SAPLV09A
    5454533422222222222222222222222222222222
    310C609100000000000000000000000000000000
    LVF_ACTION_TODO
    I
    4
    9
    GC_UPD_PARTNER
    U
    5
    5
    %_VIASELSCR
    0
    4
    %_ARCHIVE
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    GCS_PARTNER_ROLETYPES-SHIP_TO
    0002
    3333
    0002
    LVF_NRART
    KU
    45
    B5
    LVF_KUNNR_NEW
    7000000000
    3333333333
    7000000000
    GCS_ADDRESS_GROUP
    SD01CA01
    54334433
    34013101
    GCF_APPL_TABLE_SD
    VBUK
    5454222222
    625B000000
    LVF_ROLETYPE
    0003
    3333
    0003
    RSJOBINFO
    00000000000000                                  ####
    222222222222222222222222222222223333333333333322222222222222222222222222222222220000
    000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    LVF_MESSAGE_COUNT
    0
    0000
    0000
    %_DUMMY$$
    2222
    0000
    GCF_ADDRESS_TYPE_CONT_PERSON
    3
    3
    3
    No.       7 Ty.          FORM
    Name  PARTNER_SELECTION
    TVTA
    000
    222222222222222222222222222222222333222222222222222
    000000000000000000000000000000000000000000000000000
    TPAER
    00
    22222222222222332222
    00000000000000000000
    LVS_XVBPA
    000000RG7000000000          0000000000000000000000050510
    2222222222222333333543333333333222222222233333333333333333333333333332222222222222222222222222
    0000000000000000000277000000000000000000000000000000000000000000505100000000000000000000000000
    LVF_PARNR
    7000000000
    3333333333
    7000000000
    PIC_OBJECTKEY
    2222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000
    PIC_OBJECTTYPE
    BUS2032
    4553333222
    2532032000
    PIF_NO_DIALOG
    2
    0
    PIF_PARGR
    TA
    5422
    4100
    LVF_PARVW
    RG
    5422
    2700
    PIF_POSNR

    Hi Kartik,
    Could you please be more clearer as to how do you want me to proceed so that this syntax error stops bothering me while creating a standard order thru TCode VA01.Also what do you mean by "well comment the code in the include and activate the include"
    I created a projet in CMOD and than added the enhancement  V45A0002.The components shown as EXIT_SAPMV45A_002(Predefined sold to party when making the standard order),i double click on the exit and entered into the function module.After that i double clicked on the include ZXVVZU04 and entered in and wrote E_KUNNR=100171
    While activating i got error msg 'The last statement is not complete (period missing)." & i have saved inspite the error .After that i tried to create a order and program terminated error came after entering sold to party no. in sales order
    so now i have deactivated the project which i created in CMOD & deleted the project also inspite of this i am getting the program terminated error while making the order
    I would be great ful if somebody helps me *** out of this syntax error.
    Thanks
    Rishi

  • How to display error message ??

    Hi,
    I have a BDC program to upload data from an excel sheet. I could see that some records of data fail to pass and hence after my bdc run i would like to display error message for the failed records as follows:
    costcenter:
    cost element:
    fiscal year:
    etc etc
    is it possible ?? how to do that ? please explain in detail.
    for ur reference my program is pasted below.
    thanks
    *& Report  ZBDC_BUDGET_UPLOAD
    REPORT  ZBDC_BUDGET_UPLOAD.
    types: begin of tdata,
             rec(150) type c,
           end of tdata,
           begin of tmtgp,
             costcent LIKE CCSS-KOSTL,
             costelem LIKE CCSS-KSTAR,
             fisyear LIKE CCSS-GJAHR,
             jan(10),
             feb(10),
             mar(10),
             apr(10),
             may(10),
             jun(10),
             jul(10),
             aug(10),
             sep(10),
             oct(10),
             nov(10),
             dec(10),
           end of tmtgp.
    data: idata type table of tdata with header line.
    data: imtgp type table of tmtgp with header line.
    Data : fieldval(10) type c.
    selection-screen begin of block b1 with frame title text-001.
    parameters: p_file type localfile default 'C:\budget_data_csv.csv'.
    selection-screen end of block b1.
    include zbdcrecx1.
    at selection-screen on value-request for p_file.
    call function 'KD_GET_FILENAME_ON_F4'
            exporting            static    = 'X'
            changing            file_name = p_file.
    start-of-selection.
    perform upload_data.
    loop at imtgp.
    Write imtgp-fisyear to fieldval.
    perform open_group.
    perform bdc_dynpro      using 'SAPLKPP0' '1000'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'KPP0B-VALUE(04)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'KPP0B-VALUE(04)'
                                  fieldval.
    Write imtgp-costcent to fieldval.
    perform bdc_dynpro      using 'SAPLKPP0' '1000'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'KPP0B-VALUE(06)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'KPP0B-VALUE(06)'
                                  fieldval.
    perform bdc_dynpro      using 'SAPLKPP0' '1000'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'KPP0B-VALUE(09)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    Write imtgp-costelem to fieldval.
    perform bdc_field       using 'KPP0B-VALUE(09)'
                                  fieldval.
    perform bdc_dynpro      using 'SAPLKPP0' '1000'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'KPP0B-VALUE(04)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=CSPB'.
    perform bdc_dynpro      using 'SAPLKPP2' '0110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'Z-BDC03(01)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    Write imtgp-jan to fieldval.
    perform bdc_field       using 'Z-BDC03(01)'
                                  fieldval.
    perform bdc_dynpro      using 'SAPLKPP2' '0110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'Z-BDC03(02)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    Write imtgp-feb to fieldval.
    perform bdc_field       using 'Z-BDC03(02)'
                                  fieldval.
    perform bdc_dynpro      using 'SAPLKPP2' '0110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'Z-BDC03(03)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    Write imtgp-mar to fieldval.
    perform bdc_field       using 'Z-BDC03(03)'
                                  fieldval.
    perform bdc_dynpro      using 'SAPLKPP2' '0110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'Z-BDC03(04)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    Write imtgp-apr to fieldval.
    perform bdc_field       using 'Z-BDC03(04)'
                                  fieldval.
    perform bdc_dynpro      using 'SAPLKPP2' '0110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'Z-BDC03(05)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    Write imtgp-may to fieldval.
    perform bdc_field       using 'Z-BDC03(05)'
                                  fieldval.
    perform bdc_dynpro      using 'SAPLKPP2' '0110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'Z-BDC03(06)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    Write imtgp-jun to fieldval.
    perform bdc_field       using 'Z-BDC03(06)'
                                  fieldval.
    perform bdc_dynpro      using 'SAPLKPP2' '0110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'Z-BDC03(07)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    Write imtgp-jul to fieldval.
    perform bdc_field       using 'Z-BDC03(07)'
                                  fieldval.
    perform bdc_dynpro      using 'SAPLKPP2' '0110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'Z-BDC03(08)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    Write imtgp-aug to fieldval.
    perform bdc_field       using 'Z-BDC03(08)'
                                  fieldval.
    perform bdc_dynpro      using 'SAPLKPP2' '0110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'Z-BDC03(09)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    Write imtgp-sep to fieldval.
    perform bdc_field       using 'Z-BDC03(09)'
                                  fieldval.
    perform bdc_dynpro      using 'SAPLKPP2' '0110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'Z-BDC03(10)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    Write imtgp-oct to fieldval.
    perform bdc_field       using 'Z-BDC03(10)'
                                  fieldval.
    perform bdc_dynpro      using 'SAPLKPP2' '0110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'Z-BDC03(11)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    Write imtgp-nov to fieldval.
    perform bdc_field       using 'Z-BDC03(11)'
                                  fieldval.
    perform bdc_dynpro      using 'SAPLKPP2' '0110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'Z-BDC03(12)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    Write imtgp-dec to fieldval.
    perform bdc_field       using 'Z-BDC03(12)'
                                  fieldval.
    perform bdc_dynpro      using 'SAPLKPP2' '0110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'Z-BDC03(12)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=CBUC'.
    perform bdc_transaction using 'KP06'.
    perform close_group.
    endloop.
    form upload_data.
    data: filename type string.
    clear idata.
    refresh idata.
    filename = p_file.
    call function 'GUI_UPLOAD'
        exporting            filename        = filename
        filetype        = 'ASC'
        tables            data_tab        = idata
        exceptions            file_open_error = 1
        file_read_error = 2
        no_authority    = 6
        others          = 17.
        check sy-subrc = 0.
        loop at idata.
        clear imtgp.
        split idata at ',' into imtgp-costcent imtgp-costelem imtgp-fisyear
    imtgp-jan imtgp-feb imtgp-mar imtgp-apr imtgp-may imtgp-jun imtgp-jul
    imtgp-aug imtgp-sep imtgp-oct imtgp-nov imtgp-dec.
        append imtgp.
        endloop.
    endform.

    check the below code,.,
    DATA : t_bdcmsgcoll TYPE STANDARD TABLE OF bdcmsgcoll WITH HEADER LINE.
      CALL TRANSACTION '<DELIVERYTRANSACTION>' USING t_bdctab
                              mode 'N'
                              MESSAGES INTO t_bdcmsgcoll.
      DESCRIBE TABLE t_bdcmsgcoll LINES g_lines.
      READ TABLE t_bdcmsgcoll INDEX g_lines.
      IF t_bdcmsgcoll-msgtyp = 'S' AND
         t_bdcmsgcoll-msgid = <Msg id> AND
         t_bdcmsgcoll-msgnr = <Msg number>.
    * Trap your Call Transaction messages
        t_success-deliverynumber = t_bdcmsgcoll-msgv1.
    * You can format the message returned by call transaction using function 'FORMAT_MESSAGE' which will return g_mesg
        t_success-message = g_mesg.
        APPEND t_success.
        CLEAR  t_success.
      ELSE.
    * If there an Error-Do this..
        READ TABLE t_bdcmsgcoll WITH KEY msgtyp = 'E'.
        IF sy-subrc = 0.
    * Format your message using FORMAT_MESSAGE "FM
         CLEAR g_mesg.
         t_error-msg   = g_mesg_incl.
         APPEND t_error.
         CLEAR  t_error.
       ENDIF.
    ENDIF.
    * Clear for next run
      CLEAR: t_bdcmsgcoll,
             t_bdctab.
      REFRESH: t_bdcmsgcoll[],
               t_bdctab[].

  • Internal Server Error after implemeting a Merged Appl_top

    Hi folks,
    I have been plagued by an issue since a long time. I'm implementing a merged appltop on sun solaris (5.10) on 11.5.10.2
    Basically its a clone of two nodes into a single node. After merging, the services are coming up good. Apache is running well. But when opening the AppsLogin page, it is blowing up saying Internal Server Error.
    When looked into the mod_jserv.log, it shows the below error.
    [07/02/2012 10:28:28:718] (ERROR) ajp12: Servlet Error: OracleJSP: oracle.jsp.provider.JspCompileException: Errors compiling:/d05/ufindev/ufindevcomn1/_pages/_oa__html//_AppsLocalLogin.java<TABLE BORDER=1 WIDTH=100%><TR><TH>Line #</TH><TH>Error</TH></TR><TR><TD WIDTH=7% VALIGN=TOP>259<TD> isRtl(java.lang.String) has protected access in oracle.apps.fnd.sso.SessionMgr if (SessionMgr.isRtl(langCode)) {                                 </TD></TR></TABLE>
    [07/02/2012 10:28:28:718] (ERROR) an error returned handling request via protocol "ajpv12"
    [07/02/2012 10:28:28:718] (INFO) balance: continuing to u64findev.motel6.com:16440
    [07/02/2012 10:28:28:719] (ERROR) balance: 10297 internal servlet error in server u64findev.motel6.com:16440
    [07/02/2012 10:28:28:719] (ERROR) an error returned handling request via protocol "balance"
    Any idea whats going wrong?
    Thanks,
    Lakshman.
    Edited by: 912983 on Feb 7, 2012 1:54 PM

    Have you completed all the steps in (Cloning Oracle Applications Release 11i with Rapid Clone [ID 230672.1] -- Reducing the number of Nodes of a Multi-Node System (merge APPL_TOP)) and (Sharing the Application Tier File System in Oracle Applications Release 11i [ID 233428.1] -- Section 4: Merging existing APPL_TOPs into a single APPL_TOP) with no errors?
    Can you find any errors in the database log file?
    Was AutoConfig completed successfully?
    Please clear the server cache as per (How To Clear Server Cache and Bounce Apache (Web Server)? [ID 295484.1]) and check then.
    Also, please see these docs.
    Insternal server error After Patch9578141 CPU PATCH FOR JULY 2010 [ID 1221603.1]
    Accessing web pages, randomly get Internal Server Error [ID 1374874.1]
    Internal Server Error When Trying To Enter The Processed Date In The Adjust Form [ID 549511.1]
    Thanks,
    Hussein

  • Not able to display error message in PR creation.

    HI Experts,
    In PR creation process i am not able to display error message.
    BADI: ME_PROCESS_REQ_CUST
    method : PROCESS_ACCOUNT, PROCESS_ITEM
    I have used Include mm_messages_mac for handling error .
    MESSAGE e112(XXX) WITH XX-XX. this is my error message.
    even tried this also  mmpur_message 'W' 'ZMM_PUR' '001' '' '' '' ''.
    Please provide solution for this.
    Regards,
    Jayant

    Hi,
    In devepoment system im able to display the message but not in quality,code is 100% algined with quality.
    In quality system error message is being executed but not displayed,i mean control is comming out after the error message.
    i am using
    message EXXX(XXX).
    regards,
    Jayant.

Maybe you are looking for

  • Set default app for generic files

    I don't know when this started happening, but some OSX update broke my opening generic files. Now when I doubleclick the generic file icon it opens in Microsoft Word, which is unacceptable. So I deleted Word and now the files open in a genealogy appl

  • Nokia e63 save email attachment as text file

    When I receive email with text document attached and select save, it is always saved in office notes. While this is probably  a reasonable thing to do, the problem is that I cannot find the saved file using file manager. So this text document becomes

  • No internet good wifi other computer has internet

    My pc has internet. my iPad has maximum wireless strength, but no internet. Usually macs are no fuss, very odd.

  • Installing adobe acrobat X

    I recently had my hard drive replaced and went to install ADOBE ACROBAT X and it is not working.  When I goto SCAN, PDF, from SCANNER BLACK AND WHITE DOUMENT, THE selection is whited out and can not select it.  As a result I can scan only one item at

  • My .jar and .jad files are not launching

    Hello everyone! I have a problem with my files stated above. I am unable to open them. I see a yellow key at the top right corner on the icons. I Have checked them. They don't have QT errors either. I have gone through the D and Z drives by Xplore bu