Why so many disconnectors?

Hi,
In the FIM terminology, a connector space object, if it is linked to a metaverse object is known as
connector and disconnector if it is not linked.
So, under which circumstances would a FIM system develop disconnectors?
One I can think of is if the deprovisioning rule is set to "Explicit disconnector".
Also, all the OUs from the AD MA scope are represented as disconnectors - doesn't this impact performance when doing a Sync operation?
What else would create a disconnector?
thank you.

Hi Shim,
The best way with the AD MA to reduce the number of disconnectors is to limit what OUs are being imported from AD.  For instance if FIM is only managing users and groups - and they each live in an OU only import those OUs.  This obviously becomes
tricky depending on the structure of the AD and how many user OUs etc there are, but basically import as few containers as you can possibly get away with.
As an example I've seen an environment where FIM was managing a limited number of groups in a FIM specific OU but the AD MA was also importing 1000s of groups that FIM wasn't managing from a different OU. All those extra groups were being imported on every
import run and leading to additional processing on every sync run also.
Cheers,
Andrew.

Similar Messages

  • Why do many of my song I have imported into iTunes have slats by them and won't play because they can't be found?

    why do many of my song I have imported into iTunes have slats by them and won't play because they can't be found?

    Presuming they're on your computer, right click on them and then follow the prompts to locate hte file on your computer.

  • Why sign many contract, I'm only using what I am told to use.?

      Why have many signins for all the product needed for a computer? I only use what I purchase & the parts  used to operate my machine. It's a vehical of communication only to me. I really don't need to sign for every item for the vehical to operate propertly. You & I know it's like a car with many parts. Please make it simple rather than making me a machinist on a computer.
      For new parts, be like an autopart's store. All they need is my name, address, phone number, make & modle of what I have and the part from you I need to purchase, whether it's hardware or software. <Removed by Moderator> Thanks for your coming answer.

    1stAdobeContact which Adobe product or service are you referring too?  I have also removed your e-mail address from your previous post as this is a public forum.

  • Why are many of my files in Keynote, Pages and Numbers not opening?

    Why are many files in Keynote, Pages and Numbers not opening? I have re-downloaded the apps but with no joy!

    Strange. The photos that don't display in Aperture will still display in iPhoto but when I view the info the file doesn't show resolution information only for those problematic photos
    Files sizes are almost all jpeg. Once I reference the file in iPhoto, the master displayed resolution for the photo within finder. The photo's original file also opened in preview and photoshop.

  • Why are many tracks in my library now just labeled "track 9" etc ?

    why are many tracks in my library now just labeled "track 9" etc ?

    If they have the cloud icon then they are in the cloud, not on your iPod. You can turn off the showing of iCloud music via Settings > iTunes & App Store > Music (under 'show all' heading) 'off'.
    But if you have never bought/downloaded those songs then they shouldn't show in the cloud for streaming/redownloading - the U2 album was an exception, Apple automatically added that to everyone's account whether they wanted it or not. It's your account that shows as being logged in in Settings > iTunes & App Store ?

  • QT 7 Pro - Why so many preferences?

    I still use QT 7 Pro. When I look in my Library preferences in my HOME folder there are over 290 preference files (plist) there!
    Why so many? Should I delete them?
    Thanks,
    Larry

    Thank you, QYKirk! But I've done that before, and they keep coming back. And I don't know why? Almost like every QT movie I open, it decides to keep a pref for it?
    I do still keep the QT7 Pro "application" in the Utilities folder, where Snow Leopard puts it. I "zipped" my QT X app (in the applications folder) so it wouldn't default, 'cause I don't like it much.
    I wonder why MY QT7 keeps so many prefs . . . and YOURS doesn't!
    Hmmm . . . I have the latest of everything. I edit heavily with FCPro . . . and am always looking at SC movies I export . . . but that wouldn't make any sense why my mac's keeping so many prefs?
    Any other ideas? No big deal here . . . just a little clutter is all!
    Thanks,
    Larry

  • Why so many updates this past several months, yet it crashes more than ever on my PC and my laptop??

    Why so many updates this past several months, yet it crashes more than ever on my PC and my laptop??

    Why so many updates this past several months, yet it crashes more than ever on my PC and my laptop??

  • Why do many songs on my iPhone 5 keep skipping?

    Why do many songs on my iPhone 5 keep skipping?  I do not have iTunes Match.  I have the latest software update: iOS 6.0.2.  I legally own the songs that keep skipping.  I have heard this is a glitch in the operating system but that does not seem right.  Can anyone help?

    I feel compelled to come onto this forum and post in answer to the song skipping issue.  I had exactly the same problem and FIXED IT!!  WOO WOO!
    I splashed out on a brand new iPhone S 32GB to hold my massive music library - specifically because I want all my music portable.  Copied all my music across from my old music library which was a mixture of ripped CDs, old iTunes music and music purchased from Zune, the Microsoft music store (previous phone was a Windows phone). Synced the new iPhone to iTunes and started listening.  And quickly realised some of my favourite albums had skipping tracks.
    Tracks would start playing, then about 1 minute before the end, would skip to next track while still showing previous track as playing. 
    Here's how I fixed this maddening issue:
    1. Make sure iPhone is not connected to computer.  On iPhone, go to Settings/General/Useage.
    2. Select Music under Storage and click to view All Music.  Then, keeping your finger on the right of the screen, slowly drag your finger left the 'All Music' item until you see a red button with 'Delete' on it.  Click Delete to wipe all music entirely from iPhone.
    3. Then, in iTunes, systematically go to each problem album with skipping tracks.  Delete them all from iTunes.  This is a bit annoying as you might have to listen to all of them to determine which ones have skipping tracks.  In my case, it was all the albums copied from Zune.
    4. Staying in iTunes, go to File/Add Folder to Library and then manually add each album folder back one by one. You should find them in the 'My Music' folder on your computer's hard drive (I have a PC), usually sorted by artist. If you have more than one album by the same artist, open the artist folder and add each album folder seperately one by one.  This should reload the songs properly back to iTunes. It's important to load them one at a time back into iTunes - when I tried to bulk add, the skipping problem just kept recurring when I synced.
    5. Then connect iPhone back to iTunes.  Resync your Library.
    Songs should hopefully work!
    Note: My songs always played properly on iTunes and it was only on the iPhone that they skipped.  I believe the problem was that they weren't being fully 'read' properly by iTunes, in a way that allowed them to copy entirely to the iPhone.  There must have been some information missing during initial syncing.
    Hope this helps!

  • Need help in understanding why so many gets and I/O

    Hi there,
    I have a sql file somewhat similar in structure to below:
    delete from table emp;-- changed to Truncate table emp;
    delete from table dept;--changed to Truncate table dept;
    insert into emp values() select a,b,c from temp_emp,temp_dept where temp_emp.id=temp_dept.emp_id
    update emp set emp_name=(select emp_name from dept where emp.id=dept.emp_id);
    commit --only at the end
    the above file takes about 9-10 hrs to complete its operation. and
    the values from v$sql for the statement
    update emp set emp_name=(select emp_name from dept where emp.id=dept.emp_id);
    are as below:
    SHARABLE_MEM     PERSISTENT_MEM     RUNTIME_MEM     SORTS     LOADED_VERSIONS     OPEN_VERSIONS     USERS_OPENING     FETCHES     EXECUTIONS     PX_SERVERS_EXECUTIONS     END_OF_FETCH_COUNT     USERS_EXECUTING     LOADS     FIRST_LOAD_TIME     INVALIDATIONS     PARSE_CALLS     DISK_READS     DIRECT_WRITES     BUFFER_GETS     APPLICATION_WAIT_TIME     CONCURRENCY_WAIT_TIME     CLUSTER_WAIT_TIME     USER_IO_WAIT_TIME     PLSQL_EXEC_TIME     JAVA_EXEC_TIME     ROWS_PROCESSED     COMMAND_TYPE     OPTIMIZER_MODE     OPTIMIZER_COST     OPTIMIZER_ENV     OPTIMIZER_ENV_HASH_VALUE     PARSING_USER_ID     PARSING_SCHEMA_ID     PARSING_SCHEMA_NAME     KEPT_VERSIONS     ADDRESS     TYPE_CHK_HEAP     HASH_VALUE     OLD_HASH_VALUE     PLAN_HASH_VALUE     CHILD_NUMBER     SERVICE     SERVICE_HASH     MODULE     MODULE_HASH     ACTION     ACTION_HASH     SERIALIZABLE_ABORTS     OUTLINE_CATEGORY     CPU_TIME     ELAPSED_TIME     OUTLINE_SID     CHILD_ADDRESS     SQLTYPE     REMOTE     OBJECT_STATUS     LITERAL_HASH_VALUE     LAST_LOAD_TIME     IS_OBSOLETE     CHILD_LATCH     SQL_PROFILE     PROGRAM_ID     PROGRAM_LINE#     EXACT_MATCHING_SIGNATURE     FORCE_MATCHING_SIGNATURE     LAST_ACTIVE_TIME     BIND_DATA     TYPECHECK_MEM
    18965     8760     7880     0     1     0     0     0     2     0     2     0     2     2011-05-10/21:16:44     1     2     163270378     0     164295929     0     509739     0     3215857850     0     0     20142     6     ALL_ROWS     656     E289FB89A4E49800CE001000AEF9E3E2CFFA331056414155519421105555551545555558591555449665851D5511058555155511152552455580588055A1454A8E0950402000002000000000010000100050000002002080007D000000000002C06566001010000080830F400000E032330000000001404A8E09504646262040262320030020003020A000A5A000     4279923421     50     50     APPS     0     00000003CBE5EF50     00     1866523305     816672812     1937724149     0     SYS$USERS     0     01@</my.sql     -2038272289          -265190056     0          9468268067     10420092918          00000003E8593000     6     N     VALID     0     2011-05-11/10:23:45     N     5          0     0     1.57848E+19     1.57848E+19     5/12/2011 4:39          0
    1) how do i re-write this legacy script? and what should be done to improve performance?
    2) Should i use PL/sql to re-write it?
    3) Also help in understanding why a simple update statement is doing so many buffer gets and reading , Is this Read consistency Trap as i'm not committing anywhere in between or it is actually doing so much of work.
    (assume dept table has cols emp_name and emp_id also)

    update emp set emp_name=(select emp_name from dept where emp.id=dept.emp_id);I guess that these are masked table names ? Nobody would have emp_name in a dept table.
    Can you re-format the output, using "code" tags ( [  or {  }
    Hemant K Chitale
    Edited by: Hemant K Chitale on May 12, 2011 12:44 PM

  • 1Z0-052. Two big cert guides and official documentation - why so many contradictions ?

    In this discussion i will compare two 1Z0-052 prepare certification guides (one of these is marked as "Oracle Press" !!!) and official Oracle Database 11g Release 2 (11.2) documentation (the exam "1Z0-052" has been validated against this documentation) in effort to understand why these sources have so many contradictions (direct and undirect).
    Begin with this one :
    1) "(Oracle Press) John Watson - OCA Oracle Database 11g: Administration I Exam Guide (Exam 1Z0-052)", "Chapter 2: Exploring the Database Architecture", page 54 :
    "Note that from release 8i onward, checkpoints do NOT occur on log switch..."
    2) "Oracle Database Concepts 11g Release 2 (11.2) Part Number E25789-01", "13 Oracle Database Instance", "When Oracle Database Initiates Checkpoints" :
    Thread checkpoints OCCUR in the following situations:
    - Consistent database shutdown
    - ALTER SYSTEM CHECKPOINT statement
    - Online redo log switch
    3) "Biju Thomas - Oracle Database 11g Administrator Certified Associate study guide", "Chapter 8 Introducing Oracle Database 11g Components and Architecture", page 413 :
    "Checkpoints OCCUR automatically when an online redo log file is full (a log switch happens)."
    My question is :
    Does checkpoint occur or not on log switch ?
    Many other contradiction follows....

    Hi John,
    it will be my sixth certification in the last 3 years (i have all major certifications in Java)... But it is the first time i see that the Official Documentation of the product doesn't reflect completely the Certification Preparation Guide (i'm not going to say that you book is wrong, i'm about the complete compliance).
    I cannot place my questions in another oracle DBA forum, because there most frequently the responses are "If you see the Official Documentation you find that..." and now i know that Official Documentation sometimes mismatch for the exam.
    You (and I) certainly know that the certification exam is the multiple-choice questions... If i will find the question :
    When checkpoints occurs (select all valid questions) ?
    1) Consistent database shutdown
    2) Issue of "ALTER SYSTEM CHECKPOINT" statement
    5) Online redo log switch
    after your explanation (see your first reply) now i know what can i must check and what i must not check, but before your explanation with small knowledges of database how can i be shure that your information is correct if the Official Documentation says the contrary ?
    If i will find the question :
    What is the checkpoint position ?
    1) is the SCN (the System Change Number) in the redo stream where instance recovery must begin
    2) ...
    3) ...
    If read only your book i cannot see SCN, i see RBA. How can i know that SCN and RBA are the same think if neither Oracle Documentation neither your book say that ? What another sources or guides i must have ?
    And what about the location of the "alert_SID.log" file ?
    What you suggest me about this exam question :
    Which initialization parameter determines the location of the alert log file?
    1) DIAGNOSTIC_DEST
    2) BACKGROUND_DUMP_DEST
    3) ALERT_LOG_DEST
    4) USER_DUMP_DEST
    If i read you book i select "BACKGROUND_DUMP_DEST", because in your book i see :
    "The alert log is a continuous record of critical operations applied to the instance and the database. Its location is determined by the instance parameter BACKGROUND_DUMP_DEST, and its name is alert_SID.log, where SID is the name of the instance.... The directory ADR_HOME/trace (ADR is automatic diagnostic repository) is used as the default value for the instance parameters USER_DUMP_DEST (trace files generated by user sessions) and BACKGROUND_DUMP_DEST (the alert log and trace files generated by background processes)."
    But if i read Official Oracle documentation i select "DIAGNOSTIC_DEST", because i see :
    "The parameter BACKGROUND_DUMP_DEST is ignored by the new diagnosability infrastructure introduced in Oracle Database 11g Release 1 (11.1), which places trace and core files in a location controlled by the DIAGNOSTIC_DEST initialization parameter."
    Therefore if i read you book i select "B", if i read documentation i select "A".
    You must understand me - the only my goal is to be maximum precise - this precision is required for exam. I also have not free time to waste - during the week i'm working, i'm preparing for this OCA DBA certification, during weekend i'm writing my book in mathematics for preschool childs (it's also about 700 pages)...
    Excuse me and thank you,
    Dmitri.

  • Why so many issues with apple products?

        Since Apple makes their own hardware and software why are there so many issues?  I recently bought a iMac and a iPhone 4 and have had lots of issues just like many of you on the forums. I understand why windows has comptability problems cause they have to make their operating system work for all different computer manufacturers and configurations. But apple does not so what's the deal?

    You will probably find that 90% of errors/problems on Macs are caused by 'user error', like introducing incompatible hacks and add-ons.
    Moreover, a forum like this is an 'emergency room'. The millions of users who do not have (or may not realise that they have!) problems don't post here.
    If you have any problems we would all like to help you iron them out. Just post a question in the specific forum for your model of Mac or version of OS X.

  • Mac User: Why so many Flash updates?

    Is there s special reason why there seems to be so many flash updates. I seem to be updating at least weekly on all my machines.
    My questions are:
    1) Are there really this many recent updates ( I counted seven in on this machine in the past couple of months)?
    2) Are there challenges with Mac OS that makes the updates necessary?
    3) Or am I experience some sort of local phenomenon unique to my system?
    I find all the updates somewhat bothersome. They interrupt my work flow.
    Thanks...
    Dan Kurtycz

    Yes - highly, Highly, HIGHLY annoying!
    Plus don't take me to a website promoting any of your other Adobe products after an update! I am currently a paying customer for Photoshop / Premiere but I swear your intrusive updates and forced marketing push are going to make me look ELSEWHERE!!!

  • Why so many dependent jar files?

    Crystal Report needs too many dependent jar file. What is the alternative way to minimize dependent jar files or club together as one jar?
    Thanks,
    Venkat

    If you're using the Java Reporting Component (JRC), then I recommend upgrading to the newest version - [Crystal Reports For Eclipse 2.0|https://www.sdn.sap.com/irj/boc/crystalreports-java], where the number of jars are significantly decreased.
    The reason why 11.5 had so many Jars was that the JRC and RAS and Enterprise SDKs shared libraries, and so the jar files were broken down along functional lines.
    Since CR4E 2.0 is a separate stream, the packaging is simpler.
    Jar file count dependencies is always a touchy thing - break it down along functional lines, and there's complaints that there's too many.  Consolidate to a few, and there's complaints that the files are too large, and why can't it be broken down into smaller jars?
    Sincerely,
    Ted Ueda

  • I now have I cloud on my PC and the iPod touch and it won't download the addresses into the iPod touch, please tell me why? many thanks for ur help in advance, Charlotte m

    I just downloaded I cloud onto my computer and its on the iPod touch already, the contacts won't sync, would someone tell me why, it should happen? many thanks, Charlotte m

    First import the card contacts into Gmail. Google for:
    import xx contacts into gmail
    where xx is the form of contacts you have
    See the following for syncing gmail contacts to your iPod:
    http://techcrunch.com/2012/09/27/google-introduces-an-easier-way-to-sync-gmail-c ontacts-to-your-iphone/

  • Why are many accounts conected to my email address

    My skype name changes...
    Why are the so many user name connected to my one email address? Why can't I find a way to direcly talk with skype?

    report those unknown accounts to [email protected], and request them to unlink them from your email address.  
    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

Maybe you are looking for

  • Blackberry desktop software 7.0 not show applications

    Guys i have a problem with this  ..When i open Blackberry desktop software 7.0  on the left side of this program is show Summary Applications Files - Media sync - Music Pictures Video   ... This is normal right ?   ** But when i connected with my pla

  • Launchd doesn't launch script on time

    I have a launchd configuration file that uses StartCalendarInterval to start an script at a given time (1 minute after midnight). Everything seems to work on my Mac Pro workstation, but on a Mac Mini web server (no keyboard, mouse, or monitor; firewa

  • Suddenly Bounced emails - Is there something changed or bugged with the HPePrint services?

    Hello, We are using HPePrint with several printers on different locations for over a year now, without any real problems. But since yesterday, we get bounced email our of the blue. Nothing changed on our end, same email adresses used, but now our peo

  • Any Way to Optimize R7000 Location?

    My cable connection comes in through the basement and I have my R7000 down there near the modem and the networking panel. This is a sub sub sub...

  • Steps to create a Repository

    hi there, Can you guide me the steps to create a repository? thanks