Problem applying 13.0.1 patch

I can't install patch 13.0.1. Mac Pro, 10.8.2. It is a proper copy of Photoshop CS6, updated from several previous versions of Photoshop.

Thanks for reply.
I downloaded the patch, clicked on it, etc.
The message from the patch was: ! Update failed Updates could not be applied. This patch is not applicable for you, etc.
I have not added any plugins.
As far as I can tell, my copy of CS6 photoshop should be eligible.
Pat

Similar Messages

  • Installation of Oracle VDI 3.4.1 fails at applying the Sun Ray patch

    Downloaded VDI 3.4.1 for Solaris, checked md5 OK against download page, attempted a freash installation rather than upgrade and it failed at applying the Sun Ray patch.
    Solaris 10 u9 x86 full installation with recommend patches (OK its a ESXi 64 bit virtual machine, but need to test before I try it on the real hardware)
    Fresh installation of Solaris & patches (automated via JET), which works fine for installing VDI 3.4
    VDI 3.4.1 fresh install
    unzip -q p14226229_34_Solaris86-64.zip
    cd vda_3.4.1_solaris_amd64
    + Installing Sun Ray Server...
    Error: There was a problem installing Sun Ray Software 5.3.1.0
    Check '/var/sadm/install/logs/vda-install.2012_07_26_15:46:10.log' for details.
    See the log file '/var/sadm/install/logs/vda-install.2012_07_26_15:46:10.log' for additional information.
    I check the log file and its failing to install patch 149156-01, looking at the patch log there is a message about attempting to install the same architecture and version of a package which is already installed, then a message from checkinstall "........<full patch to check install>/checkinstall: cannot open"
    So has anyone else actually downloaded and installed Oracle VDI 3.4.1 on Solaris 10 u9 x86 successfully?
    Paul

    OK went back to Oracle VDI 3.3.2 and it was still a problem on this machine. Turns out I made /software where the media is installed a ZFS partition with a quota of 5g (which hasn't hit a limit, its used less than 1g).
    So the real question is why Oracle VDI won't install from a ZFS partition?
    # This works fine!
    mkdir /software
    mkdir /software/vdi_332_Solaris86-64
    cp vdi_332_Solaris86-64.zip /software
    cd /software/vdi_332_Solaris86-64
    unzip -q ../vdi_332_Solaris86-64.zip
    cd /software/vdi_332_Solaris86-64/vda_3.3.2_solaris_amd64
    ./vda-install
    # This Fails !
    zfs create -o mountpoint=/software -o quota=5g rpool/software
    mkdir /software/vdi_332_Solaris86-64
    cp vdi_332_Solaris86-64.zip /software
    cd /software/vdi_332_Solaris86-64
    unzip -q ../vdi_332_Solaris86-64.zip
    cd /software/vdi_332_Solaris86-64/vda_3.3.2_solaris_amd64
    ./vda-install
    Root is a ZFS partition and unzip -q works fine (I summed all files in both structures and they are the same). There is something in the vda-install that breaks due to it being a separate ZFS partition.
    Paul

  • Bootsplash : Applying splash on a patched kernel makes a Kernel Panic

    Hi Archers,
    I tried to put a bootsplash and for that I first pached the kernel with the PKGBUILD from ABS using this HOW-TO :
    http://archlinux.veloxis.de/howtos/boot … to_us.html
    The patched kernel works very well.
    Then I wanted to add a splash using the splash utility, following this HOW-TO :
    http://wiki.archlinux.org/index.php/Bootsplash
    Then I edited the grub and rebooted.
    All I can see is a kernel panic, telling me this :
    RAMDISK : Couldn't find valid RAM disk image starting at 0
    List of all partitions :
    No file system could mount root, tried :
    Kernel Panic - VFS : Unable to mount root fs on unknown block (0,0)
    This is quite weird since some lines above I can see that the RAMDISK has been initialized :
    RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
    Does anynone have an idea of what could be the cause of the problem ?
    Thanks
    ++++++++++++

    I think I've found what is the cause of the problem but this is quite weird.
    To activate bootsplash, the bootsplash option have to be activated in the kernel configuration file (config) :
    CONFIG_FBCON_SPLASHSCREEN=y
    So I added this option at the end of the config file. The other required options were already activated by default.
    After having installed the new kernel thanks to the pacman -U command, I can see in the config file, which has been automatically generated during the compilation (/boot/kconfig26), that the bootsplash option is no more activated ! The entire line has been erased.
    How can an option be erased during the compilation ? Where could I find what caused this problem ? Here is my PKGBUILD, which I think is correct : (I have deactivated the Arch logo)
    # $Id: PKGBUILD,v 1.286 2008/01/15 19:37:50 tpowa Exp $
    # Maintainer: Tobias Powalowski <[email protected]>
    # Maintainer: Thomas Baechler <[email protected]>
    pkgname=kernel26
    _basekernel=2.6.23
    pkgver=2.6.23.14
    pkgrel=3
    pkgdesc="The Linux Kernel and modules"
    arch=(i686 x86_64)
    license=('GPL2')
    groups=('base')
    url="http://www.kernel.org"
    backup=('boot/kconfig26' etc/mkinitcpio.d/${pkgname}.preset)
    depends=('coreutils' 'module-init-tools' 'mkinitcpio>=0.5.15')
    # pwc, ieee80211 and hostap-driver26 modules are included in kernel26 now
    # nforce package support was abandoned by nvidia, kernel modules should cover everything now.
    # kernel24 support is dropped since glibc24
    replaces=('kernel24' 'kernel24-scsi' 'kernel26-scsi'
    'alsa-driver' 'ieee80211' 'hostap-driver26'
    'pwc' 'nforce' 'squashfs' 'unionfs' 'ivtv'
    'zd1211' 'kvm-modules')
    install=kernel26.install
    source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
    ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2
    ### next two lines only needed for rc kernel building
    #http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.23-rc9.bz2
    #http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.23-rc9-git2.bz2
    # the main kernel config files
    config config.x86_64
    # the archlinux boot logos
    #logo_linux_clut224.ppm
    #logo_linux_mono.pbm
    #logo_linux_vga16.ppm
    # standard config files for mkinitcpio ramdisk
    kernel26.preset
    mkinitcpio-$pkgname.conf
    # add possibility to load your own dsdt acpi table
    acpi-dsdt-initrd-v0.8.4-2.6.21.patch
    # fix bluetooth on some toshiba notebooks
    toshiba-bluetooth.patch
    # add additional unusual usb entry
    usb-storage-unusual-devs.patch
    # cfs scheduler backport, modified to apply with gregs stable patch
    #http://people.redhat.com/mingo/cfs-scheduler/sched-cfs-v2.6.23.8-v24.patch
    ftp://ftp.archlinux.org/other/kernel26/sched-cfs-v2.6.23.11-v24.patch
    # improve intel macintosh support
    mactel-linux-2.6.23.patch
    # update to alsa snapshot 20071124
    ftp://ftp.archlinux.org/other/kernel26/alsa-20071124.patch.bz2
    ftp://ftp.archlinux.org/other/kernel26/alsa-include-20071117.patch.bz2
    # fix broken acpi c states on buggy bioses, which violate acpi specification
    acpi-buggy-bios.patch
    # add squashfs and unionfs
    http://heanet.dl.sourceforge.net/sourceforge/squashfs/squashfs3.3.tar.gz
    http://download.filesystems.org/unionfs/unionfs-2.x/unionfs-2.1.11_for_2.6.23.9.diff.gz
    # two patches below for aufs compatibility
    put_filp.patch
    lhash-2.6.22.patch
    # fix hibernating support for saa7134 devices, implemented in .24 series finally
    hibernate-saa7134.diff
    # add possibility to undervolt certain cpus
    linux-phc-0.3.0-kernel-vanilla-2.6.23rc3.patch
    # adding genpatches from gentoo
    2405_hostap-netdev-type.patch
    # fix Leadtek_WinFast_2000
    winfast-2000.patch
    bootsplash-3.1.6-2.6.21.diff
    build() {
    [ "${CARCH}" = "i686" ] && KARCH=i386
    [ "${CARCH}" = "x86_64" ] && KARCH=x86_64
    cd $startdir/src/linux-$_basekernel
    # add upstream patch from 2.6.23 series
    patch -Np1 -i ../patch-$pkgver || return 1
    # greg kroahs stable patches, in reference to:
    # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
    # add them if needed
    # add latest CFS scheduler backport
    # in reference to lkml:
    # By popular demand, here is release -v24 of the CFS scheduler patch.
    # It is a full backport of the latest & greatest scheduler code to
    # http://people.redhat.com/mingo/cfs-scheduler/
    patch -Np1 -i ../sched-cfs-v2.6.23.11-v24.patch || return 1
    ### next 2 lines are only needed for rc kernels
    #patch -Np1 -i ../patch-$pkgver-rc9 || return 1
    #patch -Np1 -i ../patch-2.6.23-rc9-git2 || return 1
    # add custom acpi dsdt patch, in reference to:
    # http://gaugusch.at/kernel.shtml
    # http://acpi.sourceforge.net
    patch -Np1 -i ../acpi-dsdt-initrd-v0.8.4-2.6.21.patch || return 1
    # fix enabling of bluetooth on some toshiba notebooks in reference to:
    # http://bugs.archlinux.org/task/5608
    # http://www.cwrose.de/toshiba/s5200.html#bluetooth
    patch -Np1 -i ../toshiba-bluetooth.patch || return 1
    # fix I/O errors with Teac HD-35PU devices
    patch -Np1 -i ../usb-storage-unusual-devs.patch || return 1
    # get latest alsa status, in reference to:
    # ftp://ftp.suse.com/pub/projects/alsa/snapshot/driver/
    # patches are created by diffing the kernel source,
    # against the alsa-kernel/ directory from tarball.
    # status is 20071124
    patch -Np0 -i ../alsa-20071124.patch || return 1
    patch -Np0 -i ../alsa-include-20071117.patch || return 1
    # improve intel macintosh support, in reference to:
    # http://www.mactel-linux.org/wiki/Main_Page
    # http://mactel-linux.svn.sourceforge.net/viewvc/mactel-linux/trunk/kernel/
    patch -Np1 -i ../mactel-linux-2.6.23.patch || return 1
    # add possibility to undervolt certain cpus, in reference to:
    # https://www.dedigentoo.org/trac/linux-phc/
    patch -Np1 -i ../linux-phc-0.3.0-kernel-vanilla-2.6.23rc3.patch || return 1
    # fix buggy bios acpi to get c states, which violate acpi specification, in reference to:
    # http://bugzilla.kernel.org/show_bug.cgi?id=7578
    # http://bugs.archlinux.org/task/6875
    patch -Np1 -i ../acpi-buggy-bios.patch || return 1
    # fix hibernate support on saa7134
    # made by the vl4 team in the kernel plus a lot of
    # help from one of the Alsa devs. The problem is that when you suspend to
    # ram or to disk, saa7134 devices don't come out of suspend.
    # sent in by: Hussam Al-Tayeb <[email protected]>
    patch -Np0 -i ../hibernate-saa7134.diff || return 1
    # fix Leadtek_WinFast_2000
    # in reference to:
    # http://www.linuxtv.org/v4lwiki/index.php/Leadtek_WinFast_2000
    patch -Np0 -i ../winfast-2000.patch || return 1
    # adding some genpatches from gentoo, in reference to:
    # http://sources.gentoo.org/viewcvs.py/linux-patches/genpatches-2.6/trunk/2.6.23/
    patch -Np1 -i ../2405_hostap-netdev-type.patch || return 1
    # add sqashfs support, in reference to:
    # http://squashfs.sourceforge.net/
    patch -Np1 -i ../squashfs3.3/kernel-patches/linux-2.6.23/squashfs3.3-patch || return 1
    # add unionfs support. in reference to:
    # http://www.fsl.cs.sunysb.edu/project-unionfs.html
    patch -Np1 -i ../unionfs-2.1.11_for_2.6.23.9.diff || return 1
    # add put_filp and lhash patches for aufs, in reference to:
    # http://aufs.sourceforge.net/
    patch -Np0 -i ../put_filp.patch || return 1
    patch -Np1 -i ../lhash-2.6.22.patch || return 1
    patch -Np1 -i ../bootsplash-3.1.6-2.6.21.diff
    # remove the extraversion from Makefile
    ### next line is only needed for rc kernels
    #sed -i 's|^EXTRAVERSION = .*$|EXTRAVERSION =-rc9|g' Makefile
    sed -i 's|^EXTRAVERSION = .*$|EXTRAVERSION =|g' Makefile
    # Arch logo!
    #cp ../logo_linux_clut224.ppm drivers/video/logo/
    #cp ../logo_linux_mono.pbm drivers/video/logo/
    #cp ../logo_linux_vga16.ppm drivers/video/logo/
    if [ "$CARCH" = "x86_64" ]; then
    cat ../config.x86_64 >./.config
    else
    cat ../config >./.config
    fi
    # build the full kernel version to use in pathnames
    . ./.config
    ### next line is only needed for rc kernels
    #_kernver="2.6.23-rc9${CONFIG_LOCALVERSION}"
    _kernver="${_basekernel}${CONFIG_LOCALVERSION}"
    # load configuration
    yes "" | make config
    # build!
    # stop here
    #msg "Stopping build"
    #return 1
    make bzImage modules || return 1
    mkdir -p $startdir/pkg/{lib/modules,boot}
    make INSTALL_MOD_PATH=$startdir/pkg modules_install || return 1
    cp System.map $startdir/pkg/boot/System.map26
    cp arch/$KARCH/boot/bzImage $startdir/pkg/boot/vmlinuz26
    install -D -m644 Makefile \
    $startdir/pkg/usr/src/linux-${_kernver}/Makefile
    install -D -m644 kernel/Makefile \
    $startdir/pkg/usr/src/linux-${_kernver}/kernel/Makefile
    install -D -m644 .config \
    $startdir/pkg/usr/src/linux-${_kernver}/.config
    install -D -m644 .config $startdir/pkg/boot/kconfig26
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/include
    for i in acpi asm-{generic,i386,x86_64} config linux math-emu media net pcmcia scsi sound video; do
    cp -a include/$i $startdir/pkg/usr/src/linux-${_kernver}/include/
    done
    # copy files necessary for later builds, like nvidia and vmware
    cp Module.symvers $startdir/pkg/usr/src/linux-${_kernver}
    cp -a scripts $startdir/pkg/usr/src/linux-${_kernver}
    # fix permissions on scripts dir
    chmod og-w -R $startdir/pkg/usr/src/linux-${_kernver}/scripts
    #mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/.tmp_versions
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/arch/$KARCH/kernel
    cp arch/$KARCH/Makefile $startdir/pkg/usr/src/linux-${_kernver}/arch/$KARCH/
    if [ "$CARCH" = "i686" ]; then
    cp arch/$KARCH/Makefile.cpu $startdir/pkg/usr/src/linux-${_kernver}/arch/$KARCH/
    fi
    cp arch/$KARCH/kernel/asm-offsets.s $startdir/pkg/usr/src/linux-${_kernver}/arch/$KARCH/kernel/
    # add headers for lirc package
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/drivers/media/video
    cp drivers/media/video/*.h $startdir/pkg/usr/src/linux-${_kernver}/drivers/media/video/
    for i in bt8xx cpia2 cx25840 cx88 em28xx et61x251 pwc saa7134 sn9c102 usbvideo zc0301; do
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/drivers/media/video/$i
    cp -a drivers/media/video/$i/*.h $startdir/pkg/usr/src/linux-${_kernver}/drivers/media/video/$i
    done
    # add dm headers
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/drivers/md
    cp drivers/md/*.h $startdir/pkg/usr/src/linux-${_kernver}/drivers/md
    # add inotify.h
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/include/linux
    cp include/linux/inotify.h $startdir/pkg/usr/src/linux-${_kernver}/include/linux/
    # add CLUSTERIP file for iptables
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/net/ipv4/netfilter/
    cp net/ipv4/netfilter/ipt_CLUSTERIP.c $startdir/pkg/usr/src/linux-${_kernver}/net/ipv4/netfilter/
    # add wireless headers
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/net/mac80211/
    cp net/mac80211/*.h $startdir/pkg/usr/src/linux-${_kernver}/net/mac80211/
    # add vmlinux
    cp vmlinux $startdir/pkg/usr/src/linux-${_kernver}
    # copy in Kconfig files
    for i in `find . -name "Kconfig*"`; do
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/`echo $i | sed 's|/Kconfig.*||'`
    cp $i $startdir/pkg/usr/src/linux-${_kernver}/$i
    done
    cd $startdir/pkg/usr/src/linux-${_kernver}/include && ln -s asm-$KARCH asm
    chown -R root.root $startdir/pkg/usr/src/linux-${_kernver}
    find $startdir/pkg/usr/src/linux-${_kernver} -type d -exec chmod 755 {} \;
    cd $startdir/pkg/lib/modules/${_kernver} && \
    (rm -f source build; ln -sf ../../../usr/src/linux-${_kernver} build)
    # install fallback mkinitcpio.conf file and preset file for kernel
    install -m644 -D $startdir/src/${pkgname}.preset $startdir/pkg/etc/mkinitcpio.d/${pkgname}.preset || return 1
    install -m644 -D $startdir/src/mkinitcpio-$pkgname.conf $startdir/pkg/etc/mkinitcpio.d/$pkgname-fallback.conf || return 1
    # set correct depmod command for install
    sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/kernel26.install
    echo -e "# DO NOT EDIT THIS FILE\nALL_kver='${_kernver}'" > ${startdir}/pkg/etc/mkinitcpio.d/${pkgname}.kver
    # remove unneeded architectures
    rm -rf $startdir/pkg/usr/src/linux-${_kernver}/arch/{alpha,arm,arm26,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,parisc,powerpc,ppc,s390,sh,sh64,sparc,sparc64,um,v850,xtensa}
    I'm a newbie in the kernel world so I'm a little bit lost in all theses files and options.
    Thanks
    Last edited by jaymz_64 (2008-02-07 12:20:37)

  • CS4 Master Collection - Problem Applying Updates

    Hi
    I'm running the CS4 Master Collection on Windows Vista Ultimate 32-bit, SP2.
    Normally I have no problem applying updates to the various Adobe components when they become available, however for a while now I've been unable to instal an update that's reported as being available for Adobe Media Encoder 4.1.0.
    If I run the "check for updates" manually I can download the update (reported as being 63.7MB) and when I attempt to instal it the installation process appears to run. It finishes after a while and the Adobe Updater reports "The Udating Process is Finished" in a single dialog box with a single button entitled "Quit" - which seems odd as "Quit" implies "finish earlier than planned", I'd have expected something more in line with "All done", something like "OK".
    Anyway, when I run the check for updates again I'm told about the same update implying that it wasn't applied successfully.
    I get this behaviour whether I run the update as an Administrator or not (all other updates for other products are applied without problem). I also get it regardless of whether or not I reboot the machine after trying to apply the update.
    Does anyone have any suggestions on what could be causing the problem ? I couldn't find anything obvious or obviously relevant in any of the Windows event logs on the PC.
    Thanks for any ideas
    Steve

    I am having the same problem. I found a forum that suggested this. Apparently it worked for some people, but not for me. Let me know if it does:
    1. Start -> All Programs -> Accessories
    2. Right-click on Command Prompt and select "Run as..."
    3. Run as Administrator (even if you are logged in as Admin. You need to run in the Black Command Prompt, not the White one)
    4. Run: regsvr32 JScript.DLL
    5. Then run: regsvr32 vbscript.DLL
    (dont forget the spaces, or it won't work)
    6. Then try running the set up again
    As i said, it worked for some on the forum, but not others (like me). Try it and see if works for you

  • How can I re-apply the 5.03 patch?

    I've asked this already in the CS5 5.03 update discussion, so aplogies for the repetition, but I thought I'd start a new thread.
    I've had to roll back Win 7 to a time prior to 5.03 installation.  I'm now back to 5.02 and can't reinstall 5.03.  If I click the update button within PP tells me that all applications are up-to-date.  So it would appear that the AAM is not detecting that I'm back to an earlier version.
    When I manually try to install 5.03, the progress bar does not move, nor the percentage increase.  However, after about 30 seconds, I'm informed that the update has completed successfully - but it hasn't!  It is still on version 5.02.
    Help.  Can anyone please tell me how to re-apply the 5.03 patch without reinstalling PP?  Thanks.

    > Surely there's a simpler way??
    Not that I know of.
    BTW, we are actively working on making the installers work more smoothly. We appreciate bug reports about the specific glitches so that we can make sure that we're working on the right things.

  • Problem applying web template

    We've recently upgraded from SharePoint 2010 to 2013. We created a new site under the 2013 environment then created a template from it. When we try to apply that template to a new site we get the following error:
    Problem applying web template
    It then list the following features as not installed:
    List Feature
    Module Feature
    Web EventReceivers Feature
    Property Bag Feature
    Here is a screenshot of the error
    We haven't noticed any other issue up to this point. Any assistance would greatly be appreciated.
    Thanks,
    Bill

    How many of those as solutions are from CodePlex? I think the property bag one is 
    http://featureadmin.codeplex.com
    It has a 2013 upgrade on 
    http://pbs2013.codeplex.com
    If its unclear what the other features these are, it may be worth running the feature manager. This will potentially enable you to identify and disable those solutions.  The link is 
    http://featureadmin.codeplex.com
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Has someone applied the one off patch for-ONS bug 5749953 SIGBUS ERROR

    Hello all,
    Env:: 10g on Soalris
    I need to apply the one-off patch for
    Bug:5749953 -- ONS SIGBUS ERROR AFTER INSTALL PATCHSET 10.2.0.3 FOR CRS
    Usually for any CPU we issue opatch apply from the patch directory.
    and its mentioned in the readme.html as well.
    But for this one off patch, there isn't anything mentioned in the readme.html.
    All it says is
    #  6. Patch the Files
    #    6.1 Patch the CRS home files
    #    After unlocking any protected files and saving configuration settings
    #    you are now ready to run opatch using the following command.
    #    As the Oracle Clusterware (CRS) software owner;
    #    % opatch apply -local -oh <CRS_HOME>
    #    Note: In configuration A, invoke this only on one node.
    #    6.2 Patch the RDBMS home files.
    #    Alert: The RDBMS portion can only be applied to an RDBMS home that
    #          has been upgraded to 10.2.0.3.0.
    #    For additional information please read Note.363254.1;
    #    Applying one-off Oracle Clusterware patches in a mixed version home
    #    environment
    #    As the RDBMS software owner;
    #    % opatch apply custom/server/5749953 -local -oh <RDBMS_HOME>
    #    Note: In configuration A, invoke this only on one node.Could someone let me know from where i should give 'opatch apply' if patch.zip files are unzipped in /export/home/oracle/5749953  ? TIA,
    JJ

    The patch can always be installed in 2 ways.
    1. Do a cd and then run opatch
    cd <patchlocation>
    opatch apply
    2. Else specify the patch location as an argument
    opatch apply <full path to the patch i.e the one you do cd above> ...
    Both the above styles yield same result.
    VJ

  • Problem Applying Profile - Windows computer Connecting to OSX Network

    I have an Airport, whose network is being administered on my macbook pro, but my Dell Inspiron 1520 Laptop is not able to connect to due to "problem applying profile."
    Is this because it has a g card trying to connect to an N network? Or due to it being windows connecting to osx?
    Help

    Make sure your Base Station is configured for b/g compatibility mode, if you are going to be using it with a computer only capable of b/g modes.
    This error most certainly has nothing to do with "windows connecting to OS X" - which it is not. The PC running Windows is connecting to a base station, using industry-standard protocols, and not OSX.
    Is this a PC from work, set up originally to connect to a company wireless network?
    You can get a lot of hints and tips for issues that cause your problem by doing an internet search on the term "problem applying profile", because this is not an error message specific to users of Apple Airport base stations.

  • Problem applying changes in CS4

    Hi everyone,
    I have a problem applying changes in any document. I just can apply changes if I do zoom in or zoom out.
    Can you help me please?

    Turn off OpenGL in the prefenrences and update your graphics driver.
    Mylenium

  • Applying BW 3.50 patch 3 for sapgui 7.10 to a installation server

    Hi All
    Im applying a few patches to a 7.10 installation server, everything works fine , except for when applying the BW 3.50 patch 3 for 7.10 GUI to the server .. well applying the patch actually works , but afterwards instead of having only 2 products to choose from on the first hierarchy level (Business Explorer and SAP GUI for Windows 7.10), there is suddenly 6 products instead (SAPGUI for windows 7.10, Engineering client viewer, bw 3.5 addon, kw addon, tweak gui and business explorer).
    The real question is .. before applying the patches, I had a package called "complete" which included both available products, after applying 3.50 bw patch, the original package still contains the same two products, but is that adequate ?? or should a new package be created that includes ALL products available after the patch ?
    Or .... is the original package completely patched ??
    I have never before seen a patch apply additional products to the installation server ....
    /Kim

    Hi Kim Sonny,
    nice to hear from you ....
    Ok, please check the note
    #1131768  and
    #1155445 !
    I recommend you to set up a new installation server with the new compilation 3 CD of
    sapgui 710 ! And for this please look into the note #1266552
    Best Regards,
    Sven
    from primary support gsc austria ....

  • How to apply c & d .drv patches?

    Hi Gurus,
    I want to apply c and d .drv patches
    Can I use the same command as we apply for u12345678.drv patch
    $./adpatch
    $ <patch_number> c12345678.drv and d12345678.drv
    Please correct me if I'm wrong, please reply
    Thanks,

    Afia wrote:
    Hi Gurus,
    I want to apply c and d .drv patches
    Can I use the same command as we apply for u12345678.drv patch
    $./adpatch
    $ <patch_number> c12345678.drv and d12345678.drv
    Please correct me if I'm wrong, please replyYes, use the same command 2 times, first run adpatch and pass the c driver then run adpatch again and pass the d driver.
    Thanks,
    Hussein

  • Can i apply CPU April 2008 patch to R12 Base release?

    Hi
    Can i apply CPU April 2008 patch to R12 Base Release (12.0.0) and database (10.2.0.2)?
    Please help me providing the steps required to apply!
    Thanks.

    Check the following note, Section 1, "Oracle E-Business Suite Release 12":
    Note: 557157.1 - Oracle E-Business Suite Critical Patch Update Note April 2008
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=557157.1

  • Problem applying SP05 for NW 7.1 CE EHP1.

    Hello!
    I have a problem applying SP05 for NW CE 7.1 ..
    Below log the problem:
    java version "1.5.0_14"
    Java(TM) 2 Runtime Environment, Standard Edition (build 5.1.024)
    SAP Java 64-Bit Server VM (build 5.1.024, Sep  4 2008 23:21:58 - 51_REL - optU - windows amd64 - bas2:106386 (mixed mode))
       INFO: Loading tool launcher...
       INFO: [OS: Windows Vista] [VM vendor: SAP AG] [VM version: 1.5.0_14] [VM type: SAP Java 64-Bit Server VM]
       INFO: Main class to start: "com.sap.lm.jspmadapter.standalone.UpdateEXEMain"
       INFO: Loading 36 JAR files: [
    LOCALHOST\sapmnt\WCE\SYS\global\security\lib\tools\iaik_jce.jar,
    LOCALHOST\sapmnt\WCE\SYS\global\security\lib\tools\iaik_jsse.jar,
    LOCALHOST\sapmnt\WCE\SYS\global\security\lib\tools\iaik_smime.jar,
    LOCALHOST\sapmnt\WCE\SYS\global\security\lib\tools\iaik_ssl.jar,
    LOCALHOST\sapmnt\WCE\SYS\global\security\lib\tools\w3c_http.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\activation.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\com.sap.exception.facade.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\jax-qname.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\jaxb-api.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\jaxm-api.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\jaxrpc-api.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\jaxws-api.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\jsr173_1.0_api.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\logging.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\mail.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\saaj-api.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comsl.ut.infoprovider_lib.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comsl.ut.manager.offline.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comtcantlr.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comtcbloffline_launcherimpl.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comtcblopensqlimplStandalone.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comtcjeofflineconfigurationimpl.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comtcsdtcvlimpl.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comtcsecsecstorefsjavacore.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sdt_jspm_c42adapter.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sdt_jspm_rapi.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sdt_sltool_rapi.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sdt_trace.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sdt_ucp_rapi.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sdt_updclnt.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sdt_util.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\src.zip, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\tcwsstandaloneproxyimpl.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\updatewrapper.jar, C:\sapdb\programs\runtime\jar\sapdbc.jar]
       INFO: Start
    RETURN CODES OF UPDATEXE
         RC_OK               : 0
         RC_ERROR          : 1
         RC_UP_TO_DATE     :2
    PRINT ALL PARAMS -- BEGIN
    -asUser Administrator
    -osUser wceadm
    -pathtoj2ee C:\usr\sap\WCE\J00\j2ee
    -workDir C:/usr/sap/WCE/J00/work
    -testsmp false
    -sid WCE
    -instanceName J00
    -messageFile UpdateCommandline.message
    -inboxdir
    SERVER\c$\NW 7.1.1-SP05\EHP1 FOR SAP NW 7.1
    -gfExeDir C:\usr\sap\WCE\SYS\exe\uc\NTAMD64
    -nomask true
    -modus inbox
    -hostname LOCALHOST
    PRINT ALL PARAMS -- END
    nomask is true
    SIDADMPWD
    nomask is true
    nomask is true
    JavaEE password:
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: init me
    osPWD is not null creating the OSCredentials array
    J00,LOCALHOST,wceadm,*********************
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: init done
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: creat env of JSPM
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: created
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: creat env of JSPM toolinfo
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: hostname: LOCALHOST
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: sid: WCE
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: insatance: J00
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: pathtoj2ee: C:/usr/sap/WCE/J00/j2ee
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: workindir: C:/usr/sap/WCE/J00/work
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO:  + env, see above
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: created
    java.lang.NullPointerException
         at com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter.checkForSTACKSXMl(CallJSPMAdapter.java:161)
         at com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter.applyUpate(CallJSPMAdapter.java:178)
         at com.sap.lm.jspmadapter.standalone.UpdateEXEMain.work(UpdateEXEMain.java:392)
         at com.sap.lm.jspmadapter.standalone.UpdateEXEMain.main(UpdateEXEMain.java:488)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)
    Could not write message file
    UPDATEXE ends with 1
    Has anyone had this problem?
    Thank you.

    I figured it out after some more poking around. In NW7.1 CE, the additional required step is to map the eventID of the Chart (Business Graphics) Category also to the same attribute as Category description.

  • FASTFORMULA ASSISTANT MISSING AFTER APPLYING FP.K RUP1 PATCH

    We have recently applied FP.K RUP1 patch and are attempting to test the new
    functionality around the Fast Formula Assisant. In the README for RUP1 it
    explains that the new Fast Formula Assistant should be available with a new
    menu option "FastFormula Assistant" or "Global FastFormula Assistant" within
    the HRMS Menu.
    These menu items have not been created against the seeded menu "UK HRMS
    Navigator" which is attached to the seeded Responsibility "UK HRMS Manager".
    There appears to be seeded menus for the Assistant named "FastFormula
    Assistant". I have tried manually adding these to the Menus and cannot get the
    Assistant to work or indeed even open up.
    Are we missing any further patches or setup in order to access the Fast Formula
    Assistant?

    I looked at the Readme and yes it does imply that the feature should be found within the seeded UK HRMS Manager menus. I looked at my instance and Fast Formula Assistant is not there for UK HRMS Manager also. However, using the US Super HRMS Manager responsibility, it is available:
    Total Compensation > Basic > Fast Formula > Fast Formula Assistant
    Please log a Service Request with Oracle Support and request clarification for this issue.
    Regards,
    Greg

  • Problems applying patch 6168363 to 11.1.0.6.0

    I'm going to be installing Oracle Beehive and one of the pre req's is the patch 6168363. I installed a vanilla Oracle 11g DB, have already successfully applied patches 6708565 and 6750049 but 6168363 fails with the following. Anyone else been able to apply this patch or had a similar problem?
    [oracle@beehive 6168363]$ opatch apply
    Invoking OPatch 11.1.0.6.0
    Oracle Interim Patch Installer version 11.1.0.6.0
    Copyright (c) 2007, Oracle Corporation. All rights reserved.
    Oracle Home : /oracle/db/11.1.0/db_1
    Central Inventory : /oracle/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 11.1.0.6.0
    OUI version : 11.1.0.6.0
    OUI location : /oracle/db/11.1.0/db_1/oui
    Log file location : /oracle/db/11.1.0/db_1/cfgtoollogs/opatch/opatch2009-04-13_11-17-05AM.log
    ApplySession applying interim patch '6168363' to OH '/oracle/db/11.1.0/db_1'
    Running prerequisite checks...
    OPatch detected non-cluster Oracle Home from the inventory and will patch the local system only.
    Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
    (Oracle Home = '/oracle/db/11.1.0/db_1')
    Is the local system ready for patching? y
    y
    User Responded with: Y
    Backing up files and inventory (not for auto-rollback) for the Oracle Home
    Backing up files affected by the patch '6168363' for restore. This might take a while...
    Backing up files affected by the patch '6168363' for rollback. This might take a while...
    Patching component oracle.rdbms, 11.1.0.6.0...
    Updating archive file "/oracle/db/11.1.0/db_1/lib/libgeneric11.a" with "lib/libgeneric11.a/qcs2.o"
    The following actions have failed:
    Archive not applied /home/oracle/Desktop/beehive install/6168363/files/lib/libgeneric11.a/qcs2.o to /oracle/db/11.1.0/db_1/lib/libgeneric11.a... ''
    Do you want to proceed? y
    n
    User Responded with: N
    ApplySession failed: ApplySession failed in system modification phase... 'ApplySession::apply failed: Archive not applied /home/oracle/Desktop/beehive install/6168363/files/lib/libgeneric11.a/qcs2.o to /oracle/db/11.1.0/db_1/lib/libgeneric11.a... ''
    OPatch will attempt to restore the system...
    Restoring the Oracle Home...
    Checking if OPatch needs to invoke 'make' to restore some binaries...
    OPatch was able to restore your system. Look at log file and timestamp of each file to make sure your system is in the state prior to applying the patch.
    The following warnings have occurred during OPatch execution:
    1) OUI-67124:Archive not applied /home/oracle/Desktop/beehive install/6168363/files/lib/libgeneric11.a/qcs2.o to /oracle/db/11.1.0/db_1/lib/libgeneric11.a... ''
    OPatch failed with error code 73
    Edited by: Simon Thorpe on Apr 13, 2009 11:21 AM

    Gah, I just figured this out. The path to my patch files contained a space! "beehive install" so i've removed the space, rerun opatch and it works. I'm amazed that modern operating systems are still struggling with "spaces"...

Maybe you are looking for

  • Why does watching movies using iTunes & Netflix judder on Apple TV?

    I have connected my Apple TV to my network both wireless & ethernet but still get the same issue.  The judder seems to happen more on sweeping camera shots.  It doesn't cause a movie to be unwatchable but it is off putting and am disgruntled when I h

  • Application missing? Leopard?

    I removed the iphoto icon from my dock last night, but it was still under the applications list. Today when I turned on my computer the iphoto icon shows up on my dock as a grey question mark, and it doesn't even show up on my application folder. Did

  • ILife

    I am "attempting" to install iLife but once it tries to update iPhoto I get a message ( everytime) "There is a problem accessing one or more files in your iPhoto Library folder. In the Finder select the iPhoto Libray folder. Then choose File>Get Info

  • Can you make a group on contacts on iPhone 4

    O.S 5.1 iPhone 4 Can the iPhone 4 make a contact group as you can on 4G phone If so, can someone explain Thanx in advance

  • IPhoto - Exporting Slideshows - not happening

    Im have a difficult time exporting slideshows to anywhere, no matter how many times I try, they don't end up in either my iTunes slideshow folder or my desktop, the 2 destinations I sent them to. Regardless of the resolution, 480p 720p or 1080p, it j