Abldxml giving error after R12 upgrade

Hi,
As a part of R12 upgrade, I'm running adbldxml.pls and it's giving following error.
$ perl adbldxml.pl
Starting context file generation for db tier..
JRE_TOP not found at its desired location /db01/opt/oracle/product/11.1.0_egebc2d/appsutil/jre
Restart adbldxml.pl with value for jtop as an necessary argument$

JRE_TOP not found at its desired location /db01/opt/oracle/product/11.1.0_egebc2d/appsutil/jre
Restart adbldxml.pl with value for jtop as an necessary argumentPass JRE_TOP as a parameter when you run "perl adbldxml.pl" command.
Thanks,
Hussein

Similar Messages

  • Report giving error after 10g upgrade

    We have a custom report which is erroring out after 10g upgrade. Following is the log file-->
    **Starts**24-APR-2009 04:11:21
    ORACLE error 3113 in FDPSTP
    Cause: FDPSTP failed due to ORA-03113: end-of-file on communication channel
    The SQL statement being executed at the time of the error was: SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R.Status_Code, P
    APP-FND-01564: ORACLE error 1000 in AFPGRG
    Cause: AFPGRG failed due to ORA-01000: maximum open cursors exceeded.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    ORACLE error 3114 in AFPRSR-Resubmit_Time
    Cause: AFPRSR-Resubmit_Time failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was: SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R
    SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R.Status_Code, P.A
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected to ORACLE
    Contact your system administrator or support representative.
    Shutting down Concurrent Manager : 24-APR-2009 04:11:51
    ORA-01041: internal error. hostdef extension doesn't exist
    ORACLE error 3114 in AFPRSR-Resubmit_Time
    Cause: AFPRSR-Resubmit_Time failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was: SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01041: internal error.
    hostdef extension doesn't exist
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected
    to ORACLE
    Contact your system administrator or support representative.
    _ 3 _
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected
    to ORACLE
    Contact your system administrator or support representative.
    However the alert log has following-->
    Errors in file /u07/fatstdb/10g/admin/FATST_fatstdb/udump/fatst_ora_10468.trc:
    ORA-07445: exception encountered: core dump [qercoStart()+156] [SIGSEGV] [Address not mapped to object] [0x00000087D] [] []
    I already increased the cursors from 700 to 900
    How to fix it?

    Hi,
    However the alert log has following-->
    Errors in file /u07/fatstdb/10g/admin/FATST_fatstdb/udump/fatst_ora_10468.trc:
    ORA-07445: exception encountered: core dump [qercoStart()+156] [SIGSEGV] [Address not mapped to object] [0x00000087D] [] []Refer to the lookup to get more details about this error.
    Note: 153788.1 - Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=153788.1
    I already increased the cursors from 700 to 900
    How to fix it?Is it possible to increase OPEN_CURSORS to a higher value? Enable trace on this concurrent program, and see if this collects more details about the error.
    Regards,
    Hussein

  • Discoverer Reports does not work in Multi-org Environment after R12 Upgrade

    Discoverer Reports does not work in Multi-org Environment after R12 Upgrade. Created a simple report using the below query:
    SELECT po_header_id, segment1, type_lookup_code
    FROM po_headers
    WHERE segment1 = '5000002'
    Query works perfectly fine; when i set the ORG_CONTEXT in the database using the command:
    EXEC mo_global.set_policy_context('S',129)
    But the report doesn't fetch any data when ran from an Org based responsibility. We've ensured that the MO: Operting Unit is set accurately and general Oracle reports (PLSQL Program OR XML Publisher) are working perfectly fine.
    ===========
    I followed the steps provided in Metalink Note: 732826.1 - It works for some responsibilities where the MO: Security Profile is not set; but fails for those responsibilities where the MO: Security Profile is set.
    I am looking for specific solution that works irrespective of either the MO: Operating Unit profile is set of not.
    Please suggest. Appreciate your response.
    Thanks,
    Kesava Chunduri

    Hi Hussein,
    Thanks for the quick response.
    Yes, I've gone thru both the notes specified below:
    Discoverer Workbooks Based On Organization Enabled Views Are Not Populated [ID 1293438.1]
    - Tried this option; but this option is messing up a couple of Oracle Standard Functionalities.
    - For ex: If i set this profile option; we are not able to create any receipts using Custom Responsibilities.
    I am able to create the receipt, when i remove this profile option.
    No Data Shows for Reports in Discoverer 10g with Applications Release 12 [ID 1054380.1]
    - I see that the products i am running these reports from AR/GL - already exists in these tables.
    Anything other options??
    Thanks,
    Kesava

  • Missing data in ap_check_stocks after R12 upgrade

    Hello,
    We are currently in version R12.1.2 and I have an existing query from R11 which gets data from ap_check_stocks table. I am however not able to find any data on ap_check_stocks after R12 upgrade. Has this table been discontinued? I do not find any link in metalink which says that as well...
    The join used in the query is between ap_check_stocks and ap_checks is ap_checks.check_stock_id = ap_check_stocks.check_stock_id... Has something changed in R12?
    Please help!
    Ramya

    You can find AP_CHECK_STOCKS synonym in R12 and the base object is AP.AP_CHECK_STOCKS_ALL table.
    Please refer to eTRM for details.
    SYNONYM: APPS.AP_CHECK_STOCKS
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=AP_CHECK_STOCKS&c_owner=APPS&c_type=SYNONYM
    TABLE: AP.AP_CHECK_STOCKS_ALL
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=AP_CHECK_STOCKS_ALL&c_owner=AP&c_type=TABLE
    Thanks,
    Hussein

  • After R12 Upgrade: No records in many of the tables.

    Hi all,
    After R12 upgrade, we found there are no records in many tables. For example AR_BATCHES_V.
    What could be the probable causes?
    Also, note that there are still some concurrent requests running.
    DQM Parallel Sync Index Child Program2 (DQM Parallel Sync Index Child Program)
    Synchronize Workflow LOCAL tables (Report Set)
    Process Benefits Data Conversion
    S. Sundar

    Hi,
    I'm a bit late to the party in this thread, but:
    Are most of the unpopulated tables related to Financials? With the introduction of E-Business Tax (ZX) and Sub-Ledger Accounting in R12, some data seems to have been moved to other tables and schemas. For example, we had some reports that needed to be rewritten for R12 because some Receivables tables and views were empty after the upgrade. I don't get into the functional side of things very often, so I don't know if AR is similarly affected.
    Sorry I don't have much detail to offer, but maybe this will give you a starting point for further research.
    Regards,
    John P.

  • Additional Setup After R12 Upgrade

    Hello Experts,
    We are currently in the Process of upgrading 11i.5.10.2 to R12.1.3.
    We are having GL, AR and Projects module as a part of the R12 upgrade. The question is straight forward, After R12 upgrade do we need to do any additional setup on subledger or GL level?
    If the answer is Yes, then pls guide me for the same.
    Thanks,
    Atul

    Atul,
    All the steps should be covered in the upgrade manuals.
    Oracle E-Business Suite Upgrade Guide
    Oracle Financials and Oracle Procurement Functional Upgrade Guide: Release 11i to Release 12
    You may also review (R12.1 / R12.2 : Oracle E-Business Suite Releases 12.1 and 12.2 Release Content Documents (Doc ID 1302189.1)).
    Thanks,
    Hussein

  • How to uninstall the 8.0.6 Oracle Home after R12 upgrade

    I would like to remove the 8.0.6 Oracle Home from the central inventory after completing an R12 upgrade. Using the 10.1.3 OUI, I am able to remove the 9iAS Oracle Home from the inventory, but the 8.0.6 Oracle Home does not have a checkbox that allows OUI to deinstall. I thought there was some 8.0.6 process that would do the inventory deregistration.

    I found 8.0.6 $ORACLE_HOME/orainst. Using orainst, I could remove all software except the reports server, that throws the following error:
    or60w.dei(0): FILE_NOT_FOUND while deinstalling │ │
    │ │ or60w. (No such file or directory.)

  • Pacman giving error after 'packman-key --init'

    Well after a long time i m back on arch. and i found out that pacman has changed and using pgp signature (happy now !). and everything is smooth except one thing pacman is still giving error and asks me to import pgp for every single package when i try to install something. here is an output :
    [root@Olympians hades]# pacman -S rhythmbox
    resolving dependencies...
    looking for inter-conflicts...
    Targets (32): aspell-0.60.6.1-1 clutter-1.8.2-2 clutter-gst-1.4.6-1
    clutter-gtk-1.0.4-1 cogl-1.8.2-1 enchant-1.6.0-4 gmime-2.6.4-1
    gobject-introspection-1.30.0-1 grilo-0.1.18-1 gvfs-1.10.1-2
    gvfs-afc-1.10.1-2 hspell-1.1-1 hunspell-1.3.2-1 icu-4.8.1.1-1
    json-glib-0.14.2-1 libdiscid-0.2.2-1 libdmapsharing-2.9.12-1
    libgpod-0.8.2-2 libmtp-1.1.1-1 libmusicbrainz3-3.0.3-1
    libpeas-1.2.0-1 libwebkit3-1.6.1-1 media-player-info-15-1
    mutagen-1.20-3 mx-1.4.1-1 pygobject-devel-3.0.3-1
    python2-beaker-1.6.2-1 python2-gobject-3.0.3-1
    python2-mako-0.5.0-2 python2-markupsafe-0.15-1
    totem-plparser-2.32.6-3 rhythmbox-2.95-1
    Total Installed Size: 129.07 MiB
    Proceed with installation? [Y/n] y
    (32/32) checking package integrity [----------------------] 100%
    error: grilo: key "A5E9288C4FA415FA" is unknown
    :: Import PGP key 4FA415FA, "Jan Alexander Steffens (heftig) <[email protected]>", created 2011-08-25? [Y/n] y
    error: icu: key "94657AB20F2A092B" is unknown
    :: Import PGP key 0F2A092B, "Andreas Radke <[email protected]>", created 2011-05-14? [Y/n] y
    error: enchant: key "976AC6FA3B94FA10" is unknown
    :: Import PGP key 3B94FA10, "Jan de Groot <[email protected]>", created 2011-06-06? [Y/n] y
    (32/32) checking package integrity [----------------------] 100%
    (32/32) loading package files [----------------------] 100%
    (32/32) checking for file conflicts [----------------------] 100%
    (32/32) checking available disk space [----------------------] 100%
    ( 1/32) installing json-glib [----------------------] 100%
    ( 2/32) installing cogl [----------------------] 100%
    ( 3/32) installing clutter [----------------------] 100%
    ( 4/32) installing clutter-gtk [----------------------] 100%
    ( 5/32) installing clutter-gst [----------------------] 100%
    ( 6/32) installing grilo [----------------------] 100%
    Optional dependencies for grilo
    grilo-plugins: Plugins for grilo
    ( 7/32) installing gvfs [----------------------] 100%
    Optional dependencies for gvfs
    gvfs-afc: AFC (mobile devices) support
    gvfs-smb: SMB/CIFS (Windows client) support
    gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support
    gvfs-obexftp: ObexFTP (bluetooth) support
    gvfs-afp: Apple Filing Protocol (AFP) support
    ( 8/32) installing gvfs-afc [----------------------] 100%
    ( 9/32) installing libdmapsharing [----------------------] 100%
    (10/32) installing mutagen [----------------------] 100%
    (11/32) installing libgpod [----------------------] 100%
    Optional dependencies for libgpod
    gtk-sharp-2: Mono bindings
    (12/32) installing libmtp [----------------------] 100%
    (13/32) installing libdiscid [----------------------] 100%
    (14/32) installing libmusicbrainz3 [----------------------] 100%
    (15/32) installing gobject-introspection [----------------------] 100%
    (16/32) installing libpeas [----------------------] 100%
    Optional dependencies for libpeas
    gjs: gobject-based plugin engine - gjs runtime loader
    seed: gbject-based plugin engine - seed runtime loader
    (17/32) installing icu [----------------------] 100%
    (18/32) installing aspell [----------------------] 100%
    ==> aspell comes with no default dictionary
    Optional dependencies for aspell
    perl: to import old dictionaries
    (19/32) installing hunspell [----------------------] 100%
    Optional dependencies for hunspell
    perl: for ispellaff2myspell
    (20/32) installing hspell [----------------------] 100%
    (21/32) installing enchant [----------------------] 100%
    (22/32) installing libwebkit3 [----------------------] 100%
    (23/32) installing media-player-info [----------------------] 100%
    (24/32) installing mx [----------------------] 100%
    (25/32) installing pygobject-devel [----------------------] 100%
    (26/32) installing python2-gobject [----------------------] 100%
    (27/32) installing python2-markupsafe [----------------------] 100%
    (28/32) installing python2-beaker [----------------------] 100%
    (29/32) installing python2-mako [----------------------] 100%
    (30/32) installing gmime [----------------------] 100%
    (31/32) installing totem-plparser [----------------------] 100%
    (32/32) installing rhythmbox [----------------------] 100%
    Optional dependencies for rhythmbox
    gstreamer0.10-ugly-plugins: Extra media codecs
    gstreamer0.10-bad-plugins: Extra media codecs
    gstreamer0.10-ffmpeg: Extra media codecs
    brasero: cd burning
    and here is my pacman.conf file.
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl -C - %u > %o
    #CleanMethod = KeepInstalled
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #UseSyslog
    #ShowSize
    #UseDelta
    TotalDownload
    ILoveCandy
    CheckSpace
    # PGP signature checking
    # NOTE: None of this will work without running `pacman-key --init` first.
    # The compiled in default is equivalent to the following line. This requires
    # you to locally sign and trust packager keys using `pacman-key` for them to be
    # considered valid.
    #SigLevel = Optional TrustedOnly
    # If you wish to check signatures but avoid local sign and trust issues, use
    # the following line. This will treat any key imported into pacman's keyring as
    # trusted.
    SigLevel = Optional TrustAll
    # For now, off by default unless you read the above.
    #SigLevel = Never
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    ## Add your preferred servers here, they will be used first
    #Include = /etc/pacman.d/mirrorlist
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    ## Add your preferred servers here, they will be used first
    #Include = /etc/pacman.d/mirrorlist
    #[multilib]
    ## Add your preferred servers here, they will be used first
    #Include = /etc/pacman.d/mirrorlist
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    i searched it but i am not sure i understood it quite very well. anyway thanks for help. and its good to be back !!!

    so can anyone of you post your pacman.conf file that is already merged ?? and when i press y when it prompts to import the key it doesn't really import it ! and i dont understand this - i m able to install single package but cant upgrade the system ! okay here is the output -
    [hades@Olympians ~]$ sudo pacman -Syu
    :: Synchronizing package databases...
    core 106.4 KiB 23.1K/s 00:05 [----------------------] 100%
    extra 1186.2 KiB 93.1K/s 00:13 [----------------------] 100%
    community 1048.9 KiB 114K/s 00:09 [----------------------] 100%
    :: Starting full system upgrade...
    :: Replace module-init-tools with core/kmod? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    Targets (204): alsa-firmware-1.0.25-1 alsa-lib-1.0.25-1 alsa-oss-1.0.25-1
    alsa-utils-1.0.25-1 ati-dri-7.11.2-1 autoconf-2.68-2
    automake-1.11.2-1 avahi-0.6.30-6 bash-4.2.020-1
    binutils-2.22-4 bison-2.5-3 bzip2-1.0.6-3
    ca-certificates-20111211-1 cifs-utils-5.2-1 colord-0.1.16-1
    conky-1.8.2git20111107-1 consolekit-0.4.5-2 coreutils-8.15-1
    cracklib-2.8.18-2 cryptsetup-1.4.1-1 curl-7.24.0-1
    db-5.3.15-1 deadbeef-0.5.1-4 desktop-file-utils-0.19-1
    dhcpcd-5.2.12-4 dialog-1.1_20111020-1 dnsutils-9.8.1-2
    dosfstools-3.0.12-1 e2fsprogs-1.42-1 enca-1.13-2
    eventlog-0.2.12-3 expat-2.0.1-7 fakeroot-1.18.2-1 file-5.10-1
    filesystem-2011.12-2 findutils-4.4.2-4
    flashplugin-11.1.102.55-1 flex-2.5.35-5 freeglut-2.8.0-1
    gawk-4.0.0-2 gcc-4.6.2-6 gcc-libs-4.6.2-6 gdbm-1.10-1
    gdk-pixbuf2-2.24.1-1 gettext-0.18.1.1-4
    glib-networking-2.30.2-1 glib2-2.30.2-1 glibc-2.15-4
    glibmm-2.30.1-1 gmtk-1.0.5-2 gnome-icon-theme-symbolic-3.2.2-1
    gnome-keyring-3.2.2-3 gnome-mplayer-1.0.5-1 gnutls-3.0.12-1
    gpm-1.20.6-7 grep-2.10-1 groff-1.21-2 grub-0.97-21
    gstreamer0.10-bad-0.10.22-3 gstreamer0.10-bad-plugins-0.10.22-3
    gstreamer0.10-ffmpeg-0.10.13-1 gstreamer0.10-ugly-0.10.18-4
    gstreamer0.10-ugly-plugins-0.10.18-4
    gtk-update-icon-cache-2.24.9-1 gtk2-2.24.9-1 gtk3-3.2.3-2
    gucharmap-3.2.2-1 gzip-1.4-4 heirloom-mailx-12.5-3
    idnkit-1.0-2 inetutils-1.9.1-1 initscripts-2012.01.3-1
    intel-dri-7.11.2-1 intltool-0.50.0-1 iproute2-3.2.0-2
    iputils-20101006-2 jack-0.121.3-5 jfsutils-1.1.15-3
    jshon-20111222-1 keyutils-1.5.5-1 kmod-4-1 krb5-1.9.2-2
    lame-3.99.3-1 lcms2-2.3-1 less-444-2 libass-0.10.0-3
    libbluray-0.2.1-1 libburn-1.1.8-1 libcap-2.22-2
    libcroco-0.6.3-1 libdatrie-0.2.5-1 libdrm-2.4.30-1
    libdvdnav-4.2.0-2 libdvdread-4.2.0-1 libevent-2.0.16-1
    libgl-7.11.2-1 libglapi-7.11.2-1 libgnome-keyring-3.2.2-1
    libgphoto2-2.4.11-1 libgusb-0.1.3-1 libiec61883-1.2.0-3
    libjpeg-turbo-1.1.1-4 libldap-2.4.28-2 libpcap-1.2.1-1
    libpipeline-1.2.0-2 libpulse-1.1-2 librsvg-2.34.2-1
    libsasl-2.1.23-9 libthai-0.1.16-1 libusb-1.0.8-2
    libusb-compat-0.1.3-2 libvdpau-0.4.1-2 libxfce4ui-4.8.1-1
    libxi-1.4.5-1 libxrandr-1.3.2-2 linux-3.2.2-1
    linux-firmware-20111101-1 lirc-utils-1:0.9.0-10
    lxappearance-0.5.1-3 m4-1.4.16-2 mach64-dri-7.11.2-1
    man-db-2.6.0.2-3 mdadm-3.2.3-1 mesa-7.11.2-1 mga-dri-7.11.2-1
    mjpegtools-2.0.0-1 mkinitcpio-0.8.2-1
    module-init-tools-3.16-1 [removal] mpfr-3.1.0.p3-1
    mpg123-1.13.4-2 mplayer-34426-1 nano-2.2.6-2 ncurses-5.9-2
    network-manager-applet-0.9.2.0-1 networkmanager-0.9.2.0-1
    nss-3.13.1-2 obmenu-1.0-9 openbox-themes-1.0.2-2
    openssl-1.0.0.g-1 p11-kit-0.9-1 pam-1.1.5-2 parted-3.0-4
    patch-2.6.1-3 pciutils-3.1.8-1 pcre-8.21-1 perl-5.14.2-7
    pixman-0.24.2-1 pkg-config-0.26-2 pm-quirks-0.20100619-2
    polkit-0.103-1 poppler-0.18.3-1 poppler-glib-0.18.3-1
    popt-1.16-4 ppp-2.4.5-3 python-distutils-extra-2.29-1
    python-imaging-1.1.7-4 python2-2.7.2-4 r128-dri-7.11.2-1
    raptor-2.0.6-1 readline-6.2.002-1 reiserfsprogs-3.6.21-4
    run-parts-4.0.4-1 savage-dri-7.11.2-1 scrot-0.8-5
    sdl-1.2.15-1 sed-4.2.1-4 sg3_utils-1.33-1 shadow-4.1.4.3-5
    shared-color-profiles-0.1.5-1 sis-dri-7.11.2-1
    smbclient-3.6.2-1 sqlite3-3.7.10-1 startup-notification-0.12-2
    sysfsutils-2.1.0-7 syslinux-4.05-1 syslog-ng-3.3.4-1
    talloc-2.0.7-1 tar-1.26-2 tdfx-dri-7.11.2-1 texinfo-4.13a-7
    transmission-gtk-2.42-2 tzdata-2011n-1 udev-179-1
    unrar-4.1.4-1 upower-0.9.15-1 util-linux-2.20.1-2
    vi-1:050325-2 wavpack-4.60.1-2 which-2.20-5
    wireless_tools-29-6 wpa_supplicant-0.7.3-4 x264-20111030-1
    xcb-util-0.3.8-1 xf86-input-joystick-1.6.0-3
    xf86-video-ati-6.14.3-1 xf86-video-intel-2.17.0-2
    xf86-video-vmware-11.1.0-1 xfconf-4.8.1-1 xfsprogs-3.1.7-1
    xkeyboard-config-2.5-1 xorg-server-1.11.3-1
    xorg-server-common-1.11.3-1 xorg-xinit-1.3.1-2
    zathura-0.0.8.5-4
    Total Download Size: 7.87 MiB
    Total Installed Size: 898.19 MiB
    Net Upgrade Size: 20.59 MiB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from core...
    glibc-2.15-4-i686 7.1 MiB 118K/s 01:02 [----------------------] 90%
    e2fsprogs-1.42-1-i686 7.9 MiB 118K/s 01:08 [----------------------] 100%
    (203/203) checking package integrity [----------------------] 100%
    (203/203) loading package files [----------------------] 100%
    (203/203) checking for file conflicts [----------------------] 100%
    error: failed to commit transaction (conflicting files)
    filesystem: /etc/mtab exists in filesystem
    Errors occurred, no packages were upgraded.
    [hades@Olympians ~]$

  • Finding: Incorrect SQL throws a random error (after 2005 upgrade)

    Hi I thought that I would share an experience that we found after upgrading a system to 2005:
    Due to the upgrade of SBO, one of our addons didn't work properly after upgrading it to 2005.  Basically the code would break in random places (while stepping through it in the Development Environment).
    After some time we identified the error was being thrown because a sql query we were using was incorrect due to the changing of the DB structure in the upgrade.  The weird thing was that it didn't throw an error at rs.DoQuery(query) but actually would step into the recordset and then the addon would suddenly stop working - hence the reason it took a while to identify it was the sql causing the problem.
    Anyway updating the sql fixed the problem, but if anyone else is finding strange behavior whilst trying to identify why an addon might stop working after an upgrade, you should check any sql being used is still correct....
    Daniel

    The first versions of SBO2005A SDK (PL00 to PL04) was the say the least VERY buggy... PL05,06 and now 07 seem to get things under control... Any rampup version of 2005 should at least get up PL05 ASAP... I didnt have many problem with the SQL, but "Server produced an error was a very common error".. my problem was primarily in matrixes (add/remove of lines), itemevent (pval internal COM error) and the dangerouse UserTable error due to currupted object in it....

  • Hybrid Tablespace model after R12 upgrade

    Hello,
    I have done with the upgrade process from 11.5.9 CU2 to R 12.1.1 successfully, the instance is up and running. However, after checking the DB objects, I found that the old tablesapces have alot of DB objects. as shown below. Can I rerun the OATM tool now and do the migration?
    SQL> select tablespace_name, count(*)
    2 from dba_segments
    3 where owner = 'AP'
    4 group by tablespace_name;
    TABLESPACE_NAME COUNT(*)
    APPS_TS_NOLOGGING 2
    APD 237
    APPS_TS_TX_IDX 206
    APPS_TS_SEED 10
    APPS_TS_INTERFACE 14
    APX 346
    APPS_TS_TX_DATA 100
    APPS_TS_SUMMARY 3

    Rami,
    I believe I have provided the docs you need to refer to in your other thread -- Re: R12 upgrade patch driver failed because of CTXSYS invalid objects
    I am locking this thread since it is a duplicate.
    Thanks,
    Hussein

  • Jco call rfc throws error after WAS upgrade sp15

    Hi all.
    When 2 days ago, our WAS engine version is sp14.
    And we have one application using jco library to connect to SAP R/3. It works well.
    After we upgrade WAS to sp15.
    This function throws out the error.
    Umrechnungsfaktor konnte nicht bestimmt werden
    Is there anybody can help me ? Its very urgent !

    Hi
    A)Go to adming page http://<localhost>:<port> >>click Web Dynpro >>Content admin >> create, maintain, test Jco and also you can Test the SLD connection too
    B)If you are using any JDBC driver,Check your JDBC driver is registered. or else you have register it
    1. Start the Visual Admin tool
    2. In the tab Cluster, open the node of the server you want to check.
    3. Open the node Services under the server you want to check.
    4. Click on the entry ClassLoader Viewer under Services. 5. The components are displayed in the right window. Open the node Applications in the right window.
    6. Look for the entry sap.com/com.sapportals.connectors.database and click on it.
    Under sap.com/com.sapportals.connectors.database, your JDBC driver should be available
    Cheers
    Jawahar Govindaraj
    PS: Reward points

  • External command Cpic error - after V5R4M5 upgrade

    Hi,
    We are getting an error when we try to run external commands - Exception raised: PROGRAM_START_ERROR - The problem started after we upgraded the OS to V5R4M5.  We are running R/3 45B.  kernel patch 994.
    SAPXPG JOBLOG:  I see the following error MCH1210
    QCPFMSG
    MESSAGE-                                
    Receiver value too small to hold result.
    I could not find a new version of sapxpg for 4.5b_ext.  I
    Regards,
    Brian

    Never mind I found note 976837 that resolved the problem
    Regards,
    Brian

  • Template form is giving error in R12

    Hi All,
    We are trying to run the template form from apps R12.But it is giving error as 'frm-40735: On error trigger raised unhandled exception ORA-06508'.we tried out by compiling all .pll and all invalid objects in database .All .pll is compiled by using ADADMIN.only template.fmb is not working even APPSSAND.fmb is also working fine.We are in critical possition pls any body knows please help us.
    Regards,
    Venkateshwari.J

    Hi Srini,
    I tried the below but It didnt work:
    /slot/ems6596/appmgr/inst/apps/r1212112_rws60007rems/admin/scripts
    -bash-3.00$ adstpall.sh apps/apps
    You are running adstpall.sh version 120.10.12010000.4
    adstpall.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    USAGE: adstpall.sh <appsusername/appspassword>
    adstpall.sh <applications_username/applications_password> -secureapps
    adstpall.sh -nodbchk
    adstpall.sh: exiting with status 1
    -bash-3.00$ adstpall.sh
    You are running adstpall.sh version 120.10.12010000.4
    Enter the APPS username: apps
    Enter the APPS password:
    adstpall.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    USAGE: adstpall.sh <appsusername/appspassword>
    adstpall.sh <applications_username/applications_password> -secureapps
    adstpall.sh -nodbchk
    adstpall.sh: exiting with status 1
    Any help into this.

  • Forms Personalization not working after R12 upgrade

    Hi,
    We have recently upgraded to R12. We have forms personalizations on the People, Enter and Maintain form and this is not working now after the R12 upgrade.
    I went to one of the form personalizations and Validated and Applied again but it still did not work. I also created a new one but had no success with that either.
    Any ideas how to get this working again ? Is there something extra that needs to be done for R12?
    Thanks
    Regards,
    Shalantha

    Pl indicate which version of R12 and on what form you had the personalization in the previous version. Have you checked FND_FORM_CUSTOM_% tables to ensure that the personalization survived the upgrade ?
    Pl see if these MOS Docs can help
    Forms Personalizations Unavailable After Upgrade To 12.1.x          (Doc ID 1245864.1)
    Forms Personalization Not Working After Upgrade To R12.1.3          (Doc ID 1309458.1)
    Form Personalization Value Field Not Being Retained After Upgrade          (Doc ID 1266265.1)
    Do Personalizations Holdup After A Patch Is Applied? (Doc ID 1286576.1)
    HTH
    Srini

  • I'm getting errors after I upgraded to Mavericks

    After I upgraded my Mac Pro to Mavericks, I've been having problems exporting files out of Final Cut Pro to any use.
    The error message displays the following:
    The operation couldn’t be completed. (com.apple.Compressor.CompressorKit.ErrorDomain error -1.)
    Has anyone seen similar error and found a way to fix it?

    10.0.1 //
    Model Name:          Mac Pro
      Model Identifier:          MacPro5,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          2.4 GHz
      Number of Processors:          2
      Total Number of Cores:          8
      L2 Cache (per Core):          256 KB
      L3 Cache (per Processor):          12 MB
      Memory:          20 GB

Maybe you are looking for

  • Database table update issue

    Hello experts, Need your Help... I am trying to update database table using Update command. And I am doing COMMIT WORK AND WAIT. after the successful update. But my code sometimes does not work and the table is not updated. Sometimes the code works a

  • 10.6.2 update causes all non-Apple applications to crash.

    update Final Cut Studio 3 and Aperture fail to open as well (pro apps) Hi: Hoping for some expert help here. Updated from 10.6.1 to 10.6.2 today, using the combo update. The Software Update version refused to install. After a reboot, I was *unable to

  • Importing a 3D scene into Director

    Hi, I am using Director 11.5 for my final year project which I am new to. I am not starting in Director for a couple of weeks as I am still modelling in texturing at the moment. However, I would like to occasionally export my scene into w3d file and

  • Recovering my PC iTunes Library following a PC Crash

    Following a recent disasterous crash on my PC and my need to reinstall Windows XP I have lost my whole music library. Fortunately I automatically synced the Library to both my iPod and iPhones so am still able to enjoy. However I had no back up saved

  • Standalone Portlet Debugging ?

    On my Win2k I have installed jDeveloper with the PDK-Wizard and have futhermore installed the OC4J extended with PDK (PDK_OC4J_EXTENDED.zip). According to the documentation it should be posible to do a standalone debugging (within the embedded OC4J)