Problem In Single Sign On Instant Messenger JES

Hai,
I have problem with single sign on to Instant Messenger.
Mail and Calendar single sign on are working fine.
I configured Instant Messenger with following parameters
Launch Method: Java Web Start
Server : servername.com
Server Port : 49999
Multiplexor : servername.com
Multiplexor Port : 49909
In Desktop Instant Messaging channel
Error: Unable to get contact information from Instant Messaging server.
And I clicked Instant Messenger link from Instant Messenger channel the following error is comming
An error occurred while launching/running the application.
Title: Sun ONE Instant Messenger
Vendor: Sun Microsystems, Inc.
Category: Download Error
Unable to load resource: http://apolloone.immchen.com:16001/en_US/imres.jar
Pls help anyone how to configure Instant Messenger Single Sign On
thankx
with regds
parthi

Hi
It's working out of the box for me. So I do not think there is much to configure.
We run IM service on the same node as PS and Identityserver and just followed the install docs. Nothing about SSO there... It just worked.
/Per-Olov

Similar Messages

  • Changing of the standard port 1521 and afterward problems with Single Sign

    System / Host Environment
    Operating System: HP-UX 11i, Existing Oracle RDBMS Vers. 9.2 x, Listener on standard port 1521
    9iAS System Architecture: 9iAS Infrastructure and Middle tier (AS Instance) on the same machine
    Problem Environment:
    -Before and during the installation of 9iAS infrastructure the Listener of the existing Oracle RDBMS was stopped
    -The installation of 9iAS Infrastructure (db: IASDB) Version 9.0.2.0 works well
    -Afterwards the port 1521 of IASDB changed to 1525. For a detail description of IASB port changing please refer to Doc. ID: 211 929.1 AFTER CHANGE 'IASDB' LISTENER PORT
    -The installation of Patch Set 2 (Common Patch 2703110) follows (9iAS is now up to Release 9.0.2.2).
    -The Installation of 9iAS Middle tier (AS Instance) Version 9.0.3 follows
    Problem description:
    -During the installation of 9iAS Middle tier problems with Single Sign On occurs.
    The reason of this problems seems a communication problem between the Single Sign On login sequence and the IASDB. After a reset of the port changing (back to the standard port 1521) the installation of 9iAS Middle tier works well.
    Through this incorrect and problematic behaviour we have some notes and questions:
    -Well at first the description of the port changing in Doc. ID: 211 929.1 seems us incomplete. Some configuration still carry on the standard port 1521 and not the knew value of the port 1525.
    -So we want to know all configuration files and parts where we have to change the port value manually ?
    -What will happened to the Single Sign On function with this manually port changing. Does Single Sign On works later on correct or have we to change much more ?

    Currently, changing the listener port is not supported. It must stay on 1521. I believe this is to be fixed in a latter release (perhaps 9.0.4)

  • Problem Using Single Sign on with Deployed Applications

    I have deployed some appliciations to a standalone OC4J. I am using Identity Management for authentication and it works unless I check the Single Sign on box here:
    OC4J
    Administration ->
    Security Provider->
    Enable SSO Authentication
    I receive this error:
    499 Oracle SSO
    Oracle SSO
    (all my products are version 10.1.1.3)
    I guess I should run ssoreg and osso1013. I can't find the latter.
    I appreciate any comment.
    Regards,
    Farbod

    Dear John,
    from my point of view, we have to seperate the problem in two parts:
    1.) The automatic logon to the struts application via SSO.
    2.) The session sharing via some J2EE mechanism.
    For the SSO (1.) You have to logged on to the portal - with a cookie on the clientside. This cookie can be used for SSO by Your Struts application as long as You share the same session (same browserinstance). This is not difficult examples are available.
    The sessionsharing between a J2EE aap - Struts and an iView is an intersting point. I hope I can get some time to try this out. One trick which is not too clever is to store the session data serialized in a database and privide the sessionid in the url which calls the iView or Struts. Sessionsharing between iViews is no problem as long as You use the HTTPSession.
    Walter

  • FC3 : Problem with Single Sign-On

    Hi,
    We are installing Oracle 10g (ias 10.1.2) on Federo Core 3 Operating system.
    We installed successfully 'oracle Infrastructure' 10.1.2. We navigated to infrastructure home, the single sign-on status is'Down' and other components are 'Up'.
    What could be the problem with SSO?.
    Your help will be appreciated.
    Regards,
    Raj

    Hello
    I have the same problem. I installed succesfully Oracle10g on SLSE9 but the single sign-On is every down I followed all step but the problem isn't resolved.
    I would like the infrastructure on Linux you have any idea?

  • OpenDocument Problem with single sign on

    Hi,
    We have implemented single sign on for our BO environment.
    We have a report saved under Public Folders\test folder and this report is called thru Java application by users. I have written below code using OpenDocument Function.
    <a href="<boservername>/enterprise115/desktoplaunch/opendoc/
    openDocument.jsp?&sDocName=test report&sDocType=wid&sPath=[PublicFolders],[testfolder]&sRefresh=Y">Test Report</a>
    But when I click on the link, it brings up the Login screen instead of opening the report. Since we implemented Single Sign on, I am guessing it should directly open up report bypassing login screen.
    Please let me know if my code is wrong and how I bypass the login screen.
    Thanks,
    Ven Men

    Hi Ven,
    When you click on the open OpenDoc Link from a infoview (webi report) it will give a login page and you need to provide login details and then the webi report is displayed.
    To avoid this login credential page you can follow the below steps:-
    To by pass the log on , we need to create logon token which can be pass to URL and in turn logs in BO server. This logon token is nothing but an alphanumeric key and is encrypted form. Logon token mainly comprises of,       
    1)BO server name                       
    2)Username                             
    3)Password                             
    4)Authentication type                  
    I am sending you "opendoc.jsp" code which will give you a fare idea on how to create logon token and pass it to openDocument.jsp. Place this file in same place where your u201CopenDocument  jspu201D resides.
    Restart Tomcat                                                                               
    Execute this file in browser                                                                               
    http://<Server Name>:<Port Number>/businessobjects/enterprise115/desktoplaunch/opendoc/opendoc.jsp
    Please make sure you make necessary changes with regards to "USERNAME","PASSWORD",and "BO SERVER NAME" before you executing this file.
    Below is the OpenDoc.jsp file detail
    Under  //CMS logon information provide the below details
    String cms = "CMSServerName"; //Enterprise CMS Server
    String webServer = "WebAppServer"; //Infoview Web Application Server
    String userid = "Administrator";
    String pwd = "";
    String auth = "secEnterprise";
    Thanks,
    Madhu.

  • BACK Button causing problem with Single Sign on using STS Service

    Hi Our application is using federated claim based authentication, and after logging into our default page using STS Authentication, we click a link inside our page, we get the new page, then we click BACK button but the Browser shows a blank page, The link below is shown by the URL and it shows it as a Working page
    http://bi-wif.biintegration.com/STS/?wa=wsignin1.0&wtrealm=http%3a%2f%2fBIIntegr ation3.biintegration.com%2fApps%2f&wctx=rm%3d0%26id%3dpassive%26ru%3d%252fApps%2 52fLogin.aspx&wct=2013-02-26T12%3a04%3a52Z
    If we click the back button again then the page is shown
    The Browser version is 5.1.7 running on windows
    This happens intermittently, The screenshot is attached

    <ORACLE_HOME>/opmn/bin/opmnctl status
    Processes in Instance: asinst1.ssoserver.knaapo.ru
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | N/A | Down
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | 2983 | Alive
    OC4J | OC4J_SECURITY | 3221 | Alive
    HTTP_Server | HTTP_Server | 2980 | Alive

  • Single Sign On after Systemcopy dosn´t work

    Hello,
    i have a problem with single sign on.
    What we did. We installed a new testportal (EP 6.0 SP 15) with a Systemcopy from our old testportal.
    Every thing works fine, but only single sign on dosn´t work.
    We deleted the old SSO Ticket in the SAP-Backend-System and imported the new SSO Ticket (from the new testportal) into the SAP-System.
    The result is: From the old portal Single Sign on works. But from the new portal i get the SAP-Login-Screen.
    What can i do?
    Thank you
    Martin

    Hi Martin,
    After the system copy I would suggest creating a new SAPLogonTicket keypair on the new portal, and add the public certificate to the certificate list and ACL of the backend:
    http://help.sap.com/saphelp_nw04s/helpdata/en/75/c80b424c6cc717e10000000a155106/content.htm
    As the SSO tickets are generated using this keypair it appears that your ticket is not 'recognized' as coming from the new portal. Note that if your new portal has a different SID you need it to add it to the ACL with this new SID. If you exchange the certificate you need to add the ACL entry again as well.
    Best regards,
    Walter

  • AOL Instant Messenger Login Problem

    Hi guys and gals,
    So I've been having a problem for quite some time now and I was hoping someone might have experienced the same problem and can tell me just how to fix it...
    So I've been using iChat for years with my AIM password and login and have never had a problem. Just recently, someone hacked in to my account and started spamming people from my account. Because of this I had to change my password. When I entered the new password into iChat, it gave me the following error:
    *AOL Instant Messenger Login*
    iChat was unable to login to the AOL Instant
    Messenger service because your screen name or
    password was incorrect.
    I know the password is correct and the account works if I sign in with AIM; however, I hate AIM and want to use the account with iChat. I've tried uninstalling and reinstalling iChat. I've also tried deleting my account and recreating it with the new password but that didn't work either.
    Has anyone experienced this before or does anyone know how I can get iChat to work again? Thank you so much!

    Hi,
    Use this Users Tip to check the Keychain entry for your AIM name
    http://discussions.apple.com/thread.jspa?threadID=121885
    You may find you have two entries in the passwords section for your Screen Name.
    It may also pay to delete the com.apple.ichat.AIM.plist after removing the passwords row or stars in iChat and well as deleting any extra Keychain items and changing the password there.
    Then Restart iChat so that it re-writes the plist from defaults and current Keychain info.
    7:43 PM Friday; February 12, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Aol instant messenger keeps signing off

    i just downloaded aol instant messenger off of www.aim.com when i sign on it signs me off after one min. also my ichat wont connect. what is the problem. the internet and everything else is fine

    try to repair permission: application / utilities / disk utility / select HD / repair permission.
    if problem persist, that might be something else that hopefully on their server end that sign you off.
    Good Luck.

  • Single Sign-on and SSL problems

    We are using WebLogic Portal and Server (version 8.1 SP3). We want to have a single sign-on when entering the portal, so that users do not need to reauthenticate each time they access an application via an applet in the portal. We also want to protect the username/password authentication and all other connection information using SSL. We have applications in multiple domains.
    When not using SSL, SSO works okay. We are challenged for username/password exactly once, whether we access the Portal, or an application directly. As soon as we enable SSL, we are challenged repeatedly, and in some cases cannot access the applications at all, as the challenge always fails.
    We suspect that there is a Session cookie problem and that something is clobering the cookie and thus breaking the session. Does anyone have any idea on what might be causing the problem?

    Hi Derick,
    I want to make our discussion into 2 parts
    1) Sign on
    2) Viewing data based on the Heirarchy
    1)Before discussing about the Sign on i want to know which connectivity you are using ? Live offcie or QaaWS.
    2) We can make the second point possible in two ways One is with providing restriction at universe level
    and the other one is through the use of flash variables.
    Using flash variables:
    The main idea of using flash variables is reading the User ID from BO authentication and based on that we fetch the Heirarchy level of that user. Then we use some excel logic to hide the data from Low level heirarchy(Here we use Dynamic Visibility for components).
    I hope this is what you ar looking for....
    If so i have more points to acheive such scenario.
    Please provide the your BO environment details, such that it will be easy to identify the better best wat to acheve it.
    Regards,
    AnjaniKumar C.A.

  • Little bit of thread and little bit of instant messenger design problem

    OK! i have a small problem here, i am planning on making a instant messenger server and client, not compatible with any out there(as of yet) and not using any stansard protocols out there, just something i made on my own. ok now the problem i am trying to figure out is....i have a "Messaging Server" as the name suggests it sends messages from one client to the other, how it is setup is, client connects to this server, the server accepts and creates a new thread for this client and adds a message listener to this client handler thread. as and when the server creates this thread for the client, it puts it in a vector which is keeping track of every client connected to this server. so now when the client sends a message to another client, basically it goes through this server, the thread upon receiving this message, fires a method of the listener. this method takes the message, finds out who it is going to(therefore the userid) and seaches the threads vector to find the appropriate thread and then just creats another striped down message out of the received message and calls a method in that thread to send this newly created message and hence the message should be sent.(i am speculating, i still have not created this)
    so the problem ia m logically facing is...at what point of time who is taking the load, what i mean by that is, when the thread receives the message, ofcourse it is this thread which is working is taking the load, but when the listener fucntion is fired which thread is handlign the call is it the client handler thread which fired the method or the messaging server thread which creates these threads?? now once that is solved, who(which thread) is doing the work when i call the fucntion in the other thread which i found aftre searching the vector. i mean i am thinking like this cuz i am not much in sink with the way threads work. i am also trying to figure out this to find out the load the server or the threads will be having.
    algo example:
    class messageServer
         vector currentWorkingThreads;
         messageListener listener;
         main()
              listener = new messageListener(); //should it be here or the other place i am mentioning below
              while(true)
                   clientHandler = socket.accept();
                   listener = new messageListener(); //should it be here or the other place i am mentioning above
                   //create a thread and add this thread object to the vector
                   thread.addLisenter(listener);
    class messageServerThread
         string userid;
         messageListener lis;
         run()
              object obj = in.readObject();
              lis.sendMessage(obj);
         sendMessage(obj)
              out.writeObject(obj);
              out.flush;
    class messageListener
         sendMessage(msSendMessage msg)
              //find the appropriate user thread
              loop(currentWorkingThread.next())
                   messageServerThread msgThread = (messageServerThread)currentWorkingThread.element();
                   if(msg.userid == msgThread.userid)
                        msReceiveMessage rcvMsg = msg.strip(); //dosent matter what this does, it just strips the unwanted info and returns the type msReceiveMessage
                        msgThread.sendMessage(rcvMsg);
    and if this is something out of the line, or not a good way of doing it, can someone help me with the design it would be gr8.
    thanx a lot
    -Ankur
    help would be greatly appreciated.
    [email protected]

    other, how it is setup is, client connects to this
    server, the server accepts and creates a new thread
    for this client and adds a message listener to this
    client handler thread. as and when the server creates
    this thread for the client, it puts it in a vector
    which is keeping track of every client connected to
    this server.ok so far.
    so now when the client sends a message to
    another client, basically it goes through this server,
    the thread upon receiving this message, fires a method
    of the listener. this method takes the message, finds
    out who it is going to(therefore the userid) and
    seaches the threads vector to find the appropriate
    thread and then just creats another striped down
    message out of the received message and calls a method
    in that thread to send this newly created message andhere you seem to confuse the thread instance and the thread of execution. the thread invoking this method is still the event handling thread (i.e. the receiver thread of the socket). you do not need threads for delivering - this can be done by the receiving sockets' event handling threads. disadvantage: if processing of the message takes significant time then the socket is blocked and cannot process another message.
    solution: put the message in an event queue which is processed by one or more threads. (see my example i e-mailed you)
    robert
    hence the message should be sent.(i am speculating, i
    still have not created this)
    so the problem ia m logically facing is...at what
    point of time who is taking the load, what i mean by
    that is, when the thread receives the message,
    ofcourse it is this thread which is working is taking
    the load, but when the listener fucntion is fired
    which thread is handlign the call is it the client
    handler thread which fired the method or the messaging
    server thread which creates these threads?? now once
    that is solved, who(which thread) is doing the work
    when i call the fucntion in the other thread which i
    found aftre searching the vector. i mean i am thinking
    like this cuz i am not much in sink with the way
    threads work. i am also trying to figure out this to
    find out the load the server or the threads will be
    having.
    algo example:
    class messageServer
    vector currentWorkingThreads;
    messageListener listener;
    main()
    listener = new messageListener(); //should it be
    e here or the other place i am mentioning below
    while(true)
    clientHandler = socket.accept();
    listener = new messageListener(); //should it be
    be here or the other place i am mentioning above
    //create a thread and add this thread object to the
    he vector
    thread.addLisenter(listener);
    class messageServerThread
    string userid;
    messageListener lis;
    run()
    object obj = in.readObject();
    lis.sendMessage(obj);
    sendMessage(obj)
    out.writeObject(obj);
    out.flush;
    class messageListener
    sendMessage(msSendMessage msg)
    //find the appropriate user thread
    loop(currentWorkingThread.next())
    messageServerThread msgThread =
    =
    (messageServerThread)currentWorkingThread.element();
    if(msg.userid == msgThread.userid)
    msReceiveMessage rcvMsg = msg.strip(); //dosent
    ent matter what this does, it just strips the unwanted
    info and returns the type msReceiveMessage
    msgThread.sendMessage(rcvMsg);
    and if this is something out of the line, or not a
    good way of doing it, can someone help me with the
    design it would be gr8.
    thanx a lot
    -Ankur
    help would be greatly appreciated.
    [email protected]

  • Blackberry Curve-Problem with MSN Instant Messenger HELP!

    I have the MSN Instant Messenger downloaded to my blackberry.  I can send messages out and the recepient receives it but I'm not getting their responses back.  Is anyone having this problem and if so, did you find a solution?  I had contacted my service provider and wiped my phone and reinstalled the application but it still doesn't work.  The weird thing is that it was working but all of a sudden stopped.

    yes, this has been an ongoing issue since about october of 2008. however i can't get anyone to help with it . vendor or rim
    Message Edited by andy1974 on 03-12-2009 10:12 PM

  • Help??? Logging in to Sun ONE Instant Messenger problem

    Hi all,
    I have just install Sun One Web server 6.1, Sun One Directory 5.2 and Sun One Instant Messaging 6.1 together on Win2K advance server. And I have successful launch Sun� ONE Instant Messenger.
    But I can not know, how to create LDAP user ID and password to Login to Sun ONE Instant Messenger???
    Could anyone help me to solve this problem?
    I'm looking forward to receive your reply soon.
    Thanks

    Thanks for your reply, I've read you suggest. And I also know that, I must do some thing as you talk above. But I'm sorry because, I'm only a beginner of Sun ONE application so I do not know how to step by step to do this. I list content of my iim.conf file below. Could you tell me, how can I create IM user and password on LDAP? and what Configuration Parameters I must change? And what is this value? I hope that you will help me. I�m stuck in this problem for five days. And I have know light to solve it.
    Here is content of my iim.conf file:
    ! iim.conf : IIM Configuration file
    ! General configuration options
    ! =============================
    ! Options that are common to all modules.
    ! Modules configured - server & multiplexor or only multiplexor?
    iim.comm.modules = "iim_server,iim_mux"
    ! SMTP server to contact to send email messages.
    iim.smtpserver = "VIETTEL.z78.z78.com"
    ! Instance directory
    iim.instancedir = "C:/Program Files/Sun/Instant Messaging"
    ! Instance directory
    iim.instancevardir = "C:/Program Files/Sun/Instant Messaging"
    ! User the IM processes should run as
    iim.user = ""
    ! Group under which the IM processes should run
    iim.group = ""
    ! config file version
    iim.config.version = "1.1"
    ! Java command
    iim.jvm.command = "java/jre/bin/java"
    ! Policy specific options
    ! =======================
    ! This section contains options specific to user sources
    ! and other policy stuff.
    ! The ldap server name and port.
    iim_ldap.host = "VIETTEL.z78.z78.com:389"
    ! The string to be used as base to do searches on this LDAP server.
    iim_ldap.searchbase = "o=z78.z78.com"
    ! Search filter for user login.
    iim_ldap.loginfilter = "(&(objectclass=inetorgperson)(uid={0}))"
    !The search filter used to search for users and groups in the directory by id.
    iim_ldap.usergroupbyidsearchfilter = "(|(&(objectclass=groupofuniquenames)(dn={0}))(&(objectclass=inetorgperson)(uid={0})))"
    !The search filter used to search for users and groups in the directory by name.
    iim_ldap.usergroupbynamesearchfilter = "(|(&(objectclass=groupofuniquenames)(cn={0}))(&(objectclass=inetorgperson)(cn={0})))"
    ! Determine whether wildcard searches should be allowed with uids
    iim_ldap.allowwildcardinuid = "False"
    ! The ldap class that indicates that an entry belongs to a user.
    iim_ldap.userclass = "inetOrgPerson"
    ! The ldap class that indicates that an entry belongs to a group.
    iim_ldap.groupclass = "groupOfUniqueNames"
    ! The search filter used to browse all groups in the directory
    ! under given base.
    iim_ldap.groupbrowsefilter = "(objectclass=groupofuniquenames)"
    ! Maximum number of entries to be returned by a search.
    ! 0 indicates unlimited search and -1 disables all search.
    iim_ldap.searchlimit = "40"
    ! Ldap attribute to use for display name of users.
    iim_ldap.userdisplay = "cn"
    ! Ldap attribute to use for display name of groups.
    iim_ldap.groupdisplay = "cn"
    ! Ldap attribute used as user uid.
    iim_ldap.useruidattr = "uid"
    ! Ldap attribute that gives the list of members of a group.
    iim_ldap.groupmemberattr = "uniquemember"
    ! Ldap attribute where user's email address is
    iim_ldap.usermailattr = "mail"
    ! The frequency at which the in memory user and group information
    ! is updated from LDAP, in minutes.
    iim_ldap.resynctime = "720"
    ! Ldap user id used for binding to the directory server
    !*************Tuan Anh change 02/07
    !iim_ldap.usergroupbinddn = ""
    iim_ldap.usergroupbinddn = <bind dn>
    ! Ldap password for binding to the directory server
    !*************Tuan Anh change 02/07
    ! iim_ldap.usergroupbindcred = ""
    iim_ldap.usergroupbindcred =<credentials for bind dn>
    ! Logging
    ! =======
    ! Logging configuration for all modules
    ! There are 6 severity levels for logs.
    !     DEBUG     debug/trace information
    !     INFO     log important information not indicative of a problem.
    !     WARNING     user error. The sofware is behaving properly but is not
    !          used properly.
    !     NOTICE report status of the various software components.
    !     ERROR     recoverable software or system error. The software or
    !          system is not behaving as expected, however the error
    ! can be recovered from.
    !     FATAL     unrecoverable error forcing the software to
    !          stop functioning.
    ! Log severity for the server component.
    iim.log.iim_server.severity = "NOTICE"
    ! Log severity for the multiplexor component.
    iim.log.iim_mux.severity = "ERROR"
    ! Server log file.
    iim.log.iim_server.url = "C:/Program Files/Sun/Instant Messaging/log/server.log"
    ! Multiplexor log file.
    iim.log.iim_mux.url = "C:/Program Files/Sun/Instant Messaging/log/mux.log"
    ! IIM server configuration
    ! ========================
    ! IIM server specific configuration options
    ! Name of the domain supported by this server.
    iim_server.domainname = "z78.z78.com"
    ! Should the server listen on the server to server communication port?
    iim_server.useport = "True"
    ! Server to server communication port.
    iim_server.port = "49919"
    ! Should the server to server ssl communication be enabled?
    iim_server.usesslport = "False"
    ! Should the server be enabled
    iim_server.enable = "true"
    ! Time the server will let a client be idle before disconnecting it,
    ! in minutes.
    iim_server.clienttimeout = "15"
    ! whether to use SSO
    iim_server.usesso = "0"
    ! user properties storage, can be file or ldap
    !iim.userprops.store = "file"
    ! Tuan Anh change 05/07/2004
    iim.userprops.store = "ldap"
    ! IIM multiplexor configuration
    ! =============================
    ! Multiplexor specific options
    ! IP address and listening port for the multiplexor.
    ! WARNING: If this value is changed, the port value of '-server' argument
    ! in the client's iim.html and iim.jnlp files should also be changed to match this.
    iim_mux.listenport = "VIETTEL.z78.z78.com:49909"
    ! The IIM server and port the multiplexor talks to.
    iim_mux.serverport = "VIETTEL.z78.z78.com:49999"
    ! Should the multiplexor be enabled
    iim_mux.enable = "true"
    ! Number of instances of the multiplexor.
    iim_mux.numinstances = "1"
    ! Maximum number of threads per instance
    iim_mux.maxthreads = "20"
    ! Maximum number of concurrent connections per multiplexor process
    iim_mux.maxsessions = "1000"

  • AOL Instant Messenger (AIM) problem

    I use AIM (AOL Instant Messenger) with my 3G, version 2.2. When I IM someone that is signed using the AOL 9.1 software and Vista they see the word DIV, surrounded with brackets at the begining and end of my AIM text. Any suggestions for help would be appreciated

    Have you tried creating a second AIM account? and see if it also comes up the same way when chatting with friends?
    It's possible that when you were using AIM on another system and customized your profile or display name, it may of appeared in another way.
    I don't use AIM Software at home I use
    Pidgin
    Digsby
    Trillian
    Adium
    All these are all in 1 chat programs, Mainly for PC and other for Mac. But I do chat people from my iPhone using AIM or SMS responses. They never see the DIV at all.
    Make a test account and see if it still happens. Make sure to check for App updates for iPhone and update your AOL AIM App if there is an update.

  • Bizarre Yahoo Instant Messenger problem

    Hi,
    I am using the Yahoo Instant Messenger as a startup item, have been for years. Today when I started up it did something funny; it told me I had X number of e-mails and then showed and played alerts for each one of them. Then I opened iTunes. The playlist I'd selected yesterday was still chosen and when I scrolled down to it, saw that for some bizarre reason (there are reasons for these things, aren't there?) the Yahoo IM alert sound repertoire was listed in the playlist as well as the radio station I had originally chosen for that playlist.
    I think it is a Yahoo IM problem but just wanted to post this since it was so bizarre.
    I have to add that my machine has been acting strange lately. Two kernal panics in about a week. A freeze yesterday. Other bad things after about a month of just plain uneventfulness. It is likely things like the above problem are due to things being amiss with OSX as much as the Yahoo IM (beta 3.0 1 (build 17006) I thought I was running the same version of the Yahoo IM but it seems to have been switched to the beta version a few days ago. (All I did was look at the the new version's web site but I wasn't aware I'd intentionally changed versions.)
    Cheers,
    John L

    chk this KB http://www.blackberry.com/btsc/KB10696
    Click on KUDOS to appreciate our efforts and mark the thread RESOLVED if your issue is resolved.

Maybe you are looking for

  • Cannot find file... Can not back up

    I am just trying to back up purchased items from Itunes, and I keep getting a error: Some files can not be burned to a data disk. Do you still want to burn the remainder of the playlist? - and it can't find 13 songs I've purchased. I tried adding the

  • The not so distance future of computing.

    These are just some things in  the future I feel like writing about for whatever reason.   Some is stuff that will happen others are just my hopes. What do you look forward to in the future? Also let me know if some of my points are completely off. H

  • Content viewer will not download folio

    content viewer is broken or are the servers down? Adobe please answer, this is very frustrating.

  • CUUC 8.6 RAID

    Hi, There is a MCS7845I3-K9-CMD2 (CUUC 8.6) on site with 4 drives.  I understand per Cisco documentation that the MCS7845I3-K9-CMD2 (CUUC 8.6) has a dual RAID 1 consisting of 4 hard drives.  I have a TAC/RMA case opened due to drive 0 failing and hav

  • How can I disable the window-resize animations?

    For some reason Skype insists on adding some slow animations when resizing the Window, when resizing Skype manually it already feels very slugish but when using tools like Spectacle to easily tile your Window it just looks very silly. After resizing