IChat Failure after 10.5.2 Installs

Before Leopard I could video iChat over the internet with zero difficulty with my AIM contacts (iMac, MBP, and MB). Post 10.5.2 iChat works locally using a Linksys 54G router connecting to a MBP and MB (both about a year old), but it fails over the internet. No change to platforms or ISP's; no change to routers. The only variable is Leopard with all available updates installed. Anyone care to hazard a guess as to what Leopard doesn't do that Tiger did do that would lead to a solution?

Go to System Preferences > Sharing and make sure Internet Sharing is Off.
9:21 PM Monday; March 24, 2008

Similar Messages

  • ODS activation failures after new hardware installation..urgent

    Hi All,
    I am working in PRD.There are 10 process chains which i need to monitor daily.Daily ODS activation fails in 4 of the 10 chains.The error message for two of the failures are,
    Task 0040 during SID specification without confirmation     
    and for another process it is showing "DBIF_RSQL_SQL_ERROR" error.
    manually I am doing steps and the activation is successful.These type of errors we are getting after the new hardware installation.
    Could anyone let me know are there any patches to be applied inorder to avoid such type of errors.
    Please advice me what to do.
    Thanks,
    Manjula

    What is the patch your currently on at the moment.
    It could also be some of the settings in RZ11 have been changed. You need to work with your basis people to resolve this.
    DBIF_RSQL_SQL_ERROR is a common problem and usually due to not enough processor's available and the database gettings into a knot.
    Check SM21 and ST22 for the more information on the issue.

  • I started Boot Camp on a MAC mini but then  had a power failure after 30 secs :( Now when I start Boot Camp the option to install Windows 7 is gone.  In it's place is Remove Windows 7.  It seems to hang at Partitioning disk  Can I recover?

    I started Boot Camp on a MAC mini but then  had a power failure after 30 secs Now when I start Boot Camp the option to install Windows 7 is gone.  In it's place is Remove Windows 7.  It seems to hang at Partitioning disk  How can I recover?

    Welcome to the Apple Support Communities
    That's because the Boot Camp volume was created, but your Mac hasn't been set up to start automatically from the Windows disc. Insert the Windows DVD and press C key while your Mac is starting to start Windows installation.
    If you want to make sure that everything is correct, open Boot Camp Assistant and choose the option to remove Windows 7. Then, open that application again, select the option to install Windows 7 and you will be able to install Windows as usual

  • External Hard Drive Failures after iMac internal drive replaced

    I was one of those lucky ppl who had to have my internal 1TB Seagate HDD replaced due to the recall. It was replaced on Friday.
    After the drive was replaced (with another Seagate, ***?), I cloned my previous system back to the new drive (restoring from Time Machine required me to re-download Lion, which required me to re-download to a newer version of Snow Leopard, and just, Oi, vey, I used my clone).
    I then had to create another bootcamp partition, and after that, I restored my previous bootcamp from an image backup with Winclone.
    The next morning, my Time Machine external backup drive (a Maxtor OneTouch) makes horrible fluttering and crunching noises and cannot be found via disk utility, certainly doesn't mount to the desktop. I figure it just coincidentally failed and attached a new drive (a different OneTouch) for backup.
    While Time Machine is performing an initial backup to this new drive (will take 10 hrs), I try to move a few media files to another external media drive (LaCie 1TB). I receive a couple of error -36s on a few particular files, so I figure I should wait for the Time Machine to backup and then diagnose the media drive.
    The next morning (after 10 hr backup is finished), I have a stop-sign error that a disk was unmounted improperly (the LaCie media drive). The drive cannot be seen in disk utility or on a completely different MBP running Snow Leopard. It's spinning up, but it can't be read.
    Only thing I can think to do is reinstall 10.8.2 over top the cloned system, make sure that the recovery partition was recreated and working.
    This can't be a coinicidence, right? At this point, I'm afraid to keep my external storage drives and clone attached to the iMac, but I'm afraid to not have TM drive attached. Anyone know where to start diagnosing the problem?
    1. Could a new internal drive be the problem, hardware wise?
    2. Could the lack of an initial recovery partition or the setting up of a bootcamp partition have these sorts of consequences?
    3. Could the problem be from restoring a clone?

    Well, it is a LaCie-packaged adapter, some version of that model. The hub is on the mac mini inspired line of LaCie HDs (http://www.lacie.com/company/news/news.htm?id=10269). I've had it for 6 yrs, and the hub is still going. Other drives have been running from the hub without issue for all that time (and still are). There is no hissing, and the display light indicates the hub is getting power.
    You think it's time for a new hub?
    The internal switchout is just a coincidence?
    (Basically, I'm not a hardware expert. Does anyone know if an internal drive or internal sensor/connection problem can cause externals to fail or blowout a controller? I'm waiting on a drive dock to arrive—I'll know more whether these are HD failures or chip failures after that. Both drives showed normal-seeming power use via their display lights.)

  • I'm having problems upgrading from 10.6.8 to Yosemite.  My computer locks up after the download and installation process.  Does anyone know how I can overcome this problem?

    I'm having problems upgrading from 10.6.8 to Yosemite. My computer locks up after the download and installation process. Does anyone know how I can overcome this problem?

    Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.

  • SQL connection errors when stress testing mobile service: SQL failure after 3 attempts

    I have created a Mobile Service (node.js), which has been running for a few months with 50-100k api calls per day with no issues.
    The usage of the service will be scaled up soon, and it will receive much higher traffic, so I am running stress tests (on a staging deployment of the same service).
    The api in question queries data from the sql database that is attached to the mobile service, but caches the resulting data in a redis database for 5 minutes, so each call with identical parameters will not access the SQL database, just the redis cache.
    My first test never has any problems:
    Run a single api calls as fast as possible using the program wrk (https://github.com/wg/wrk). This test never has a problem, and I have run it an hour continuously with a sustained rate of 200 req/s and very few timeout errors.
    The second test always causes problems:
    I created a list of 5 different api calls to the same service (same endpoint, but different parameters), and I run those randomly interweaved as fast as possible. I use the program locust (http://locust.io) for this, spawing 10.000 clients at a rate of 500
    per second. For the first few seconds everything goes ok, but then connections start failing massively.
    I get mostly:
    Error: SQL failure after 3 attempts. Error: [Microsoft][SQL Server Native Client 10.0]TCP Provider: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected
    host has failed to respond.
     (SqlState: 08001, Code: 10060)
    And I see this in the http response:
    ConnectionError(ProtocolError('Connection aborted.', gaierror(8, 'nodename nor servname provided, or not known')),)
    The strange thing is that since I am running the same five calls repeatedly, only the very first of each call will actually access the sql database, every subsequent call will just return data directly from redis, and not try to access the sql database at
    all.
    In the azure console for the sql database in question, I see 1860 successful connections and 11 failed connections, which does not explain the massive failure rate I am seeing.

    Thanks for sharing your tips on this forum, as it will be useful for other users, that run into this issue.
    Feedback like this will also help us improve error reporting in the next release, as missing class files in the packaged application is a common issue when developers are moving from the embeded oc4j instance packaged with JDewveloper to standalone instances.
    -Eric

  • After installing itunes 10 installation was successful but then tells me error 2 (windows error 2), After installing itunes 10 installation was successful but then tells me error 2 (windows error 2)

    After installing itunes 10 installation was successful but then tells me error 2 (windows error 2).

    Let's try a standalone Apple Application Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe, and select "Extract to iTunesSetup". WinRAR will expand the contents of the file into a folder called "iTunesSetup".
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Does it install properly for you? If so, does iTunes launch properly now?
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • Applet does not start after JRE 1.5 installation

    Hi,
    When I go to my webpage where I have an applet that requires Java 1.5..the browsers are prompting for Java installation (ActiveX component install on IE or Firefox plugin for JRE installation). But once the Java install completes the applet does not start automatically. The same code used to work nicely with Java 1.4. The applet used to automatically start and run once the JRE install completed. But with JRE 1.5 it does not start. If I do a refresh on the browser it again prompts for java installation. If I open new browser window and go to the URL the applet starts. Please let me know how to get the applet to start automatically after JRE 1.5 installation.
    Thanks,
    Vijay

    We figured out the problem. the CLASSID was not the right one. Once we changed it...its working fine.
    Vijay

  • Applet does not start after Java 1.5 installation

    Hi,
    When I go to my webpage where I have an applet that requires Java 1.5..the browsers are prompting for Java installation (ActiveX component install on IE or Firefox plugin for JRE installation). But once the Java install completes the applet does not start automatically. The same code used to work nicely with Java 1.4. The applet used to automatically start and run once the JRE install completed. But with JRE 1.5 it does not start. If I do a refresh on the browser it again prompts for java installation. If open new browser window and go to the URL the applet starts. Please let me know how to get the applet to start automatically after JRE 1.5 installation.
    Thanks,
    Vijay

    We figured out the problem. the CLASSID was not the right one. Once we changed it...its working fine.
    Vijay

  • Internal camera failure after software updates...first skype couldn't......

    Hello!
    I am having internal camera failure after software updates...first skype couldn't find the camera, and now photo booth also says camera is not connected. Its a brand new MacBook Pro which has been working fine for a month, but after a software update (the blinking message said i had 13 new things to update...you know what I'm talking about right?) all of a sudden Skype couldnt find a camera, so i went to the skype community and tried some things (like trashing skype) but now photo booth says no camera detected, which is weird cause the camera is built into the computer..
    Please help!
    Thanks
    O

    First, reset the SMC:
    http://support.apple.com/kb/HT3964
    If that doesn't help, then take it to an Apple Store for examination.

  • Restore ichat history after system restore

    Haven't found a usable solution to this problem yet, so help is greatly appreciated.
    How do you restore all of your iMessage (iChat) conversations after retiring your Mac to an earlier point in time.  Specifically, I used Time Machine to return my iMac  to OS X 10.10.1.  Was at 10.10.3 (beta 2).  When I launch Messages, conversations are present as they were during the TM backup of 10.10.1.  So from this point I wish to return all the documents, photos, music, messages, etc. to the point prior to the system restore (10.10.3 b2).  Everything can be restored by use of TM for the folders, Documents, Movies, Music, Pictures.  But I can not get messages to restore.
    Used various methods seen on various forums,  i.e. use TM and restore ~/Library/Messages; /com.apple.iChat,  but to no avail..  Tried various combinations of logging out/in of massages; iCloud, restarting the computer,  again with no avail.  I usually end up with all of the list of those that I sent a message to but no messages.
    I believe there is some magical, specific order in which to do this successfully.  I haven't found it yet.
    HELP!
    & Thx

    Hi,
    I have not delved deep enough to say which item actually holds the list of active Chats or Conversations in the side bar.
    The chat.db item itself is the one that hold the "history" that shows up when your start a chat with someone you have chatted to before in iMessages.
    You need to have Saved Chats  in the Archive folder for this to work with AIM, Jabber, Yahoo and Bonjour Buddies.
    Apple's own documentation tends to refer to iMessages as Conversations and any other account as Chats.
    The exception now being SMS/text which the app Links to iMessages.
    If you just Restore the whole computer to the last day you ran OS X 10.10.1 then it should have all the Chats/Conversations you were having that day.
    However changing them by effectively Importing the newer ones (those up to the last time you used OS X 10.10.3beta) will upset things.
    9:45 pm      Wednesday; March 25, 2015
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • After sql server 2012 installation, I have changed sql server database engine service account from network service user to system user. What is disadvantages of this process?

         After
     sql server 2012 installation, I   attached my production db. Because of some reasons, i
     changed sql engine account from network service user to system user by means of sql server configuration manager.
         Now , there isn’t
     a problem at sql server running system.  But
    I have doubts that
     this can produce problems later. Because  sql server database engine account must have privileges that listed below;
    Log on as a service (SeServiceLogonRight)
    Replace a process-level token (SeAssignPrimaryTokenPrivilege)
    Bypass traverse checking (SeChangeNotifyPrivilege)
    Adjust memory quotas for a process
    (SeIncreaseQuotaPrivilege)
    Permission to start SQL Writer
    Permission to read the Event Log service
    Permission to read the Remote Procedure Call service
     While sql server installation, setup gives these
     privileges to network service user automatically, but changing user by means of sql confugarition manager does not give these
    privileges.
    Now, system user has privileges listed below. And sql server has been running for 1,5 months without any problems.
    Log on as a service (SeServiceLogonRight)
         Bypass traverse checking
    (SeChangeNotifyPrivilege) (Everyone user has his privileges. So i think that system user has this privilege also)
    What problems can occur because of this situation? Shall i give other privileges to system user and restart sql server or not? And how can i give these privileges to system user listed below;
    Replace a process-level token (
    this can be set from user rights assignments)
    Adjust memory quotas for a process
    (this can be set from user rights assignments)
    Permission to start SQL Writer ( 
    ? - give advice )
    Permission to read the Event Log service (
    ? - give advice )
    Permission to read the Remote Procedure Call service (
    ? - give advice )

     Our server is  windows server 2008 r2 enterprise edition. I have looked the bunch of permissions in user rights menu  that is in local security policy settings gui.
    And i have seen those permissions below were not granted to system user;
    Bypass traverse checking (SeChangeNotifyPrivilege)
    Adjust memory quotas for a process
    (SeIncreaseQuotaPrivilege)
    So, briefly you say, don't panic ?

  • [SOLVED]X start failure after upgrade: dri3,present modules missing

    I start X with ~.xinitrc from console, which won"t work after last upgrade --first in two weeks.
    (EE) Server terminated with error (1).Closing log file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    Xorg.log.0 :
    [51:778] (EE) intel: Failed to load module "dri3" (module does not exist, 0)
    [51:779] (EE) intel: Failed to load module "present" (module does not exist, 0)
    Installed packages (EDIT: completed):
    xf86-video-intel-2.99.{914-4,916-1}-i686 and also tried with xf86-video-intel-git, with "SNA" acceleration.
    intel-dri 10-2.7-3
    dri2proto 2.8-2
    dri3proto 1.0-1
    xf86driproto 2.1.1-3
    Linux 3.15.5-2-ARCH i686
    Linux CK Atom 3.16.2-1
    Issue occurred after upgrading from v2.99.912-1 to v2.99.914+. I was going to try downgrade xf86-video-intel to v2.99.912-1 (as in the first thread in Refs) but went in a dependency conflict, with the older intel driver requiring glamor-egl which conflicts with xorg-server ':-|
    Atom netbook
    lspci:
    00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
    Some refs :
        » [SOLVED] X start failure after upgrade    https://bbs.archlinux.org/viewtopic.php?pid=1426837
        » [Solved] xf86-video-Intel-2.99.912-1 breaks xorg https://bbs.archlinux.org/viewtopic.php?id=182932
    Last edited by kozaki (2014-09-12 09:45:53)

    The issue occurred after upgrading from xf86-video-intel-v2.99.912-1 to v2.99.914+ and xorg-server-1.15.2-1 to 1.16.0-6 (and -devel).
    same issue if:
    - Switching accelaration method to "UXA" as per https://bugs.archlinux.org/task/40860
    - Adding    Option "DRI" "False"
    Digged a bit:
    - same modules errors but appears to be a Gnome bug (X starts): https://bbs.archlinux.org/viewtopic.php?pid=1441716
    - same modules errors but X starts up without problems http://www.linuxquestions.org/questions … 175511372/
    makes me doubt if this issue is related to the modules not found. Which is the single indication I found so far x-/
    Any light on where can the issue comes from? hardware is pretty much standard even if getting a bit old. Never had Xorg related issue so far on this pancake.
    Last edited by kozaki (2014-09-11 11:05:42)

  • Can't play Song  After Windows(Boot Camp)  installation

    Hi
    Itune stoped playing many mp3 song .
    I installed windows with boot camp and played some songs in windows media player ,
    right after I finshed the installation , I tried to play some songs in Itunes, but Itunes won't even recognize them ,
    He just skip them , he also removed the artwork icon form them.
    those several songs can play with quicklook with no problem .
    thanks
    Gideon

    I have no idea why it didn't work last night but I tried your method again and it worked great! Thank you, saved me the time of going to the apple store

  • Seit After Effects 13.2 Installation lassen sich viele Projekte nicht mehr öffnen. Fehler:"[...] ae.blitpipe 2 Making New Context"

    Seit After Effects 13.2 Installation lassen sich viele meiner Projekte nicht mehr öffnen. Zum Glück habe ich einen Tag vor der Installation zwei wichtige Projekte abschließen können. Wenn ich nun die Dateien öffne kommen diese Meldungen:
    die 7508 ist immer eine andere Zahl. Das "<ae.blitpipe> <2> Making New Context" steht immer dabei.
    Ich speichere immer Kopien meiner Projekte und kann so historisch ältere Varianten öffnen. Manchmal habe ich Glück und das Projekt geht auf, oder solche Meldungen erscheinen;
    Ich kann leider nicht erkennen, was ich in den fehlerhaften Versionen evtl. mehr an Effekten oder so nutze.
    Neue Projekte scheinen zu gehen...
    Ich habe schon die Cache Ordner gelöscht und mal alle Plugins verschoben, weil ich vermutet habe, dass eins Probleme macht.
    Premiere Pro macht auch Probleme, aber nur, wenn Kompositionen aus After Effects im Projekt enthalten sind (was bei mir eigentlich immer der Fall ist)
    Wenn ich die After Effects Datei verschiebe und in Premiere als Offline setze, geht das projekt auf und ich kann daran arbeiten.
    Ist das ein Problem mit der Version oder doch etwas individuelles bei mir?
    Kann man After Effects reparieren lassen? Unter Programme und Funktionen sieht es so aus:
    da stimmt doch etwas nicht. Neuinstallation würde ich gerne vermeiden, wegen der Plugins und Co. Aber notfalls ist das ein Weg...
    Vielen Dank
    Micha

    Ja das Service Pack und alle aktuellen Updates sind installiert.
    Ich habe wieder ein wenig herausgefunden. Wenn ich den Capslock aktiviere und somit die Vorschau im Fenster deaktiviert ist, kann ich manche Projekte öffnen.
    So kann ich Ebenen löschen und die schuldige Ebene der Komposition finden.
    Es ist eine Textebene. Wenn ich die lösche und aus einer anderen Komposition kopiere und den Text anpassen, ist der Fehler weg.
    Bei einem anderen Projekt hilft auch der Capslock nicht.
    Bei einem weiteren kommt die Fehlermeldung "Plugin abgestürzt Zertrümmern" erst, wenn ich in den Eigenschaften auf "Gerendert" wechsel. Beim Drahtgitter kein Problem. Anschließen kommt diese Meldung:
    Mir scheint, als ob die Grafikkarte falsch angesprochen wird. Gibt es da Möglichkeiten Standardwerte zu laden?

Maybe you are looking for

  • Where is my iPod's camera roll backup, and how can I get it back onto iPod

    I was having trouble with my iPod Touch 5 and the new update of iTunes, 12.0.1.26.  I digress here but this is why I hate updating iTunes, and now kinda hate Apple stuff in general, because every time I've updated iTunes in the past it's given me tro

  • Any ideas on this dynamic link problem I'm having.....?? CS4

    Installed the full Production Premium CS4 package under Win7, 64-bit. If I right click a clip in Premiere and select "Replace with an After Effects Composition," AE opens, clip appears and I can add an effect, etc. I can also save the AE project. How

  • IPhoto Won't Open

    I was attempting to create a new a new album in IWeb by first creating the album in IPhoto. Once I had created the album in IPhoto I tried to do a drag and drop from IPhoto to IWeb. Unfortunately the operation did not work and I wound up deleting the

  • How to edit GRUB boot options from within Arch.

    Hello! I'm having a problem with scanlines (both in X and tty), and I think that the solution is the vga= boot option.  I, however cannot edit the GRUB boot options from within GRUB, because the commands go off my screen (overscan.) I was wondering i

  • How to log a complain?

    I know this is the technical discussion forum, but I can't find anywhere that I can log a complain against Apple Online Store or their products. I am from Hong Kong and I can only get the phone number to call for Sales Support, which connect to Singa