Skype showing wrong number of contacts in profile

Hello. I'm new to this forum. I just wrote this message and received an error and it disappeared, so I'm rewriting my question.
First I will say that I have two Skype accounts. The other day my boyfriend and I were having problems with the Skype sound so we did an experiment. I accepted him as a contact in my second account and we chatted briefly before going back to my first original Skype account.
He had originally been showing only 17 contacts (when I pass my cursor over his username when he is in offline mode. ).  When I added him to my second user account, it still only showed him as having 17 contacts, yet when we went back to my original account, he was now showing 18 contacts.
I was curious about this and so deleted him from my second Skype account as we primarily use the other one, anyway. However, it still shows him as having 18 contacts in my first Skype account. Why is this? He should now only be showing 17 contacts since I deleted him from the other account. Is there some kind of a glitch in Skype or is it from some other reason?
I did try restarting Skype to see if it was an updating issue. He has also logged into his account and so his side should have updated, too. I would be grateful to anyone who might know the answer to this. Thank you.

If you inadvertantly pressed a character while in the messanger application, the message list will only display contacts that start with that letter.  If thats not the issue, try removing battery and re-insert...
Hope that helps you....
If I successfully help you with an issue, thank you for clicking "kudos" in my post.
If your issue has been solved, please resolve this thread by marking the post which solved it for you!

Similar Messages

  • My skype shows offline to my contacts whenever I go away from computer

    My skype shows offline to my contacts whenever I go away from computer I am using Macbook Pro Retina early 2015. I am using another mac as well and that mac shows away to other users but new Mac shows offline status to my contacts whenever I away.

    i run test on printer it tells me it is offline so wont print anything from cmputer

  • IPhone 5 Sprint shows wrong number in All Contacts. How can I change it in iOS 7.1?

    I bought an iPhone 5 16GB for sprint on eBay. When I swapped phone it wouldn't let me call out or text. My data worked but everything else didn't. I switched from a galaxy s3. Now the weird part is that Under All Contacts it doesn't show my number. Same thing under Setting>Phone. Both were wrong and I don't know what to do
    I called sprint and best buy. I did the ##update# numerous times. What can I do to fix this? It's on IOS 7.1. Any advice?
    I would greatly appreciate it.

    iMessage and FaceTime work with iCloud. Change your Apple I.D in iCloud as well as in iMessage (SETTINGS - MESSAGES). Either turn off and on again iMessage and it would ask you to sign in with your Apple I.D or change it at "Receive at" by clicking on "Apple I.D" (Sign out and sign in with your new Apple I.D.)

  • Wrong phone number in contact's profile

    HiOne of my contacts have changed his home number and updated his profile.On Skype for Windows i see the new number now in his profileBut on Skype for iPhone nd on iPad, the profile sor tht contact is still with the old number. I logged off and on thinking that it would update but it did not help.The rest of the contact's info (photo, address, etc... is correct).Any suggestions?Thanks

    Hey thanks, that worked and the good number appeared in iTunes even without syncing (with the iPhone connected though). Wonder how that got in there?!?
    Cheers.

  • Hierarchy datasource is showing wrong number of records

    Hi,
    I have to load hierarchies from r/3 to BW.when i test my hierarchy DataSource in RSA6 number of records its showing is 40,where as my R/3 system has 45 records for the same hierarchy.Can any one please let me know why its showing different number of records and how to overcome this problem.

    Hello VaKa,
    How r u ?
    Just load the data to the PSA and identify which records are missing, you can do this, u have small amount of data. Then you can identify which 5 records are missing and it will help to find the reason as well.
    Best Regards....
    Sankar Kumar
    +91 98403 47141

  • App Store shows wrong number of updates

    Every time I open the App Store on my iPhone 6 it shows 20 updates available. I touch the "updates" button, and all the updates disappear. Next time I come back it will do the same. Updated to 8.0.2 but no joy.  What's up with this?

    Turned out that the problem was that my old iPhone 4 was still registered with the same iTunes account. Once I went to appleid.apple.com and deauthorized the 4, I started to get the correct number of updates in the iPhone 6 App Store.

  • I PURHASE ADOBE ACROBAT XI PRO  2 years ago  now i want to use it . i enter the purchase code . the system show wrong number . i dont remerber wich store i purchsed it.  how i can the serial number to have it working

    can you help me on that
    thank you
    Sam

    if you have the serial number, dl the installation files and install:
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • How to corret an execution plan that shows wrong number of rows?

    Using Oracle 10gR2 RAC (10.2.0.3) on SUSE Linux 9 (x86_64).
    I have a partition table that has 5 million rows (5,597,831). However an execution plan against the table show that the table has 10 million rows.
    Execution plan:
    SELECT STATEMENT ALL_ROWS Cost : 275,751 Bytes : 443 Cardinality : 1
    3 HASH GROUP BY Cost : 275,751 Bytes : 443 Cardinality : 1
         2 PARTITION RANGE ALL Cost : 275,018 Bytes : 4,430,000,000 Cardinality : *10,000,000* Partition # : 2 Partitions accessed #1 - #6
              1 TABLE ACCESS FULL TRACESALES.TRACE_BUSINESS_AREA Cost : 275,018 Bytes : 4,430,000,000 Cardinality : 10,000,000 Partition # : 2 Partitions accessed #1 - #6
    Plan hash value: 322783426
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time | Pstart| Pstop |
    | 0 | SELECT STATEMENT | | 1 | 443 | 275K (2)| 00:55:10 | | |
    | 1 | HASH GROUP BY | | 1 | 443 | 275K (2)| 00:55:10 | | |
    | 2 | PARTITION RANGE ALL| | 10M| 4224M| 275K (2)| 00:55:01 | 1 | 6 |
    | 3 | TABLE ACCESS FULL | TRACE_BUSINESS_AREA | 10M| 4224M| 275K (2)| 00:55:01 | 1 | 6 |
    How does one correct the explain plan?
    The problem: Queries against the table are taking hours to complete. The problem started when the table was dropped then recreated with a new partition.
    I have complete the drop and creation against several tables for several years without problems until now.
    I have done the following: Analyzed statistics against the table, flushed buffer cache. Created a materialized view.
    However users queries are taking several hours to complete, where before the addition of the partition the queries where taking 5 minutes to complete.
    Thanks. BL.

    Yes, complete analysis of statistic was complete on indexes and against partitions.
    Table creation statement:
    CREATE TABLE TRACESALES.TRACE_BUSINESS_AREA
    ... *(400 columns)*
    TABLESPACE "trace_OLAPTS"
    PCTUSED 0
    PCTFREE 15
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 1M
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL KEEP
    PARTITION BY RANGE (YEAR)
    PARTITION TRACE_06 VALUES LESS THAN ('2007')
    NOLOGGING
    NOCOMPRESS
    TABLESPACE TRACE_2006
    PCTFREE 15
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 1M
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    PARTITION TRACE_07 VALUES LESS THAN ('2008')
    NOLOGGING
    NOCOMPRESS
    TABLESPACE TRACE_2007
    PCTFREE 15
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 1M
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    PARTITION TRACE_08 VALUES LESS THAN ('2009')
    NOLOGGING
    NOCOMPRESS
    TABLESPACE TRACE_2008
    PCTFREE 15
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 1M
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    PARTITION TRACE_09 VALUES LESS THAN ('2010')
    NOLOGGING
    NOCOMPRESS
    TABLESPACE TRACE_2009
    PCTFREE 15
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 1M
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    PARTITION TRACE_10 VALUES LESS THAN ('2011')
    NOLOGGING
    NOCOMPRESS
    TABLESPACE TRACE_2010
    PCTFREE 15
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 1M
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    PARTITION TRACE_11 VALUES LESS THAN (MAXVALUE)
    NOLOGGING
    NOCOMPRESS
    TABLESPACE TRACE_2011
    PCTFREE 15
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 1M
    NEXT 1M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    NOCOMPRESS
    CACHE
    PARALLEL ( DEGREE DEFAULT INSTANCES DEFAULT )
    MONITORING;
    *(index statements, constraints, triggers and security)*
    Table caching is on and running in parallel degree 4 instances 1.

  • IPhone showing wrong number of voicemails

    I have deleted all of my voice messages on my iPhone, but it still shows a red circle with a "1" on the main page (and a "1" on the voicemail tab). Is there any way to reset this counter or force a refresh? Is this an Apple or an AT&T issue?
    Message was edited by: The Baumer 23
    Message was edited by: The Baumer 23

    What I've also noticed is that the "count" on the phone icon (not SMS or email).. will count not only VM but any missed calls. (ex. 2 Missed calls and 2 VM will display 4) This info is in case you had not run into that yet...

  • Face time using wrong number

    After uptaditg the software my FaceTime shows wrong number that I can be reached at.

    beachloven wrote:
    Thanks for the tips. I have set up a new account for hubbies iPod and it now works. One small problem is that I could not use his actual email address since it is in use under my iTunes account. Does anyone know how to inactivate his email address under my account so he can use it under his?
    You're welcome.
    If you cannot find a way to do what you are trying to do, perhaps you can use different email accounts for each different purposes you have.
    I use one email address for my iPod's normal Mail communication.
    I used a different one to activate this iPod's FaceTime.
    I use one different from either of those for iTunes.
    Pperhaps you are trying to do something I don't completely understand. For use in your iPod, I do not think there anything wrong with using one email account (address) activated with the FaceTime Apple iD while checking different email account(s) in Mail and having a unique account name associated with iTunes.
    According to the info, in part, on page 168 of the iPod touch iOS4.1 guide, you choose your iTunes account in Settings > Store:
    Use Store settings to change or create an Apple account. By default, the Apple account you’re signed in to when you sync iPod touch with your computer appears in Store settings. You can change accounts on iPod touch to purchase music or apps from another account...
    Message was edited by: EZ Jim
    Mac Pro Quad Core (Early 2009) 2.93Ghz Mac OS X (10.6.4); MacBook Pro (13 inch, Mid 2009) 2.26GHz (10.6.4)
    LED Cinema Display; G4 PowerBook 1.67GHz (10.4.11); iBookSE 366MHz (10.3.9); External iSight; iPod touch 4.1

  • C5 - does not show any number of incoming calls

    Dear all,
    I've bought a brand new Nokia C5 (7 days ago).
    Whenever I get a call from which number ever, the C5 does not show
    any number or contact detail at all?
    Does anyone from you know this phenomenon???
    Thanks in advance.
    Kind regards,
    Kai

    Hi,
    I cannot see the connection between the memory and the fact that the C5 does not show any number of any incoming calls. Even if it is not one of my contacts, who is calling, I would expect to see at least the number of the person, who calls (assumed the number is broadcasted by the sender) me.
    The C5 only displays 'Anruf', but no number or contact detail at all.
    Kind regards,
    Kai

  • Skype shows that it is calling the wrong number

    (Skype version 7.2.0.103 running on a Windows 8.1 desktop computer.)
    As of this morning I been having an issue with skype where it shows that it is calling the first of three numbers I have set up for a contact, even when it is in fact calling one of the other numbers.
    For inscance I select to call the second number for the contact (the office number), skype shows that it is calling the first number (the cell phone).  Skype actually calls the office number (as was selected), it just indicates that it is calling the cell number.
    Confusing/Annoying problem, but not critical.

    Was the iPod previous synced to another iTunes library/computer?
    Have you successfully synced from this iTunes library/computer before?
    Do the songs play in iTunes?           
    Do you have the right boxes checked to sync?
    iTunes: Syncing media content to iOS devices and iPod        
    Try syncing using the manual method
    Last
    - Restore from backup. See:                                                
      iOS: How to back up

  • Wrong mobile number not in my profile

    My Husband has advised me that his mobile number is showing up against my contact in his Skype.  It is showing up as 'call mobile 2'.  I have gone over my profile and cannot find it.  I removed my correct mobile number from my Skype profile but that only meant my correct number disappeared from my contact - my contact on my friends still has my husbands mobile number.  How do I fix this?

    @blah7:
    No problem, glad I could help. I wouldn't recommend Doctoring your phone unless there is another problem that warrants that troubleshooting step. I just think that if you ever have to sign out of your profile through a partial erase or webOS Doctor, that likely your phone number would update at that point.
    You're not having a problem right now, so "If it's not broke..."
    TreoAide

  • Number of contacts shown in Profile changes

    The number of contacts on my friend's profile keeps changing, typically between 5 and 10. Sometimes it has gone up from 5 to 7 and from 10 to 13. That may genuinely be because he has added/deleted some. But we have monitored this and there definitely seems to be an unexplained flip going on. Sometimes we have believed ths to be linked to using Skype on his PC or mobile. But even today when he was on the mobile it was 5 to start with and then 10 maybe 3 hours later. Any similiar experience, any clues??

    I've been seeing the exact same thing with a friend of mine ... Exactly the way you describe it, also between 5 and 10, sometimes up to 12. What phone/OS is your friend using?

  • HT4623 My deleted contacts still show up when I want to send a text message. But when I go to my address book there not there only when I want to send a text MSG there name comes up and if I select them it only show there number not name in the message. 

    My deleted contacts still show up when I want to send a text message. But when I go to my address book there not there only when I want to send a text MSG there name comes up and if I select them it only show there number not name in the message.  How an I get rid of that

    Try this...
    have a text convo with the person you want to delete. Go to the top contact in the text convo, hit edit contact, and delete that contact.
    That resolution came from another thread on this issue, and this did solve to poster's issue.

Maybe you are looking for