Network Manager fails to detect unsecured network.

My current laptop uses a clean install of Arch Linux with the latest gnome-shell release. NetworkManager has no problem connecting to the wireless networks at home, but the problem I have is at college.
My college has an open wireless network; sometimes it fails to show in network-manager-applet. That's the first problem. The second problem, If it does show, it'll fail to connect. In order for me to connect, I had to install the iw package and type sudo iw eth1 connect <network-name> after it fails. Only then will it connect.
How do I fix this so that NetworkManager will stop acting up?
Here's the wireless adapter installed and the driver it's using. (I use AUR's broadcom-wl package because it can detect more networks and doesn't act up for me.)
[dbdii407@laptop ~]$ lspci | grep Broadcom
07:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
[dbdii407@laptop ~]$ lsmod | grep wl
wl                          2558087  0
lib80211                3949       2    wl,lib80211_crypt_tkip
cfg80211              177058    1    wl
After connecting through iw
Thank you very much!
Last edited by dbdii407 (2012-10-31 18:55:47)

Maybe it is a "mixed interface issue", if that's the case, then you should read this: https://wiki.archlinux.org/index.php/Ud … ork_device
Hope it helps.
Last edited by RozenTensai (2012-12-09 18:40:33)

Similar Messages

  • Network Manager Can't detect 3G Modem since upgrade today

    Hi,
    Since i upgrade my Archlinux, Network Manager can't detect my 3G Modem.
    before upgrade, my modem work fine.
    when i try wvdial, my modem work properly.
    Pacman Log :
    [2013-04-22 10:31] [PACMAN] upgraded modemmanager (0.6.0.0-1 -> 0.7.990-3)
    [2013-04-22 10:31] [PACMAN] upgraded networkmanager (0.9.8.0-2 -> 0.9.8.0-3)
    [2013-04-22 10:31] [PACMAN] upgraded network-manager-applet (0.9.8.0-1 -> 0.9.8.0-2)
    lsusb :
    Bus 001 Device 003: ID 12d1:140c Huawei Technologies Co., Ltd.
    Now, i'm still to use wvdial. i hope network manager can detect my modem.
    Sorry for my bad english.

    Inxsible wrote:
    arieaja123 wrote:up..up..up
    no no no !
    Please do not flout the forum rules. There is no bumping your threads without adding other relevant information as to what else you have tried in the meanwhile.
    oh,, i'm sorry.
    i will read the rules.

  • [SOLVED] mkarchiso: ERROR: failed to detect root filesystem

    hi guys!
    i am now trying to build my own live archlinux distribution with archiso and with the command "mkarchiso"
    at the first step in installing the base when it installs linux and execute "mkinitcpio" it shows me this error:
    ( 73/111) installing linux [#####################################################################] 100%
    >>> Updating module dependencies. Please wait ...
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    ==> ERROR: failed to detect root filesystem
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: bfa
    ==> WARNING: Possibly missing firmware for module: aic94xx
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    i continue the process with that error and in the "run" step i did this command
    # mkarchiso -w work/x86_64/ -r mkinitcpio -p linux run
    [root@fuhrer livecd]# mkarchiso -w work/x86_64/ -r mkinitcpio -p linux run
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: run
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work/x86_64/
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Run command: mkinitcpio
    ==> Starting dry run: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    ==> ERROR: failed to detect root filesystem
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Dry run complete, use -g IMAGE to generate a real image
    and the big problem shows when i build the iso file and "dd" it to USB disk, when i choose to boot the live archlinux it tell me
    ERROR: failed to detect root filesystem
    and that you cannot log to tty
    any suggestions?
    Last edited by fuhrer (2013-07-22 17:05:07)

    First run it, without any modification to learn how it works. Check if works. Modify as you need. Check if works...
    Do not worry about the mkinitcpio error, because such initramfs images should not be used for boot live medium. You can see that profiles uses own mkinitcpio.conf with at least archiso hook
    Running mkarchiso directly is not the right way, at least if you do not know how things works.
    [root@exequiel tmp]# cp -r /usr/share/archiso/configs/baseline .
    [root@exequiel tmp]# cd baseline
    [root@exequiel baseline]# ./build.sh
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: init
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Pacman config file: /etc/pacman.conf
    [mkarchiso] INFO: Installing packages to 'work/root-image/'...
    :: Synchronizing package databases...
    core 103.0 KiB 12.6M/s 00:00 [############################################################################] 100%
    extra 1439.7 KiB 11.2M/s 00:00 [############################################################################] 100%
    community 1990.1 KiB 11.2M/s 00:00 [############################################################################] 100%
    multilib 107.3 KiB 11.6M/s 00:00 [############################################################################] 100%
    :: There are 51 members in group base:
    :: Repository core
    1) bash 2) bzip2 3) coreutils 4) cronie 5) cryptsetup 6) device-mapper 7) dhcpcd 8) diffutils 9) e2fsprogs 10) file 11) filesystem 12) findutils 13) gawk 14) gcc-libs 15) gettext 16) glibc
    17) grep 18) gzip 19) heirloom-mailx 20) inetutils 21) iproute2 22) iputils 23) jfsutils 24) less 25) licenses 26) linux 27) logrotate 28) lvm2 29) man-db 30) man-pages 31) mdadm 32) nano
    33) netctl 34) pacman 35) pciutils 36) pcmciautils 37) perl 38) procps-ng 39) psmisc 40) reiserfsprogs 41) sed 42) shadow 43) sysfsutils 44) systemd-sysvcompat 45) tar 46) texinfo 47) usbutils
    48) util-linux 49) vi 50) which 51) xfsprogs
    Enter a selection (default=all):
    resolving dependencies...
    looking for inter-conflicts...
    Packages (111):
    Name New Version Net Change
    core/acl 2.2.52-1 0.39 MiB
    core/archlinux-keyring 20130525-2 0.49 MiB
    core/attr 2.4.47-1 0.19 MiB
    core/ca-certificates 20130610-1 0.25 MiB
    core/cracklib 2.8.22-3 1.20 MiB
    core/curl 7.31.0-1 1.73 MiB
    core/db 5.3.21-1 15.30 MiB
    core/dbus 1.6.12-1 1.63 MiB
    core/dirmngr 1.1.1-1 0.49 MiB
    core/expat 2.1.0-2 0.61 MiB
    core/gdbm 1.10-1 0.37 MiB
    core/glib2 2.36.3-2 11.66 MiB
    core/gmp 5.1.2-1 2.07 MiB
    core/gnupg 2.0.20-2 7.14 MiB
    core/gpgme 1.4.2-1 0.68 MiB
    core/groff 1.22.2-3 8.94 MiB
    core/hwids 20130607-1 1.28 MiB
    core/iana-etc 2.30-3 3.44 MiB
    core/iptables 1.4.19.1-1 1.38 MiB
    core/kbd 1.15.5-4 2.83 MiB
    core/keyutils 1.5.5-5 0.18 MiB
    core/kmod 14-1 0.45 MiB
    core/krb5 1.11.3-1 3.86 MiB
    core/libarchive 3.1.2-1 3.19 MiB
    core/libassuan 2.1.1-1 0.17 MiB
    core/libcap 2.22-5 0.13 MiB
    core/libffi 3.0.13-3 0.10 MiB
    core/libgcrypt 1.5.2-1 0.68 MiB
    core/libgpg-error 1.12-1 0.33 MiB
    core/libgssglue 0.4-1 0.19 MiB
    core/libksba 1.3.0-1 0.30 MiB
    core/libldap 2.4.35-4 2.15 MiB
    core/libpipeline 1.2.4-1 0.08 MiB
    core/libsasl 2.1.26-4 0.54 MiB
    core/libssh2 1.4.3-1 1.19 MiB
    core/libtirpc 0.2.3-1 0.68 MiB
    core/libusbx 1.0.15-1 0.15 MiB
    core/linux-api-headers 3.8.4-1 4.58 MiB
    core/linux-firmware 20130610-1 51.25 MiB
    core/lzo2 2.06-1 0.61 MiB
    core/mkinitcpio 0.14.0-1 0.16 MiB
    core/mkinitcpio-busybox 1.20.2-1 0.34 MiB
    core/mpfr 3.1.2-1 1.50 MiB
    core/ncurses 5.9-5 9.75 MiB
    core/openresolv 3.5.5-1 0.04 MiB
    core/openssl 1.0.1.e-3 11.38 MiB
    core/pacman-mirrorlist 20130626-1 0.02 MiB
    core/pam 1.1.6-4 3.41 MiB
    core/pambase 20130113-1 0.04 MiB
    core/pcre 8.33-1 4.83 MiB
    core/pinentry 0.8.3-1 0.33 MiB
    core/popt 1.16-6 0.43 MiB
    core/pth 2.0.7-4 0.21 MiB
    core/readline 6.2.004-1 1.20 MiB
    core/run-parts 4.3.4-1 0.11 MiB
    core/systemd 204-3 14.59 MiB
    core/sysvinit-tools 2.88-11 0.07 MiB
    core/tzdata 2013d-1 1.84 MiB
    core/xz 5.0.5-1 0.90 MiB
    core/zlib 1.2.8-1 0.30 MiB
    core/bash 4.2.045-4 3.51 MiB
    core/bzip2 1.0.6-4 0.25 MiB
    core/coreutils 8.21-2 13.27 MiB
    core/cronie 1.4.9-5 0.15 MiB
    core/cryptsetup 1.6.1-2 0.71 MiB
    core/device-mapper 2.02.98-4 0.52 MiB
    core/dhcpcd 5.6.8-3 0.16 MiB
    core/diffutils 3.3-1 0.43 MiB
    core/e2fsprogs 1.42.8-1 3.16 MiB
    core/file 5.14-1 2.71 MiB
    core/filesystem 2013.05-2 0.01 MiB
    core/findutils 4.4.2-5 1.70 MiB
    core/gawk 4.1.0-1 2.11 MiB
    core/gcc-libs 4.8.1-1 3.41 MiB
    core/gettext 0.18.3-1 11.10 MiB
    core/glibc 2.17-6 35.24 MiB
    core/grep 2.14-2 1.33 MiB
    core/gzip 1.6-1 0.18 MiB
    core/heirloom-mailx 12.5-3 0.46 MiB
    core/inetutils 1.9.1-6 0.97 MiB
    core/iproute2 3.9.0-2 1.37 MiB
    core/iputils 20121221-2 0.21 MiB
    core/jfsutils 1.1.15-4 0.98 MiB
    core/less 458-1 0.22 MiB
    core/licenses 20130203-1 0.53 MiB
    core/linux 3.9.9-1 63.98 MiB
    core/logrotate 3.8.5-1 0.07 MiB
    core/lvm2 2.02.98-4 3.10 MiB
    core/man-db 2.6.5-1 1.26 MiB
    core/man-pages 3.52-1 4.63 MiB
    core/mdadm 3.2.6-4 1.18 MiB
    core/nano 2.2.6-2 1.49 MiB
    core/netctl 1.1-1 0.16 MiB
    core/pacman 4.1.2-1 4.04 MiB
    core/pciutils 3.2.0-3 0.34 MiB
    core/pcmciautils 018-7 0.05 MiB
    core/perl 5.18.0-1 47.64 MiB
    core/procps-ng 3.3.8-2 0.59 MiB
    core/psmisc 22.20-1 0.73 MiB
    core/reiserfsprogs 3.6.23-1 0.95 MiB
    core/sed 4.2.2-3 0.76 MiB
    core/shadow 4.1.5.1-6 3.88 MiB
    core/sysfsutils 2.1.0-8 0.17 MiB
    core/systemd-sysvcompat 204-3 0.03 MiB
    core/tar 1.26-4 2.33 MiB
    core/texinfo 5.1-1 8.62 MiB
    core/usbutils 007-1 0.17 MiB
    core/util-linux 2.23.1-2 8.92 MiB
    core/vi 1:050325-3 0.33 MiB
    core/which 2.20-6 0.06 MiB
    core/xfsprogs 3.1.11-1 3.29 MiB
    Total Installed Size: 427.79 MiB
    :: Proceed with installation? [Y/n]
    (111/111) checking keys in keyring [############################################################################] 100%
    (111/111) checking package integrity [############################################################################] 100%
    (111/111) loading package files [############################################################################] 100%
    (111/111) checking for file conflicts [############################################################################] 100%
    (111/111) checking available disk space [############################################################################] 100%
    ( 1/111) installing linux-api-headers [############################################################################] 100%
    ( 2/111) installing tzdata [############################################################################] 100%
    ( 3/111) installing iana-etc [############################################################################] 100%
    ( 4/111) installing filesystem [############################################################################] 100%
    warning: directory permissions differ on /tmp/baseline/work/root-image/run/
    filesystem: 1777 package: 755
    ( 5/111) installing glibc [############################################################################] 100%
    ( 6/111) installing ncurses [############################################################################] 100%
    ( 7/111) installing readline [############################################################################] 100%
    ( 8/111) installing bash [############################################################################] 100%
    ( 9/111) installing bzip2 [############################################################################] 100%
    ( 10/111) installing gcc-libs [############################################################################] 100%
    ( 11/111) installing db [############################################################################] 100%
    ( 12/111) installing zlib [############################################################################] 100%
    ( 13/111) installing cracklib [############################################################################] 100%
    ( 14/111) installing libgssglue [############################################################################] 100%
    ( 15/111) installing libtirpc [############################################################################] 100%
    ( 16/111) installing pambase [############################################################################] 100%
    ( 17/111) installing pam [############################################################################] 100%
    ( 18/111) installing attr [############################################################################] 100%
    ( 19/111) installing acl [############################################################################] 100%
    ( 20/111) installing gmp [############################################################################] 100%
    ( 21/111) installing libcap [############################################################################] 100%
    ( 22/111) installing coreutils [############################################################################] 100%
    ( 23/111) installing run-parts [############################################################################] 100%
    ( 24/111) installing cronie [############################################################################] 100%
    Optional dependencies for cronie
    pm-utils: defer anacron on battery power
    smtp-server: send job output via email
    smtp-forwarder: forward job output to email server
    ( 25/111) installing expat [############################################################################] 100%
    ( 26/111) installing dbus [############################################################################] 100%
    Optional dependencies for dbus
    libx11: dbus-launch support
    ( 27/111) installing pcre [############################################################################] 100%
    ( 28/111) installing libffi [############################################################################] 100%
    ( 29/111) installing glib2 [############################################################################] 100%
    Optional dependencies for glib2
    python2: for gdbus-codegen and gtester-report
    elfutils: gresource inspection tool
    ( 30/111) installing kbd [############################################################################] 100%
    ( 31/111) installing kmod [############################################################################] 100%
    ( 32/111) installing hwids [############################################################################] 100%
    ( 33/111) installing libgpg-error [############################################################################] 100%
    ( 34/111) installing libgcrypt [############################################################################] 100%
    ( 35/111) installing shadow [############################################################################] 100%
    ( 36/111) installing util-linux [############################################################################] 100%
    ( 37/111) installing xz [############################################################################] 100%
    ( 38/111) installing systemd [############################################################################] 100%
    Initializing machine ID from random generator.
    ln -s '/usr/lib/systemd/system/[email protected]' '/etc/systemd/system/getty.target.wants/[email protected]'
    :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
    bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
    Optional dependencies for systemd
    cryptsetup: required for encrypted block devices [pending]
    libmicrohttpd: systemd-journal-gatewayd
    quota-tools: kernel-level quota management
    python: systemd library bindings
    systemd-sysvcompat: symlink package to provide sysvinit binaries [pending]
    ( 39/111) installing device-mapper [############################################################################] 100%
    ( 40/111) installing popt [############################################################################] 100%
    ( 41/111) installing cryptsetup [############################################################################] 100%
    ( 42/111) installing dhcpcd [############################################################################] 100%
    ( 43/111) installing diffutils [############################################################################] 100%
    ( 44/111) installing e2fsprogs [############################################################################] 100%
    ( 45/111) installing file [############################################################################] 100%
    ( 46/111) installing findutils [############################################################################] 100%
    ( 47/111) installing mpfr [############################################################################] 100%
    ( 48/111) installing gawk [############################################################################] 100%
    ( 49/111) installing gettext [############################################################################] 100%
    Optional dependencies for gettext
    cvs: for autopoint tool
    ( 50/111) installing grep [############################################################################] 100%
    ( 51/111) installing less [############################################################################] 100%
    ( 52/111) installing gzip [############################################################################] 100%
    ( 53/111) installing gdbm [############################################################################] 100%
    ( 54/111) installing perl [############################################################################] 100%
    ( 55/111) installing openssl [############################################################################] 100%
    Optional dependencies for openssl
    ca-certificates [pending]
    ( 56/111) installing libsasl [############################################################################] 100%
    ( 57/111) installing libldap [############################################################################] 100%
    ( 58/111) installing keyutils [############################################################################] 100%
    ( 59/111) installing krb5 [############################################################################] 100%
    ( 60/111) installing heirloom-mailx [############################################################################] 100%
    Optional dependencies for heirloom-mailx
    smtp-forwarder: for sending mail
    ( 61/111) installing inetutils [############################################################################] 100%
    ( 62/111) installing iptables [############################################################################] 100%
    ( 63/111) installing iproute2 [############################################################################] 100%
    Optional dependencies for iproute2
    linux-atm: ATM support
    ( 64/111) installing sysfsutils [############################################################################] 100%
    ( 65/111) installing iputils [############################################################################] 100%
    Optional dependencies for iputils
    xinetd: for tftpd
    ( 66/111) installing jfsutils [############################################################################] 100%
    ( 67/111) installing licenses [############################################################################] 100%
    ( 68/111) installing linux-firmware [############################################################################] 100%
    ( 69/111) installing mkinitcpio-busybox [############################################################################] 100%
    ( 70/111) installing lzo2 [############################################################################] 100%
    ( 71/111) installing libarchive [############################################################################] 100%
    ( 72/111) installing mkinitcpio [############################################################################] 100%
    Optional dependencies for mkinitcpio
    xz: Use lzma or xz compression for the initramfs image [pending]
    bzip2: Use bzip2 compression for the initramfs image [pending]
    lzop: Use lzo compression for the initramfs image
    mkinitcpio-nfs-utils: Support for root filesystem on NFS
    ( 73/111) installing linux [############################################################################] 100%
    >>> Updating module dependencies. Please wait ...
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    ==> ERROR: failed to detect root filesystem
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: bfa
    ==> WARNING: Possibly missing firmware for module: aic94xx
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    Optional dependencies for linux
    crda: to set the correct wireless channels of your country
    ( 74/111) installing logrotate [############################################################################] 100%
    Optional dependencies for logrotate
    cron: scheduled log rotation
    ( 75/111) installing lvm2 [############################################################################] 100%
    ( 76/111) installing groff [############################################################################] 100%
    Optional dependencies for groff
    netpbm: for use together with man -H command interaction in browsers
    psutils: for use together with man -H command interaction in browsers
    libxaw: for gxditview
    ( 77/111) installing libpipeline [############################################################################] 100%
    ( 78/111) installing man-db [############################################################################] 100%
    it's recommended to create an initial
    database running as root:
    "/usr/bin/mandb --quiet"
    Optional dependencies for man-db
    gzip [pending]
    ( 79/111) installing man-pages [############################################################################] 100%
    ( 80/111) installing mdadm [############################################################################] 100%
    ( 81/111) installing nano [############################################################################] 100%
    ( 82/111) installing openresolv [############################################################################] 100%
    ( 83/111) installing netctl [############################################################################] 100%
    Optional dependencies for netctl
    dialog: for the menu based wifi assistant
    dhclient: for DHCP support (or dhcpcd)
    dhcpcd: for DHCP support (or dhclient) [pending]
    wpa_supplicant: for wireless networking support
    ifplugd: for automatic wired connections through netctl-ifplugd
    wpa_actiond: for automatic wireless connections through netctl-auto
    ifenslave: for bond connections
    bridge-utils: for bridge connections
    ppp: for pppoe connections
    ( 84/111) installing sed [############################################################################] 100%
    ( 85/111) installing ca-certificates [############################################################################] 100%
    ( 86/111) installing libssh2 [############################################################################] 100%
    ( 87/111) installing curl [############################################################################] 100%
    ( 88/111) installing pth [############################################################################] 100%
    ( 89/111) installing libksba [############################################################################] 100%
    ( 90/111) installing libassuan [############################################################################] 100%
    ( 91/111) installing pinentry [############################################################################] 100%
    Optional dependencies for pinentry
    gtk2: for gtk2 backend
    qt4: for qt4 backend
    ( 92/111) installing dirmngr [############################################################################] 100%
    ( 93/111) installing gnupg [############################################################################] 100%
    Optional dependencies for gnupg
    curl: gpg2keys_curl [pending]
    libldap: gpg2keys_ldap [pending]
    libusb-compat: scdaemon
    ( 94/111) installing gpgme [############################################################################] 100%
    ( 95/111) installing pacman-mirrorlist [############################################################################] 100%
    ( 96/111) installing archlinux-keyring [############################################################################] 100%
    ( 97/111) installing pacman [############################################################################] 100%
    >>> Run `pacman-key --init; pacman-key --populate archlinux`
    >>> to import the data required by pacman for package verification.
    >>> See: https://www.archlinux.org/news/having-pacman-verify-packages
    Optional dependencies for pacman
    fakeroot: for makepkg usage as normal user
    ( 98/111) installing pciutils [############################################################################] 100%
    ( 99/111) installing pcmciautils [############################################################################] 100%
    (100/111) installing procps-ng [############################################################################] 100%
    (101/111) installing psmisc [############################################################################] 100%
    (102/111) installing reiserfsprogs [############################################################################] 100%
    (103/111) installing sysvinit-tools [############################################################################] 100%
    (104/111) installing systemd-sysvcompat [############################################################################] 100%
    (105/111) installing tar [############################################################################] 100%
    (106/111) installing texinfo [############################################################################] 100%
    (107/111) installing libusbx [############################################################################] 100%
    (108/111) installing usbutils [############################################################################] 100%
    Optional dependencies for usbutils
    python2: for lsusb.py usage
    coreutils: for lsusb.py usage [pending]
    (109/111) installing vi [############################################################################] 100%
    Optional dependencies for vi
    heirloom-mailx: used by the preserve command for notification [pending]
    (110/111) installing which [############################################################################] 100%
    (111/111) installing xfsprogs [############################################################################] 100%
    [mkarchiso] INFO: Packages installed successfully!
    [mkarchiso] INFO: Installing packages to 'work/root-image/'...
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    resolving dependencies...
    looking for inter-conflicts...
    Packages (1):
    Name New Version Net Change
    core/syslinux 4.06-2 3.35 MiB
    Total Installed Size: 3.35 MiB
    :: Proceed with installation? [Y/n]
    (1/1) checking keys in keyring [############################################################################] 100%
    (1/1) checking package integrity [############################################################################] 100%
    (1/1) loading package files [############################################################################] 100%
    (1/1) checking for file conflicts [############################################################################] 100%
    (1/1) checking available disk space [############################################################################] 100%
    (1/1) installing syslinux [############################################################################] 100%
    ==> If you want to use syslinux as your bootloader
    ==> edit /boot/syslinux/syslinux.cfg and run
    ==> # /usr/bin/syslinux-install_update -i -a -m
    ==> to install it.
    Optional dependencies for syslinux
    perl-passwd-md5: For md5pass
    perl-digest-sha1: For sha1pass
    mtools: For mkdiskimage and syslinux support
    gptfdisk: For GPT support
    util-linux: For isohybrid [installed]
    [mkarchiso] INFO: Packages installed successfully!
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: run
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Run command: mkinitcpio -c /etc/mkinitcpio-archiso.conf -k /boot/vmlinuz-linux -g /boot/archiso.img
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [archiso]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: bfa
    ==> WARNING: Possibly missing firmware for module: aic94xx
    -> Running build hook: [filesystems]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/archiso.img
    ==> Image generation successful
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: prepare
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Cleaning up what we can on root-image...
    [mkarchiso] INFO: Done!
    [mkarchiso] INFO: Target 'work/iso/arch/x86_64/root-image.fs.sfs' does not exist, making it from 'work/root-image'
    [mkarchiso] INFO: Creating ext4 image of 1025 MiB...
    mke2fs 1.42.8 (20-Jun-2013)
    Discarding device blocks: done
    warning: 256 blocks unused.
    Filesystem label=
    OS type: Linux
    Block size=4096 (log=2)
    Fragment size=4096 (log=2)
    Stride=0 blocks, Stripe width=0 blocks
    65664 inodes, 262144 blocks
    0 blocks (0.00%) reserved for the super user
    First data block=0
    Maximum filesystem blocks=268435456
    8 block groups
    32768 blocks per group, 32768 fragments per group
    8208 inodes per group
    Superblock backups stored on blocks:
    32768, 98304, 163840, 229376
    Allocating group tables: done
    Writing inode tables: done
    Writing superblocks and filesystem accounting information: done
    [mkarchiso] INFO: Done!
    [mkarchiso] INFO: Mounting 'work/root-image.fs' on 'work/mnt/root-image'
    [mkarchiso] INFO: Total: 1008 MiB (100%) | Used: 2 MiB (1%) | Avail: 1007 MiB (99%)
    [mkarchiso] INFO: Copying 'work/root-image/' to 'work/mnt/root-image/'...
    [mkarchiso] INFO: Done!
    [mkarchiso] INFO: Total: 1008 MiB (100%) | Used: 552 MiB (55%) | Avail: 457 MiB (45%)
    [mkarchiso] INFO: Unmounting 'work/mnt/root-image'
    [mkarchiso] INFO: Creating SquashFS image for 'work/root-image.fs', This may take some time...
    Parallel mksquashfs: Using 2 processors
    Creating 4.0 filesystem on work/root-image.fs.sfs, block size 131072.
    Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 131072
    compressed data, compressed metadata, compressed fragments, compressed xattrs
    duplicates are removed
    Filesystem size 193188.71 Kbytes (188.66 Mbytes)
    18.41% of uncompressed filesystem size (1049632.29 Kbytes)
    Inode table size 10918 bytes (10.66 Kbytes)
    33.19% of uncompressed inode table size (32898 bytes)
    Directory table size 31 bytes (0.03 Kbytes)
    88.57% of uncompressed directory table size (35 bytes)
    Number of duplicate files found 0
    Number of inodes 2
    Number of files 1
    Number of fragments 0
    Number of symbolic links 0
    Number of device nodes 0
    Number of fifo nodes 0
    Number of socket nodes 0
    Number of directories 1
    Number of ids (unique uids + gids) 1
    Number of uids 1
    root (0)
    Number of gids 1
    root (0)
    [mkarchiso] INFO: Image creation done in 01:46 minutes
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: checksum
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Target 'work/iso/arch/checksum.i686.md5' does not exist, making it from 'work/iso/arch'
    [mkarchiso] INFO: Creating checksum file for self-test (i686)...
    [mkarchiso] INFO: Done!
    [mkarchiso] INFO: Target 'work/iso/arch/checksum.x86_64.md5' does not exist, making it from 'work/iso/arch'
    [mkarchiso] INFO: Creating checksum file for self-test (x86_64)...
    [mkarchiso] INFO: Done!
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: iso
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Image name: archlinux-2013.07.21-x86_64.iso
    [mkarchiso] INFO: Disk label: ARCH_201307
    [mkarchiso] INFO: Disk publisher: Arch Linux <http://www.archlinux.org>
    [mkarchiso] INFO: Disk application: Arch Linux Live/Rescue CD
    [mkarchiso] INFO: Target 'out/archlinux-2013.07.21-x86_64.iso' does not exist, making it from 'work/iso'
    [mkarchiso] INFO: Creating ISO image...
    xorriso 1.3.0 : RockRidge filesystem manipulator, libburnia project.
    Drive current: -outdev 'stdio:out/archlinux-2013.07.21-x86_64.iso'
    Media current: stdio file, overwriteable
    Media status : is blank
    Media summary: 0 sessions, 0 data blocks, 0 data, 4155m free
    Added to ISO image: directory '/'='/tmp/baseline/work/iso'
    xorriso : UPDATE : 16 files added in 1 seconds
    xorriso : UPDATE : 16 files added in 1 seconds
    xorriso : NOTE : Copying to System Area: 432 bytes from file '/tmp/baseline/work/iso/isolinux/isohdpfx.bin'
    libisofs: NOTE : Aligned image size to cylinder size by 177 blocks
    xorriso : UPDATE : 16.90% done
    xorriso : UPDATE : 82.85% done
    ISO image produced: 105472 sectors
    Written to medium : 105472 sectors at LBA 0
    Writing to 'stdio:out/archlinux-2013.07.21-x86_64.iso' completed successfully.
    [mkarchiso] INFO: Done! | 206M out/archlinux-2013.07.21-x86_64.iso
    Booting:
    :: running early hook [udev]
    :: running hook [udev]
    :: Triggering uevents...
    :: running hook [archiso]
    :: Mounting '/dev/disk/by-label/ARCH_201307' to '/run/archiso/bootmnt'
    :: Device '/dev/disk/by-label/ARCH_201307' mounted successfully.
    :: Mounting /run/archiso/cowspace (tmpfs) filesystem, size=75%...
    :: Mounting '/dev/loop0' to '/run/archiso/sfs/root-image'
    :: Device '/dev/loop0' mounted successfully.
    :: Creating '/run/archiso/cowspace/persistent_ARCH_201307/x86_64/root-image.cow' as non-persistent.
    :: Mounting '/dev/mapper/arch_root-image' to '/new_root/'
    :: Device '/dev/mapper/arch_root-image' mounted successfully.
    :: running cleanup hook [udev]
    Welcome to Arch Linux!
    Expecting device dev-ttyS0.device...
    [ OK ] Reached target Remote File Systems.
    [ OK ] Listening on LVM2 metadata daemon socket.
    [ OK ] Listening on Device-mapper event daemon FIFOs.
    [ OK ] Listening on Delayed Shutdown Socket.
    [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
    [ OK ] Listening on udev Kernel Socket.
    [ OK ] Listening on udev Control Socket.
    [ OK ] Reached target Paths.
    [ OK ] Reached target Encrypted Volumes.
    [ OK ] Set up automount Arbitrary Executable File Formats F...utomount Point.
    [ OK ] Listening on Journal Socket.
    Mounting POSIX Message Queue File System...
    Starting Setup Virtual Console...
    Starting Create static device nodes in /dev...
    Mounting Huge Pages File System...
    Starting Apply Kernel Variables...
    Mounting Debug File System...
    Mounting Configuration File System...
    Starting udev Coldplug all Devices...
    Starting Journal Service...
    [ OK ] Started Journal Service.
    [ OK ] Reached target Swap.
    Mounting Temporary Directory...
    Starting Remount Root and Kernel File Systems...
    [ OK ] Mounted POSIX Message Queue File System.
    [ OK ] Started Remount Root and Kernel File Systems.
    [ OK ] Started Setup Virtual Console.
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Mounted Huge Pages File System.
    [ OK ] Mounted Debug File System.
    [ OK ] Started Create static device nodes in /dev.
    [ OK ] Mounted Configuration File System.
    [ OK ] Mounted Temporary Directory.
    Starting udev Kernel Device Manager...
    Starting Load Random Seed...
    [ OK ] Started Load Random Seed.
    [ OK ] Started udev Kernel Device Manager.
    [ OK ] Reached target Local File Systems (Pre).
    [ OK ] Reached target Local File Systems.
    Starting Trigger Flushing of Journal to Persistent Storage...
    Starting Recreate Volatile Files and Directories...
    [ OK ] Started udev Coldplug all Devices.
    [ OK ] Started Recreate Volatile Files and Directories.
    Starting Update UTMP about System Reboot/Shutdown...
    [ OK ] Started Trigger Flushing of Journal to Persistent Storage.
    [ OK ] Started Update UTMP about System Reboot/Shutdown.
    [ OK ] Reached target System Initialization.
    [ OK ] Reached target Timers.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    Starting Permit User Sessions...
    Starting D-Bus System Message Bus...
    [ OK ] Started D-Bus System Message Bus.
    Starting Login Service...
    [ OK ] Started Permit User Sessions.
    Starting Getty on tty1...
    [ OK ] Started Getty on tty1.
    [ OK ] Started Login Service.
    [ OK ] Found device /dev/ttyS0.
    Starting Serial Getty on ttyS0...
    [ OK ] Started Serial Getty on ttyS0.
    [ OK ] Reached target Login Prompts.
    [ OK ] Reached target Multi-User System.
    [ OK ] Reached target Graphical Interface.
    Arch Linux 3.9.9-1-ARCH (ttyS0)
    localhost login:

  • Operations manager failed to run a wmi query for wmi events (0x800706ba)

    Hi everyone,
    I've been working on this issue for a while and I am still no closer to finding out what the problem is.  If anybody can offer any other advice or things to check, I'm all ears.
    I'm running SCOM 2012 R2 with UR2, and the Cluster Management Pack v6.0.7063.0
    My problem is on one particular batch of cluster servers where I am getting the following error.
    Name: Operations Manager failed to run a WMI query for WMI events
    Alert Description:
    Module was unable to enumerate the WMI data
    Error: 0x800706ba
    Details: The RPC server is unavailable
    Workflow name: Microsoft.Windows.Cluster.Node.StateMonitoring
    Instance Name: servername.domain.local
    Instance ID: {instance_id}
    Management group: SCOM_Management_Grp_Name
    I am getting this alert regardless of whether I run the Windows Cluster Action Account as Local System, or as a domain user with full local admin privileges on all the cluster nodes.
    When looking at the management pack and the workflow in particular (Microsoft.Windows.Cluster.Node.StateMonitoring), I can see that it's trying to access
    MSCluster_Node in the root\MSCLUSTER WMI namespace.
    This is the workflow for your information...
    <UnitMonitor> ID="Microsoft.Windows.Cluster.Node.StateMonitoring" Accessibility="Public" Enabled="onEssentialMonitoring" Target="ClusLibrary!Microsoft.Windows.Cluster.Node" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="ClusLibrary!Microsoft.Windows.Cluster.CheckState" ConfirmDelivery="false">
    <Category>AvailabilityHealth</Category>
    <AlertSettings AlertMessage="Microsoft.Windows.Cluster.Node.StateMonitoring.AlertMessage">
    <AlertOnState>Warning</AlertOnState>
    <AutoResolve>true</AutoResolve>
    <AlertPriority>Normal</AlertPriority>
    <AlertSeverity>MatchMonitorHealth</AlertSeverity>
    <AlertParameters>
    <AlertParameter1>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
    <AlertParameter2>$Target/Property[Type="ClusLibrary!Microsoft.Windows.Cluster.Node"]/ClusterName$</AlertParameter2>
    </AlertParameters>
    </AlertSettings>
    <OperationalStates>
    <OperationalState ID="Success" MonitorTypeStateID="Online" HealthState="Success" />
    <OperationalState ID="Warning" MonitorTypeStateID="Partial" HealthState="Warning" />
    <OperationalState ID="Error" MonitorTypeStateID="NotOnline" HealthState="Error" />
    </OperationalStates>
    <Configuration>
    <ClusterObjectName>$Target/Property[Type='ClusLibrary!Microsoft.Windows.Cluster.Node']/NodeName$</ClusterObjectName>
    <PollInterval>60</PollInterval>
    <ClusterObjectClass>MSCLUSTER_Node</ClusterObjectClass>
    <OnlineExpression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">0</Value>
    </ValueExpression>
    </SimpleExpression>
    </OnlineExpression>
    <OnlineExpressionOnDemand>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">0</Value>
    </ValueExpression>
    </SimpleExpression>
    </OnlineExpressionOnDemand>
    <PartialExpression>
    <Or>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">2</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">3</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </Or>
    </PartialExpression>
    <PartialExpressionOnDemand>
    <Or>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">2</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value Type="String">3</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </Or>
    </PartialExpressionOnDemand>
    <NotOnlineExpression>
    <And>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">0</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">2</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">3</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </And>
    </NotOnlineExpression>
    <NotOnlineExpressionOnDemand>
    <And>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">0</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">2</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <XPathQuery Type="String">Property[@Name='State']</XPathQuery>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value Type="String">3</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </And>
    </NotOnlineExpressionOnDemand>
    <WMIFields>Name, State</WMIFields>
    </Configuration>
    </UnitMonitor>
    I can confirm that I am able to browse the MSCluster_Node class locally, as well as remotely using WMIEXPLORER and WBEMTEST,
    however it only works when I set the Authentication Level to
    Packet Privacy.  If I do not select Packet Privacy, a WMI event log error 5605 is logged on the remote servers application log that says...
    The root\mscluster namespace is marked with the RequiresEncryption flag.  Access to this namespace might be denied if the script or application does not have the appropriate authentication level.  Change the authentication level to Pkt_Privacy
    and run the script or application again.
    I can confirm that all firewalls are turned off, and there are no firewalls between the management servers and the agents in question.  AV exclusions have been done and appear to be in place.  The nodes are all Windows 2008 R2 with SP1.  As
    far as I can tell there is plenty of memory available on each of the nodes in question (50%+) of RAM is available. 
    If I manually run the "Discover the Windows Server 2008 R2 Cluster Components" task in the Cluster Service State section of the management pack in the Monitoring Pane in the console, on the nodes in question - the discovery runs successfully.
    Does anybody have any other ideas or suggestions I could try?
    Many thanks in advance,
    Noel.
    http://www.dreamension.net

    Hi,
    Common causes of RPC errors include:
    Errors resolving a DNS or NetBIOS name.
    The RPC service or related services may not be running.
    Problems with network connectivity.
    File and printer sharing is not enabled.
    For more information, please review the link below:
    Windows Server Troubleshooting: "The RPC server is unavailable"
    http://social.technet.microsoft.com/wiki/contents/articles/4494.windows-server-troubleshooting-the-rpc-server-is-unavailable.aspx#Identify
    Troubleshooting RPC Errors
    http://technet.microsoft.com/en-us/magazine/2007.07.howitworks.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Distribution manager failed to connect to the distribution point

    After upgrading my distribution point to windows server 2012 standard I can't distribute content to my distribution point.
    I see the following error.
    source: SMS Server
    Component: SMS_DISTRIBUTION_MANAGER
    message id 2391
    Distribution Manager failed to connect to the distribution point Check your network and firewall settings.
    The firewall is not enabled. 
    wbemtest is able to connect to the remote server that has the distribution point role installed.
    The network access account is working.
    How do I fix this?

    but why does it most of the time work? I did inplace upgrade at least 6 times from 2008 R2 to 2012 R2 and every DP except one works fine.
    I'm not completely sure, but I think, my faulty one, that I'm trying to get working, was working correctly after the inplace upgrade. But as I said, that is only a theory, I'm just curious if that's possible.
    I have the same issue as described above.
    The IT guys from LukOIL

  • Error Task Sequence Manager failed to execute task sequence. Code 0x80004005 TSManager

    Dear All,
    I need your Help, as I am getting below mention error in deployment of OS through MDT 2013.
    Expand a string: WinPEandFullOS    TSManager    6/5/2014 11:40:50 AM    1464 (0x05B8)
    Executing command line: cscript.exe "%SCRIPTROOT%\LTIApply.wsf"    TSManager    6/5/2014 11:40:50 AM    1464 (0x05B8)
    Process completed with exit code 5627    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    !--------------------------------------------------------------------------------------------!    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Failed to run the action: Install Operating System.
    Unknown error (Error: 000015FB; Source: Unknown)    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Sending status message . . .    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Executing in non SMS standalone mode. Ignoring send a task execution status message request    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Set a global environment variable _SMSTSLastActionRetCode=5627    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Set a global environment variable _SMSTSLastActionSucceeded=false    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Clear local default environment    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Let the parent group (Install) decides whether to continue execution    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    The execution of the group (Install) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Failed to run the last action: Install Operating System. Execution of task sequence failed.
    Unknown error (Error: 000015FB; Source: Unknown)    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Sending status message . . .    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Executing in non SMS standalone mode. Ignoring send a task execution status message request    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmanager\tsmanager.cpp,767)    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Task Sequence Engine failed! Code: enExecutionFail    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    ****************************************************************************    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Task sequence execution failed with error code 80004005    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Cleaning Up. Removing Authenticator    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Cleaning up task sequence folder    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    DeleteFileW(sVolumeIDFile.c_str()), HRESULT=80070002 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,508)    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    DeleteFileW(sVolumeIDFile.c_str()), HRESULT=80070002 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,508)    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Successfully unregistered Task Sequencing Environment COM Interface.    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Command line for extension .exe is "%1" %*    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Set command line: "X:\Deploy\Tools\X86\TsProgressUI.exe" /Unregister    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Executing command line: "X:\Deploy\Tools\X86\TsProgressUI.exe" /Unregister    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    ==========[ TsProgressUI started in process 320 ]==========    TsProgressUI    6/5/2014 11:51:18 AM    552 (0x0228)
    Command line: "X:\Deploy\Tools\X86\TsProgressUI.exe" /Unregister    TsProgressUI    6/5/2014 11:51:18 AM    552 (0x0228)
    Unregistering COM classes    TsProgressUI    6/5/2014 11:51:18 AM    552 (0x0228)
    Unregistering class objects    TsProgressUI    6/5/2014 11:51:18 AM    552 (0x0228)
    Shutdown complete.    TsProgressUI    6/5/2014 11:51:18 AM    552 (0x0228)
    Process completed with exit code 0    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Successfully unregistered TS Progress UI.    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    g_TSManager.Run(), HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmanager\tsmanager.cpp,657)    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Error Task Sequence Manager failed to execute task sequence. Code 0x80004005    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Sending error status message    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    In non SMS staqndalone mode.Ignoring SendStatusMessage request    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Finalizing logging from process 1456    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Finalizing logs to root of first available drive    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Successfully finalized logs to C:\SMSTSLog    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Cleaning up task sequencing logging configuration.    TSManager    6/5/2014 11:51:18 AM    1464 (0x05B8)
    Deployment is going failed.
    Regards
    Sachi

    Note:Only mass storage device drivers and network adapter device drivers should be added to boot images because other types of
    drivers are not needed and will increase the size of the boot image:
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • JDS fails to detect wireless LAN Card

    I've installed JDS on my Dell laptop (Latitude C840). The network works fine with my wired LAN card - 3COM 3C920-TX. However, JDS fails to detect my wireless card - "True Mobile 1150". Any idea?

    Winston:
    I would appreciate any info you can provide on how you got the 3com network card to work.
    I have a 3com 3c940 in my ASUS p4p800 and the
    JDS doesn't install it.
    3com say the 3c940 is compatible with Linux 2.4 kernel and SuSE, so theoritically Sun should have installed it correctly, not so.
    ASUS says I need kernel source installed in
    /usr/src/linux - there is no such directory.
    The nonexistent manual in Java Desktop certainly doesn't help.
    Any help would be appreciated.
    Can I install the latest GCC compiler or do I need to recompile a pile of programs to use it.
    I believe the ATI video card needs files and compilers installed, which the default install did not do.
    Thanks in advance for all and any help.
    New to Linux, like the JDS all except the network issues. Wireless doesn't work and realize it is because a huge company like Cisco, the grand daddy of networking which brought Linksys are not supporting the broadcom chipset. ARGH!!

  • Process Manager fails on startup

    Hi,
    I have installed the infrastructue on a machine and the midtier on an other machine.
    The installation went fine but after rebooting the system it get an error
    message in the event viewer:
    Process manager failed on startup.
    I tried to start is manually but it dows not respond at all.
    What can I do?
    Thanks
    Michael

    IIRC, Internet Connect is a Tiger and earlier app which is now rolled into Network for Leopard and Snow Leopard. I can't help with the DSL issues since I dropped that over four years ago and have been on cable ever since.

  • OPMN Process Manager failed to start - libmodapi.so libclntsh.so not found

    Hi all,
    I am completely new to Oracle in its entirety. I am trying to install Oracle Enterprise Manager Grid Console 10.2.0.1.0 on Oracle Enterprise Linux 5.1 through the OUI using the new database install. When I get to setting up the Oracle Application Server, it tells me the OPMN Process Manager failed to start, tells me to check the logs in /oms10g/opmn/logs, and to start OPMN manually before hitting retry.
    The log files in that directory do not seem to contain any errors.
    When I run ./opmnctl stopall, ./opmnctl startall, ./opmnctl status, I get no obvious errors, and then the following:
    DSA ~ DSA ~ Down
    HTTP_Server ~ HTTPServer ~ Alive
    LogLoader ~ logloaderd ~ Down
    dcm-daemon ~ dcm-daemon ~ Down
    OC4J ~ home ~ Alive
    WebCache ~ WebCache ~ Alive
    WebCache ~ WebCacheAdmin ~ Alive
    When I do ./opmn start I get the following:
    ./opmn: error while loading shared libraries: libmodapi.so: cannot open shared object file: No such file or directory
    When I do a ldd ./opmn I get the following errors:
    libmodapi.so => not found
    libclntsh.so.10.1 => not found
    I am assuming my problem is that these two libraries are not linked in. I have looked through the forums, and found closely related threads, but none that seemed to help, most notably changing my PATH. If anyone has any suggestions, I would welcome them. Thanks for your help.
    Sincerely,
    Don

    Hi All,
    We all agree that best practice involves a test installation. My original post was about a problem I was having with the creation of my test bed. I did create my own manual, which I am sure is not the best manual ever created, but does work to get the software installed. If it is proven out, I will post it to try and return something to the community.
    In order to do this, I needed to read thousands of pages of documentation so far, which does not even scratch the surface of the total amount on OTN. I am still revising my instructions as I find that the documentation commonly assumes the reader has been installing Oracle for some time and is fully aware of all the appropriate acronyms and the entire logical and physical structure of the database. In order to just read many of the documents, I had to draw out a map of Oracle on a whiteboard as I went. As a systems administrator, should I have to search through all those papers, manuals, the web, etc. and try to gain an advanced DBA understanding to get a working default installation? Perhaps it seems like I am just a new user who is whining, but how many programs can you think of where this type of effort is required?
    In looking at the relationship between the DBA and the Systems Administrator, where should we draw a line between their tasks?
    Should the DBA have to learn how to assess appropriate server hardware, and then install and administrate every flavor of Windows, UNIX, Linux, etc. in any given environment? Should a DBA be required to build a Linux kernel, configure Active Directory, or install Solaris before installing Oracle?
    Should the Systems Administrator have to learn the nuances of installing and optimizing Oracle databases in order to just put the base software on the system and configure the kernel so it is ready for a DBA?
    More interesting, as stated above, I could hand you the Gentoo Handbook, and without knowing a single thing about Gentoo Linux, you would have a default installation of the Gentoo OS. You could also grab step-by-step instructions for a default installation of MySQL on Gentoo, or a myriad of other programs, for that matter. This would hardly replace the Gentoo systems administrator or MySQL DBA, but it does serve a very valid purpose of enabling the systems administrator and DBA. Shouldn’t Oracle have something similar?
    I would think the Systems Administrator knowledgeable in the OS and Kernel should be able to perform the first half of the installation task where they are more likely to be an expert, and then allow the DBA to create and optimize the databases they install, which they in turn can spend years learning how to do. Time that the DBA spends learning the OS or time the Systems Administrator spends learning Oracle is valuable in the long run, but it is also extra time to get the initial database up and running. One of the largest reasons IT personnel exist at all is to keep users from having to spend too much time learning about their computers to get their work done. Shouldn’t this also translate between IT groups?
    Databases are one of the few software installations that systems administrators commonly don't have to maintain on corporate servers. The best comparison I know of is web services. In this manner web servers are very similar, and are commonly installed by a team as well. I am perfectly capable of creating a default install of Apache, Tomcat, or IIS from step-by-step instructions provided by Apache or Microsoft without much more tailored information than the IP address and system name we are going to use to fill in the blanks during the installation.
    While I have performed the role of sole IT staff at a small software engineering company, and have therefore been the SysNetWebSecDB admin hydra in the past, in larger companies there seems to be no problem with having the system administrator create a default installation of Apache or IIS, having the network team configure the switches and DMZ, and having the web team customize the server and design the site without each of them having to know everything.
    So the above is a good idea and I would encourage
    them to do it because after that, it makes them
    stonger than when they use an already completed one
    to install.Sometimes there is time to sit down and read all the instructions and become a more robust IT professional. Sometimes there is only time to read the Getting Started section and you have to read the full instructions and optimize later if there is time. Sometimes you have outside influences that mean it has to get done in less time than it should, whether or not the justification for rushing is reasonable.
    Should I plan to read every knowledge base article ever published by Microsoft in order to create a test bed installation of Windows 2008? Honestly, I’d still be reading the NT4 docs.
    Not only does not every business have a DBA, or the money to hire one, sometimes the business does not want to do so, or sometimes the security is such that the DBA is not part of the unit allowed to utilize administrative access on the servers. That doesn’t mean they don’t need a database tomorrow.
    As an IT professional, I will never be able to come close to encompassing the amount of knowledge I actually could use to do my job. I try to specialize in a few areas so that I have the ability to keep up with the exponential rate of IT expansion, but I basically consider a vast part of my job being constantly thrown into the deep end, and, fair or not, getting things done anyway. Hopefully that makes me good at my job. The question is how much time and effort I should need to apply before I can get to a reasonable starting point where everyone else can do their work too.
    There
    is normally no single document to achieve or complete
    and installation unless the bespoke type. Apart from
    the Install Guide, there could be Readme, Release
    notes, Adendum etc. While I noted in a previous post that I shouldn't be too hard on Oracle in trying to document such a massive effort, that doesn’t mean that their documentation doesn’t need work. Why is the documentation for a single product spread out over tens of thousands of pages? It should be obvious that this has resulted in redundant and often conflicting documents, including the dozen readme documents in the installation files, the readme documents in the installed files, the install guide, the readme and addendum for each of those, the release notes for each of those, and a new set for each patch.
    Obviously, for any installation, I need to complete a document for my own environment that contains the proper network configuration for our own LAN, or the proper partitioning. I do this for any program. Oracle needs me to change the name of the OS install to get their installer not to error out on their own OS. If OFA is so desirable, why not make the default install explain and follow OFA? Basic issues like this are highly avoidable, and shouldn’t be seen by the end user, even if in this case the end user is a highly technical audience capable of adjusting.
    It will hard to get a single document because they
    will be platform dependent and what someone did in
    their install, may not always work everywhere.Again, please note that Oracle has "released" an OS that they intend for people to use on their Oracle validated hardware as a premier platform for their Oracle database. It isn't a stretch to feel that Oracle should then be able to provide valid, step-by-step instructions for a default installation of their own software, on validated hardware, on their own OS. I’m not expecting an optimized and populated database, but if the hardware, OS, and software are all under Oracle’s control, there aren’t really any variables other than machine name and IP address for a default install.
    Hopefully my current knowledge will work for the time being, and I will be able to optimize appropriately in the future as I can.

  • Concurrent manager failed to start on win2k3,

    hi,
    this is seems to be common issue, i have search so many forums but unable to bring up concurrent managers.pls help me resolve the issue.
    APPS: 11i (11.5.10.2 ) on win2k3.
    //An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_APPS. There may be a network configuration problem, or the TNS listener on node FNDFS_APPS may not be running. Please contact your system administrator.//
    SQL> SELECT concurrent_queue_name
    2 FROM fnd_concurrent_queues
    3 WHERE concurrent_queue_name LIKE 'FND%';
    CONCURRENT_QUEUE_NAME
    FNDCPOPP
    FNDCRM
    FNDICM
    FNDIM_APPS
    FNDIM_AUTHENTICATION
    FNDSCH
    FNDSM_APPS
    FNDSM_AUTHENTICATION
    FNDTMTST
    9 rows selected.
    D:\oracle\visora\8.0.6\NET80\ADMIN\VIS_apps>tnsping80 FNDFS_APPS
    TNS Ping Utility for 32-bit Windows: Version 8.0.6.3.0 - Production on 27-MAY-2010 14:22:00
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Attempting to contact (ADDRESS=(PROTOCOL=tcp)(HOST=APPS.ora.com)(PORT=1626))
    OK (20 msec)
    FNDFS.exe is available at FND_TOP/bin DIRECTORY.
    i have run autoconfig on both the tire also. but issue is still there.
    i have gone through from Standard Concurrent Manager is not running.
    Note: 735148.1 - How to Troubleshoot Concurrent Manager Start Up Issue Related to Service Manager
    Note: 423170.1 - Concurrent Manager Fails to Start Because of a 'Could not start Service Manager FNDSM__' Error
    kindly help me to resolve this issue.
    Regards,
    sandeep.

    Hi;
    It was working before? Did you apply any patch or something else?
    Those note which u mention in your post didnt help?
    Did you try to Maintain Applications Files >> Relink Applications programs ?
    Regard
    Helios

  • Windows Update Client failed to detect with error 0xc8000247 after using Lenovo System Update 5

    My Windows 7, SP1 was running fine, until I installed few updates on 10/15 using Lenovo System Update 5 then Windows Update stopped working, shows as RED:
    {CE3119AD-35EF-41CF-9C21-C7698FEB8393}    2013-10-14 21:53:00:256-0700    1    147    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Software Synchronization    Windows Update Client successfully detected 4 updates.
    {EB17A01A-EB6E-49FF-9EA2-AA0DD063B4B1}    2013-10-15 04:15:54:069-0700    1    162    101    {C61A0D00-3E51-48AC-B0AF-1D3E02B9E5D3}    201    0    AutomaticUpdates    Success    Content Download    Download succeeded.
    {77DAE88F-2795-4258-8BBF-8D27E53662CF}    2013-10-15 12:10:38:196-0700    1    193    102    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Content Install    Restart Required: To complete the installation of the following updates, the computer must be restarted. Until this computer has been restarted, Windows cannot search for or download new updates:  - Security Update for Windows 7 for x64-based Systems (KB2862330)
    {1398F777-3AEF-4D1D-BE4C-407EC4AEAD4C}    2013-10-15 12:15:25:676-0700    1    183    101    {C61A0D00-3E51-48AC-B0AF-1D3E02B9E5D3}    201    0    AutomaticUpdates    Success    Content Install    Installation Successful: Windows successfully installed the following update: Security Update for Windows 7 for x64-based Systems (KB2862330)
    {A220898A-E5FE-4FE7-8413-2B0C7B4013D0}    2013-10-15 12:15:25:766-0700    1    202    102    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Content Install    Reboot completed.
    {A5400FF2-33ED-4A47-8409-13E5DFE16A6D}    2013-10-15 19:29:31:486-0700    1    147    101    {00000000-0000-0000-0000-000000000000}    0    0    ChkWuDrv    Success    Software Synchronization    Windows Update Client successfully detected 0 updates.
    {43C533EE-775D-445E-A652-06648B72DE65}    2013-10-15 19:29:49:702-0700    1    147    101    {00000000-0000-0000-0000-000000000000}    0    0    ChkWuDrv    Success    Software Synchronization    Windows Update Client successfully detected 0 updates.
    {D6AAAFFB-7F18-4A7E-B39D-1BA09CDC5E6D}    2013-10-15 19:30:05:744-0700    1    147    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Software Synchronization    Windows Update Client successfully detected 3 updates.
    {4E73B1C1-5BA2-415D-AB34-92F7AB3DB418}    2013-10-15 19:30:08:753-0700    1    147    101    {00000000-0000-0000-0000-000000000000}    0    0    ChkWuDrv    Success    Software Synchronization    Windows Update Client successfully detected 0 updates.
    {51248882-41AC-4E59-B813-87AD326310AD}    2013-10-15 20:00:05:044-0700    1    183    101    {DBD3B4E9-0357-47DA-8317-D0CF2163BFE6}    501    0    wusa    Success    Content Install    Installation Successful: Windows successfully installed the following update: Hotfix for Windows (KB2661796)
    {FB2B8E5E-442C-4E76-B23D-6A41B4324C9D}    2013-10-16 00:11:39:832-0700    1    148    101    {00000000-0000-0000-0000-000000000000}    0    c8000247    AutomaticUpdates    Failure    Software Synchronization    Windows Update Client failed to detect with error 0xc8000247.
    Lenovo Thinkpad W500, Intel (R), Windows 7, SP1, latest updates as of Oct 15
    (1) Checked Setting,  set to automatic update whenever, even changed to never update, rebooted the OS and changed back to automatic update and rebooted the OS.
    (2) Stopped Windows Update Services, renamed SoftwareDistribution folder and started the window update services and rebooted.
    (3) Ran MS FIXIT
    (4) Ran System File checker Scan (sfc /scannow)
    (5) Ran CHKDSK /F
    (6) Installed "Intel Rapid Storage Technology" drivers from Lenovo site
    (7) Ran Update for Windows 7 for x64-based Systems (KB971033)
    None of the above possible recommended solutions were able to fix the issue yet and now I am getting a message your Window is Not Genuine!
    Any help or guidance is appreciated.
    Solved!
    Go to Solution.

    The Lenovo System Update installed the "Intel Matrix Storage Manager driver 8.9.2.1002" right before the Windows Upgrade got broken. So in the Device Manager under IDE ATA/ATAPI Controllers, I choose Intel ICH9M-E/M SATA AHCI Controller, on the Driver Tab, I choose the option "Roll Back Driver" and after rolling back the driver and restarting the OS, now Windows Update is working like a Champ!
    The End!

  • SSIS 2012: SSIS Error Code "Excel Connection Manager" failed with error code 0xC0202009.

    Hi,
    This is kind of weird issue that I am experiencing with excel connection manager in SSIS 2012. This issue occurs sometimes but when I close and re-open SSDT (SQL Server Data Tools - newer BIDS) then this issues goes off temporarily.
    Just FYI, through SSDT environment I executed the package successfully with both settings Run64bit runtime setting to Yes and No when error does not occur.
    So far I have installed
    http://www.microsoft.com/en-us/download/details.aspx?id=13255 (Microsoft Access Database Engine 2010 Redistributable).
    I still remember for older versions of SQL Server (2005 & 2008) that I have executed Excel connection SSIS packages with Run64bit runtime = false i.e. in 32-bit mode. As far as I know I think Excel 64-bit issue has been resolved with SQL Server
    2012 release.
    Here is the detail of error message:
    TITLE: Package Validation Error
    Package Validation Error
    ADDITIONAL INFORMATION:
    Error at Data Flow Task [Excel Source [2]]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "Excel Connection
    Manager" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
    Error at Data Flow Task [SSIS.Pipeline]: Excel Source failed validation and returned error code 0xC020801C.
    Error at Data Flow Task [SSIS.Pipeline]: One or more component failed validation.
    Error at Data Flow Task: There were errors during task validation.
    Error at Package [Connection manager "Excel Connection Manager"]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft Access Database Engine"  Hresult: 0x80004005  Description: "Unspecified error".
     (Microsoft.DataTransformationServices.VsIntegration)
    Here are my environment details:
    SQL Server 2012 {Microsoft SQL Server 2012 (SP1) - 11.0.3368.0 (X64) } , Excel 2010 (32-bit). I am developing SSIS code on Virtual desktops with Windows 7 32-bit OS.
    Also it occurred to me that since Virtual Desktops are on Shared Infrastructure, the source files and SSIS packages (code) can be on Shared drives for e.g. \\<Corpnet>\userdata\<Corp_Users_Grp>\<Username>\Visual Studio 2010\Projects\Integration
    Services Project2\Integration Services Project2\Package.dtsx.
    Does this kind of Shared drives have any impact to give this issue?
    Thanks in advance!
    Ketan
    P.S.: I had look at this forum question -->
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/903bbe1d-e070-4c43-9d3b-0a5193550029/64bit-error-in-excel-connection-manager-in-ssis

    Hi Arthur,
    Thanks for your response.
    Yes, it looks like SSIS still has bunch of issues with Excel files like as follows:
    1) Some times excel source files cannot be parsed by excel source connection manager.
    2) For derive column conversion, we can't replace the existing column. rather, we have to add the derived column as " add as new column" which is tough to manage  while destination mapping.
    3) If an column in excel contains a data which is not of the data type assigned for the column in excel, the excel source reads that data as "null". For the same, we can't validate the data and redirect the erroneous data in reject file.  <-- For
    this we tried IMEX setting also
    4) In multi-tab/sheet excel file, excel source is unable to detect a tab and identify the metadata of the excel.
    I am also checking Microsoft connect for Excel issues with SSIS 2012(https://connect.microsoft.com/SQLServer/SearchResults.aspx?SearchQuery=excel#&&PageIndex=22
    As worst case scenario, I am thinking of converting Excel to CSV file or Flat text file. (http://www.mssqltips.com/sqlservertip/2772/importing-data-from-excel-using-ssis--part-2/).
    Do you think it is advisable to convert Excel into CSV or Flat file.
    Thanks,
    Ketan

  • Adobe Application Manager failed during update and fils to reinstall

    G'day All,
    I put this up in November last year in a Creative Suites discussion thread (sse blow the line), and though the original post has been viewed more than 280 times, I have received no responses. I simply cannot update my CS6 software. I have just reposted the information below there, and figured I should try here, also.
    Details : CS6 design and web premium, HP Pavilion quad-core i7,  now running Windows 8.1
    Essentially my application manager failed while it was upgrading itself as I was attempting to fix a problem with Acrobat/the Adobe PDF printer constantly failing after printing only one PDF. The updater/application manager then simply disappeared from my system altogether.
    At the time of the original problem I had downloaded ApplicationManager7.0_all.exe; if I attempt to run it I get a pop-up window 2/3rds of the way through the installation and the following message 'Installer failed to initialise. Please download Adobe Support Advisor to detect the problem'.
    Adobe Support Advisor no longer exists.
    So I tried the latest version - ApplicationManager8.0_all.exe. This installed just fine, but seems to be entirely oriented around CC applications, so I haven't tried it on my CS6 programs. Should I just uninstall it? I rather wonder why it says 'This patch will install the Adobe Application Manager that is included with Adobe Creative Cloud, Adobe Creative Suite 6, Adobe Creative Suite 5.5 products' if, in fact, it's just for CC products.
    So, any suggestions on what to do now? I'd really like to be able to update my applications via a Manager that will actually function.
    regards,
    Bill
    G'day All,
    (CS6 design and web premium, Windows 8. HP Pavilion quad-core i7)
    Frankly, this is ridiculous.
    Having been driven nuts by the 'Acrobat manager is not activated' message which persisted in popping up if I made any attempts beyond one to create a PDF - that is, I could print one, and then no others without a reboot, nor having done so could I read any PDFs - I searched online and got a discouraging, tangled mess of suggestions, including the fairly obvious one of checking that all programs had been updated by the Application Manager.
    'Ah,' I thought, 'maybe if I ensure everything's up-to-date this thing where Acrobat failing to start because it thinks it's not 'activated' means I can neither read nor print PDFs will be miraculously fixed without my having to install magical patches or deregister and reregister the entire suite in order to appease a program I don't even use or want!'
    Poor naive fool that I am!
    So I tried to run the Application Manager.
    It momentarily flashed a message claiming (I believe - it was only there for a second) another instance of itself was running, then proceeded to run an update process for the application itself, then threw up an administration window seeking to allow the program to modify the system about 2/3rds of the way through, and then announced via a little window with one of those horrible little red 'fail' symbols that the application manager had failed to install.
    It sure had!
    That's it - I now have no Application Manager to attempt to manage updates through! No shortcut - that disappeared too! Nothing in the hideous Windows 8 start menu! No search will reveal it! It's simply gone. Yes, I've rebooted.
    All I can find online suggests installing a new instance of the Application Manager, which is, of course, the CC version, and I'm not a subscriber. OK, maybe that will work, but, quite frankly, with two strikes against Adobe already I'm going to ask if anyody actually knows whether this approach, or any other, is likely to solve the problem.
    regards,
    Bill

    Thanks for the reply, Jeff. Sure am! But that's not the main problem.
    However, it appears the main problem has been fixed - via the installation of AAM 8 - a mere 9 months later! CS6 updates - woohoo!
    This didn't fix the Adobe PDF printing thing - in fact, I just lost everything I'd previously typed in response to you testing this hadn't been fixed by AAM 8's updates (it hasn't!).
    However, during the 9 month fallow period I've discovered that if I keep process explorer open and kill the splwow64.exe/acrotray.exe process tree after every single PDF printing  I don't get bizarre messages telling me the Adobe PDF printer isn't 'activated' or have my system go into a tizzy and need rebooting. So it still doesn't really work, but I do have a work-around...
    regards,
    Bill

  • Authentication failed on device 3 times. Failed to detect SSH version running on the device. PRIMARY-STARTUP config Fetch Operation failed for TFTP

    I have devices loaded but new devices keep getting this error "Authentication failed on device 3 times. Failed to detect SSH version running on the device. PRIMARY-STARTUP config Fetch Operation failed for TFTP" - which trying to get configurations. I am using LMS 3.0.1
    I tried to TELNET on devices via Putty port 22 no good. Please help?
    Name Version License Status Size CiscoWorks  Common Services 3.1.1 Licensed Not applicable  Campus  Manager 5.0.3 Purchased 1500  CiscoView 6.1.7 Licensed Not applicable  CiscoWorks  Assistant 1.0.1 Licensed Not applicable  Device  Fault Manager 3.0.3 Purchased 1500  Internetwork  Performance Monitor 4.0.1 Purchased 1500  Integration  Utility 1.7.1 Licensed Not applicable  LMS  Portal 1.0.1 Licensed Not applicable  Resource  Manager Essentials 4.1.1 Purchased 1500

    Showing 1-1 of 1 records
    Go to page:
    of 1 pages
    Device Name
    SysObjectID
    Model
    Device Status
    Inventory Status
    Inventory Last Updated Time
    Config Status
    Config Last Updated Time
    1.
    R2020012_01
    .1.3.6.1.4.1.9.1.576
    Cisco 2811 Integrated Services Router
    Normal
    Success
    Jan 13 2011 10:43:49 EST
    Failed
    Jan 13 2011 10:37:24 EST
      Rows per page:
    20 50 100 500
    Go to page:
    of 1 pages

  • Xw6400 fails to detect SSD

    Hello
    I fitted a Samsung SSD to my xw6400, after updating the BIOS and applying the BIOS settings outlined elsewhere. I never did manage to get AHCI Mode actuivated, even after doing a complete reinstall of Windows 8 and 8.1, but the performance boost is quite good enough without it.
    My concern is that sometimes when I restart the machine from Windows, it will fail to detect the SSD, which is the system drive. It doesn't happen often and it's not a big deal anyway, since, if I switch off and on again, it does always discover it at power-on. This may prove to be a problem, though, if I'm away from home and need to access the machine remotely. Of course, I could avoid it by switching off Windows automatic updates before I leave home, but the problem is being old, so I will probably forget.
    Does anyone have any ideas how I can remedy this?
    Thanks in advance.

    Hi:
    If you are using a SATA III SSD, this may be the problem...
    http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/kb/docDisplay/?javax.portlet.begCach...
    I had the same thing happen to me on my dc7800 CMT when I installed a SATA III WD mechanical hard drive.
    When I put the HP 1 TB Seagate hard drive from my HP 8200 Elite into the dc7800, it worked just fine as did the WD SATA III drive in my 8200 Elite.

Maybe you are looking for

  • E72: How to change home screen links/options?

    Hello, Is there a way to change the links/options shown under home screen ? For instance on my E72 I get following options: @Set Up e-mail <Mailbox1> <Mailbox2> ,Calendar Events WLAN scanning off Search I want to now change @Set up e-mail option with

  • Migration from MySql to Derby

    I am currently migrating from MySql to Derby. I have been developing a MRPII package for a while now and whilst my classes worked with MySql I am finding difficulty with implementing them using Derby. I have developed a GUI interface for MRPII functi

  • Need codec for powerpc mac

    I have an early iMac G5 with the Powerpc processor, therefore the new Snow Leopard cannot be used. Some of my videos (.avi) will only play with sound and no video. I am trying to find a codec which will work. All that I have seen and tried (i.e DivX

  • Some photos will not add to my SmugMug Publish Collection

    Two days ago I upgraded to Lightroom 3 and I'm having trouble adding some files to a SmugMug Publish Collection.  I cant figure out why some photos will add to the collection and some won't.  I don't get an error message, I don't get any idication as

  • Re: Roxio Media Manager

    Hi everyone... I am new to blackberry and I wanted to know if anyone knows how I can get the Roxio Media Manager on my phone. I have a blackberry curve. I have the media manager icon on my phone. I can download ringtones from the cell phone but I do