Deleting Objects from Frequent Contacts

Hi, I am writing a C3PO to remove certain contacts from a user's
Frequent Contact's list. It is mostly working, however it seem that
Groupwise occasionally freezes after my C3PO has run.
My C3PO creates a new thread on the Ready event, and then proceeds to
process and delete duplicate entries from the Frequent Contacts. The
thread completes without a problem, but then Groupwise will sometimes
lock up a few seconds or minutes later. Other times Groupwise might not
freeze at all. Or sometimes, GroupWise might work fine, but when I quit
Groupwise the window disappears without the process disappearing.
Causing future sessions to not start up.
Is there any known issues concerning removing items from the Frequent
Contacts list. Do I need to tell Groupwise that I have made changes to
the FC or something? Has anyone else experienced similiar instability
from their plugins? Any comments, suggestions?
Thanks.

Just wanted to add some additional information.
The freezing only happens after I delete an item from the frequent
contacts (maybe from other contacts as well, although I haven't tried).
The freezing does NOT happen if I delete the items from within the Ready
event handling routine. So it seems to be related to having a seperate
thread perform the deleting.
The problem with not using a thread, is that the process can take a long
time if the client is not in Caching mode and it doesn't seem reasonable
to make the user wait so long everytime GroupWise starts up.
Any suggestions? Is there another way to get a startup notification and
perform my procedure?
Thanks.
SuperJeff wrote:
> Hi, I am writing a C3PO to remove certain contacts from a user's
> Frequent Contact's list. It is mostly working, however it seem that
> Groupwise occasionally freezes after my C3PO has run.
>
> My C3PO creates a new thread on the Ready event, and then proceeds to
> process and delete duplicate entries from the Frequent Contacts. The
> thread completes without a problem, but then Groupwise will sometimes
> lock up a few seconds or minutes later. Other times Groupwise might not
> freeze at all. Or sometimes, GroupWise might work fine, but when I quit
> Groupwise the window disappears without the process disappearing.
> Causing future sessions to not start up.
>
> Is there any known issues concerning removing items from the Frequent
> Contacts list. Do I need to tell Groupwise that I have made changes to
> the FC or something? Has anyone else experienced similiar instability
> from their plugins? Any comments, suggestions?
>
> Thanks.

Similar Messages

  • If I delete someone from my contacts and a text message is that message also deleted from contact?

    If I delete someone from my contacts and a text message between us is that message also deleted from person(contact) I deleted?

    I think you are asking if you delete a message on your device, does that delete it on the other person's device? Is that what you are asking?
    The answer to that would be No.

  • How do I stop past email addresses I have sent to going in to my contacts?  I delete them from my contact and they reappear. Thanks

    I stop past email addresses I have sent to going in to my contacts?
    I delete them from my contact and they reappear.
    Thanks

    They're probably in Mail's previous recipients window. Click the Window menu, then Previous Recipients. You can search for and delete addresses from here.
    Matt

  • How can I delete groups from my contacts?

    How can I delete groups from my contacts? There were three groups added when I was using the iPad on my computer at work and I do not need them know.

    iPhone User Guide

  • Deleting objects from the stage

    Hi all,
    I've got some items on my stage that I'm removing with
    RemoveChild(). The items no longer show, however, as stated in
    LiveDocs, the item is not actually destroyed. This means any
    bindings/listeners created by that object are still in existence
    and are creating errors (Specifically, I'm getting "The supplied
    DisplayObject must be a child of the
    caller").
    LiveDocs mentions that if I want to actually delete an object
    from the stage entirely, I should use the "delete operator", but
    for the life of me, I can not find any documentation on the
    existence of such an operator. Any advice would be much
    appreciated.
    -Hob

    It IS ridiculously hard to find. Searcing Live Docs for
    delete oprator will turn up a slew of hits, but which is the right
    one?
    This is from old docs, but it is still valid:
    http://livedocs.adobe.com/flash/8/main/00001865.html
    Tracy

  • Can deleted objects from pcd can restored ?

    Hi all,
    Is it possible to restore the objects deleted from pcd in any way.
    please help me out it's urgent.....
    Thanks all...
    Sarang Pawar

    Hi Sarang,
    the only way to keep your new changes, is to restore the backup on another machine (ie: VMWare), which might be tricky but possible, and transport the objects from there.
    Hope this helps,
    Robert
    PS: Feel free to use the stars for saying thanks here on SDN!

  • Deleting objects from MDS

    Hi.
    I want to know if and how we can remove/delete objects already loaded into MDS.
    The context is old or obsolete objects which are not used any more but still sitting in MDS.
    Thanks and Regards,
    Jyotideep Singh (JD)

    Hi All,
    I have included my own folder in ${AIA_HOME}/AIAMetaData/AIAComponents and want to save it in MDS by running ANT command for UpdateMetadata.xml but it is not saving it. It is saving only files not directories. I have mentioned the UpdateMetaDataDP.xml file here. Please let me know how can I resolve this issue.
    Following are the steps I followed:
    1> I moved all the folders in ${AIA_HOME}/AIAMetaData/AIAComponents which I wanted to be there by FTP.
    2> I updated the locations in UpdateMetaData.xml file (Please see the content below).
    3>Ran ANT command for UpdateMetaData.xml file.
    4>Result was Build Successful.
    5> If you see the file below, in first UpdateMetaData tag, I want to save all the subdirectories and files under Manufacturing but it is not doing so.
    Same is the case in other tags.
    Kiindly suggest the steps as it is hampering our development work.
    ----------------------------------------------------------------------UpdateMetaDataDp.xml-----------------------------------------------------------------------
    <?xml version="1.0" standalone="yes"?>
    <!-- Do not modify the contents of this file manually -->
    <DeploymentPlan component="Metadata" version="3.0">
    <Configurations>
    <UpdateMetadata wlserver="fp" >
    <fileset dir="${AIA_HOME}/AIAMetaData">
    <include name="AIAComponents/EnterpriseBusinessServiceLibrary/Industry/Manufacturing/*.*" />
    </fileset>
    </UpdateMetadata>
    <UpdateMetadata wlserver="fp" >
    <fileset dir="${AIA_HOME}/AIAMetaData">
    <include name="AIAComponents/ApplicationObjectLibrary/*.*" />
    </fileset>
    </UpdateMetadata>
    <UpdateMetadata wlserver="fp" >
    <fileset dir="${AIA_HOME}/AIAMetaData">
    <include name="AIAComponents/EnterpriseObjectLibrary/Industry/Manufacturing/*.*" />
    </fileset>
    </UpdateMetadata>
    <UpdateMetadata wlserver="fp" >
    <fileset dir="${AIA_HOME}/AIAMetaData">
    <include name="AIAComponents/EnterpriseObjectLibrary/Infrastructure/OAGIS90/*.*" />
    </fileset>
    </UpdateMetadata>
    <UpdateMetadata wlserver="fp" >
    <fileset dir="${AIA_HOME}/AIAMetaData">
    <include name="AIAComponents/EnterpriseObjectLibrary/Infrastructure/Custom/V1/CustomMeta.xsd" />
    </fileset>
    </UpdateMetadata>
    </Configurations>
    </DeploymentPlan>
    Thanks,
    Dhiraj Mishra

  • How do I delete facetime from a contact?

    I pushed "facetime" while making a call, and now whenever I call that number, it activates facetime. I know I can turn off  Facetime in settings, but I use it for other calls. How can I delete facetime just from this one contact?

    There's nothing to fix, you're not understanding.  I was not suggesting to delete the contact entirely, just remove its "Favorite" status and re-add it as a Favorite but this time designate it as a "Voice Call" instead of FaceTime.
    I think people get confused when using the FaceTime app they set up a "FaceTime Favorite", not realizing that doing so adds that contact entry to your phone's Favorites too, but as a FaceTime contact.  Either that, or when adding a Favorite from within the phone's contact list, they inadvertently select FaceTime as the way to contact the person.

  • Deleting Objectives from Appraisal Document

    Hi All,
    I have a criteria group called behavioral competences placed in my document, now a free enhancement is assigned to allow the user to select a qualification from the qualification catalogue and place it in the document.
    However if a user adds an objective by mistake is their a possiblity to delete this specific objective, because when i assign deletion of element it is assigned on the VB level, and thus the user can either delete the whole behavioural section or keep it all, to me that does not make sense I'm sure im missing something here. Any Ideas ?
    Regards,
    A. Salah

    Hello Ahmed,
    If you have a free enhancment to add new criterias you usually add a reference attribute and this one has to have also the field 'deletion of an element' set.
    Regards
    Nicole

  • How to delete "group" from phone contact info?

    I used my Mom's computer to update my iPhone. Unfortunately, it added all her address book phone contacts to my phone book. I deleted all her contacts, but it won't let me delete her "groups" from the group list--even though the groups are "empty." Any way to delete her groups from my iPhone?

    I wouldn't have been condescending had you included that you no longer have your own computer with your original post or with your reply to my post and thanked me for replying and trying to help. Those that answer questions and offer suggestions here volunteer their time to do so. Not only did you not thank me for trying to help - someone should have manners when being helped regardless if the helper is being paid to do so but even more so when the helper volunteers their time, you didn't even read what I provided very carefully. Bad enough not having any manners when asking for help, but you should at least read what is provided somewhat carefully.
    That being said, I'm not wanting to make you feel stupid. I appreciate at least minimal manners and a thanks on your part. Please don't answer if you are going to be completely mannerless with someone who is volunteering their time to help you.
    Now I have a new issue...is there any way to recover my missing/deleted contact information?
    Since you synced your contacts with your Mom's Address Book, your iPhone contacts should be available in your Mom's Address Book and your Mom's contacts and Address Book Groups should be available on your iPhone.
    Is this not the case?
    Were your iPhone contacts replaced/deleted with your Mom's Address Book contacts?

  • Is there a way to create a transport to mass-delete objects from another system?

    I am facing a unique issue where I have to generate a transport that will successfully import into an external SAP system and delete over 1,000 objects (reports, data elements, UI elements, transactions, function groups, the whole lot...). All of these objects can be easily looked up because they are in the same namespace.
    Essentially, I need to remove all objects with a given namespace via transport.
    Is there any way to do this other than manually deleting all of the objects in the source system and adding them tediously to a single workbench request? This would take hours if not days to do manually, especially due to dependency issues.
    Thanks for any and all constructive feedback!

    Hi,
    I did a quick test: created a new package (development class) with one table, one function group using the table in global data definitions containing one function module referring to the table in interface, and one program that's calling the function module and using table in data definitions. Released the transport to Q.
    Then, in the second our dev system, I created the same package and TADIRs for the three objects manually (SM30); released transport to Q of that system. Then I manually created transport containing all the three objects, the export log looked like this:
    TADIRs in second dev system were gone after export.
    Then I added transport to the first development system and imported
    - the objects were gone (including their TADIRs) leaving the empty package.
    In retrospect, I should have deleted the empty package in second system so it's cleaned up by the same transport.
    If you do have access to "clean" system, doing via ABAP the steps I did manually should not be too much of a challenge.
    I may have simply gotten lucky and if this works with all objects, for all kinds of dependencies, remains to be seen... though I was until now under impression that import itself doesn't check any dependencies at all... What kind of messages were you getting?
    cheers
    Janis

  • Random contact numbers have been deleted/erased from my contacts list.

    As the title says, after having a number ring me the other day ( my father), which I recognised, I checked my contacts list and discovered that numerous random contacts now have no number listed with them.
    What could have caused this and is there any way that I can recover them?
    I have not synced the phone for a while now and Im pretty sure that my father had rung me since the last time the phone was synced and his number was still logged at that time.

    Hi sc034,
    Welcome to the Support Communities!
    The article below may be able to help you with this.
    Click on the link to see more details and screenshots. 
    iCloud: Troubleshooting iCloud Contacts
    http://support.apple.com/kb/TS3998
    Cheers,
    - Judy

  • After upgrading to OS 8.1.3 on iphone 5, suddenly all contacts have facetime and ring on both my ipad and iphone.  Went to Contacts and Facetime to Edit and delete, but no field to do so. How can I delete Facetime from all these contacts?

    After upgrading to OS 8 on my iphone 5, suddenly all my contacts had Facetime capabilities. I only want to FT with a few people Unwanted FT calls now ring on both my iphone and ipad. I tried to edit and delete FT capabilities in both Contacts and Facetime icon, but there is no field to delete for this. How do I delete Factime from my contacts list? thanks for any help with this.

    Hi Ingo 2711,
    Thank you for your suggestion.  I backup on itunes. I went to itunes, deleted syncing my contacts, then re-synced them. But the Facetime capability option continues to be there on most (not all, for some curious reason) of my contacts. I am not sure I posed my question correctly.  I want to be able to FT with my family, so don't want to delete the FT capability totally from my iphone and ipad. But I don't want all these other iphone calls from various contacts to ring on my ipad as FT calls.  I want a way to select with whom I have FT capabilities. Any further suggestions? Thanks much, trekpal

  • How to tell if a friend deleted you from his/her c...

    Hi,
    Sorry for reposting the age-old question, but I was wondering if anyone is aware if Skype policies have changed regarding this old question. According to the older forum posts, about a year or two old, if someone deletes you from Skype, there are differing opinions as to whether or not you can see the contact online or not. (Skype won't let me link the old forum post, so you'll have to Google it)
    However, the tests I ran using a dud Skype account show that if I delete "myself," the "resend contact request" button appears. It seems to clearly show that I deleted a contact. If I block a contact, then the contact only appears offline. The first part seems to contradict what the older forum posts claim, and I was wondering if this Skype behavior has changed. Does it matter if the contacts are connected to the same supernode? I'm also doing this on a PC, so does the behavior change if my contact using the Mac or mobile version? 
    In the end, my question is in regards to a specific contact which I have been wondering if that person deleted me from their contact list. What is the privacy setting for mood messages? If I can see the contact's mood message, does that mean they have not deleted me? I know it says "Contacts only" for mood message under privacy, but I don't know if that means current contacts, or those who have been "authorized" as contacts.
    Thanks
    Solved!
    Go to Solution.

    equally curious, I also try to run tests of my own.  as far as I remember, users should not be able to distinguish the differences between deleted and blocked.  But the results seem to be contradicting this idea.  Changes were checked after logging out/logging in, 5 minutes from the time after performing the actions (blocking and deleting).
    Image 1 - Sample Account 2 and Sample Account  @ normal stage
    Image 2 - Sample Account 2 "blocked" Sample Account 
    Image 3 - Sample Account 2 "deleted" Sample Account
    However, these tests and the results don't necessarily represent or confirm anything.  Just want to share the outcome of the recent experiments regarding the topic being discussed.
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • How to delete objects created in Integration repository(IR)

    Hi,
    I have created software componant in SLD and then imported that into IR.
    Now i want to delete all objects from SLD as well as IR.
    I have deleted theobjects from SLD but i am unable to delete the software componant objects from IR.
    Can anyone please let me know how we can delete objects from ID?
    Thanks,
    Chintan Soni.

    Hi,
    If you have imported from the SLD into IR you will see the Software Component and one level down you see one or more Software Component Versions.
    You can delete the Software Component Versions (one by one) and when you delete the last SWCV the Software Component will also be deleted.
    kr
    Robert

Maybe you are looking for