Inaccessible statement error in upgrade

A function module has a clear statement in the top include and works fine in 46c. It is now reporting as error "Statement inaccessible" in Ecc6. Has anyone faced a similar issue? What is the fix?
Andrew

What is the long text for the error. Does it directly point to the clear statement?
Usually you get this kind of error if you have a statement that will never be reached in the flow.
e.g.
function module .....
  return.
  if some condition.
    do something.
  endif.
endfunction.
In this case the if staement can never be reached because the function module returns to the calling program. This is the type of scenario you are looking for. In the above case you either delete the if or - if you want the if to be executed - move the return after the if or delete it or warp it in an if itself.
Hope that helps,
Michael
By the way, I don't think that the 'Inaccessible statement' check is executed (or available) in 46, that might be the reason why you never got it there.
Edited by: Michael Wackerbauer on Dec 26, 2007 2:00 PM

Similar Messages

  • Time machine fails backing up with a "backup disk not found" error after upgrade to Lion 10.7.2

    Time machine fails backing up with a "backup disk not found" error after upgrade to Lion 10.7.2. I've erased and reformatted the drive; reconnected Time Machine(it saw it) and began a new backup. The backup starts again but fails before completing with backup drive not found error. I used the 10.7.2 combo update. Any help on how to fix this problem would be appreciated.

    Arghhhhhhhhhhhhhhhhhhh!!!!!!
    After waiting since October for a fix, I have now upgraded the firmware on the Time Capsule and installed the new Airport Utility, released yesterday, and the situation is even worse.
    Up until now, the Airport Utility had an option to disconnect all drives manually and the Time Capsule would then work until the next reboot – a temporary (?) work-around.
    Now that option does not exist in the new-look Airport Utility. And the Airport Utility installation can’t be rolled back and the old utility won’t restore.
    The sparesbundle is still not accessible. Anyone worked out a work-around in the new environment yet?
    I have another Time Machine backup working fine to a trusty old Lacie Drive so erased the one on my Time Capsule to see if that works. I have renamed the Capsule and the Time Capsule Drive.  But to build another full backup will take at least two days and I shall be away from tomorrow and am reluctant to leave the Capsule and computer up and running for a week. And I’ll bet the sparsbundle will still be nowhere to be found.
    How can Apple screw up so badly when they are to become the richest company in the entire world and – soon – will have more cash in the bank than the entire United States? Can’t they afford someone who really can sort this out? Especially when a Firewire connected hard drive – my trusty and simple LaCie – works fine.
    Words, almost, fail me.

  • UCS Director 5.1 - VM Stats Error

    Our UCSD instance has stopped receiving VM stats data after upgrading to 5.1. Anyone else seen the same?
    Other stats from vCenter are working it appears, but individual numbers from VM's are not. Here's the log from infra:
    Error while collecting perf data for vmid 120
    com.vmware.vim25.InvalidArgument
        at sun.reflect.GeneratedConstructorAccessor233.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at com.vmware.vim25.ws.XmlGen.fromXml(XmlGen.java:205)
        at com.vmware.vim25.ws.XmlGen.parseSoapFault(XmlGen.java:82)
        at com.vmware.vim25.ws.WSClient.invoke(WSClient.java:134)
        at com.vmware.vim25.ws.VimStub.queryAvailablePerfMetric(VimStub.java:1196)
        at com.cloupia.lib.cIaaS.vmware.perf.PerfDataCollector.collectDataForVM(PerfDataCollector.java:264)
        at com.cloupia.lib.cIaaS.vmware.VCenterDriver.collectMonitoringData(VCenterDriver.java:13449)
        at com.cloupia.service.cIM.inframgr.vmware.VMWareController.collectMonitoringData(VMWareController.java:780)
        at com.cloupia.service.cIM.inframgr.PerfDataCollectorTask.execute(PerfDataCollectorTask.java:163)
        at com.cloupia.fw.scheduler.SystemTaskExecutor.executeLocally(SystemTaskExecutor.java:152)
        at com.cloupia.fw.scheduler.SystemTaskExecutor.run(SystemTaskExecutor.java:109)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
    2014-10-17 04:08:24,972 [pool-31-thread-7]

    Same problem Can you tell me how to pack it using command line (adt)?
    EDIT:
    I've managed to compile it with my script:
    @echo=off
    @cd bin-release-temp
    @set java_cmd=C:\Programy\Java\jre6-32\bin\java.exe
    @set java_param=-Xms384m -Xmx448m -jar
    @set adt_cmd="C:\Programy\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\lib\adt.jar"
    @set target=ipa-debug
    @set cert=..\cert\iphone_cert.p12
    @set cert_pass=password
    @set provisioning=..\cert\gadget.mobileprovision
    @set build_file=..\build\gadget.ipa
    @set desc_files=..\bin-release-temp\gadget-app.xml
    @set files=gadget.swf assets
    %java_cmd% %java_param% %adt_cmd% -package -target %target% -storetype pkcs12 -keystore %cert% -storepass %cert_pass%  -provisioning-profile %provisioning% %build_file% %desc_files% %files%
    @cd..
    pause
    I need to install 32-bit java for ADT ;o
    However it took me 25 minutes and consumed 1 243 MB od RAM for "java.exe" and about 120MB for "i686-apple-darwin9-Id64.exe".
    Temporary file AOTBuildOutput.asm was 83MB and output file 10Mb.
    Is it normal for iOS?

  • Syntax error in upgrade version 7.0

    Hi ,
    how to close this error in upgrade 7.0 ?
    Lista is a structure having more than 10 fileds.
    READ LINE lista INDEX sy-tabix.
    Error : Lista may not be converted to number .
    This error doesnt exists in 4.6 version
    Moderator message: please stop flooding the forum with your upgrade errors, invest some effort to solve these yourself before unloading your work here.
    Edited by: Thomas Zloch on Feb 19, 2011 4:33 PM

    Try with declaring an work area and change the read statement like:
    READ LINE lista
    INTO <work area>
    INDEX sy-tabix.

  • Error when upgrading arch while issueing pacman -Syu [SOLVED]

    bash-3.2# pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community 358.3K 13.3K/s 00:00:27 [#####################] 100%
    kdemod-legacy is up to date
    eee is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    warning: dependency cycle detected:
    warning: bash will be installed before its glibc dependency
    looking for inter-conflicts...
    Targets (98): bash-3.2.039-3 kernel-headers-2.6.26.3-1 tzdata-2008h-1
    glibc-2.8-3 alsa-lib-1.0.17a-2 module-init-tools-3.4-1
    kernel26-2.6.27.4-1 atl2-2.0.5-2 texinfo-4.13a-1 m4-1.4.12-1
    autoconf-2.63-1 binutils-2.18-9 bridge-utils-1.4-2
    bzip2-1.0.5-3 openssl-0.9.8i-1 run-parts-2.30-1
    ca-certificates-20080809-4 cracklib-2.8.13-1
    e2fsprogs-1.41.3-2 libgcrypt-1.4.3-2 popt-1.14-1
    cryptsetup-1.0.6-2 dhcpcd-4.0.2-2 dialog-1.1_20080819-1
    dnsutils-9.5.0.P2-1 ed-1.1-2 filesystem-2008.07-1
    fakeroot-1.10.1-1 file-4.26-1 flex-2.5.35-1 fuse-2.7.4-1
    gcc-libs-4.3.2-1 gmp-4.2.4-1.1 mpfr-2.3.2-2 gcc-4.3.2-1
    gettext-0.17-2 gpm-1.20.5-2 grub-0.97-13 hdparm-8.9-1
    hwdetect-0.9.1-2 ifenslave-1.1.0-4 util-linux-ng-2.14-1
    udev-130-1 initscripts-2008.09-2 iproute-2.6.25-1
    iptables-1.4.2-1 iputils-20071127-2
    iwlwifi-3945-ucode-15.28.2.8-1 iwlwifi-4965-ucode-228.57.2.21-1
    jfsutils-1.1.13-1 klibc-1.5.14-1 klibc-extras-2.5-1
    klibc-kbd-1.15.20080312-7 klibc-module-init-tools-3.4-2
    klibc-udev-130-1 libevent-1.4.8-2 libsasl-2.1.22-7
    libtool-2.2.6a-1 links-2.2-2 linux-atm-2.5.0-1
    madwifi-utils-0.9.4.3844-1 madwifi-0.9.4.3844-2
    man-pages-3.11-1 mdadm-2.6.7-1 mlocate-0.21-1 nano-2.0.9-1
    ndiswrapper-utils-1.53-1 ndiswrapper-1.53-2 net-snmp-5.4.2.1-1
    netcfg-2.1.2-1 netkit-telnet-0.17-8 nfsidmap-0.21-2
    nfs-utils-1.1.3-2 ntfs-3g-1.5012-1 openssh-5.1p1-1
    openvpn-2.0.9-4 pciutils-3.0.2-1 pcmciautils-015-2
    perl-5.10.0-4 pptpclient-1.7.2-1 procinfo-19-3 procps-3.2.7-5
    psmisc-22.6-2 python-2.6-2 rp-pppoe-3.10-1 rt2500-1.1.0_B4-25
    rt2x00-rt61-fw-1.2-3 rt2x00-rt71w-fw-1.8-3 sdparm-1.03-1
    shadow-4.1.2.1-2 sudo-1.6.9p17-1 tiacx-20080210-7 vi-7.2.25-1
    wget-1.11.4-1 which-2.20-1 wlan-ng26-utils-0.2.9-1
    wlan-ng26-0.2.9-2 xfsprogs-2.10.1-1
    Total Download Size: 0.00 MB
    Total Installed Size: 471.73 MB
    Proceed with installation? [Y/n] y
    checking package integrity...
    (98/98) checking for file conflicts [#####################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    klibc: /usr/lib/klibc/include/asm/Kbuild exists in filesystem
    klibc: /usr/lib/klibc/include/asm/a.out.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/acpi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/agp.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/alternative-asm.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/alternative.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/apic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/apicdef.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/arch_hooks.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/asm-offsets.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/atomic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/atomic_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/atomic_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/auxvec.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/bitops.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/boot.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/bootparam.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/bug.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/bugs.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/byteorder.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/cache.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/cacheflush.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/calgary.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/calling.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/checksum.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/checksum_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/checksum_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/cmpxchg.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/cmpxchg_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/cmpxchg_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/compat.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/cpu.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/cpufeature.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/cputime.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/current.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/current_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/current_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/debugreg.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/delay.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/desc.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/desc_defs.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/device.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/div64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/dma-mapping.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/dma.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/dmi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/dwarf2.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/dwarf2_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/dwarf2_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/e820.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/e820_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/e820_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/edac.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/elf.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/emergency-restart.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/errno.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/fb.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/fcntl.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/fixmap.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/fixmap_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/fixmap_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/floppy.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/frame.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/futex.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/gart.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/genapic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/genapic_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/genapic_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/geode.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/hardirq.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/hardirq_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/hardirq_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/highmem.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/hpet.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/hw_irq.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/hw_irq_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/hw_irq_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/hypertransport.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/i387.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/i8253.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/i8259.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ia32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ia32_unistd.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ide.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/idle.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/intel_arch_perfmon.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/io.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/io_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/io_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/io_apic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ioctl.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ioctls.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/iommu.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ipcbuf.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ipi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/irq.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/irq_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/irq_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/irq_regs.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/irq_regs_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/irq_regs_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/irqflags.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ist.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/k8.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/kdebug.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/kexec.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/kmap_types.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/kprobes.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ldt.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/lguest.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/lguest_hcall.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/linkage.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/local.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-bigsmp/mach_apic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-bigsmp/mach_apicdef.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-bigsmp/mach_ipi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-bigsmp/mach_mpspec.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/apm.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/do_timer.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/entry_arch.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/irq_vectors.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/irq_vectors_limits.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/mach_apic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/mach_apicdef.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/mach_ipi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/mach_mpparse.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/mach_mpspec.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/mach_timer.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/mach_traps.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/mach_wakecpu.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/pci-functions.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/setup_arch.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/smpboot_hooks.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-es7000/mach_apic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-es7000/mach_apicdef.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-es7000/mach_ipi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-es7000/mach_mpparse.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-es7000/mach_mpspec.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-es7000/mach_wakecpu.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-generic/irq_vectors_limits.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-generic/mach_apic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-generic/mach_apicdef.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-generic/mach_ipi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-generic/mach_mpparse.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-generic/mach_mpspec.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-numaq/mach_apic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-numaq/mach_apicdef.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-numaq/mach_ipi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-numaq/mach_mpparse.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-numaq/mach_mpspec.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-numaq/mach_wakecpu.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-summit/irq_vectors_limits.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-summit/mach_apic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-summit/mach_apicdef.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-summit/mach_ipi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-summit/mach_mpparse.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-summit/mach_mpspec.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-visws/cobalt.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-visws/entry_arch.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-visws/irq_vectors.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-visws/lithium.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-visws/mach_apic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-visws/mach_apicdef.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-visws/piix4.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-visws/setup_arch.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-visws/smpboot_hooks.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-voyager/do_timer.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-voyager/entry_arch.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-voyager/irq_vectors.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-voyager/setup_arch.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/math_emu.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mc146818rtc.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mca.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mca_dma.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mce.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mman.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mmu.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mmu_context.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mmu_context_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mmu_context_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mmx.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mmzone.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mmzone_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mmzone_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/module.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mpspec.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mpspec_def.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/msgbuf.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/msidef.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/msr-index.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/msr.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mtrr.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mutex.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mutex_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mutex_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/namei.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/nmi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/numa.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/numa_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/numa_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/numaq.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/page.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/page_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/page_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/param.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/paravirt.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/parport.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pci-direct.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pci.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pci_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pci_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pda.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/percpu.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pgalloc.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pgtable-2level-defs.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pgtable-2level.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pgtable-3level-defs.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pgtable-3level.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pgtable.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pgtable_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pgtable_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/poll.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/posix_types.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/posix_types_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/posix_types_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/prctl.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/processor-cyrix.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/processor-flags.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/processor.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/proto.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ptrace-abi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ptrace.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/reboot.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/reboot_fixups.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/required-features.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/resource.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/resume-trace.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/rio.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/rtc.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/rwlock.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/rwsem.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/scatterlist.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/seccomp.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/seccomp_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/seccomp_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/sections.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/segment.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/semaphore.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/sembuf.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/serial.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/setup.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/shmbuf.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/shmparam.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/sigcontext.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/sigcontext32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/siginfo.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/signal.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/smp.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/socket.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/sockios.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/sparsemem.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/spinlock.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/spinlock_types.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/srat.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/stacktrace.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/stat.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/statfs.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/string.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/string_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/string_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/suspend.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/suspend_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/suspend_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/swiotlb.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/sync_bitops.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/system.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/system_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/tce.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/termbits.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/termios.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/therm_throt.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/thread_info.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/thread_info_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/thread_info_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/time.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/timer.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/timex.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/tlb.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/tlbflush.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/topology.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/tsc.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/types.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/uaccess.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/uaccess_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/uaccess_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ucontext.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/unaligned.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/unistd.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/unistd_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/unistd_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/unwind.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/user.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/user32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/user_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/user_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/vga.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/vgtod.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/vic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/vm86.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/vmi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/vmi_time.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/voyager.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/vsyscall.h exists in filesystemI
    klibc: /usr/lib/klibc/include/asm/xen/hypercall.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/xen/hypervisor.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/xen/interface.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/xor.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/xor_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/xor_64.h exists in filesystem
    Errors occurred, no packages were upgraded.
    I had this error when upgrading.  I'm using arch linux on eeepc with kdemod 3.5
    Last edited by kaola_linux (2008-11-04 04:11:36)

    robertp wrote:Go to: http://bbs.archlinux.org/viewtopic.php?id=57885
    Thank you.  That solved my same problem as well. 
    But on my screen the text scrolled  by so fast that i could barely read it and I could not scroll up to read the beginning. 
    how can I pipe the output so that it does not scroll so fast.  i thought this was the "less" command but when i typed:
    less pacman -Syu
    or
    pacman -Syu less
    I got errors in syntax.  I am a noob coming from 1 year using Ubuntu.  I have worked thru many errors to get this far in the install. 
    The forums where down so I was on my own and had to use trial and error and the beginner wiki.  im glad now forums back online because i never woould have figured out this klibc error on my own.

  • Got error after upgrading 12.1.2 to 12.1.3

    Hi There,
    Application: EBSR12(12.1.2)
    DB:11.2.0.3
    OS: Oracle Linux5 *86X64
    I got following error while upgrading from 12.1.2 to 12.1.3.
    The following Oracle Forms objects did not generate successfully:
    au    resource    IEXCORE.pll
    au    resource    IEXDLTAB.pll
    au    resource    IEXFBALI.pll
    An error occurred while generating Oracle Forms library files.
    Continue as if it were successful [No] :
    Please help me out what to do. There are approx 40 objects invalid state and not compiling with adadmin utility.
    Regards,
    Mohsin

    Done with following oracle article.
    How to Generate Form, Library and Menu for Oracle Applications (11i and R12) [ID 130686.1]
    Regards,
    Mohsin

  • TABLE ILLEGAL STATEMENT  error with MODIFY command

    Hi gurus,
    i want you to inform me about table illegal statement error. The error occurs when i use modify as below.
    loop at itab.
       select .......
             where xxx eq itab-xxxx.
           MODIFY itab.
      endselect.
    endloop.
    i know that i have to give the sy-tabix as INDEX parameter to the modify command. but i want to know why i have to do this?
    cause when i debug, i follow the sy-tabix field and it have not a change in select endselect.
    may the reason of the error about cursor in select and cursor effects modify command?
    or why?
    Thx,

    Hello,
    I guess this is because your MODIFY statement is inside the SELECT ... ENDSELECT & not inside the LOOP ... ENDLOOP.
    SAP documentation says:
    Within a LOOP loop, the INDEX addition can be ommitted. In this case the current table line of the LOOP loop is changed.
    You have to change the coding:
    DATA: v_index TYPE i.
    loop at itab.
    v_index = sy-index.
    select .......
    where xxx eq itab-xxxx.
    MODIFY itab INDEX v_index.
    endselect.
    endloop.
    BR,
    Suhas
    PS: The coding practice followed is not very performance oriented as well. May be you should have a look around in some blogs, wikis in SCN & change the code accordingly.
    Edited by: Suhas Saha on Nov 19, 2009 9:41 AM

  • Error during upgrade from OBIEE 10G to 11G

    Hello All
    I ran into this issue while trying to upgrade my 10g RPD and catalog to 11.1.1.7
    After installing 11G, I launched the upgrade utility from Oracle_Common/bin/ua in linux.
    I am getting the below error:
    UPGAST-00797: Oracle Fusion Middleware Upgrade Assistant cannot be run from an Application Developer Oracle home.
    Based on the Oracle Doc. it has the following desc:
    UPGAST-00797: Oracle Fusion Middleware Upgrade Assistant cannot be run from an Application Developer Oracle home.
    Cause: The user has chosen to perform a upgrade from an Oracle home that does not allow an upgrade.
    Action: None.
    Level: 1
    Type: ERROR
    Impact: Upgrade
    So what should I do to resolve this issue?
    Thanks in advance

    Hi,
    First of all i am not familiar on linux box.
    I tried in windows environment the rpd is deployed with out any errors.
    But i ran the ua.bat file in the following path
    \MWHOME\Oracle_BI1\bin\ua.bat.
    while i am running in oracle_common\bin\ua.bat is not responding in my local system.
    Please Mark if it helpful.
    Thanks

  • Error while upgrading to 10.1.3.5

    I am getting error while upgrading to 10.1.3.5.
    getting error while configuring OWSM. here is the error log.
    *09/09/28 14:28:53 Notification ==>Application Deployer for coreman STARTS.*
    *09/09/28 14:28:53 Notification ==>Undeploy previous deployment*
    *09/09/28 14:28:58 Notification ==>Initialize /space/oracle11bpel/j2ee/oc4j_soa11wf/applications/coreman.ear begins...*
    *09/09/28 14:28:58 Notification ==>Initialize /space/oracle11bpel/j2ee/oc4j_soa11wf/applications/coreman.ear ends...*
    *09/09/28 14:28:58 Notification ==>Starting application : coreman*
    *09/09/28 14:28:58 Notification ==>Initializing ClassLoader(s)*
    *09/09/28 14:28:58 Notification ==>Initializing EJB container*
    *09/09/28 14:28:58 Notification ==>Loading connector(s)*
    *09/09/28 14:28:58 Notification ==>Starting up resource adapters*
    *09/09/28 14:28:58 Notification ==>Initializing EJB sessions*
    *09/09/28 14:28:58 Notification ==>Committing ClassLoader(s)*
    *09/09/28 14:28:58 Notification ==>Initialize coreman begins...*
    *09/09/28 14:28:58 Notification ==>Initialize coreman ends...*
    *09/09/28 14:28:58 Notification ==>Started application : coreman*
    *09/09/28 14:28:58 Notification ==>Binding web application(s) to site default-web-site begins...*
    *09/09/28 14:28:58 Notification ==>Binding web application(s) to site default-web-site ends...*
    *09/09/28 14:28:58 Notification ==>Deleting: /space/oracle11bpel/j2ee/oc4j_soa11wf/applications/coreman.ear*
    *09/09/28 14:28:58 Notification ==>Deleting: /space/oracle11bpel/j2ee/oc4j_soa11wf/applications/coreman/coreman.war*
    *09/09/28 14:28:58 Notification ==>Begin adding application: coreman to container runtime for: oc4j-develop-12420-default*
    *09/09/28 14:28:58 Notification ==>Operation failed with error:*
    Unable to find/read file META-INF/ra.xml in /space/oracle11bpel/j2ee/oc4j_soa11wf/connectors/coreman/coreman archive (IO Error: error in opening zip file)
    Deploy error: Deploy error: Operation failed with error:
    Unable to find/read file META-INF/ra.xml in /space/oracle11bpel/j2ee/oc4j_soa11wf/connectors/coreman/coreman archive (IO Error: error in opening zip file)
    I checked the Connectors directory for coreman but its not available. I even checked with my previous successful installations for this directory, its not even there too.
    The only difference i found in the error logs and the successful logs is ..
    *09/09/28 14:28:58 Notification ==>Begin adding application: coreman to container runtime for: oc4j-develop-12420-default*
    I did not see this line in the success log.
    Here is my environment information.
    I have an OPMN clustered environment. The second node in the cluster was down while this upgradation.
    There are two groups -- default_group and abcbpel_group
    abcbpel_group contains the soa instance. while default_group contains home instance.

    Hi.
    I have the same problem too.
    Had You found the solution?

  • Error while upgrading Portal from 10.1.2 to 10.1.4

    This is the error message I am getting when I try to upgrade portal from 10.1.2 to 10.1.4 by applying the patch.
    NOTIFICATION:1 Framework: Error: Component upgrade failed PORTAL
    NOTIFICATION:1 Framework: Error: PORTAL component version is: 10.1.2.0.2 INVALID.
    Please let me know if any has has a solution?
    ==========================================
    D:\Software\Oracle\IDM\as_windows_x86_portal_1014\mrua_051020\mrua>mrua.bat -ora
    cle_home D:\Software_Installations\OraHome_Infra_01 -oid_host <hostname> -oid_ssl_port 636
    Executing mrua.pl
    Running on Windows
    OracleAS Metadata Repository Upgrade Assistant 10.1.4.0.0
    Enter the password for SYS:
    Enter the password for cn=orcladmin:
    Enter the password for cn=orcladmin:
    Upgrading the OracleAS Metadata Repository to release 10.1.4.0.0
    Calling upgrade plugin for MRUA
    Component has already been upgraded MRUA
    Calling upgrade plugin for PORTAL
    Error: Component upgrade failed PORTAL
    Error: PORTAL component version is: 10.1.2.0.2 INVALID
    Calling upgrade plugin for MRC
    Component has already been upgraded MRC
    FAILURE: Some OracleAS plug-ins report failure during upgrade.
    Log file: D:\Software_Installations\OraHome_Infra_01\upgrade\logs\mrua2007-07-1
    3_02-07-15PM.log
    Finished mrua.pl

    That didn't help for me....
    I have those things shut down already and you can see below what I'm getting on the re-run:
    -bash-3.00$ /app/oracleas/as1012portal/bin/emctl stop iasconsole
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2 Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://asdev:1811/emd/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Application Server Control ...
    Cannot determine Oracle Enterprise Manager 10g Application Server Control process; /app/oracleas/as1012portal/bin/emctl.pid does not exist.
    Oracle Enterprise Manager 10g Application Server Control may not be running.
    -bash-3.00$ /app/oracleas/as1012portal/opmn/bin/opmnctl stopall
    opmnctl: opmn is not running
    -bash-3.00$ mrua/mrua.sh -oracle_home /app/oracleas/as1014metadatarepository -oid_host asdev -oid_ssl_port 636
    Executing mrua.pl
    Running on UNIX
    OracleAS Metadata Repository Upgrade Assistant 10.1.4.0.0
    Enter the password for SYS:
    Enter the password for cn=orcladmin:
    Upgrading the OracleAS Metadata Repository to release 10.1.4.0.0
    Calling upgrade plugin for MRUA
    Component has already been upgraded MRUA
    Calling upgrade plugin for PORTAL
    Error: Component upgrade failed PORTAL
    Error: PORTAL component version is: 10.1.2.0.2 INVALID
    Calling upgrade plugin for MRC
    Component has already been upgraded MRC
    FAILURE: Some OracleAS plug-ins report failure during upgrade.
    Log file: /app/oracleas/as1014metadatarepository/upgrade/logs/mrua2007-10-23_00-42-55PM.log
    Finished mrua.pl
    -bash-3.00$ grep PORTAL /app/oracleas/as1014metadatarepository/upgrade/logs/mrua2007-10-23_00-42-55PM.log
    2007/10/23 12:43:06.236 CST NOTIFICATION:1 Framework: Calling upgrade plugin for PORTAL
    2007/10/23 12:43:28.203 CST NOTIFICATION:1 Framework: Error: Component upgrade failed PORTAL
    2007/10/23 12:43:28.209 CST NOTIFICATION:1 Framework: Error: PORTAL component version is: 10.1.2.0.2 INVALID
    There is another oracle instance we have, the one that is hosting the LDAP server, and after the above I also tried doing a stopall there, then bringing up only the ldap server which is required for the upgrade, and then shutting down the iasconsole for that instance too so that only the ldap server remained, then re-running the portal upgrade. It didn't help.
    Any ideas?

  • I am getting "ORA-00900: invalid SQL statement"  error.?

    I did installed oracle 11gR2. and used "DBMS_METADATA_DIFF.COMPARE_ALTER('TABLE','TBL_A','TBL_A','USER1','USER2')"   to see the result like below,  but I am getting "ORA-00900: invalid SQL statement"  error.   Any idea?
    I am using:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    SQL> desc user1.tbl_a
    Name                                      Null?    Type
    FIELD_A1                                  NOT NULL NUMBER
    FIELD_A2                                           VARCHAR2(20)
    FIELD_A4                                  NOT NULL NUMBER(5,2)
    FIELD_A5                                           VARCHAR2(10)
    FIELD_A6                                  NOT NULL NUMBER(2)
    SQL> desc user2.tbl_a
    Name                                      Null?    Type
    FIELD_A1                                  NOT NULL NUMBER
    FIELD_A2                                           VARCHAR2(50)
    FIELD_A3                                           DATE
    FIELD_A4                                           NUMBER(5,2)
    FIELD_A5                                  NOT NULL VARCHAR2(10)
    SQL> select dbms_metadata_diff.compare_alter('TABLE','TBL_A','TBL_A','USER1','USER2') from dual
    expected result:
    DBMS_METADATA_DIFF.COMPARE_ALTER('TABLE','TBL_A','TBL_A','U1','U2')
    ALTER TABLE "U1"."TBL_A" ADD ("FIELD_A3" DATE)
      ALTER TABLE "U1"."TBL_A" DROP ("FIELD_A6")
      ALTER TABLE "U1"."TBL_A" MODIFY ("FIELD_A2" VARCHAR2(50))
      ALTER TABLE "U1"."TBL_A" MODIFY ("FIELD_A4" NUMBER(5,2) DEFAULT 0)
      ALTER TABLE "U1"."TBL_A" MODIFY ("FIELD_A4" NULL)
      ALTER TABLE "U1"."TBL_A" MODIFY ("FIELD_A5" NOT NULL ENABLE)

    Thanks for reply rp,
    I got result using "select dbms_metadata_diff.compare_alter('TABLE','TBL_A','TBL_A','USER1','USER2') from dual"

  • 11.1.0.6.0 - 11.1.0.7 dbua error while upgrading

    hello all i'm attempting to upgrade 11.1.0.6.0 to 11.1.0.7 and once in dbua i'm at upgrade process 85%, and i'm receiving this error:
    database upgrade assistant:
    ORA-04043: Object XDB_DATASTORE_PROC does not exist , ignore | Abort
    i'm not too sure what i should do at this point, any help is appreciated
    this is a linux 32bit machine/db

    Welcome to the forums !
    Pl see MOS Doc 360907.1 (catupgrd.sql gives error on XDB_DATASTORE_PROC ORA-4043)
    HTH
    Srini

  • ORA-00900: invalid SQL statement Error while Executing Procedure

    Hi:
    I am trying to execute following procedure through java code, but i am getting ORA-00900: invalid SQL statement error.
    Procedure is :
    <code>
    (vResult out int)
    as
    vCardId varchar2(16);
    vForacid varchar2(16);
    vApp_Entry_No varchar2(10);
    vSrNo number(6);
    vCardStatus char(1);
    vCardStat char(2);
    vExpiryDate date;
    Cursor cardCur1 is
    select u.card_number,trim(u.ACCOUNT_NUMBER),u.CARD_STATUS,to_char(u.EXPIRY_DATE,'dd-MM-yyyy')
    FROM DailyCardData u
    where default_indicator='1'
    and isprocessed = 'N'
    order by expiry_date;
    begin
    vSrNo := 0;
    vResult := 0;
    open cardCur1;
    Loop
    fetch cardCur1 into vCardId,vForacid,vCardStat,vExpiryDate;
    if cardCur1%NOTFOUND then
    exit;
    end if;
    if (vCardStat != null) then
    vCardStatus := 'H';
    elsif (vExpiryDate <= sysdate) then
    vCardStatus := 'E';
    else
    vCardStatus := null;
    end if;
    select a.app_entry_no into vApp_Entry_No from Application a,ApplicationLinkedAccounts l
    where l.foracid = vForacid and l.AcSrNo = '1'
    and a.app_entry_no = l.app_entry_no
    and a.cardid is null
    and a.DOWNLOADFILECREATIONFLAG = 'Y';
    update Application set CardId = vCardId,
    Card_Status = vCardStatus,APPLICATIONPROCESSEDFLAG = 'Y',
    APPLICATIONPROCESSEDdate = DOWNLOADFILECREATIONdate
    where App_Entry_No = vApp_Entry_No;
    commit;
    update DailyCardData set isprocessed = 'Y',app_entry_no = vApp_Entry_No
    where card_number = vCardId;
    commit;
    end Loop;
    close cardCur1;
    vResult := 1;
    end;
    </code>
    Can any body help me in that?
    Thank You,
    Anup

    First of all I don't see a procedure header.
    Secondly I see you commit inside your procedure. This is a bug.
    Thirdly I see you also commit inside a loop. This is also a bug, and needs to be removed asap.
    The error indicates a statement doesn't parse. As you don't post the error stack, nor a table definition no one can reproduce the problem.
    You need to isolate the statements, one by one, and run them through sql*plus to see what happens.
    Sybrand Bakker
    Senior Oracle DBA

  • Error during Upgrade from 4.6c to ECC 6.0

    Hi All,
      We are facing an error when upgrading from 4.6c to ECC 6.0. We are facing this error on the table COEP - runtime object inconsistancy. What we found is there is ERP upgrade has created new extra fields in the table. In log file the error is specified as : Duplicate Field name, But we not able to find the duplicate field name in the table.  Please kindly help as early as possible. The upgrade process is stuck.
    Regards
    Anil Kumar K

    Hi Anil,
    Is this issue fixed? Can i know how you fixed it?
    replied to your message Re: How to adopt the index changes during upgrade.
    Thanks,
    Somar

  • Error while upgrade 12.1.1 to 12.13

    Hi,
    I am getting blow error while upgrade 12.1.1 to 12.1.3 (patch 9239090) in linux 32 bit (OEL5),also i started patch from the beginning onwards but still i am getting same errror...
    Please some one help me to move forward ....
    Now i need to fix this issue then only i can move forward ....
    Assigned: file jlbrspedpreupg1.sql on worker 3 for product jl username JL.
    Completed: file MSCINTEG.sql on worker 8 for product msc username MSC.
    FAILED: file jlbrspedpreupg1.sql on worker 3 for product jl username JL.
    Deferred: file jlbrspedpreupg1.sql on worker 3 for product jl username JL. (Deferment number 2 for this job)
    Assigned: file jlbrspedpreupg1.sql on worker 3 for product jl username JL.
    FAILED: file jlbrspedpreupg1.sql on worker 3 for product jl username JL.
    Completed: file EGOSEFD2.sql on worker 2 for product ego username EGO.
    Completed: file RRSCRTYP.sql on worker 1 for product rrs username RRS.
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file jlbrspedpreupg1.sql on worker 3.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    Thanks & Regd..
    Suresh

    Hi Hussein,
    I have apply one more time from the beginning onwards... now i am getting same error in worker 1, the worker1 log out put given blow...
    Time when worker started job: Mon Feb 28 2011 13:55:14
    Start time for file is: Mon Feb 28 2011 13:55:14
    sqlplus -s APPS/***** @/d01/VIS/apps/apps_st/appl/jl/12.0.0/patch/115/sql/jlbrspedpreupg1.sql &un_apps &pw_apps
    Connected.
    DECLARE
    ERROR at line 1:
    ORA-04063: package body "APPS.FND_LOG" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "APPS.FND_LOG"
    ORA-06512: at line 402
    ORA-04063: package body "APPS.FND_LOG" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "APPS.FND_LOG"
    Thanks
    Suresh

Maybe you are looking for