Running software on a Ultra 10 froma Ultra 60

I have a piece of software using C++ and a GUI frontend it will not work correctly on the Ultra 10, remotely it does but if you use the machine it appears to hang i think this may be a graphics incompatibility, the /var/adm/messages shows
Nov 18 16:34:19 testlab sdtprocess[1608]: [ID 753138 user.error] libtt[1608]: Ttsession::client_session_init(): ! Tt_status
Nov 18 16:34:19 testlab last message repeated 1 time
Nov 18 16:34:26 testlab sdtprocess[1613]: [ID 848025 user.error] libtt[1613]: Ttsession::client_session_init(): ! Tt_status
Nov 18 16:34:26 testlab last message repeated 1 time
The libaries appear to be the same, is there any kernel setting to change or anything in Solaris as I do not want to change the source code
Thanks for any help

done a little bit of research and the hd15 caable is a vga cable so it would work.

Similar Messages

  • Trying to connect kodak c315 to macbook air downloaded driver but cannot run software why?

    just purchased new macook air and trying to connect to my Kodak C315 printer via WIFI
    I have downloaded driver from Kodak support but when I try  to install get error that cannot run software as it is from an unknown developer
    can anyone help please

    See how to open an app from an unidentified developer in http://support.apple.com/kb/HT5290  and http://support.apple.com/kb/PH14369

  • How can I unblock Adobe Systems Incorporated that has been blocked as a publisher from running software on my computer?

    Hi there!
    Few weeks ago malicious adware attacked all browsers in my computer and Adobe Flash Player so I uninstalled them, downloaded new antivirus (Avast Premium), antimalware (Malwarebytes) programs, adware cleaner, HitmanPro and ran them several days; they can not detect anything wrong now. I believe the computer is clean but it is impossible to install again Abode Flash Player, even from the official site of Adobe (I do not have any problems with Adobe reader). Any time I click on the icon, instead of "Run" button, appears security warning: "This publisher is blocked from running software on your machine". And as long as I have the icon in downloads or in the bin, Avast warns me that there are files that can not be scanned. The status of these files in the chest says: "Error: Archive is password protected. (42056)". Does it mean that I still have bugs hiding in the computer? Is there any chance to recover the Flash Player or I will have to miss lot of interesting videos by the time I buy a new computer?
    Thanks in advance for any opinion, advice and support.
    Elena

    Fortunately, I found the answer for my problem, thanks to Bruno_Dude and now I have AFP installed. Somehow Adobe Systems Incorporated was listed as untrusted publisher. Here is the the link with the way to remove it from the list.
    Re: Flash Player won't install
    Hopefully it will help to other people.

  • I am using XP-SP3 & Firfox.  When installing Flash Player Software i get a message: "This Publisher has been blocked from running software on this machine". How do i unblock it - HELP.

    I am using XP-SP3 & Firefox.  When installing Flash Player Software i get a message: "This Publisher has been blocked from running software on this machine". How do i unblock it - HELP.

    Hi,
    This is a security setting on your system that is resulting in this behaviour, not Flash Player installer itself, or anything with the installer.  There are many Google search results on this.  The first hit I got, was the following from the Microsoft forums:
    To unblock a software publisher:
    1. In Internet Explorer, click the Tools button, and then click Internet Options.
    2. Go to the Content tab, Look under the Certificates section.
    3. Click on Publishers button.
    4. Select the Untrusted Publishers tab.
    5. Select the Publisher you wish to unblock and click the Remove button.
    Maria

  • Adobe-Cloud:we mean on the browser run software or software on desktop(exe)

    dreamweaver
    Full from
    € 450.18€ 366.00 ex VAT
    Upgrade from
    € 141.45€ 115.00 ex VAT
    Subscribe from
    € 22.13€ 17.99 ex VAT
    subscription buy is per month? by this we mean adobe cloud soft, and is the same as origin software Full ver buy? the full adobe product line on the cloud we mean software on desktop main file is exe, or we mean on the browser run software?

    Creative Cloud gives you access to 17 products which you download and install on your computer (just like before).  The main difference is that Cloud subscribers receive software updates as soon as they are available.  Perpetual License users don't get updates until they upgrade their products.  You must be connected to the internet once per month to verify your Cloud membership.  Other than that, Cloud software is identical to perpetual licensed software.
    Creative Cloud also gives you remote access to your own Cloud space for storing images, media and other files (currently 20 GB).
    I'm a Cloud user and I'm finding it very convenient.
    Nancy O.

  • How can I update software on iPhone 3g from ios 3.1.3 to ios 4?

    Recently been given an iPhone 3g. I had to restore the phone to sync to my iTunes. Now a lot of apps will not download as I need at least iOS 4 but the phone is iOS 3. iTunes tells me that this is the latest software for this model when I check for updates. Is there anyway to update to iOS 4?

    The iPhone in question, iPhone 3g is running software version ios 3.1.3, my current iTunes is running 10.6.3. How can I update the software on said iPhone to iOS 4 from 3.1.3 if iTunes informs me that the current software is up to date.
    The iPhone has pretty much been rendered useless as I can not download majority of apps. Therefore it just works as a pretty basic phone.

  • Error while running ejbc. Fatal error from EJB Compiler ---- Error while pr

    Hi!
    I was deploying a test application for a session bean with sun 1 studio 5 and I started getting this message while deploying.
    I had tested the bean previously and I had no problems.
    I found this in the sun app server 7 release notes, but I don't understand what I'm supposed to do...
    "Deployment of CMP beans fails.
    The following error is thrown because there are no <query-params> entries in the container-managed persistence (CMP) bean in sun-ejb-jar.xml file:
    Error while running ejbc. Fatal error from EJB Compiler ---- Error while processing CMP beans.
    Solution
    Even if it isn't necessary for the CMP beans, add the query-params tag for finders in the sun-ejb-jar.xml file with the empty parameters."
    Here is my sun-ejb-jar.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE sun-ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Sun ONE Application Server 7.0 EJB 2.0//EN" "http://www.sun.com/software/sunone/appserver/dtds/sun-ejb-jar_2_0-0.dtd">
    <sun-ejb-jar>
    <enterprise-beans>
    <name>GestorDoBanco_EJBModule</name>
    <ejb>
    <ejb-name>Cliente</ejb-name>
    <jndi-name>ejb/Cliente</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/Cliente.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>ClienteAssociadoAConta</ejb-name>
    <jndi-name>ejb/ClienteAssociadoAConta</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/ClienteAssociadoAConta.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>Conta</ejb-name>
    <jndi-name>ejb/Conta</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/Conta.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>GestorDoBanco</ejb-name>
    <jndi-name>ejb/GestorDoBanco</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    </ejb>
    <ejb>
    <ejb-name>MensagemM003</ejb-name>
    <jndi-name>ejb/MensagemM003</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM003.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM003Rejeitada</ejb-name>
    <jndi-name>ejb/MensagemM003Rejeitada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM003Rejeitada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM012</ejb-name>
    <jndi-name>ejb/MensagemM012</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM012.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM012Rejeitada</ejb-name>
    <jndi-name>ejb/MensagemM012Rejeitada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM012Rejeitada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM103</ejb-name>
    <jndi-name>ejb/MensagemM103</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM103.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>MensagemM112</ejb-name>
    <jndi-name>ejb/MensagemM112</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/MensagemM112.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>Registo</ejb-name>
    <jndi-name>ejb/Registo</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/Registo.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>TransaccaoConfirmada</ejb-name>
    <jndi-name>ejb/TransaccaoConfirmada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/TransaccaoConfirmada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>TransaccaoFinalizada</ejb-name>
    <jndi-name>ejb/TransaccaoFinalizada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/TransaccaoFinalizada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <ejb>
    <ejb-name>TransaccaoIniciada</ejb-name>
    <jndi-name>ejb/TransaccaoIniciada</jndi-name>
    <pass-by-reference>false</pass-by-reference>
    <cmp>
    <mapping-properties>pcImpl0/moduleComp1/Data/TransaccaoIniciada.mapping</mapping-properties>
    </cmp>
    <refresh-period-in-seconds>600</refresh-period-in-seconds>
    </ejb>
    <pm-descriptors>
    <pm-descriptor>
    <pm-identifier>SunONE</pm-identifier>
    <pm-version>1.0</pm-version>
    <pm-class-generator>com.iplanet.ias.persistence.internal.ejb.ejbc.JDOCodeGenerator</pm-class-generator>
    <pm-mapping-factory>com.iplanet.ias.cmp.NullFactory</pm-mapping-factory>
    </pm-descriptor>
    <pm-inuse>
    <pm-identifier>SunONE</pm-identifier>
    <pm-version>1.0</pm-version>
    </pm-inuse>
    </pm-descriptors>
    <cmp-resource>
    <jndi-name>mysqlpmanager</jndi-name>
    <default-resource-principal>
    <name>bes</name>
    <password>besbes</password>
    </default-resource-principal>
    </cmp-resource>
    </enterprise-beans>
    </sun-ejb-jar>
    Thanks in advance for any help.
    Nuno

    http://docs.sun.com/source/817-2175-10/decmp.html
    Please go to the above docs and look thru the examples given in it.
    Example 2
    This query returns all products in a specified price range. It defines two query parameters which are the lower and upper bound for the price: double low, double high. The filter compares the query parameters with the price field:
    "low < price && price < high"
    The finder element of the sun-ejb-jar.xml file would look like this:
    <finder>
    <method-name>findInRange</method-name>
    <query-params>double low, double high</query-params>
    <query-filter>low < price && price &lt
    high</query-filter
    </finder>
    I hope this hepls. In your case u just have to make it null.

  • My computer crashed and I need to reset up my phone.  Iphone 3 running software Version 4.2.1

    My computer crashed and I need to reset up my phone.  I do not have a backup.  Iphone 3 running software Version 4.2.1
    After researching this, I understand that I will need to reload iTunes on a new computer, deactivate the prior computer and authorize the new computer with iTunes. I can then restore any apps and music purchased through iTunes. (Insert Question 1 Here.) Then Sync the phone with the new account, taking care to do it manually so as not to overwrite the information on the phone.  This should restore the apps and music to my phone. (Insert Question 2 Here.) This process will not restore photos (Insert Question 3 Here.) I would like to over write my current phone calendar (start fresh remove all appointments) and have it sync with a different iTunes.  (Insert Question 4 Here) .
    Am I forgetting anything or misunderstanding anything?   Thank You!
    Question 1:  Apple help states that you can download previous purchases directly to phone with iOS4.3.3.  Then later states that iOS 5 or later is required for iPhone (CDMA Model).  ON this page http://support.apple.com/kb/HT2519  I am still running Version 4.2.1 on my iPhone 3. Will this cause difficulty with restoring apps and music (purchased through iTunes) to my phone? 
    Question 2:  What happens to data stored in the apps within the phone?  Like password information stored in Splash ID, Files Stored in Air Sharing, or photos stored in a separate app (not the standard photo library)?
    Question 3:  Will the photos in my iPhone standard library be deleted when I sync?  Does anyone know of a way to save them other than emailing them to the computer, prior to syncing?
    Question 4:  Is it possible to have my calendar and contacts sync at my office computer and have the other items sync to my personal home computer?  How does that affect my restore process? I want to ensure the contacts are NOT deleted, but I want the calendar to be overwritten and start fresh.

    The software update process does not touch any user data or settings. Fact is, merely updating your software should not have deleted your contacts. Something else is going on here. First of all, the only signed firmware available for your phone is iOS 4.3. So, how were you able to update to iOS 4.2.1, since that is no longer available from Apple? First thing done when you update software is an iPhone backup. Included in that backup are your contacts. Connect your phone, iTunes running, DO NOT SYNC, right-click your phone in the left device pane & select "Restore from Backup". Select the backup made when you started to update your phone. Note: this will also install iOS 4.3 on your phone.

  • After running Software update, I can no longer run, open, sync or use iTunes in any way. PLEASE what happened??

    I was running the newest version of Snow Leopard, and after running Software update, I can no longer run, open, sync or use iTunes in any way. PLEASE what happened?
    I really regret that I said "OK" to Software Update message... after Software Update of these updates on 7-26-11:
    Migration Assistant Update for Mac
    Mac OSX 10.6.8 Supplemental Update
    Safari
    iTunes
    Remote Desktop Client Update
    Now I get a message:
    iTunes cannot be opened because of a problem
    Check with developer to make sure iTunes works with this version of Mac OSX. You may need to reinstall the application. Be sure to install any available updates for the application and Mac OSX.
    Process:         iTunes [5092]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         ??? (???)
    Build Info:      iTunes-10315501~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [111]
    Date/Time:       2011-07-26 12:08:18.568 -0500
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version:  6
    Interval Since Last Report:          504736 sec
    Crashes Since Last Report:           20
    Per-App Crashes Since Last Report:   13
    Anonymous UUID:                      B8B5EE28-970A-4E79-949B-EA2DD6E6DAA2
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: @loader_path/libgnsdk_musicid.1.8.2.dylib
      Referenced from: /Applications/iTunes.app/Contents/MacOS/iTunes
      Reason: image not found
    Binary Images:
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    Model: Macmini3,1, BootROM MM31.00AD.B00, 2 processors, Intel Core 2 Duo, 2.26 GHz, 2 GB, SMC 1.35f1
    Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x90), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: Hitachi HTS543216L9SA02, 149.05 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: External HDD, 0x1058  (Western Digital Technologies, Inc.), 0x0704, 0x24100000 / 2
    USB Device: Hub, 0x0424  (SMSC), 0x2507, 0x26400000 / 2
    USB Device: iMic USB audio system, 0x077d, 0x07af, 0x26440000 / 4
    USB Device: Hub, 0x0424  (SMSC), 0x2502, 0x26470000 / 3
    USB Device: Deskjet D4300 series, 0x03f0  (Hewlett Packard), 0x1f04, 0x26471000 / 5
    USB Device: GD-0608-U, 0x056a  (WACOM Co., Ltd.), 0x0021, 0x04700000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 3
    USB Device: Hub in Apple Pro Keyboard, 0x05ac  (Apple Inc.), 0x1003, 0x04300000 / 2
    USB Device: Apple Optical USB Mouse, 0x05ac  (Apple Inc.), 0x0307, 0x04310000 / 6
    USB Device: Apple Pro Keyboard, 0x05ac  (Apple Inc.), 0x020b, 0x04330000 / 5
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8216, 0x06110000 / 5
    FireWire Device: unknown_device, Unknown
    FireWire Device: d2 DVDRW FW, LaCie, Up to 400 Mb/sec

    Same thing happened to me and I get the same error message. These are the programs that don't work
    mail
    keynote
    pages
    all Office 2011 programs
    safari

  • Ti G4 PB crashes when running Software Update

    I just received a Titanium PowerBook G4 800Mhz used on eBay. Has 512MB ram, 100GB Hitachi 5400rpm hardrive insalled, airport card and came freshly formatted with 10.3 installed and a CD with system patches up to 10.3.9. I reformatted the hardrive and attempted to do a clean install of 10.4 Tiger and here are my issues:
    1. After installing 10.4, attempt software update, all current updates and 10.4.3 combo update, experience kernel panic in middle of update with grayed out screen and multi-language message “you need to restart your computer, hold down power button." Everytime I restart and run software update, same problem happens.
    2. Restart and go to Apple’s website and download 10.4.1 manually. Installs with no problem
    3. Download 10.4.2 from Apple’s site, experience kernel panic, have to hard restart.
    4. Download 10.4.3 via software update, computer freezes, but after a couple of hard restarts it installs somehow.
    5. With 10.4.3 installed, software update “quits unexpectedly” every time I try to run it.
    6. Boot off of Hardware Test CD, run tests, everything test okay
    7. Decided to install 10.3 Panther to see if problem is with 10.4
    8. Reformat and clean install 10.3
    9. Run software update and attempt to install all current updates up to 10.3.9, screen completely freezes during “expanding” portion of update window. Have to hard restart, same problem every time I run software update.
    Well, I’m stumped. I’ve attempted everything I can think of and was up till 3am last night trying to figure this out. I’ve run Disk Warrior, reformatted and partitioned the hard drive multiple times in different ways, all with the same results. I just completely reformatted my old white iBook G3 and installed 10.4.3 with no problems, and that machine is older and not nearly as impressive as this Titanium, so it leads me to believe that there is an underlying hardware problem, or at least a firmware problem. Also, the fact that the previous owner sent the computer with 10.3 installed and a CD with individual patch updates makes me think he was aware of the problem with Software Update and wanted me to update using the CD. I don't know, I'm lost at this point. Could it be the replacement Hitachi hard drive? Bad memory? Please, any help is greatly appreciated.
    Greg
    Ti PowerBook G4 800Mhz 15.2" w/DVI   Mac OS X (10.3)   512MB RAM (1slot), 100GB Hitachi 5200rpm internal drive

    Well...
    It was just a bad RAM chip. The stock 512B chip in the lower slot must have been causing the kernel panics. I took it out and put a new 512MB chip in the upper slot and everything works great now. One thing though, the replacement 144pin PC133 chip I purchased wouldn't work in the lower slot, it fit fine although it wasn't as tall as the stock chip. Installed in the lower slot, the Ti Book would make three beep error sound and not start up. Can anyone tell me why it would work in the upper slot and not the lower? Your input is appreciated
    Greg

  • I'm installing windows 8 64 from iso dvd-I did the partition wiht BCamp 5 and I did the usb with compatibility software-once installation start from dvd, it ask me for some disk, usb or dvd drivers to continue. How I can continue the instalation?

    I'm installing windows 8 64 from iso dvd-I did the partition wiht BCamp 5.
    I did the usb drive with the compatibility software-once installation start from the dvd, it ask me for some disk, usb or dvd drivers to continue.
    How I can continue the instalation? How I can provide those driver to the instalation process?
    Thanks
    Manuel

    You can't get there with GUID/GPT.
    There are tips on making a USB flash device that is bootable.
    You can set aside a small 6GB partition somewhere and put Windows 7 installer there and run it WHILE IN Windows.
    Windows Vista can be upgraded in place to 7 RC.
    You'll need NTFS (30-50GB).
    Windows doesn't support FW for booting.
    You can create a drive that has Master Boot Record.

  • Macbook will not boot up after running Software Update

    My MacBook will not boot up after running Software Update (Security update + Java?) earlier today. I have only the gray start up screen + Apple logo + gear wheel constantly rotating. I have tried restarts several times and tried to start up from my original system DVD - this makes no difference.
    I called Apple support, tried resetting the power and PRAM - still no difference. He had no knowledge of other problems reported; although I note recent post may have same issue.
    I cannot get an appointment at my Apple Store before Monday.
    Any suggestions?

    Still no success. When I hold down the option key when powering up I get the hard disk icon plus arrowhead (only). When clicking the arrowhead it goes to the gray screen + apple logo+ rotating gearwheel.
    This happens both with DVD in slot and without DVD. the DVD image is not coming up on screen. When I start up without DVD the hard disk icon appears promptly. When I start with DVD in the DVD is spinning for a short period before the hard disk icon appears. On clicking the arrowhead to hard disk icon the DVD spins again for a while then stops. Apart from the DVD spinning, both situations result in gray screen + apple logo+ rotating gearwheel.

  • HT1338 I keep getting a Networking Error: when i run Software update. i have 10.5.8 and want to upgrade to at least 10.6 or later. i know the network is working perfectly.

    I keep getting a Networking Error: when i run Software update. i have 10.5.8 and want to upgrade to at least 10.6 or later. i know the network is working perfectly.

    Snow Leopard OS 10.6 is not available via Software Update, it is paid upgrade.
    Start by checking if you can run Snow Leopard:
    Requirements for OS X 10.6 'Snow Leopard'
    http://support.apple.com/kb/SP575
    OS 10.6 Snow Leopard is available for $19.99 from the Apple Store:
    http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard
    and in the UK:
    http://store.apple.com/uk/product/MC573/mac-os-x-106-snow-leopard
    but nobody knows for how long it will be available.
    When you have installed it, run Software Update to download and install the latest updates for Snow Leopard.
    To use iCloud you have to upgrade at least to Lion, but some functions are only available in Mountain Lion:
    http://support.apple.com/kb/HT4759
    You can also purchase the code to use to download Lion (Lion requires an Intel-based Mac with a Core 2 Duo, i3, i5, i7 or Xeon processor and 2GB of RAM, running the latest version of Snow Leopard), or you can purchase Mountain Lion from the App Store - if you can run that:
    http://www.apple.com/osx/specs/

  • Can I access my music library on a 32bit PC running Win Vista Home Prem from a 64bit Laptop running win 7 Pro.

    Can I access my music library on a 32bit PC running Win Vista Home Prem from a 64bit Laptop running win 7 Pro.I can logon to  iTunes from the laptop but can't download my previous purchases thru the wifi.

    Miketroach wrote:
    Can I access my music library on a 32bit PC running Win Vista Home Prem from a 64bit Laptop running win 7 Pro
    Yes.
    The following article(s) may help you.
    Troubleshooting Home Sharing
    Security Software Issues
    Troubleshooting Wi-Fi networks and connections
    Recommended Wi-Fi settings
    Wifi Diagnostic Software (for Mac users)
    You may also find some help on this page, where I’ve collected some of the more unusual solutions to network issues.
    When making adjustments to your network for better optimisation, you may find some of the points mentioned on this page helpful.

  • IPhoto just stopped working. It loads pictures, but then goes into rainbow wheel forever. Then I try to force quit it, and then the whole Mac hangs up (had to power cycle it to get it back). I am using OS 10.5.8, and when I run software update, it assures

    iPhoto just stopped working. It loads pictures, but then goes into rainbow wheel forever. Then I try to force quit it, and then the whole Mac hangs up (had to power cycle it to get it back). I am using OS 10.5.8, and when I run software update, it assures me I have up to date software. I have not added any photos since the last time I used it, probably less than a month ago. What gives?

    Try these in order - from best option on down...
    1. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library allowing it to overwrite the damaged file.
    2. Download <a href="http://www.fatcatsoftware.com/iplm/"><b><u>iPhoto Library Manager</b></u></a> and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    3. If neither of these work then you'll need to create and populate a new library.
    To create and populate a new *iPhoto 6* library:
    Note this will give you a working library with the same Rolls and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library on your desktop and find the Originals folder. From the Originals folder drag the individual Roll Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.

  • HT1766 I have an I pad Mini. Since i down loaded the new update ISO 7, my I Pad is not running certain media files either from Chrome or Safari browser. I called technical support but they failed to provide any help stating the media files may not be comp

    I have an I pad Mini. Since i down loaded the new update ISO 7, my I Pad is not running certain media files either from Chrome or Safari browser. I called technical support but they failed to provide any help stating the media files may not be compctable with new soft ware. I do bnot agree with their finding because i have I phone with ISO 7 updated soft ware and same files run on my I phone but not on I Pad. This was working fine before updating new software. This device is useless for me if i can not watch the program that i bought this for. I want device to replaced or taken back by the company. Thank you

    Here are the iPad Mini specifications:
    iPad mini - Technical SpecificationsNov 1, 2012
    The specifications explain exactly what types of files are supported under "TV and Video".

Maybe you are looking for

  • Time for a new PC?

    Two question I am frequently asked are: "What computer is right for me?" and  "Do you accept immediate trade-ins?"  The first answer is more a matter of personal choice and need.  In other words, how do you currently use a computer? How will you grow

  • Sort order in Java Application (deploy in Oracle oc4j container)

    I have a Java application deploy in Oracle OC4J container (EAR file). In my Java application (jsp), I have a SQL statement who return data but the sort order is wrong. The letters "é" and all characters with accents appears at the end of the result.

  • Deleted Delta Queue and setup tables on R/3 side

    Hi Gurus,               We are in the process of BW upgrade to NW 2004s. There was some confusion and I deleted the delta Queues in RSA7 (delete button on top) and setup tables too. Now we have refilled the setup tables but nothing is appearing in RS

  • Help for updating N73 firmware!!!

    I just bought the N73 and my firmware is version 2. I've followed each rule. I've installed Nokia Software Updater, installed it. But when i try to search for update it says "No software update for your phone" how can this me my version is V2 my firm

  • Mono or stereo symbol - dumb question - but...

    Hello: I'm puzzled by the toggle switch in the audio section of clip settings (for when capturing video content). I'm using FCP 7.03 Which is the setting for mono and which is for stereo. I want to capture two discreet channels separately (recorded f