Can't delete some users

Running GW Data Sync 1.2.5.250. We use an LDAP group to add/remove users in our Data Sync server. I removed 15 users from the group and around 6 of the users were deleted from Data Sync, but there are still 9 users that are no longer in the group that are still on the Data Sync server. I have tried adding the users back to the group and removed them from the group but their accounts still remain in Data Sync. I tried manually deleting the user in Data Sync, get confirmation to delete the user, and the user is still on the list of users in Data Sync. I have also used an LDAP browser and checked the members of the group to make sure the users I have deleted from the group in eDir are no longer in the group. Has anyone else experienced this problem? Any suggestions on how to fix?
Thanks,
RSarno

Originally Posted by tdharris
Hello! I'm one of the two that created dsapp. As general advice steer clear of the delete and remove references option and go with removing regularly from the WebAdmin interface first. Then proceed to use the script to remove user db references only. The reason for this is because the script to delete the user properly has to restart the configengine service in order for things to be properly picked up in the database. Unfortunately I am not the developer, otherwise I'd come up with a much more robust solution.
So it could be hanging here for one of two reasons:
1. There was a problem restarting the configengine service. (rcdatasync-configengine restart)
-- This typically works and the database change we made to set the user to be deleted is picked up. Sometimes it takes a little time for it to realize a user needs to be deleted. This is the nature of not interacting with the application the way it's designed to be interacted with unfortunately. So perhaps configengine never restarts right, or the change isn't realized in the database.
2. It will also wait until the mobility connector reports the user has been deleted. The delete and remove references option simply waits until it can no longer find the user in a particular Mobility database table, and then proceeds to remove any leftover database references. So it's also possible the user is still in the process of being deleted and it is still waiting or there was a problem removing the user and it's still in the table where it shouldn't be.
So my advice is to remove the user first from WebAdmin, give ample time for the user to be removed (depends on how much data the user has), perhaps say 5-10 minutes or so will be more than adequate usually. This allows for DataSync/Mobility to remove the user according to it's own protocols. Then proceed to remove just the leftover database references using the dsapp script. The steps to remove just the db references are provided in the following TID:
TID 7008852 - How to completely remove all references of the user from Mobility
Hi,
Thank you for creating the script! I managed to remove the user using this TID: Support | Unable to remove user from DataSync
Do you have any idea how I could use you script with spaces in the username? The reason for the spaces is that Mobility is linked to our Active Directory and uses the cname instead of the samaccountname. When I logon to the Mobility webadmin, I also have to logon with my full name instead of my non-spaced username.
Thanks.

Similar Messages

  • I am receiving a notification that says that I am running out of storage space. I backed up time mating to an external hard drive. Can I delete some files to make room?

    I am receiving notifications that I am running out of storage space. I backed up my mac book using an external and time machine. Can I delete some files to make room?
    If so,
    When I want to restore from my time machine, can I pick and choose, say certain songs, photos or documents?

    About TM "Backup Drive is Full"
    Alert TM only deletes older files if they have been deleted from the source and when TM needs space on the backup drive for a new incremental backup. Time Machine "thins" it's backups; hourly backups over 24 hours old, except the first of the day; those "daily" backups over 30 days old, except the first of the week. The weeklies are kept as long as there's room.
    So, how long a backup file remains depends on how long it was on your Mac before being deleted, assuming you do at least one backup per day. If it was there for at least 24 hours, it will be kept for at least a month. If it was there for at least a week, it will be kept as long as there's room.
    Note, that on a Time Capsule the sparsebundle grows in size as needed, but doesn't shrink. Thus, from the user's view of the TC it appears that no space has been freed, although there may be space in the sparsebundle.
    Once TM has found it cannot free up enough space for a new backup it reports the disk is full. You can either erase the backup drive and start your backups anew or replace the drive with a larger drive. You can also use the Time Machine application to selectively remove files, but that may be ineffective if you have to free up GBs of space.

  • Delete some user's messages

    Hi guys,
    Our version of Sun Java Messaging Server is "Sun Java(tm) System Messaging Server 7.0-0.04 64bit (built Jun 20 2008)". Sometimes I have a need to delete some user's messages from the message store. Previously, I have done this with webmail, log in with web admin proxy user and delete some messages, but now in the new version this future doesn't exists.
    Does it have some solution as with Sun Java Messaging Server 6?
    Regards

    Ops, I have configured proxy admin account, but nothing was happened when I try to log in with admin account. In the log I get only this
    AM com.sun.uwc.common.auth.LDAPAuthFilter doFilter
    INFO: --------Inside ldapfilter-----
    My uwcauth.properties configuration is:
    defaultdomain = mydomain.com
    ! Defines the default locale of the application
    defaultlocale = en
    ! Defines the mode in which calendar server is operating.If the calendar server is operatin
    g in hosted(virtual) domain mode, this parameter should have value of 'y' else it should ha
    ve 'n'
    virtualdomain.mode = n
    !#### Defines if SSL is enabled #####
    uwcauth.ssl.enabled=true
    !#### Defines if SSL is enabled for authentication only#####
    uwcauth.ssl.authonly=false
    !###### Defines list of Admins for Proxy Authenication########
    [email protected]
    !######## LDAPAuth Filter Configuration ########
    ! LDAP server to authenticate against
    ! Usually the ldapauth.ldaphost is the same as the ldapusersession.ldaphost
    ! but it doesnt have to.
    !ldapauth.ldaphost= <LDAPhostName>
    !ldapauth.ldapport = <LDAPhostportnumber>
    !ldapauth.dcroot = dc=mydomian,dc=com
    !ldapauth.basedn= dc=mydomian,dc=com
    !ldapauth.domainattr = inetDomainBaseDN,inetDomainStatus,inetDomainSearchFilter,domainUidSe
    parator,preferredLanguage,aliasedObjectName
    !ldapauth.domainfilter = (|(objectclass=inetDomain)(objectclass=inetDomainAlias))
    !ldapauth.ldapbinddn = <binddn>
    !ldapauth.ldapbindcred = <binddncredintials>
    ! ldapauth.enablessl parameter is reserved for future use. Connecting to
    ! Authentication LDAP directory over SSL is not yet supported.
    !ldapauth.enablessl = false
    !ldapauth.primaryDomain = sunPreferredDomain
    !ldapauth.associatedDomain = associatedDomain
    ldapauth.schema=2
    !Parameters for the user lookup
    !Syntax for the filter: %U is replaced by the uid part of the login (uid@domain)
    ! %V is replaced by the domain (uid@domain)
    ldapusersession.defaultugfilter = uid=%U
    !ldapusersession.ugattr = uid,inetUserStatus,preferredLanguage,psRoot,pabURI,cn,mail,mailHo
    st
    !Host name of the directory server used for users lookup. More than one host can be specfie
    d for fallback.
    !The names of the servers are delimited by comma.
    !The name of fallback servers should be in the format : Host Name:Port#
    ldapusersession.ldaphost = host.mydomain.com
    ldapusersession.ldapport = 1389
    ldapusersession.ldapbinddn = cn=Directory Manager
    ldapusersession.ldapbindcred = p/RsDM36193WnsVc8aj5ZQ==
    ldapusersession.dcroot = dc=mydomain,dc=com
    ldapusersession.basedn = dc=mydomain,dc=com
    ldapusersession.domainfilter = (objectClass=sunManagedOrganization)
    ldapusersession.primaryDomain = sunPreferredDomain
    ldapusersession.associatedDomain = associatedDomain
    ! Minimum Number of Connections in LDAP Pool
    ldapusersession.ldappoolmin =30
    ! Maximum Number of Connections in LDAP Pool
    ldapusersession.ldappoolmax = 100
    ! Timeout for LDAP request (in seconds)
    ldapusersession.ldappooltimeout =30
    ! ldapusersession.enablessl parameter is reserved for future use. Connecting to
    ! User/group LDAP directory over SSL is not yet supported.
    ldapusersession.enablessl = false
    !######## Common Auth Configuration ######################
    ! Contains the name of the cookie used by the servlet container to
    ! keep track of sessions. Should never change!!!
    uwcauth.sessioncookie = JSESSIONID
    !Identity SSO
    !'true' if Communications Express is enabled with Identity SSO, else 'false'
    uwcauth.identity.enabled=false
    ! Login Page URL of the Indentity Server
    uwcauth.identity.login.url=<IdentityLoginUrl>
    ! Login Page URL of the Identity Server in SSL mode
    uwcauth.identity.ssl.login.url=<IdentitySSLLoginUrl>
    !Bind DN of AdmAdmin
    uwcauth.identity.binddn=<IdentityAdminDN>
    !Bind Credentials of AmAdmin
    uwcauth.identity.bindcred=<IdentityAdminPassword>
    ! Name of the Cookie set by Identity Server
    ! Note: This should be the same as the one configured in Identity Server
    uwcauth.identity.cookiename=iPlanetDirectoryPro
    !HTTP Port number of Communications Express
    uwcauth.http.port=80
    !HTTPS Port number of Communications Express
    uwcauth.https.port=443
    ! Identity SSO Cookie Path
    uwcauth.identitysso.cookiepath = /
    ! if this flag is true then the logout will cleans the IS Session completely so, all the ap
    plications participated
    ! in this IS session will be signed out. If this flag is false then only the uwc's session
    will be cleaned and user
    ! will be taken to the url configured below(identitysso.portalurl)
    identitysso.singlesignoff = true
    ! if IS is enabled and singlesignoff is false then UWC leads to following URL
    identitysso.portalurl = http://www.sun.com
    ! IF identitySSO is enabled then this flag will decide if UWC has to refresh its session wi
    th Identity or not.
    uwcauth.identity.refreshidentitysession=false
    ! If uwcauth.identity.refreshIdentitySession is set to true,then this will variable will de
    cide at what percentage of
    !interval will UWC refresh its Session with IdentityServer.Valid values for this variable r
    ange from 1-9.As a example if the
    !value of this variable is 8,then UWC will refresh its session with AccessManager after 80%
    of UWC session time has completed
    ! If UWC Session never expires then AccessManager MaxIdleTime will used to calculate the re
    fersh time.
    uwcauth.identity.sessionrefreshinterval=8
    ! To support user to login thru the domain specific url (http://virtualdomain.com/uwc) with
    out providing
    ! @virtualdomain.com as part of UID, the domain part of IS login url and domain specific ur
    l of UWC should be same.
    ! To achieve this uwc needs to construct the IS login url in the runtime based on the domai
    n specific url otherwise the
    ! browser will not provide IS cookie to UWC.
    ! Now, to help UWC to construct the IS login url according to the domain specific url of uw
    c, we need to define the
    ! mapping as follows:
    !'true' if pab migration is required else 'false'
    !turn on this if pab migration is required
    pab_mig_required = false
    Our version of UWC is Patch: 122794-21 Packages: SUNWuwc.
    What I have misconfigured?
    Regards,
    Cobe

  • Can you delete some conversations in imessage and not all?

    Can you delete some of the conversations in Messages from one persons. Or must you delete all?

    1. In Messages app, tap on the name of the person you want to delete some conversations.
    2. In the person's conversations list, press and hold a message till "Copy | More..." popup
    3. Select More... and you see the message is ticked (marked), continue if you want to delete more by ticking on the left of speech bubble.
    4. Tap the Trash icon at the bottom left to deleted.

  • How can I delete some music from my iCloud but not from my iTunes in my computer? please??

    how can I delete some music from my iCloud but not from my iTunes in my computer? please??

    iCloud doesn't store your music.

  • How can i delete some books from ibook?

    How can i delete some books from ibook? It says: this book can't be opened. The book is corrupt. I can't open and I can't delete it

    I was unable to delete a book sample from my iPhone 5s running iOS 7.  This seems to be what worked for me.  I went to the Library and clicked "edit" in upper right side of the screen.  I then tapped one time on the book I wanted to remove and a blue check appeared at the bottom right corner of that book (presumably you could tap several at a time)  Anyway, when the blue check is on the book, you will see in the upper left of the screen the word "Delete" (mine was in red) I clicked that and then a confirming dialog came up from the bottom of the screen with the choices of "delete" or "cancel".  I chose "delete" and the book was gone.  Hope this helps.

  • Can we show some user defined message while cube loading in OBIEE

    Hi All,
    Currently we are building OBIEE dashboards from Essbase ASO Cube as datasource.
    During Essbase Cube loading ,Essbase will "Disable all Administrative Commands".In this mean time,When users are trying to run the dashboards,OBIEE will thorws severe error.
    Can we dispaly some user defined message something like "Cube is loading.Please wait...." or any other alternative.
    Time taken to load the cube is 1hr.Please suggest
    Thanks,
    SatyaB

    Yes, You can better try replacing the whole OBIEE dashboard with a custom message. Whenver the load happens...you shud trigger or set a flag value to 'Y'. Using guided navigation when Flag value is matched to Y...right a JS to replace the whole dashboard.
    [html]
    [head]
    [script type="text/javascript"]var strStatus="@1";
    if(strStatus =='Y')
    location.replace('saw.dll?PortalPages&_scid=in6lPJnWWNk&PortalPath=/shared/Framework/_portal/Cube%20Status%20&Page=Cube%20Status');
    [script]
    [head]
    Replace square bracket with curly brackets in above replace code..
    BTW, you shud mark the previous post on Implicit fact. Follow https://forums.oracle.com/forums/ann.jspa?annID=939

  • I have an iPad2 and I can't delete some apps I downloaded that I don't want.  I can get the apps lto wiggle, but there is no X in the upper left corner for deletion.  Any help is much appreciated.

    I have an iPad2 and I can't delete some apps I was downloading but froze.  I can get the apps to wiggle, but there is no X in the upper left corner for deletion. I have tried re-setting and didn't work. Help will be appreciated.

    See if anything here helps.
    If the downloads are stalled or "waiting" - try these suggestions.
    Tap the "waiting" icon and see if you can pause it. If it does pause, then tap it again and see if it will resume. If that works, repeat the same steps for each "waiting" icon.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Make sure that you do not have a stalled download in iTunes - a song or podcast .... if you have a download in there that did not finish, complete that one first. Only one thing can download at a time on the iPad so that could be what is causing the problem.
    If that doesn't work - sign out of your account, restart the iPad and then sign in again.
    Settings>iTunes & App Store>Apple ID. Tap your ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Go back to Settings>iTunes & App Store>Sign in and then try to update again. Tap one waiting icon only if necessary to start the download stream.
    You can also try deleting the waiting icons - tap and hold down on an icon until it wiggles - the tap the X on the icon to delete it. Then try to download again.
    You can try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered.
    If all else fails, download the updates or the apps in iTunes on your computer and then sync the content to your iPad.

  • Can you delete a user in OIM?

    How can I delete a user in OIM, such that it does not clutter my results lists with an entry marked deleted? I just want it to disappear completely!
    thanks

    Here is how the user id can be reused, you will need to change the owner and tablespace names.
    Execute the following steps in sqlplus
    Step1: Drop the existing index
    DROP INDEX XLAMD1.UDX_USR_LOGIN
    Step2: create new Index
    CREATE INDEX "XLADM1"."UDX_USR_LOGIN"
    ON "XLADM1"."USR" ("USR_LOGIN")
    TABLESPACE "XELTBS1" PCTFREE 10 INITRANS 2 MAXTRANS 255
    STORAGE ( INITIAL 64K NEXT 0K MINEXTENTS 1 MAXEXTENTS
    2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1)
    LOGGING
    Step3:
    COMMIT;
    Step4:
    Design Console-> System Configuration
    Set "User Id reuse property" to true
    -Kevin

  • HT1937 Hi I'm Ronald Macatangay. I use IPad to, my problem is I forget the code that I enter in a restriction and I can't delete some of my apps. Can you halp me. Thanks

    Hi I'm Ronald Macatangay, I using iPad2 and I'm having a problem with restrictions I forgot the code that I enter. And I can't delete some of my apps. Can you help me? Thanks

    You will need to connect it to the computer you sync with and Restore it as a new device then rebuild everything manually. If you restore from your backup it will restore the restrictions password.

  • I can not delete some power point files in the trash.help?

    I can not delete some power point files in the trash.help?

    Hi Gary,
    The presentations were created originally with PowerPoint. I have been using them on both KeyNote and PowerPoint with no problem, even after updating to MountainLion. Problems started at the 10.8.3 upgrade. The installation was an upgrade form Lion. Yes I mean Open Office, I am able to open the presentation with Open Office and play it with no problems.
    The presentation gets loaded by Power Point and the Power Point freezes. Key Note can not even load it. Stops 3/4 of the way. This happens with ALL my presentations.
    I want to thank you for your help.
    Leonardo

  • How can I delete some data so I can back my iPhone up to the icloud

    I want to back my iPhone up to the icloud. How can I delete some data

    DO NOT start iTunes. Connect your phone to a computer and then access the photo folder, should be the only folder that will appear when you access your phone through the file explorer.  You are looking for the DCIM folder.  Open it and then either copy the photos to a folder on your computer if you want to save them.  Then you can delete them from your phone.
    Or you can simply go into Pictures, Open the folder you want to empty out, Tap Select, Tap the pictures (Sorry but you have to touch each one) and then tap the trash can.
    And remember that if anyone has messaged you a picture it will be in Messages and also taking up room.

  • Can't delete some events

    With iMovie 7.1.4 I can't delete some events : error -37
    Some of those events have no movies
    Some have movies but are not in use in projects
    I tried to delete some files via Finder with result : iMovie quit soon after starting and I was obliged to rebuilt the folder.
    Those unused events take 10 go of space. What can I do ?

    You can delete the Event folders in the Finder.

  • Can i delete all users in one go?

    I am using SAP authentication. Afer defining my Entitlement system, under options i did not chose to Import users for the imported role.
    But All users for the imported rloe are imported. i dont want all users. It is painful as well to delete each user at a time for 500 users. How can i delete all users in a sinlge go?
    Please help
    --Krish

    This may ork: Try to set the Force user synchronization option under CMC->Authentication->SAP->Options and remove the role temporarily.
    Such a behaviour  can be xeplained only through the setting of the option Automatically import users under CMC->Authentication->SAP->Options . Even for a short period of time.
    You MUST create a role that contains only the SAP users you want to accept in your BOBJ system and import this role in the CMC
    Regards,
    Stratos

  • OID can not display some users - java.lang.ArrayIndexOutOfBoundsException:0

    We have set up AD to OID synchronization for users and groups using Import connector, and it worked fine. The users in OID can log into applications protected by OAM. But recently I found that some users that could be displayed in OID before can not be displayed now. If I click on the DN in Oracle Directory Manager, a error window pops up. It is a long error message, and the first a few lines are as follows :
    0
    java.lang.ArrayIndexOutOfBoundsException:0
    at oracle.ldap.admin.AttrOptions.<init>(entry.jave:3151)
    at Oracle.ldap.admin.Entry.getProp(entry.java:457)
    I don't see any error message in the integration profile or log files. I am testing things on an account that is having this trouble, and the strange thing is that it can not log into application protected by OAM any more, but it can log into OAM console.
    We use OID 10.1.2.3 on Windows, and OAM 10.1.4.0.1.
    I searched in Metalink but didn't find anything helpful. Any help is appreciated. Thanks for your time.
    Hailie

    Pramod,
    Thank you for your reply. Please see below my answers to your questions:
    -> Do you see any pattern in the users (DN) that are unable to be displayed/login?
    Yes I do see some pattern. There is one change on the problem user's dn - the "\" after the last name is gone.
    Before: cn=smith\, john, cn=users,dc=abc,dc=com
    Now: cn=smith, john, cn=users,dc=abc,dc=com
    However I check in Active directory "\" is presented. In OID if I right click on cn=smith, john and try to delete it, I got a error message "LDAP: error code 34 - Error in DN Normalization". Is that caused by the missing of "\"?
    -> Does ldapsearch on these users (with all attributes) show something (special chars, etc)?
    ldapsearch on cn=cn=smith, john,cn=users,dc=abc,dc=com returns no objects:
    $ldapsearch -L -D "cn=orcladmin" -w "*****" -h host -p 389 -b "cn=smith, john,cn=users,dc=abc,dc=com" -s sub "objectclass=*"
    ldap_search: No such object
    ldap_search: matched: cn=Users, dc=abc,dc=com
    Ldap search on cn=smith\, john,cn=users,dc=abc,dc=com:
    $ldapsearch -L -D "cn=orcladmin" -w "*****" -h host -p 389 -b "cn=smith\, john,cn=users,dc=abc,dc=com" -s sub "objectclass=*"
    dn: cn="smith, john",cn=users,dc=abc,dc=com
    uid: [email protected]
    employeenumber: 916963
    cn: smith, john
    registeredaddress: 512
    krbprincipalname: [email protected]
    orclsamaccountname: ABC.COM$JSmith
    sn: johnsmith
    displayname: John
    orclobjectguid: lJO0N+8H4UW/30yHukSfsw==
    orclobjectsid: AQUAAAAAAAUVAAAAohxTYWIV3XFeP55cYjwAAA==
    orcluserprincipalname: [email protected]
    objectclass: oblixorgperson
    objectclass: inetorgperson
    objectclass: orcluserv2
    objectclass: person
    objectclass: orcladuser
    objectclass: organizationalPerson
    objectclass: top
    obver: 10.1.4.0
    -> Do you see the same behavior when you use any generic LDAP browser (Ex: Apache Directory Studio) instead of ODM?
    I don't have Apache Directory Studio installed yet. I will try that later.
    -> Does the changelog for the particular synch (for the affected users) show something?
    Here is what I found in ActiveChgImp.aud
    (weeks ago)
    97426524 : Success : MODIFY : cn=smith\, john,cn=users,dc=abc,dc=com
    (Recently change - The back slach after smith was gone, and "" showed up)
    97469970 : Success : MODIFY : cn="smith, john",cn=users,dc=abc,dc=com
    -> If login to OAM is possible, can the user modify his/her profile, and does it save the changes? If it does, can you try logging in to apps?
    This user can log into OAM identity system, but when I click on "My profile" under "User manager", I got a error message "You do not have sufficient access rights".
    If I log into identity system as orcladmin, I was able to modify it and save the changes. But in OID the user is still not displayed. Same error message. When I tried to add it as administrator, I could search on it, add it, but when I press "done", it didn't show up on the admin list. The users that can be displayed in OID can be added to admin list without a problem.
    Thanks,
    Hailie

Maybe you are looking for

  • How to automate Creation of Filters ?

    Hi All, I am trying to create filters on the folders of knowledge directory. Now there are too many folders and manually creating filters for each of them is difficult. I want to know if there exists some way to automatically create filters. Any body

  • Ipod nano, I can see it in windows but not itunes, Tried EVERYTHING!

    Please help. Starting a few weeks ago my six month old ipod stopped being 'seen' by itunes. I can see it on explorer no problem. I have followed all the steps in the support pages, apart from re-installing windows. However I have found it doesn't wor

  • 10.1.0.4 on SLES 9 SP1 ora-03113

    Hello, SLES9 SP1 is on PIII with two 800MHz procesors and 2GB RAM, on four SATA 156GBhard disks are created two RAID1 arays, on one RAID is OS with 1GB swap and Oracle 10.1.0.4 enterprise edition, on second RAID are two raw partitions each 70GB ....

  • Authorization object for requirement tracking number

    I want authorization object for requirement tracking number in PR ME51N. I have to make control over User against requirement tracking number that particular user can use this tracking number only while using ME51N.

  • To capture no of records loaded into infoprovider

    Hi, I have a requirement such that, to capture the no of records loaded daily into infoprovider. I want to know which table captures the daily load no of records in an infoprovider. Based on the data, I have to make an abap program for analysis ? Can