BB Messenger Group member status issue

I'm the administrator of an BBM group, and I've got two members with "Not available" satus. Icon: Red circle with a withe cross inside.
These members are also contacts of my BB Messenger and they are active and working. I reinvited them but I've got the same problem. They receive my messages, but I don't receive the messages  of these members at the chat group.
I would appreciate someone who can help me with this.
Thanks

that's when you don't do things the right way.
the right way is : talk your carrier into opening the ticket themselves so that you pay nothing.
The search box on top-right of this page is your true friend, and the public Knowledge Base too:

Similar Messages

  • Member of Administrators group id's issue

    Hi Experts,
    Need your help in fixing the member of Administrators group id’s issue. All the member of id’s got corrupted attached screenshot for your reference.
    Thanks in advance.
    Note : We have done the domain rejoin multiple times, but issue is not resolved. Kindly help
    Regards!
    Pavan
    Thanks & Regards, Pavan

    Hi Ravi, Senne,
    Thanks for your info
    J
    It is not required to resolve the SID’s to find user name.. My issue is, when I type user account in administrators group it will be scattered and am unable
    to run any script in command, it gives me any error you don’t have administrator privilege. Even in administrator account also.
    Please help
    Ex: admin it will scattered to SID’s ---à(S-1-5-21-4039728811-1490228635-3033914438-10432592)
    Regards!
    Pavan
    Thanks & Regards, Pavan

  • Administration Portal user and group managent performace issue

    Hi
    I have implemented a custom IPlanet LDAP authentication provider which provides
    a realization for the needed authentication, group and user management interfaces
    (UserReader, UserEditor, GroupReader, GroupEditor).
    The authentication provider itself seems to work fine, but I think I found a possible
    performance problem in the WebLogic Administration Portal, when I studied the
    authentication framework by remote debugging. Response times (with just one simultaneous
    user) are quite long (over 8 seconds) with 40 groups on the same hierarchy level
    on the Users, Groups and Roles tree. I'm developing with P4 processor and 1 Gb
    ram (512 Mb allocated for WLS)
    After little debugging I found out that every time a node in the group tree is
    dlicked isMember() method of the authentication provider gets called n * (n -1)
    times, where n is the number of visible groups in the hierachy tree. '
    What happens is that for each group, the membership of all the other visible groups
    is checked by the isMember(group, member, recursive), method call. Even the usage
    of a membership cache in this point didn't speed up the rendering noticeably.
    By placing a break point in the isMember() method and studying the call stack,
    one can see that all the isMember() calls are made during the rendering performed
    by the ControlTreeWalker. For example if there is 40 groups visible in the tree,
    the isMember() method gets called 1600 times. This seems quite heavy. With a
    small number of groups per hierarchy level this problem might not be serious,
    but in case where there would be over 30 000 customer companies using the portal
    and each having their own user groups, it could be an issue.
    The problem does not occur with WebLogic console and browsing of groups and users
    (using the same authentication provider) is fast with it. When a user is selected
    from the user list and the Groups tab is checked, the Possible Groups and Current
    Groups list boxes will get populated. When debugging this sequence, one can see
    that only the listGroups() method of the authentication provider is called once
    per list box and the order of method calls is of order n (rather than n^2 which
    is the case with the Administrator Portal).
    Has anyone had similar problems with Administrator Portal's performance?
    Ville

    Ville,
    You're correct about the performance degradation issue. This is being
    addressed in SP2.
    Thanks,
    Phil
    "Ville" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hi
    I have implemented a custom IPlanet LDAP authentication provider whichprovides
    a realization for the needed authentication, group and user managementinterfaces
    (UserReader, UserEditor, GroupReader, GroupEditor).
    The authentication provider itself seems to work fine, but I think I founda possible
    performance problem in the WebLogic Administration Portal, when I studiedthe
    authentication framework by remote debugging. Response times (with justone simultaneous
    user) are quite long (over 8 seconds) with 40 groups on the same hierarchylevel
    on the Users, Groups and Roles tree. I'm developing with P4 processor and1 Gb
    ram (512 Mb allocated for WLS)
    After little debugging I found out that every time a node in the grouptree is
    dlicked isMember() method of the authentication provider gets called n *(n -1)
    times, where n is the number of visible groups in the hierachy tree. '
    What happens is that for each group, the membership of all the othervisible groups
    is checked by the isMember(group, member, recursive), method call. Eventhe usage
    of a membership cache in this point didn't speed up the renderingnoticeably.
    >
    By placing a break point in the isMember() method and studying the callstack,
    one can see that all the isMember() calls are made during the renderingperformed
    by the ControlTreeWalker. For example if there is 40 groups visible inthe tree,
    the isMember() method gets called 1600 times. This seems quite heavy.With a
    small number of groups per hierarchy level this problem might not beserious,
    but in case where there would be over 30 000 customer companies using theportal
    and each having their own user groups, it could be an issue.
    The problem does not occur with WebLogic console and browsing of groupsand users
    (using the same authentication provider) is fast with it. When a user isselected
    from the user list and the Groups tab is checked, the Possible Groups andCurrent
    Groups list boxes will get populated. When debugging this sequence, onecan see
    that only the listGroups() method of the authentication provider is calledonce
    per list box and the order of method calls is of order n (rather than n^2which
    is the case with the Administrator Portal).
    Has anyone had similar problems with Administrator Portal's performance?
    Ville

  • AD query -- trouble with group.member list

    Hello,
    I'm attempting to create an AD query that filters for certain groups and all the members of those groups. I start with the groups table and filter to get the groups of interest. No problems so far.
    When I expand the group column to pick up the "member" column, I get group.member and the cell values have changed from "Record" to "List."  When I expand "List" I can tell I'm at the right level of granularity,
    because the number of rows has increased, and the group names are repeated for the number of members in a group. The problem is that the group.member field now shows "Record" again. I can't expand on it. And when I click on any of the "Record"
    links, I can see the individual's name.
    Any ideas on how I'm to get the name to show up in the full result set rather than needing to click on the "Record" link? Searching for "Power Query" with "record" has been...unhelpful (expectedly so).
    Thanks

    Gil,
    Thanks for the reply. I notice that in my query, displayName is null for all the records returned. I have been able to get the group name information from the sAMAccountName field, although I wonder if that is what is causing the issue when I attempt to
    expand. 
    Here are more details on my query stages:
    The first stage is with the following query (I left the "GL" filter visible since by itself it's not confidential):
    let
        Source = ActiveDirectory.Domains(<domain>),
        <domain> = Source{[Domain=<domain>]}[#"Object Categories"],
        group1 = <domain>{[Category="group"]}[Objects],
        #"Expand securityPrincipal" = Table.ExpandRecordColumn(group1, "securityPrincipal", {"sAMAccountName"}, {"securityPrincipal.sAMAccountName"}),
        #"Filtered Rows" = Table.SelectRows(#"Expand securityPrincipal", each Text.StartsWith([securityPrincipal.sAMAccountName], "GL"))
    in
        #"Filtered Rows"
    The second stage (1st screenshot) is immediately after I expand the group column and select "member." I show the bottom view, too, which shows the three records associated with this list (the correct number of users in that AD group).
    When I "expand" group.member, it changes from List to Record and there is now one row for each user in a group. However, when I go to pick the displayName column from group.member, it gives me the message "No columns were found." Yet,
    when I select the group.member value, I can see in the view below that there is a displayName. (See 2nd screenshot.) Note that I filtered the records in the third screenshot to just a single group -- 3 records.
    Does this additional information help isolate what I might be experiencing?
    Here is the query to match the final screenshot:
    let
        Source = ActiveDirectory.Domains(<domain>),
        <domain> = Source{[Domain=<domain>]}[#"Object Categories"],
        group1 = <domain>{[Category="group"]}[Objects],
        #"Expand securityPrincipal" = Table.ExpandRecordColumn(group1, "securityPrincipal", {"sAMAccountName"}, {"securityPrincipal.sAMAccountName"}),
        #"Filtered Rows" = Table.SelectRows(#"Expand securityPrincipal", each Text.StartsWith([securityPrincipal.sAMAccountName], "GL")),
        #"Expand group" = Table.ExpandRecordColumn(#"Filtered Rows", "group", {"member"}, {"group.member"}),
        #"Expand group.member" = Table.ExpandListColumn(#"Expand group", "group.member"),
        #"Expand top" = Table.ExpandRecordColumn(#"Expand group.member", "top", {"name"}, {"top.name"}),
        #"Removed Columns" = Table.RemoveColumns(#"Expand top",{"msExchIMRecipient", "ciscoEcsbuUMAttributes", "posixGroup", "top.name", "msExchBaseClass",
    "msExchCustomAttributes", "mailRecipient"})
    in
        #"Removed Columns"
    Scott C.

  • Extension of target group member list

    Hi,
    does anybody know a guide or something else in which way i have to define additional fields for displaying target group member list?
    Thanks in advance
    Tobias

    solved by myself!

  • Customer -Account group Field Status

    Hi
    I trying to make "Regional Structure Group" field in the customer master as mandatory.but iam unable to see the above mentioned field Customer -Account group Field Status.can anybody tell me how to bring that field in the  Customer -Account group Field Status so that i'll make it as required entry

    Hello Karthikeyan,
    The field REGIONAL STRUCTRAL GROUPING is in the General data of the Address tab.
    You can maintain it in OBD2
    Select the  Account group in OBD2 and click on the General tab----->Address ....
    In the second page you can find that field and then maintain as per your requirement.
    Regards,
    santosh

  • Extractor for Product Group/Member Allocation- hierarchy (table u2013 PGMI ).

    Hello experts
    I am looking for standard extractor for Product Group/Member
    Allocation- hierarchy (table u2013 PGMI on the ECC).
    Is there a standard extractor for product group-hierarchy?
    Best Regards,
    Tal Shalom.

    Hi Lory,
    I thought the document contained an explanation of remote key mapping. Obviously it doesn't, sorry.
    Setting up remote key mapping is a bit complicated.
    First of all go to the MDM console and check your product category field in the main table (catalog items). Is key mapping set to "yes"?
    then go to the data manager and switch to the table containing the product categories in record mode. Right click on any entry and check the remote key data. Are remote keys available for your product categories. I assume that there are no remote keys available - this is the reason the system behaves as you describe it.
    Setting up remote keys for existing product categories AFAIK can only be done manually in Data Manager. Alternatively you can delete your hierarchy and create it once more, creating remote keys for every entry in the table. You can chose any remote system, it just has to be the same all the time.
    In import manager you have to clode the code field of your product category (basically the material group number) and assign it once to the product category in MDM and once to the remote key.
    Be sure to check your configuration in MDM Import Manager, the entry "Do not update record matching field value" needs to be set to no. Otherwise no remote keys are created.
    Now you can import your categories creating your hierarchy, as usual. The remote keys are created automatically.
    You should assign remote keys to all fields that should be matched in a similar way, UOM, currency etc.
    Hope you could follow this brief version.
    Best regards,
    Marcus

  • A t-mobile warning for prepaid customer with " gold member status "

    I'm a member of t-mobile prepaid and i have gold status which is an automatic .10 an minute anytimes and is good for me since there is no contract and i get that  15% extra in refill with the regular refill
    but there is a warning that t-mobile didnt want to tell or just too lazy but go to my t-mobile and make sure that they did jack up your rate if you have a " gold member status " because i when to my t-mobile and i notice instead of see my rate at .10 a min is jump to .35 a min that is a  20% they add it and " i was confuses and i was baffelled "  and why did that happen and i e-mail them about it because i knew is was a big big big mistake
    and guess what today i get a called and they told me " is was our mistake and were sorry we blame this on a computer glitch tought you were not a gold member " so here $25.00 for your trouble and your .10 a min is back
    so make sure if you have t-mobile prepaid and that your are a gold member make sure is .10 a min

        gbogeyone,
    We are very sorry to see such loyal long term customers looking into another provider! We definitely understand looking to save and would be happy to check any options to save you money while staying a part of the Verizon family!
    Billing when closing service does run through the end of the bill cycle. The reason for this is that when billing is prorated, it prorates the plans as well as the charges. As an example, if a 10GB plan was pro rated half way through the cycle, that would only give you 5GBs for that period. If you had already used 10GBs, you would end up with 5GBs of overage. Having that run through the end of the cycle avoids proration and keeps things simple. Because we do bill a month in advance it also means that the final statement will already be out at that time and the current statement will be the final one for service. I definitely apologize for any misinformation on that, that should never happen.
    We'd love the opportunity to win your business back and continue this 10 year relationship. What plan have you had? How much data do you normally use? We are more than happy to help find a great option for you.
    AndrewT_VZW
    Follow us on Twitter @VZWSupport

  • Hide group member's email addresses

    Does anyone know how to hide group member's e-mail addresses &/or names when sending a group contact email?  I just want the Group Name to appear in the "to" section of the email.  Thx

    tabarone wrote:
    Thank you but I want the name of the group to show as a recipient.  For example, I want the recipient to show as Group A but I don't want all of the people in Group A to have their names or emails showing.
    The short answer is 'you can't do that'
    The long answer is:
    A group is just a 'container' into which you place email addresses. As the servers which deliver the email need to use the individual email addresses to route mail, the contents of the group are separated into the constituent email addrsses, which are really what is in the To: field. Once the email reached it's destination, the receiving email system or client has no knowledge of the original group 'container', so all it can do is place all the email addresses in the original message in the appropriate (To:, CC:. BCC fields for display to the recipient...
     

  • Stmfadm A host group member cannot be a member of more than one host group

    Hello, i setup solaris & make it FC target for my test ESX cluster.
    ESXi nodes has not local disk (to boot from), so on solaris side I setup 3 zvol and try to export them to my ESXi host. 1 & 2 zvol to setup ESXi it self & boot from it.
    3-d zvol to datastore purposes, store & run virtual machine.
    But I have problem with lun masking.
    I need following config:
    ESXi1 - Lun 1,3
    ESXi2 - Lun 2,3
    I plan create 3 host-groups:
    1 - ESXi1
    2 - ESXi2
    3 - ESXi1,ESXi2
    But it is imposible, it seems there is limit in stmfadm
    In manual page I can see: "A host group member cannot be a member of more than one host group."
    Can you advice me any solution?
    Alex
    Edited by: 1009729 on Jun 4, 2013 9:18 PM

    Hello, i setup solaris & make it FC target for my test ESX cluster.
    ESXi nodes has not local disk (to boot from), so on solaris side I setup 3 zvol and try to export them to my ESXi host. 1 & 2 zvol to setup ESXi it self & boot from it.
    3-d zvol to datastore purposes, store & run virtual machine.
    But I have problem with lun masking.
    I need following config:
    ESXi1 - Lun 1,3
    ESXi2 - Lun 2,3
    I plan create 3 host-groups:
    1 - ESXi1
    2 - ESXi2
    3 - ESXi1,ESXi2
    But it is imposible, it seems there is limit in stmfadm
    In manual page I can see: "A host group member cannot be a member of more than one host group."
    Can you advice me any solution?
    Alex
    Edited by: 1009729 on Jun 4, 2013 9:18 PM

  • + signs next to Member status

    I personally don't like these new +++ signs next to my Member status at all.
    I myself give zero credence to the points system in these forums and I don't particularly want mine highlighted via these +++ signs.
    For those who like it, all well and good but to me it promotes an artificial and misleading pecking order or ranking.
    Is advice from a +++ Member better than advice from a ++ Member? Newbies might think so. I don't.
    I've often seen forum regulars give sub-optimal responses (me included). No matter. We're all learning.
    It's probably a forlorn hope but I'll ask anyway: is there any way of switching this off in the Forum Preferences and becoming a plain old Member again?

    Yes. I am sort of a "fence-sitter" on that subject.
    I have seen the good, and also the potentially bad.
    An example is a poster awarding the "Big 10" to someone with more salamis, or +'s, when they just reiterated the advice from several others. Personally, while a "restatement," CAN be good, to drive a point home, I have seen this happen, when the person with all the stars, points, whatever, makes the statment, that many others had been, in their replies.
    OTOH, when one gets salamis, stars, whatever, they then have a much heavier burden, to make sure that every word they type is 100% correct. I have bumped against that in the past, so "watch my step," and unless I can verify things, 100%, refrain from commenting on some threads.
    The good, the bad, and the _____ . That sword can cut both ways.
    Yeah, a fence-sitter here,
    Hunt

  • Status issues across multiple devices

    Hi. I seem to be having the opposite problem to most people reporting status issues. I have friends telling me I'm always away or offline in the evenings, even tho I have 5 devices I can use Skype on. My main 3 clients are my win7 work PC (which I quiet often leave on over night), my xbox one which is on most evenings, and my iPhone. I also have an iPad and win8 laptop But I only occasionally use these for Skype.
    Do I have to sign in to the Skype app every time I switch on my xbox one to get it to show me as online? Is there something else I need to do? Do you think it's because I have too many clients?

    When I try to go to iTunes music match on her phone it asks me to sign into match, which I am assuming is the same as her Apple ID name and password.  This is a different name and password than my account.  So, it seems that she cannot access my "cloud" from her phone in order to download music that I have purchased.  I guess since she has her own iClud account, she needs to sign up for iTunes match through that account and pay the fee.  I was hoping we could access the same 'Cloud" to have the same library of music? Hope that made sense.
    Thanks for the help.

  • Target Group Member List Display and Output to Excel

    Hi all,
    I am using CRM 2007.  On the Web Client I want to output to excel a target group with 7000 accounts. I have 2 users. One User when the target group is selected can see all the details of all 7000  in the target group members list and when exported to excel all 7000 accounts are listed in the excel file.
    With the second user when the target group is selected only the details of 100 accounts are visible in the target group members list and when exported to excel only 100 of the accounts are output.
    The 2 users have the same roles and parameters and the personalize icon next to the excel export button also have the same settings.
    Does anyone know where the setting is that will allow the second user to output all 7000 on the list?
    Help would be greatly appreciated.
    Thanks,
    Jonathan

    Hi Jonathan,
    Open a Profile Set with user2.
    Push button "Graphical Modeler".
    When the modeler is loaded , Press button "Settings".
    On the upcoming popup, you can change the number of members that are loaded to the Target Group Member list in the WebUI in the field "Number of Members Displayed".
    Most probably, this field is empty for your second user, so the default of 100 is used.
    Note that a maximum of 9999 members can be loaded to the list in the UI. For bigger Target Groups, you must export the list to the application server using the "Export to File" button on the Target Group WebUI page.
    Hope that helps & Best Regards
    Klaus

  • Bundle Status Issues

    Hello,
    Several of our bundles are reporting their effective statuses incorrectly. For example, one bundle that makes a bunch of registry changes has been installed successfully on every device I've checked, yet it only reports as being effective on 34 devices, with 253 pending. This is definitely incorrect. Any ideas? How does Zenworks determine if all a bundles actions (ie. registry edits) have been completed successfully?

    hi
    i have this status issue also. i have 22 device succeeded, but when i click on it, it list's me no device.
    i really need this function, to control where it has installed and where not.
    i have ZCM 10.3.3. on SLES 10.
    have the debug activated, look at the zmd-messages.log but really dont know for what to search !!!!
    i opened a ticket, but they dont have a really fast solution....(no solution till yet).
    Sascha
    >>> Anders Gustafsson<[email protected]> 22.11.2010 09:50 >>>
    Chewmanfoo,
    > Thanks. 10.3.1 and I'll check the logs.
    >
    Note that you will need debug logging to see anything useful.
    Check zmd-messages, but make sure a zac emp wakeup
    is done first. See:
    http://www.novell.com/support/viewCo...rnalId=3418069
    - Anders Gustafsson (Sysop)
    The Aaland Islands (N60 E20)
    Novell has a new enhancement request system,
    or what is now known as the requirement portal.
    If customers would like to give input in the upcoming
    releases of Novell products then they should go to
    http://www.novell.com/rms

  • SD FUNCTIONAL MESSENGER GROUP- BRAINSTROM AND GD

    Hello Everyone,
    I have started a messenger group for SD Functional Consultants, where all the beginners or people interested in discussing topics they are learning can
    Brain Strom and Discuss in groups
    whoever wants to join please create a seperate Yahoo ID and add [email protected], you will be guided from their
    Thank You,
    Kevin

    Dear Kevin,
    even i was thinking on the same lines for sometime. Though there are several groups in yahoo and lot of other websites. i think if you can visit www.chacha.com you will get something near to what you want. in chacha.com they have got a guide who helps you in your search. the problem is that it is a generic site.
    the idea is really good. we can have a pool of people who can really work on this business methodology by contributing some time in a week.
    Please award the points if you find the suggestion worth taking.
    Regards,
    Rakesh

Maybe you are looking for

  • Objects in a grid

    Hello, I've just been working with JDevelopper for a few weeks. I wonder if it is possible to use objects in a grid control: - simple ones such as a check box - complex ones such as list linked with a foreign key. It could be usefull to populate a ta

  • How to set icon to a file type??

    How to assign an icon to the application generated file? Thanks in advance.

  • Receive location disabling(File Adapter)

    Receive location is automatically disabling . Note: In the rcv loc. I am giving proper authentication details of user(who has full control on "Folder" Errors:" The Messaging Engine failed to add a receive location "Receive Location1" with URL "\\Serv

  • Why is the system proxy refusing connection?

    I'm currently using Firefox 3.6. I usually connect to the internet through the system proxy, but for the past two weeks I have not been able to. The proxy works for every other computer connected to this network, just not mine. I can still connect if

  • JFileChooser File Name

    Hi! I'm using a JFileChooser to save in a local folder a file stored in my database and I'd like to set the File Name when I open the FileChooser, do you know how to do it ?? Thanks !! TLLI