Libclntsh.so.10.1: file too short

Hello All,
I am reinstalling clusterware 10g R2 at REL 5.1 at last when trying to execute root.sh script with 'root' user following error is raising
can any one help me out to fix it please.
+++++++++++Error Description++++++++++++++
/u01/app/oracle/product/10.2.0/crs/bin/ocrconfig.bin: error while loading shared libraries: /u01/app/oracle/product/10.2.0/crs/lib/libclntsh.so.10.1: file too short
Failed to upgrade Oracle Cluster Registry configuration
Regards,
Farrukh Salman,

i wrote a script which uses the connection method you describe like this:
To connect to a local database with a user which has been set-up to
authenticate via the OS ("ALTER USER username IDENTIFIED EXTERNALLY"):
$dbh = DBI-> connect('dbi:Oracle:','/','');
Note the lack of a connection name (use the ORACLE_SID environment
variable).
My tnsnames.ora looks like:
BBA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = dhcp-144.int.consol.de)(PORT = 1521))
"tnsping bba" worked fine, but my perl-script (where is set $ENV{ORACLE_SID}
= "bba") always said:
CRITICAL - cannot connect to . ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory (DBD ERROR: OCISessionBegin)
What i didn't know, tnsping seems to try also the upper case, that's why i
blindly set ORACLE_SID also to "bba".
Now, 13 hours later (reading half of the internet, reading process and
network traces), i accidentially typed the ORACLE_SID in upper case and it
worked.
In order to save other people from spending hours in desperation, i propose
to add a warning message on the cpan webpage:
The ORACLE_SID is case sensitive, use the exact copy of the value from
tnsnames.ora or forget it.

Similar Messages

  • /usr/lib/libXext.so.6 File too short

    Hi, Im trying to get xorg running.
    I'm running Arch on Vbox as guest.
    I don't know  exactly what I did to get this error, I was following the Arch wiki and was in the part of installing hal, dbus, xfree-input-keyboard and mouse.
    Now I'm getting an error that wasn't before. I type "startx" and I get:
    >  xauth: error while loading shared libraries: /usr/lib/libXext.so.6: file too short
    >  xauth: error while loading shared libraries: /usr/lib/libX11.so.6: file too short
    With "pacman -Qo libX11.so.6"
    > error: failed to read file libX11.so.6: No such file or directory
    "pacman -Qo libX11.so.6"
    > error: failed to read file libX11.so: No such file or directory
    Same for libXext.so.6
    "pacman -Ss libxext"
    > extra/libxext 1.1.1-1      X11 miscellaneous extensions library
    "pacman -S libxext"
    >warning: libext-1.1.1-1 is up to date -- reinstalling
    >Proceed with installation (y/n) y
    > checking for file conflicts
    > (lot of errors like this: libxext: MITMisc.h exists in filesystem)
    > Errors ocurred, no packages were upgraded.
    "pacman -R libxext"
    > error: failed to prepare transaction (could not satisfy dependencies)
    > (lots of packets require libxext)
    I also renamed ld.so.cache to ld.so.cache (should I do anything else to rebuild it?)
    Help

    Hi thanks, that did it.
    Unfortunately now "startx" throws another new error that wasn't before. "Startx" would bring up a black screen I couldn't get out from before, I guess it was working, kinda.
    This is the error now:
    >dlopen: /usr/lib/xorg/modules/drivers/vboxvideo_drv.so : undefined symbol: resVga Shared
    > (EE) Failed to load /usr/lib/xorg/modules/drivers/vboxvideo_drv.so
    > (EE) Failed to load module "vboxvideo" (loader failed, 7)
    > (EE) module ABI major version (4) doesn´t match the server´s version (7)
    >Fatal server error:
    >no screens found
    So I tried just in case:
    "pacman -Qo vboxvideo_drv.so". The file didn't belong to any package.
    "pacman -Sf virtualbox-additions". All ok the package was reinstalled.
    But that didn't solve the problem. I also did "shutdown -rF now"
    Same problem still.

  • /lib/i386/libawt.so: /usr/lib/libXtst.so.6: file too short occurred. error

    I am doing 10AS(10.1.3.5) upgrade on 64bit OL 5 os with R1211/11.2.0.3 database.
    I set the environment file and trying to run runinstaller, i am getting below error.
    =====================
    [applmgr@apps Disk1]$ ./runInstaller -ignoreSysPrereqs
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-Red Hat Enterprise Linux AS release 3, redhat-Red Hat Enterprise Linux AS release 4, redhat-Red Hat Enterprise Linux ES release 3, redhat-Red Hat Enterprise Linux ES release 4, redhat-3, redhat-4, redhat-5, SuSE-9 or SuSE-10
    Passed
    All installer requirements met.
    Checking Temp space: must be greater than 400 MB. Actual 6491 MB Passed
    Checking swap space: must be greater than 512 MB. Actual 5122MB Passed
    Checking monitor: must be configured to display at least 256 colors Failed <<<<
    >>> Could not execute auto check for display colors using command /usr/X11R6/bin/xdpyinfo. Check if the DISPLAY variable is set.
    Checking if CPU speed is above 300 MHz. Actual 2666 MHz Passed
    Ignoring optional pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-03-11_08-05-11PM. Please wait ...[applmgr@apps Disk1]$ Oracle Universal Installer, Version 10.1.0.6.0 Production
    Copyright (C) 1999, 2009, Oracle. All rights reserved.
    Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2013-03-11_08-05-11PM/jre/1.4.2/lib/i386/libawt.so: /usr/lib/libXtst.so.6: file too short occurred..
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2013-03-11_08-05-11PM/jre/1.4.2/lib/i386/libawt.so: /usr/lib/libXtst.so.6: file too short
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:193)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:174)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:183)
    at oracle.sysman.oii.oiic.OiicInstaller.<init>(OiicInstaller.java:279)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:739)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:653)
    Exception in thread "main" java.lang.NoClassDefFoundError
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:193)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:174)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:183)
    at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:112)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:797)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:653)
    here is /usr/lib information.
    wxrwx 1 root root 20 Feb 21 17:07 libodbcpsql.so -> libodbcpsql.so.2.0.0
    lrwxrwxrwx 1 root root 19 Feb 21 17:07 libodbcnnS.so.1 -> libodbcnnS.so.1.0.0
    lrwxrwxrwx 1 root root 19 Feb 21 17:07 libodbcmyS.so.1 -> libodbcmyS.so.1.0.0
    lrwxrwxrwx 1 root root 19 Feb 21 17:07 libodbcmyS.so -> libodbcmyS.so.1.0.0
    lrwxrwxrwx 1 root root 21 Feb 21 17:07 libodbcminiS.so.1 -> libodbcminiS.so.1.0.0
    lrwxrwxrwx 1 root root 20 Feb 21 17:07 libodbcinst.so.1 -> libodbcinst.so.1.0.0
    lrwxrwxrwx 1 root root 24 Feb 21 17:07 libodbcdrvcfg2S.so.1 -> libodbcdrvcfg2S.so.1.0.0
    lrwxrwxrwx 1 root root 24 Feb 21 17:07 libodbcdrvcfg1S.so.1 -> libodbcdrvcfg1S.so.1.0.0
    lrwxrwxrwx 1 root root 18 Feb 21 17:07 libodbccr.so.1 -> libodbccr.so.1.0.0
    lrwxrwxrwx 1 root root 14 Feb 21 17:07 libnn.so.1 -> libnn.so.1.0.0
    lrwxrwxrwx 1 root root 18 Feb 21 17:07 libmimerS.so.1 -> libmimerS.so.1.0.0
    lrwxrwxrwx 1 root root 18 Feb 21 17:07 libgtrtst.so.1 -> libgtrtst.so.1.0.0
    lrwxrwxrwx 1 root root 18 Feb 21 17:07 libesoobS.so.1 -> libesoobS.so.1.0.0
    lrwxrwxrwx 1 root root 22 Feb 21 17:07 libboundparam.so.1 -> libboundparam.so.1.0.0
    lrwxrwxrwx 1 root root 14 Feb 22 19:22 libXp.so.6 -> libXp.so.6.2.0
    lrwxrwxrwx 1 root root 25 Mar 5 23:10 libdb.so.2 -> /usr/lib/libgdbm.so.2.0.0
    -rwxr-xr-x 1 root root 0 Mar 11 03:21 libXtst.so.6.1.0
    lrwxrwxrwx 1 root root 29 Mar 11 03:22 libXtst.so.6 -> /usr/X11R6/lib/libXtst.so.6.1

    Hi;
    Please review:
         Oracle Application Server 10g (10.1.2) Installation Requirements for Linux OEL 5 and RHEL 5 [ID 564174.1]
    Regard
    Helios

  • (SOLVED) K3b installation is hosed. "File too short"

    While installing K3b my computer locked up. Had to force a reboot. Tried reinstalling K3b and am now getting this error:
    k3b: error while loading shared libraries: /usr/lib/libdvdread.so.3: file too short
    Last edited by mooreted (2009-02-25 23:56:46)

    I get similar error whenever I try to install any application through pacman.
    /sbin/ldconfig: File /usr/lib/libiec61883.so is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libmlt++.so.0.4.4 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libSDL_image.so is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libavc1394.so.0 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libdv.so is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libmlt.so.1 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libiec61883.so.0 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libSDL_image-1.2.so.0.1.6 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libgavl.so is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libmlt++.so is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libavc1394.so is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libgavl.so.1 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/librom1394.so.0.3.0 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libgavl.so.1.0.0 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libavc1394.so.0.3.0 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/librom1394.so is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libmlt.so is empty, not checked.
    /sbin/ldconfig: File /usr/lib/librom1394.so.0 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libdv.so.4.0.3 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libdv.so.4 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libmlt++.so.2 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libmlt.so.0.4.4 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libiec61883.so.0.1.1 is empty, not checked.
    /sbin/ldconfig: File /usr/lib/libSDL_image-1.2.so.0 is empty, not checked.
    and when I tried fixing I get below message
    # pacman -Qo /usr/lib/libSDL_image.so /usr/lib/libavc1394.so.0 /usr/lib/libdv.so /usr/lib/libmlt.so.1 /usr/lib/libiec61883.so.0 /usr/lib/libSDL_image-1.2.so.0.1.6 /usr/lib/libgavl.so /usr/lib/libavc1394.so /usr/lib/libmlt.so /usr/lib/libdv.so.4.0.3 /usr/lib/libdv.so.4 /usr/lib/libmlt++.so.2 /usr/lib/libmlt.so.0.4.4 /usr/lib/libiec61883.so.0.1.1 /usr/lib/libSDL_image-1.2.so.0
    error: No package owns /usr/lib/libSDL_image.so
    error: No package owns /usr/lib/libavc1394.so.0
    error: No package owns /usr/lib/libdv.so
    error: No package owns /usr/lib/libmlt.so.1
    error: No package owns /usr/lib/libiec61883.so.0
    error: No package owns /usr/lib/libSDL_image-1.2.so.0.1.6
    error: No package owns /usr/lib/libgavl.so
    error: No package owns /usr/lib/libavc1394.so
    error: No package owns /usr/lib/libmlt.so
    error: No package owns /usr/lib/libdv.so.4.0.3
    error: No package owns /usr/lib/libdv.so.4
    error: No package owns /usr/lib/libmlt++.so.2
    error: No package owns /usr/lib/libmlt.so.0.4.4
    error: No package owns /usr/lib/libiec61883.so.0.1.1
    error: No package owns /usr/lib/libSDL_image-1.2.so.0
    looking for someone to help on this. Thx.

  • Error loading exe - /usr/lib/libgconf-2.so.4: file too short

    I was trying to load the game demo from this kickstarter - https://www.kickstarter.com/projects/na … f=category
    I downloaded the 64bit version and I get the following error.
    I am using AMD Catalyst drivers with all the said 32bit libs installed.
    [shashwat@dhcppc2 linux64]$ ./cosmochoria
    ./cosmochoria: error while loading shared libraries: /usr/lib/libgconf-2.so.4: file too short
    Permission -
    [shashwat@dhcppc2 linux64]$ ls -l
    total 130092
    -rwxr-xr-x 1 shashwat shashwat 82094616 Feb 20 18:17 cosmochoria
    -rwxr-xr-x 1 shashwat shashwat 4755056 Feb 20 18:17 libffmpegsumo.so
    -rwxr-xr-x 1 shashwat shashwat 4031601 Feb 20 18:17 nw.pak
    -rwxr-xr-x 1 shashwat shashwat 42327878 Apr 24 20:11 package.nw
    [shashwat@dhcppc2 linux64]$
    Please help.
    edit - I get this error if i try 32bit version -
    [shashwat@dhcppc2 linux32]$ ./cosmochoria
    ./cosmochoria: error while loading shared libraries: libXrender.so.1: cannot open shared object file: No such file or directory
    [shashwat@dhcppc2 linux32]$
    Regards
    Last edited by Shashwat (2014-04-28 17:18:27)

    ^^ no I have 128gb space for / there is no way I ran out of space .
    I also get this error when I install or remove some package .
    ldconfig: File /usr/lib/libecpg_compat.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_auth_kwallet-1.so is empty, not checked.
    ldconfig: File /usr/lib/libsvnjavahl-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libmysqlclient.so.18.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_client-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libgdl-3.so.5.0.8 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_repos-1.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_auth_kwallet-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvnjavahl-1.so is empty, not checked.
    ldconfig: File /usr/lib/libcgraph.so is empty, not checked.
    ldconfig: File /usr/lib/libvala-0.22.so is empty, not checked.
    ldconfig: File /usr/lib/libanjuta-3.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libpgtypes.so.3 is empty, not checked.
    ldconfig: File /usr/lib/libpq.so.5.6 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_fs_util-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libxdot.so is empty, not checked.
    ldconfig: File /usr/lib/libserf-1.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_fs_util-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_fs_fs-1.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_ra_svn-1.so is empty, not checked.
    ldconfig: File /usr/lib/libmysqlclient.so is empty, not checked.
    ldconfig: File /usr/lib/libpgtypes.so is empty, not checked.
    ldconfig: File /usr/lib/libgconf-2.so is empty, not checked.
    ldconfig: File /usr/lib/libgd.so.3 is empty, not checked.
    ldconfig: File /usr/lib/libcdt.so is empty, not checked.
    ldconfig: File /usr/lib/libvala-0.22.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgvc.so.6 is empty, not checked.
    ldconfig: File /usr/lib/libgconf-2.so.4.1.5 is empty, not checked.
    ldconfig: File /usr/lib/libmysqlclient_r.so.18.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgts-0.7.so.5.0.1 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_auth_kwallet-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libxdot.so.4 is empty, not checked.
    ldconfig: File /usr/lib/libopts.so is empty, not checked.
    ldconfig: File /usr/lib/libmysqlclient.so.18 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_swig_py-1.so is empty, not checked.
    ldconfig: File /usr/lib/libgvc.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_auth_gnome_keyring-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgda-ui-5.0.so.4 is empty, not checked.
    ldconfig: File /usr/lib/libgdl-3.so.5 is empty, not checked.
    ldconfig: File /usr/lib/libgladeui-2.so.6.0.3 is empty, not checked.
    ldconfig: File /usr/lib/libgts.so is empty, not checked.
    ldconfig: File /usr/lib/libgda-xslt-5.0.so.4.1.1 is empty, not checked.
    ldconfig: File /usr/lib/libgdl-3.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_fs-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_ra-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libmysqlclient_r.so.18 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_swig_py-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_subr-1.so is empty, not checked.
    ldconfig: File /usr/lib/libmysqld.so.18 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_fs_fs-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libgda-ui-5.0.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_delta-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libpgtypes.so.3.4 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_wc-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_subr-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libgda-5.0.so.4.1.1 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_wc-1.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_repos-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgd.so.3.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libaio.so.1.0.1 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_ra_serf-1.so is empty, not checked.
    ldconfig: File /usr/lib/libecpg.so.6.5 is empty, not checked.
    ldconfig: File /usr/lib/libgvpr.so.2.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgda-report-5.0.so.4 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_auth_gnome_keyring-1.so is empty, not checked.
    ldconfig: File /usr/lib/libgda-ui-5.0.so.4.1.1 is empty, not checked.
    ldconfig: File /usr/lib/libanjuta-3.so is empty, not checked.
    ldconfig: File /usr/lib/libpathplan.so.4 is empty, not checked.
    ldconfig: File /usr/lib/libxdot.so.4.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libdevhelp-3.so.2.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libpathplan.so.4.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libcdt.so.5 is empty, not checked.
    ldconfig: File /usr/lib/libpq.so.5 is empty, not checked.
    ldconfig: File /usr/lib/libopts.so.25.15.1 is empty, not checked.
    ldconfig: File /usr/lib/libanjuta-3.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libmysqld.so is empty, not checked.
    ldconfig: File /usr/lib/libgda-report-5.0.so.4.1.1 is empty, not checked.
    ldconfig: File /usr/lib/libserf-1.so.1.3.0 is empty, not checked.
    ldconfig: File /usr/lib/libecpg.so.6 is empty, not checked.
    ldconfig: File /usr/lib/libgd.so is empty, not checked.
    ldconfig: File /usr/lib/libgconf-2.so.4 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_client-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_ra_local-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libgts-0.7.so.5 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_repos-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_auth_gnome_keyring-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libpq.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_diff-1.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_fs-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_swig_perl-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libdevhelp-3.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libcdt.so.5.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libcgraph.so.6.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_subr-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libecpg_compat.so.3.5 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_diff-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvnjavahl-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_swig_perl-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgvpr.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_fs-1.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_delta-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libpathplan.so is empty, not checked.
    ldconfig: File /usr/lib/libdevhelp-3.so is empty, not checked.
    ldconfig: File /usr/lib/libgladeui-2.so.6 is empty, not checked.
    ldconfig: File /usr/lib/libcgraph.so.6 is empty, not checked.
    ldconfig: File /usr/lib/libaio.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libgda-xslt-5.0.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_delta-1.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_ra_serf-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libopts.so.25 is empty, not checked.
    ldconfig: File /usr/lib/libgvc.so.6.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgda-xslt-5.0.so.4 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_ra_local-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgda-report-5.0.so is empty, not checked.
    ldconfig: File /usr/lib/libgvpr.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_ra-1.so is empty, not checked.
    ldconfig: File /usr/lib/libaio.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_fs_fs-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_diff-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_swig_py-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_ra_svn-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_ra-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_wc-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgda-5.0.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_swig_perl-1.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_swig_ruby-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_swig_ruby-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgda-5.0.so.4 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_ra_svn-1.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libserf-1.so is empty, not checked.
    ldconfig: File /usr/lib/libgladeui-2.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_client-1.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_fs_util-1.so is empty, not checked.
    ldconfig: File /usr/lib/libvala-0.22.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libsvn_ra_local-1.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_ra_serf-1.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libecpg_compat.so.3 is empty, not checked.
    ldconfig: File /usr/lib/libmysqlclient_r.so is empty, not checked.
    ldconfig: File /usr/lib/libecpg.so is empty, not checked.
    ldconfig: File /usr/lib/libsvn_swig_ruby-1.so is empty, not checked.
    Last edited by Shashwat (2014-04-29 02:57:12)

  • [SOLVED] can't start chromium: libharfbuzz-icu.so.0: file too short

    After today's update, chromium does not start. In console, I get the following error message:
    /usr/lib/chromium/chromium: error while loading shared libraries: /usr/lib/libharfbuzz-icu.so.0: file too short
    Anyone else facing the same issue?
    Thanks in advance for any assistance,
    Theo
    Last edited by vri (2013-07-26 11:29:57)

    Have you tried reinstalling harfbuzz-icu?
    Works fine here, although I get
    [3533:3560:0726/112612:ERROR:object_proxy.cc(627)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
    [3533:3560:0726/112612:ERROR:object_proxy.cc(627)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
    [3533:3533:0726/112612:ERROR:object_proxy.cc(532)] Failed to call method: org.chromium.Mtpd.EnumerateStorages: object_path= /org/chromium/Mtpd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd was not provided by any .service files

  • My nouveau driver file is too short? [Solved]

    Yesterday I had this error when I was starting Xorg and it said my file was too short in the Xorg.0.log. I changed the device driver in my xorg.conf to "nouveau". (I do have a NVDIA card and nouveau is installed.)
    I have this youtube video to document the error. (It still doesn't work but I changed the device driver to "fbdev")
    (Yes, I am young! Please don't make fun of me!)
    https://www.youtube.com/watch?v=oDYtZUNcYB8
    Last edited by JacobGuy7805 (2014-09-01 17:24:25)

    Trilby wrote:
    pacman -Sc will not remove currently installed packages from the cache - so that likely did not do anything.  You need to actually remove the package file, or use -Scc (and answer yes) to remove the cached file(s).
    Then reinstall.  It should show that it is being downloaded before installing.
    You can also check whether this is actually the issue by comparing the output of the following two commands to the output I'm getting (as long as you are on x86_64):
    $ ls -l /usr/lib/xorg/modules/drivers/nouveau_drv.so
    -rwxr-xr-x 1 root root 203232 Jul 18 07:13 /usr/lib/xorg/modules/drivers/nouveau_drv.so
    $ md5sum /usr/lib/xorg/modules/drivers/nouveau_drv.so
    4eb8a6bd9ec92637a17ae70adaa9ef1f /usr/lib/xorg/modules/drivers/nouveau_drv.so
    I had to pacman -Scc and then when I did "pacman -S {,lib32-}nouveau-dri xf86-video-nouveau" it said that a whole bunch of files existed in the filesystem (although when I did pacman -R and the packages it kept insisting I did not download those packages) so I ended up just removing the files manually with rm. I then installed the packages and things seem fine now. I'm going to reboot.
    EDIT: IT WORKED! I had to generate a new Xorg.conf, and then I just changed some things, and it worked!
    Last edited by JacobGuy7805 (2014-09-01 17:24:05)

  • Error "602" System error: AK Datapart too short

    Hi all,
    Ok, I have looked just about everywhere for an answer to this but to no avail...I even tried under a few rocks we have laying around.
    Anyway here it is:
    While running a compression in BW we get Error "602"  System error: AK Datapart too short.
    This is happening while doing a select statement during the compression of the infocube.  It does not happen all the time, just kind like when ever it feels like.  The only note I could find in OSS was one about Live Cache and it does not seem to apply.
    Here is the dump which I really hate doing this, but it gives all the info needed :
    untime Error          DBIF_DSQL2_SQL_ERROR
    Except.                CX_SY_NATIVE_SQL_ERROR
    Date and Time          08/15/2007 12:23:09
    ShrtText
    An SQL error occurred when executing Native SQL.
    What happened?
    Error "-602" occurred in the current database connection "DEFAULT".
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    is especially useful if you want to keep a particular message.
    How to correct the error
    Database error text........: "System error: AK Datapart too short"
    Database error code .......: "-602"
    Triggering SQL statement...: "INSERT INTO "/BIC/EZPSD_C03" ( "KEY_ZPSD_C03P",
    "KEY_ZPSD_C03T", "KEY_ZPSD_C03U", "KEY_ZPSD_C031", "KEY_ZPSD_C032",
    "KEY_ZPSD_C033", "KEY_ZPSD_C034", "/BIC/ZNET_ASP" ) SELECT ? ,
    F."KEY_ZPSD_C03T", F."KEY_ZPSD_C03U", F."KEY_ZPSD_C031", F."KEY_ZPSD_C032","
    Internal call code.........: "[DBDS/NEW DSQL]"
    Please check the entries in the system log (Transaction SM21).
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "DBIF_DSQL2_SQL_ERROR" CX_SY_NATIVE_SQL_ERRORC
    "GP31VIZWJDTT90894L1IA5YAC7G" or "GP31VIZWJDTT90894L1IA5YAC7G"
    "TRANSFER_ALL"
    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.
    The exception must either be prevented, caught within the procedure
    "TRANSFER_ALL"
    "(FORM)", or declared in the procedure's RAISING clause.
    To prevent the exception, note the following:
    System environment
    SAP Release.............. "640"
    Application server....... "sdcbw03"
    Network address.......... "10.64.18.76"
    Operating system......... "Linux"
    Release.................. "2.6.9-55.ELsmp"
    Hardware type............ "x86_64"
    Character length......... 16 Bits
    Pointer length........... 64 Bits
    Work process number...... 21
    Short dump setting....... "full"
    Database server.......... "sdcbw03"
    Database type............ "ADABAS D"
    Database name............ "BWP"
    Database owner........... "SAPBWP"
    Character set............ "C"
    SAP kernel............... "640"
    Created on............... "Nov 5 2006 19:46:34"
    Created in............... "Linux GNU SLES-9 x86_64 cc3.3.3"
    Database version......... "SAPDB 7.5.0.030 "
    Patch level.............. "156"
    Patch text............... " "
    Supported environment....
    Database................. "MaxDB 7.5.0"
    SAP database version..... "640"
    Operating system......... "Linux 2.6"
    Memory usage.............
    Roll..................... 16192
    EM....................... 20949280
    Heap..................... 0
    Page..................... 24576
    MM Used.................. 9235016
    MM Free.................. 3331560
    SAP Release.............. "640"
    User and Transaction
    Client.............. 011
    User................ "ALEREMOTE"
    Language key........ "E"
    Transaction......... " "
    Program............. "GP31VIZWJDTT90894L1IA5YAC7G"
    Screen.............. "SAPMSSY0 1000"
    Screen line......... 6
    Information on where terminated
    The termination occurred in the ABAP program "GP31VIZWJDTT90894L1IA5YAC7G" in
    "TRANSFER_ALL".
    The main program was "RSPROCESS ".
    The termination occurred in line 573 of the source code of the (Include)
    program "GP31VIZWJDTT90894L1IA5YAC7G"
    of the source code of program "GP31VIZWJDTT90894L1IA5YAC7G" (when calling the
    editor 5730).
    The program "GP31VIZWJDTT90894L1IA5YAC7G" was started as a background job.
    Job name........ "BI_PROCESS_COMPRESS"
    Job initiator... "ALEREMOTE"
    Job number...... 12185102
    Processing was terminated because the exception "CX_SY_NATIVE_SQL_ERROR"
    occurred in the
    procedure "TRANSFER_ALL" "(FORM)" but was not handled locally, not declared in
    the
    RAISING clause of the procedure.
    The procedure is in the program "GP31VIZWJDTT90894L1IA5YAC7G ". Its source code
    starts in line 557
    of the (Include) program "GP31VIZWJDTT90894L1IA5YAC7G ".
    Source Code Extract
    Line
    SourceCde
    543
    ENDIF.
    544
    545
    COMMIT WORK.   " commit and close cursors
    546
    547
    l_str = i_max_requid.
    548
    PERFORM msg_append(saplrscondense)
    549
    USING    'S' '355' l_str space space space
    550
    CHANGING c_t_msg.
    551
    552
    ENDFORM.                               " CONDENSE_FACTTABLE_NEW
    553
    554
    555
         Form  TRANSFER_ALL
    556
    557
    FORM TRANSFER_ALL USING i_ref_update       TYPE rs_bool
    558
    i_pdimid           TYPE I
    559
    i_pdimid_ref_point TYPE rsd_sid
    560
    i_pdimid_normal    TYPE rsd_sid
    561
    i_recordtp         TYPE rsd_sid
    562
    CHANGING e_ref_ins_cnt TYPE I
    563
    e_ins_cnt     TYPE I
    564
    c_t_msg       TYPE rs_t_msg.
    565
    566
    CALL FUNCTION 'RSDU_INFOCUBE_INDEXES_DROP'
    567
    EXPORTING
    568
    I_INFOCUBE = 'ZPSD_C03'
    569
    I_FACTTAB  = '/BIC/EZPSD_C03'.
    570
    571
    572
    EXEC SQL.
    >>>>>
    INSERT INTO "/BIC/EZPSD_C03"
    574
    ( "KEY_ZPSD_C03P"
    575
    , "KEY_ZPSD_C03T"
    576
    , "KEY_ZPSD_C03U"
    577
    , "KEY_ZPSD_C031"
    578
    , "KEY_ZPSD_C032"
    579
    , "KEY_ZPSD_C033"
    580
    , "KEY_ZPSD_C034"
    581
    , "/BIC/ZNET_ASP"
    582
    583
    SELECT :i_pdimid_normal
    584
    , F."KEY_ZPSD_C03T"
    585
    , F."KEY_ZPSD_C03U"
    586
    , F."KEY_ZPSD_C031"
    587
    , F."KEY_ZPSD_C032"
    588
    , F."KEY_ZPSD_C033"
    589
    , F."KEY_ZPSD_C034"
    590
    , SUM( F."/BIC/ZNET_ASP" )
    591
    FROM "/BIC/FZPSD_C03" F
    592
    WHERE F."KEY_ZPSD_C03P" = :i_pdimid
    Any thoughts would be helpful,
    Thanks,
    David

    This error usually occurs when there is a database lock or no space in teh database. Got DB02 and Click on Space critical objects to see whether any entries are there. If yes contact your basis to increase the space.
    Hope this helps
    Thanks,
    Satish

  • JPEG market segment length is too short

    In copying a series of folders containing JPEGs, PSDs and RAW files (Canon .CR2 and Hasselblad .3F) to a new external drive (Mac OSX), there was a hiccup and a large number of the copied image files contain red dots next to them in the finder window. The files are named correctly and contain the full data size of the originals, but when attempting to open a JPEG I get the following error message:
    Could not complete your request because a JPEG marker segment length is too short (the file may be truncated or incomplete).
    When attempting to open a .PSD file the message is:
    Could not complete your request because it is not a valid Photoshop document.
    When attempting to open the RAW file in Bridge, the message is:
    Could not complete your request because Photoshop does not recognize this type of file.
    In the Get Info window, all three file types are correctly identified as Adobe Photoshop files, Adobe Photoshop JPEG files and Camera RAW files, and each is the correct size it should be.
    This happened to some, but not all of the files on the drive, and it appears to have happened randomly. I have run Data Rescue on the drive, but the rescued file still have the red dots and do not open. I've also tried other file recovery programs, as well as Stellar Phoenix Photo Recovery and Jpeg Repair utilities, all to no avail.
    I've tried renaming the files, and opening them from other programs such as preview, iPhoto and Lightroom. Still no luck.
    I'm hoping someone has another angle for me. The data is there; it's obvious something happened that is preventing the files from opening, but it seems there should be some fix for this.
    TIA

    Your opening statement said you were copying,  not moving the files.
    If you were Moving the files, then the routine that was doing the moving erases behind unless they are coming from a CDROM or a write protected device..
    Those files are essentially corrupted or incompatible with CC.
    Did those files open okay where ever they lived before they were moved?
    What was the "hiccup" that you mentioned?   A Power Hiccup ?  Then these files are toast if indeed there were in the middle of a Move..
    Were you using Finder to do this task?

  • Backup file too big using Disk Utility

    I need to back up my 160GB Mackintosh HD on my imac OSX 10.6.3 (Snow Leopard) using disk utility. After a short period of the imaging process I get a message saying 'file too big'. What can I do to resolve the problem? My external drive is 1TB with 500GB available.
    I've tried using Time Machine but this seems to want to wipe my external disk.

    You may or may not be able to use the Disk Utility in the /Applications/Utilities/ folder to shrink the single partition and create a new one in the free space.
    (76132)

  • A jpeg marker segment length is too short

    While imaging with my Canon T1i last night with my astro club I took probably 75 or 80 pics.  Halfway through the session, my battery low indicator came on, so I changed the battery but may not have turned off the camera....I can't remember.....as I continued to shoot and review the images, everything looked and worked fine.   When I returned home and got up this a.m. to review the pics, the last half could not be be opened.   I usually insert my SD card in my laptop to review first before I transfer them over.  I kept getting this error on the last half of the images I took :" a jpeg marker segment length is too short. The file may be truncated or incomplete."  Anybody seen this or have any experience with this?  Is there any way to recover and otherwise save these images?  Any advice or help would be greatly appreciated.  By not turning the camera off while changing batteries, could that be the reason for the error message?  Thanks,  Gary
    Message was edited by: AstroLabsIdaho

    It could be any one of a number of things such as the files being corrupted as the camera was writing them to the card, or a faulty card, a faulty USB connection or cable, etc.
    Use only high quality cards ans cables, preferably use a card reader, be careful how you handle the camera, how you change batteries, etc.  Common sense practices.
    Google image recovery software.

  • FMDependency field too short in Sharepoint

    Hi,
    we are using FM10 with Sharepoint 2010.
    It works fine, generally speaking, but we are running into an issue with the field FMDependency.
    The field is created automatically when a FM10 file is uploaded. However it is too short for the kind of dependencies we have and it issues an error when we modify other metadata in Sharepoint and save the item.
    is it possibile to change the length of this field ? Where and how ?
    Thanks for your support
    Carlo Tognoni
    Milano - Italy

    I have not tried this myself, but I am concerned in case the problem affects us one day. If you follow this suggestion, please let us know how it goes.
    In SharePoint:
    Site Actions > Site Settings > Site Administration: Site Libraries and lists > Customize [your DITA list].
    Scroll down to the Columns section and select FMDependency.
    In the Additional Column Settings section, set Allow unlimited length in document libraries to Yes.
    My reference for this was http://sharepoint.stackexchange.com/questions/14195/more-than-255-characters-in-multiple-l ines-of-text
    Alternatively, you could try increasing the Number of lines for editing on the same page.

  • Channel length too short for calculation

    I've just switched from 9.1 to 2010 and I was told that our VBS scripts wouldn't need updating - not so it seems.
    I have the following piece of code:
    Call ChnAlloc("Input PSD") 
    L1=Cno("RealPart")
    L2=Cno("ImaginaryPart")
    Call FormulaCalc("Ch('Input PSD'):=Ch(L1)^2+Ch(L2)^2")
    but this doesn't work anymore. I get an error message saying that channel 7 (Input PSD) is too short for calculation. Previously I would have checked the data matrix but I can't find this anymore so I assume DIAdem works in a different way know. The help files suggest that the channel length option for ChnAlloc is optional so I don't understand why it thinks the channel is too short.
    Any help appreciated.
    Thanks, Si.

    Hi SI,
    You only need a minor addition, and you get the benefit that all new channels can have their length(s) dynamically changed.  Please add this line of code after creating the channel and before the FormulaCalc() command:
    ChnLength("Input PSD") = NeededNumberOfRows
    Back in the dark days of the DIAdem memory matrix, DIAdem would by default launch with 60 static channels of exactly 8196 rows each.  As you apparently know, you could customize the memory matrix to have fewer or more channels, and you could change their static lengths assigned when DIAdem launched.  The fully dynamic channel lengths are a vast improvement, but it does mean that for FormulaCalc() commands you need to tell the channel to be big enough first.  Interestingly, none of the ANALYSIS commands require you to do explicitly set the channel length before writing to them-- just the channel calculator.
    Ask if you have any further trouble,
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Occasional Task Sequence fail (1 out of 5) with Error 615 Your Password is too short

    We have a task sequence that fails to install software and updates with an error liek this: Operation System Error 615: The password you provided was too short for the computers password policy. Please provide a longer password.
    With all software installations I always tick the continue on failure. Consequently in a task sequence you see the entire list of installation requirements fail with this error. This includes Applications, Packages and Software Updates. Without any amendment,
    the next time it is run, it runs successfully. Add to this the issue that the task sequence no longer displays the progress bar after rebooting into windows (x64) and it all points to the OSD process being a bit flaky.
    By the way, we are installing Win7 x64 (No x86 anymore) over PXE.
    So any pointers with this would be very gratefully received. 
    Anthony Sheehy - MCP, MCITP

    Here is the status message sent to Configuration Manager:
    The task sequence execution engine failed executing the action (Freefall Sensor) in the group (Install) with the error code 2278559764
    Action output: 7"'
    Verified policy is compiled in 'root\ccm\policy\machine' namespace
    content location count = 1
    Invoking Execution Manager to install software
    FALSE, HRESULT=87d01014 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\installsoftware.cpp,251)
    0, HRESULT=87d01014 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\installsoftware.cpp,764)
    Entering ReleaseSource() for C:\_SMSTaskSequence\Packages\WGS00137
    reference count 1 for the source C:\_SMSTaskSequence\Packages\WGS00137 before releasing
    Delete source directory C:\_SMSTaskSequence\Packages\WGS00137
    Released the resolved source C:\_SMSTaskSequence\Packages\WGS00137
    pInstall->Install(sPackageID, sProgramName), HRESULT=87d01014 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\main.cpp,361)
    Failed to invoke Execution Manager to Install Software for PackageID='WGS00137' ProgramID='Silent Installation' AdvertID='WES20013' hr=0x87d01014
    InstallSoftware failed, hr=0x87d01014
    Install Software failed, hr=0x87d01014. The operating system reported error 615: The password provided is too short to meet the policy of your user account. Please choose a longer password.
    And here's the group policy that is applied to that OU:
    Enforce   password history
    0   passwords remembered
    Maximum   password age
    0   days
    Minimum   password age
    0   days
    Minimum   password length
    0   characters
    Password   must meet complexity requirements
    Disabled
    Of course, the password complexity issue is a non-starter: How come SCCM 2007 task sequences did not have the same problem? Why does the Task Sequence work
    sometimes and not others. All passwords I provide to Configuration Manager all conform to complexity rules anyway.
    The relevant SMSTS.log portion is below:
    <![LOG[Variable name: _SMSSWDProgramName]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Action command line: smsswd.exe /pkg:WGS00137 /install /basevar: /continueOnError:]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:522">
    <![LOG[Adding instruction at 90]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:524">
    <![LOG[
    Parsing step node: Applications]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:458">
    <![LOG[Description: ]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:462">
    <![LOG[ContinueOnError: true]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:466">
    <![LOG[SuccessCodeList: 0]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:474">
    <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\NTS_SCCM_RELEASE\sms\common\inc\ccmxml.h,582)]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="0" thread="1804" file="ccmxml.h:582">
    <![LOG[No condition is associated with the step.]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:670">
    <![LOG[Disable: ]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:483">
    <![LOG[Run in attribute: FullOS]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:491">
    <![LOG[Timeout: ]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:495">
    <![LOG[DefaultVarlist found]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:579">
    <![LOG[Variable name: OSDApp0Description]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp0DisplayName]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp0Name]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp1Description]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp1DisplayName]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp1Name]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDAppCount]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Action command line: smsappinstall.exe /app:ScopeId_69AC7FA1-9E68-49C4-8D43-9BA17630A64D/Application_28f01c04-7229-4152-85e2-f2f43daf92b2,ScopeId_69AC7FA1-9E68-49C4-8D43-9BA17630A64D/Application_382fdd99-2228-452d-a6f0-63e543ce628d /basevar: /continueOnError:True]LOG]!><time="18:06:06.660-60"
    date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:522">
    <![LOG[Adding instruction at 91]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:524">
    <![LOG[
    Parsing step node: Language Packs]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:458">
    <![LOG[Description: ]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:462">
    <![LOG[ContinueOnError: true]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:466">
    <![LOG[SuccessCodeList: 0]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:474">
    <![LOG[(__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\NTS_SCCM_RELEASE\sms\common\inc\ccmxml.h,582)]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="0" thread="1804" file="ccmxml.h:582">
    <![LOG[No condition is associated with the step.]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:670">
    <![LOG[Disable: ]LOG]!><time="18:06:06.660-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:483">
    <![LOG[Run in attribute: FullOS]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:491">
    <![LOG[Timeout: ]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:495">
    <![LOG[DefaultVarlist found]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:579">
    <![LOG[Variable name: OSDApp0Description]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp0DisplayName]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp0Name]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp1Description]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp1DisplayName]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp1Name]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp2Description]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp2DisplayName]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp2Name]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp3Description]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp3DisplayName]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp3Name]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp4Description]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp4DisplayName]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp4Name]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp5Description]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp5DisplayName]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp5Name]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp6Description]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp6DisplayName]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp6Name]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp7Description]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp7DisplayName]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDApp7Name]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Variable name: OSDAppCount]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:620">
    <![LOG[Action command line: smsappinstall.exe /app:ScopeId_69AC7FA1-9E68-49C4-8D43-9BA17630A64D/Application_9df3ec9a-e691-4106-b274-46c4c6c319b9,ScopeId_69AC7FA1-9E68-49C4-8D43-9BA17630A64D/Application_42e28566-b339-4773-92cf-05b8e748d996,ScopeId_69AC7FA1-9E68-49C4-8D43-9BA17630A64D/Application_305b4a34-0b5a-46fe-82dd-c57a5897e063,ScopeId_69AC7FA1-9E68-49C4-8D43-9BA17630A64D/Application_379afca3-f48e-486b-8848-296223481edd,ScopeId_69AC7FA1-9E68-49C4-8D43-9BA17630A64D/Application_502bf2db-e1c8-42ac-a499-61320d661cc3,ScopeId_69AC7FA1-9E68-49C4-8D43-9BA17630A64D/Application_455a6de9-fe98-47ed-8dab-e860dd4681ed,ScopeId_69AC7FA1-9E68-49C4-8D43-9BA17630A64D/Application_1707c97e-b4bb-4827-9117-02e79435213e,ScopeId_69AC7FA1-9E68-49C4-8D43-9BA17630A64D/Application_a17f2337-ad2e-42cb-9813-c9e167a85050
    /basevar: /continueOnError:True]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:522">
    <![LOG[Adding instruction at 92]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:524">
    <![LOG[Processed all elements]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:333">
    <![LOG[Adding end group instruction at 93]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:402">
    <![LOG[The next instruction after group will be at 94]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:408">
    <![LOG[
    Parsing step node: Opt In to CEIP and WER]LOG]!><time="18:06:06.676-60" date="05-28-2012" component="TSManager" context="" type="1" thread="1804" file="tsxml.cpp:458">
    Anthony Sheehy - MCP, MCITP

  • Apple Mini DVI to DVI Adapter - Too short?

    I want to connect my iMac 2.8 ghz, 24" screen to an external Philips 190B LCD monitor and use the Extended Desktop function.
    The Philips Monitor model is the 190B6CG/00 and it is a single link monitor (Philips tell me it is DVI-D Receptacle Connector 24 pin = single link).
    I'm looking at the Apple Mini DVI to DVI adapter here on the Apple Store. It looks like it should plug into my iMac one end then the other end into my Philips. However it looks like it is too short to reach my Philips Monitor. They are not a fantastic distance apart. In fact they are sat side by side - but I somehow can't see the Apple Adapter being long enough (unless it crosses a 3-sphere).
    Presumably then, some sort of extension is required between the DVI end of the Apple adapter and the Philips Monitor's DVI input.
    Does anyone know what this extension could be and where is may be purchased?
    Regards

    Hello to everyone who has replied to my cry for help.
    Thank you all. I will apply points to everyone who has responded (so quickly too).
    Scorpie
    I totally agree. I have been thinking along these lines too. However, searching on the internet whilst researching, I found it difficult to decide what I needed because of the 'photos' supplied. They were ok as such but most didn't show very well the pin outs. Further research into the matter (and one website in particular - i.e. Maplin) made me realise that GENDER was involved. Also, with DVI, females look like males in web photos until you find a photo from the right angle. Same goes for VGA I reckon.
    I'm certain most people looking at DVI (and VGA) cable/connectors can't tell the difference when the devices are only viewed from 'above' . In my opinion they need to be viewed more or less end-on to show where they have pins or holes. I mean full end-on, not at an angle where (as I found above) detail as to pin or hole is lost in digital or compression noise. This is what I have experienced in all but one of the web sites I have visited. Another thing, most websites have an 'enlarged version' button which, if selected, shows the same photo exactly the same size. No help whatsoever. But then there's no doubt you must already be well aware of this.
    MyHighway
    You are correct. The Philips did come with a VGA cable. However I want to connect to my iMac digitally (if I can) using DVI (it looks like a 'female' connector on inspection of the back of the Monitor). I have found it almost impossible to tell the difference from most photos on the web even with my new huge screen iMac. One of the reasons I'm am a little nonplussed I think.
    mrtotes
    Good point. If I take a photo of the back of my Philips and take the Apple connector down to Maplin perhaps I can compare and contrast with real specimens. Yo!!
    I think I will give that a go.
    You have all been very helpful indeed. Opened my eyes somewhat.
    I wish a Merry Christmas to all my new Mac friends

Maybe you are looking for

  • CRM - SAP ECC 6.0- How to keep creation user data

    Hello gurus, I'm working on a SAP project which scope is CRM - ECC6.0 (IS-U +SD) - BI 7.0 and we are facing an issue trying to extract from IS-U the user who created a business operation. You have to know that process designed is : - business operati

  • How to typecast string to xml DOM element in java

    hai       i need a string to be converted to xml DOM element in java, can any help me       i have done in this way      NodeList children = lParentRule.getElementsByTagName("parentruledetails").item(0).getChildNodes(); for   (int i = 0; i < children

  • Changes in DNS resolution in Mac OS X Snow Leopard

    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as

  • Remote Server Administration Tools for Windows 10 Technical Preview Not installing

    When i try and install the remote server administration tools for windows 10 on my windows 10 technical preview install i get this error Any ideas why this is happening? when i'm installing the correct version for windows 10 http://www.microsoft.com/

  • Infoobjectu00B4s texts

    Hi gurus, i need to load into BW a text field from Oracle database that is 255 long. In BW, i can´t load this because the max. is 60 characters... how can load in BW the value from this kind of field??? TY..regards