Connector Space Object don't match Full Import Object Count

Just want to clear up something
I have an HR system that removed about a 100 users. My anchor attribute is
Employee_Person_ID (e.g. 12345). My join rule is
EmployeeID (e.g. 123456789) 
So HR removed the records and if I do a Full Import I see the correct amount of objects e.g. 1000. I confirm this my doing a database query and I cannot find the delete objects. If I do a search on the connected space objects I get 1100 user
records.
Problem 1: I still see the old objects in the connected space and they still have a connector to the MV object.
Problem 2: 
HR re-added them with new records. The EmployeeID stays the same (e.g. 123456789) but the Employee_Person_ID changed to (e.g. 54321).
Now I get ambiguous-import-flow-from-multiple-connectors errors caused by problem 1.

I agree with your statements and this is what I also seen on other environments. 
The object must show up as connector (after an import) - Yes, there is a connector
When you run a sync, the object is removed. No, this is not happening. CS object count does not go down. No deletion shown.
When the object is removed, the link to the metaverse object is removed.
No this is not happening. Object still present in the CS and has a connector in the MV object.
The removal of the link triggers the object deletion rule on the metaverse object.
No, I cannot see this happening
Just making sure, are you saying that the "deleted object" still shows up as connector AFTER running a sync? Yes!
Summary
RecordNo
EmployeeNo Details
ABC
1234567
Original Record with a connector to the MV object. This records gets deleted and confirm with direct DB query. FIFS does
not show a object delete on the MA. CS search still shows object.
DEF 1234567
New record arrives with ambiguous-import-flow-from-multiple-connectors error. The only why I can get rid of
the error for now is to make the old record a explicit disconnector. Even after this the old record still shows up in the CS search.

Similar Messages

  • Objects look like bitmaps when importing vector files

    Hello,
    I am absolute beginner with ID CS5. I am going trough a bunch of tutorials, and there is one thing I cannot solve.
    When I am importing vector file content (Illustrator CS5 file with vector objects - strokes) into InDesign frame,
    imported object looks like low resolution bitmap. What am I doing wrong? Is there any option I should enable or disable
    to have imported objects in vector format?
    Thanks in advance for answers,
    Best Regards,
    Mi

    Yup! Try View -> Display Performace -> High Quality. InDesign substitutes low-res previews when you're in Standard display mode. (And ID tends to run a great deal faster when it's not rendering print-res images, so you're probably best off working in Standard mode unless you have a monster of a desktop machine, or unless your work requires that you see the high-res image while you're doing other tasks in ID.)

  • Colors of imported illustrator files don't match indesign colors

    I'll be honest: I'm likely missing something really basic. This is really frustrating, though.
    The simple version: when I drag an Illustrator file into my InDesign document, its colors don't match the colors of shapes in the InDesign document drawn with the same color values.
    The long version:
    I'm working on a resume document. I've created a logo in Illustrator - the document is in CMYK color mode and uses SWOP v2 color space. I've dragged the file into InDesign, where I have some basic geometric shapes that intersect the logo. The InDesign document is also set to CMYK and is using the SWOP v2 color space. I've noticed, however, that the colors of my logo (which, again, was imported from Illustrator) do not match the colors of shapes drawn natively in InDesign even when their hexadecimal color values are identical. To further this point. I created a shape in InDesign with color #86c8cf. I then copied the value #86c8cf into Illustrator and drew a shape using that color. I imported that Illustrator shape into InDesign and placed the Illustrator Shape and the native InDesign shapes side by side. I even exported to PDF and pulled it up in preview to proof it. The colors, while very similar, are NOT the same color.
    Am I missing something really obvious? Or are these two programs not at all working together like they're always said to do so well?

    Dunno why. Which versions of ID/AI? Not that it should matter, I get the same results with CS6 and CC2014.
    One square in ID is native, the other from a placed AI file--though drag and drop are the same results.
    Acrobat, hovering over one square...
    And over the other square...
    I used your hex values in Illy, used Illy's CMYK values in ID.
    Mike

  • Full import/export from 10gR2 to 11gR1 / ORA-39083: Object type PROCACT_SYS

    Hi,
    I did a full db export/import (data pump - skipped existing objects) from 10gR2 to 11gR1 (win2003 server). it looks like everything went fine except with this error:
    is this a serious error? what should I do to fix this error?
    ORA-39083: Object type PROCACT_SYSTEM failed to create with error:
    ORA-20000: Incompatible version of Workspace Manager Installed
    Failing sql is:
    BEGIN
    declare ver varchar2(100) ; dummy integer; compile_exception EXCEPTION; PRAGMA EXCEPTION_INIT(compile_exception, -06550); invalid_table EXCEPTION; PRAGMA EXCEPTION_INIT(invalid_table, -00942); procedure createErrorProc is begin execute immediate 'create or replace function system.wm$_check_install return boolean is begin return true ; end;' ; end ; begin
    Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/PROCOBJ
    ORA-39083: Object type PROCOBJ failed to create with error:
    ORA-29357: object AUTO_TASK_CONSUMER_GROUP already exists
    Failing sql is:
    BEGIN
    dbms_resource_manager.create_consumer_group('AUTO_TASK_CONSUMER_GROUP','System maintenance task consumer group','ROUND-ROBIN');COMMIT; END;
    ORA-39083: Object type PROCOBJ failed to create with error:
    ORA-06550: line 2, column 1:
    PLS-00201: identifier 'BMS_SCHEDULER.DISABLE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    Failing sql is:
    BEGIN
    bms_scheduler.disable( 'SYS."WEEKNIGHT_WINDOW"',force=>TRUE);
    dbms_scheduler.set_attribute_null( 'SYS."WEEKNIGHT_WINDOW"','SCHEDULE_NAME');
    dbms_scheduler.set_attribute_null( 'SYS."WEEKNIGHT_WINDOW"','START_DATE');
    dbms_scheduler.set_attribute_null( 'SYS."WEEKNIGHT_WINDOW"','END_
    Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/POST_SYSTEM_ACTIONS/PROCACT_SYSTEM
    Processing object type DATABASE_EXPORT/SCHEMA/PROCACT_SCHEMA
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE
    ORA-39083: Object type TABLE failed to create with error:
    ORA-00439: feature not enabled: Partitioning
    Failing sql is:
    CREATE TABLE "SYSTEM"."LOGSTDBY$APPLY_PROGRESS" ("XIDUSN" NUMBER, "XIDSLT" NUMBER, "XIDSQN" NUMBER, "COMMIT_SCN" NUMBER, "COMMIT_TIME" DATE, "SPARE1" NUMBER, "SPARE2" NUMBER, "SPARE3" VARCHAR2(2000)) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE( BUFFER_POOL DEFAULT) TABLESPACE "SYSAUX" PARTITION BY RANGE ("COMMIT_SCN") (PARTITION "P0" VALUES LESS THAN (0) PCTFREE 10 PCTUSED 4
    ORA-39151: Table "SYSMAN"."AQ$_MGMT_NOTIFY_QTABLE_T" exists. All dependent metadata and data will be skipped due to table_exists_action of skip
    ORA-39151: Table "SYSMAN"."AQ$_MGMT_NOTIFY_QTABLE_H" exists. All dependent metadata and data will be skipped due to table_exists_action of skip
    Edited by: Odeh on Jul 29, 2009 12:49 PM
    Edited by: Odeh on Jul 29, 2009 1:12 PM

    Pl see if these MOS Docs help
    730373.1 - ORA-39083 ORA-20000 Incompatible Version of Workspace Manager Installed
    743097.1 - IMP-00017 ORA-20000 Importing older version of OWM into a higher version
    HTH
    Srini

  • Find all Connector Space Objects That Were Provisioned

    I'm trying to run a query on the FIM Synchronization Database to find all of the objects in a connectorspace that were created there via provisioning rules. Some objects in the connectorspace have joined and some have been created via provisioning but I
    can't find the field in the FIM Sync DB for where this is specified. Anyone know how I can pull this information?
    Cheers,
    Dan

    Thanks Sameera. It's part of a larger query so it would be great if I could find out where it is in the Database. I've looked all through it and joined everything I can. I thought it might be stored in the connector space hologram data which is encrypted
    in the db so I checked that with PowerShell and wmi but couldn't get anything out of that either. I'll probably just have to run the query I have and then link it up with the connection information in excel like you've described. Thanks again.

  • Don't want to import sys' or any other administrative objects

    hi
    i want to move data from oracle 8i to 10g and going to use exp and imp utilities.
    I just want to import production schema objects and don't want to import sys' or any other administrative objects.
    i am new in dba field. plz guide me and tell me that which parameters/options of exp/imp can i use for performing above task.
    Cheers

    Sys is not imported. In fact any schema ending in SYS is not imported.
    This is because SYS is the datadictionary, and the datadictionary is automatically recreated during import.
    If you have your own tables in the SYS schema, you will loose them, as you can't export SYS.
    Happy New Year
    Sybrand Bakker
    Senior Oracle DBA

  • Impdp fails with ORA-01427 during full import of 10.2 db into 11.2

    Hello all,
    I'm running a full import from a dump file taken from our production db (10.2.0.4.0) on RHEL4 into a test db (11.2.0.3.0) on RHEL6.  I've done something very similar before with no errors but this time it returns the following in the output at the end of the partially successful import:
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.PUT_DDLS [TABLE_STATISTICS]
    ORA-06502: PL/SQL: numeric or value error
    LPX-00225: end-element tag "COL_STATS_ITEM" does not match start-element tag "HIVAL"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 9001
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    0x1ea3a92c8     20462  package body SYS.KUPW$WORKER
    0x1ea3a92c8      9028  package body SYS.KUPW$WORKER
    0x1ea3a92c8     16665  package body SYS.KUPW$WORKER
    0x1ea3a92c8      3956  package body SYS.KUPW$WORKER
    0x1ea3a92c8      9725  package body SYS.KUPW$WORKER
    0x1ea3a92c8      1775  package body SYS.KUPW$WORKER
    0x1e9ec90f8         2  anonymous block
    ORA-39097: Data Pump job encountered unexpected error -1427
    ORA-39065: unexpected master process exception in DISPATCH
    ORA-01427: single-row subquery returns more than one row
    Job "SYSTEM"."SYS_IMPORT_FULL_02" stopped due to fatal error at 13:32:00
    The import is into a database that has had all the application users dropped (only Oracle-defined users still existing) but with table_exists_action set to skip (the default).  Several user objects from the source db are missing from the target.
    I've run this twice with the same results.  I can imagine that there is a problem with the master table and/or the data dictionary but it gives no indication of the deeper cause.
    Any ideas, anyone?
    Regards, Keith.

    Pl post the complete expdp and impdp commands used.
    Retry expdp or impdp with the EXCLUDE=STATISTICS option.
    MOS Doc 878626.1
    HTH
    Srini

  • Event 109 with full import from cloud

    After installing the AAD Connection Tool we find the step which does a full import from the cloud errors with stopped-extension-dll. This generates 3 error logs in Event Viewer 109 - 6801 - 6803.
    109 -
    Failure while importing entries from Windows Azure Active Directory. Exception: System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
    6801 -
    The extensible extension returned an unsupported error.
    The stack trace is:
    "System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
    6803 -
    The management agent "xxxxx.onmicrosoft.com - AAD" failed on run profile "Full Import" because the server encountered errors.
    Researching suggests an expired cloud account password, but I have verified this is valid. I have also reinstalled/reconfigured the product several times.
    I need advice for getting the Full Import to work.
    Adam

    This worked for me:
    Please choose the Azure Connector in Synchronization Service Manager tool, in there properties - Select Object Types - please add "device" to add the selected object ( just set the hook ) . Then again start the
    Delta or Full import, please.
    If is any Device entry in the AZURE => for whatever reason => this is the only way to sync in the momment with the AAD Sync Tool at this time.
    Explanation:
    The Delta Import terminates because
    the online tenant objects are of type
    "device" available
    We run the import to fail because
    the design of the Azure Connector does not include
    this type
    of  object
    Unfortunately, the connector does
    not in this case but breaks with this
    error message
    The current solution is then
    the object type "device" for the
    Azure connector to add to take
    In a later version of AADSync this is
    probably revised, the "device"
    does not have to be selected from then on
    the object type, but that
    the connector will work here and does not end
    with this error message
    good luck

  • Missing grant with full export/full import.

    We have the following problem which is unexplained:
    Using Oracle 9.0.1.4 we full export a database and we import it in full mode in another database which is also running Oracle 9.0.1.4. The database has 1 application schema which owns a lot of PL/SQL object packages and triggers.
    In the source database, all objects are valid and schema owner has SELECT privileges on V$SESSION and execute permission on DBMS_ALERT and DBMS_PIPE.
    I cannot tell you if these privileges have been granted directly or with a role.
    In the target database, package bodys and triggers using V$SESSION and DBMS_ALERT/DBMS_PIPE are invalid because schema owner has not the corresponding privileges.
    Schema owner already existed in the target database. Is it normal than the corresponding privileges have not been imported ?
    I cannot give you the exp/imp command lines but I'm sure full export/full import have been run (I've checked the import log).
    Thanks.
    Message was edited by:
    Pierre Forstmann

    See MetaLink Note:97902.1
    When performing a full export of a database, both objects belonging to SYS and object privileges on SYS's objects (e.g. admin views such as DBA_SEGMENTS, etc.) are not exported.
    To generate the missing privileges you can use the follwing script
    Connect to the original database (the one full export was done from) as SYSTEM using sqlplus and run this script:
    set hea off
    set pagesize 0
    set feedback off
    spool objs_upg.sql
    select 'grant '||privilege||' on '||owner||'.'||
    table_name||' to '||grantee||' '||
    decode(grantable,'YES','WITH Grant option')||';'
    from dba_tab_privs
    where owner = 'SYS'
    select 'grant '||privilege||' ('||column_name||') '||
    ' on '||owner||'.'||table_name||' to '||grantee||' '||
    decode(grantable,'YES','WITH Grant option')||';'
    from dba_col_privs
    where owner = 'SYS'
    spool off

  • Timecodes don't match from same clip?!

    I'm trying to relink audio to a clip that I added to the timeline but deleted the audio track. But when I double click on the clip on the timeline copy the timecode and then load the original clip from the bin and paste the timecode. The times don't match. The two clips which are the same clip one just on the timeline with the audio unlinked, have different starting timecodes. I've attached a pic to show what I mean.

    Without any 3rd party tools (except Word) you have three other options -
    1. fastest - temporarily set up your track to match the timecode of your STL file.
    You can do this by exporting a reference movie of your sequence with a modified starting time code. Bring in this asset to DVDSP and drop it in your track, import the STL, and then replace the reference movie with your encoded asset. The subtitles will stay put and should stay lined up.
    This method can also be effective for compensating for smaller offsets casued by differences between the encode and tape master caused by trimming, encoding, etc. You can temporarily adjust the start trim of your asset if subtitles are coming up early, or add a still image to the beginning of the track if the subtitles are coming up late. Once the subtitles are imported to the track, they will stay in the same positions when assets are moved around or replaced.
    2. re-encode your video with the correct starting time code - make sure whether the TC is supposed to DF or NDF. The advantage here is that if the subs need to be re-imported for any reason, you won't have to go through the flip-flopping of assets in option 1.
    3. more complex, but still fast - change the timecodes in your file using find and replace. This will really only allow you to change the hour place in the timecodes, but may be all you need. Open the file in Word, and you should see comma-delimited data in a 3-column format:
    [start time] , [end time} , "subtitle text"
    00:00:00;00 , 00:00:00;05 , this subtitle is 5 seconds long
    So, in Word, you can search for ^p00: and replace it with ^p01: (^p is the code for a paragraph break). This will change all the satrting times hour values from 00 to 01. Then do the end times by seraching for , 00: (space-comma-space-zero-zero-colon) and change to , 01:.

  • Need help on doing full import but expluding SYSTEM tables like REPCAT$%

    Hi!
    I am using impdp and want to do a full import of the source database but exclude tables (and dependent objects like indexes, etc.) owned by the SYSTEM user like REPCAT$%, AQ$%, etc. Have tried several things with no success. Need a working example if at all possible.
    Thanks in advance!
    Dave Venus

    By default, the table_exists_action is skip, so if the tables existed, they would be skipped anyway. No harm would be done to the database that was being imported into. I was just trying to answer his question, not try to guess if that is what he really wanted to do. Your response would certainly skip the complete schema, but I wasn't sure if that is what he wanted to do or not. He said that he only had certain tables that he wanted to skip. In his follow up question, he asked about skipping tables with the same name in different schemas, so I didn't want to read into his question any more than what was asked.
    Dean

  • "sync-rule-inbound-flow-rules-invalid" error on synchronizing an Inbound Sync Rule from the FIM connector space to the Metaverse

    I have created an inbound sync rule in the FIM portal to import groups from an external system (SQL Server) into the metaverse.  I can import the rule from the FIM MA into the FIM connector space but when I run a full sync on the FIM MA I get the error
    "sync-rule-inbound-flow-rules-invalid".  The only way I have found around the error is to remove all the attributes from Inbound Attribute Flow in the sync rule.  However, this defeats the purpose of having the sync rule in the first place.  Searching
    the Web, I have come across posts from other people with "sync-rule-inbound-flow-rules-invalid" problems but the solutions do not seem to work in my situation. 
    A little background about the sync rule
    Metaverse Resource Type: group
    External System Resource type: group
    Relationship Criteria: accountName (metaverse) = "string field" (ConnectedSystemObject)
    Create resource in FIM: yes
    Inbound attribute flow:
    - Domain
    - Member
    - DisplayName
    - accountName
    - MembershipLocked
    - MembershipAddWorkFlow
    - Type
    - Scope
    I am new to FIM so it's possible I have overlooked something in the setup of this sync rule.  Any suggestions on possible causes of this issue would greatly appreciated.

    There is no scope filter.   In regards to the attribute flows, no functions are used.  Here is further information about the attribute flows
    Set up of Inbound attribute flow for the inbound Synchronization Rule.
    Metaverse External System (SQL Server View)
    - Domain  Domain (string)
    - Member Member (multi value attribute)
    - DisplayName ObjectDescription (string)
    - accountName ObjectID (string)
    - MembershipLocked 'false' (set up as a string literal)
    - MembershipAddWorkFlow 'Owner Approval' (set up as a string literal)
    - Type 'Security' (set up as a string literal)
    - Scope 'Universal' (set up as a string literal)
    Is this the info you were asking for?  If not, please clarify what details you are looking for in regards to the  sync rule.

  • Getting app-store-import-exception with FIM-MA Full Imports SQL Timeouts

    Hi,
    Any idea whats going on here? Full Import on FIM-MA leads to app-store-import-exception.
    Here is a quick profile of the situation:
    FIM Sync, FIM Service & FIM Portal all are instaled on the same machine with 24GB RAM hosted as a Virtual Machine.
    FIM-MA Full Import leads to app-store-import-exception
    Event log reports "Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding"
    Here is a screen shot: http://www.freeimagehosting.net/image.php?e5570db7f6.jpg
    As you can see, FIM-MA imported close to 118500 objects before timing out.
    Here are the things I have tried:
    Extended FIM timeout on the services as per
    Darryl's Blog
    Provided FIM MA's password as per
    Ahmed's suggestion
    Restricted SQL Service Max RAM to 15 GB (Machine has 24GB) as per
    David Lundell's suggestion
    Thanks for your help in advance.
    Thanks,
    Here is the Application Event Log
    Log Name: Application
    Source: FIMSynchronizationService
    Date: 1/6/2011 11:29:00 AM
    Event ID: 6500
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: fimsrv.fimdev.pvt
    Description:
    The description for Event ID 6500 from source FIMSynchronizationService cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    There is an error executing ILM MA full import.
    Type: System.Data.SqlClient.SqlException
    Message: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
    Stack Trace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
    at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
    at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
    at System.Data.SqlClient.SqlDataReader.get_MetaData()
    at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
    at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
    at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
    at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
    at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
    at System.Data.SqlClient.SqlCommand.ExecuteReader()
    at Microsoft.ResourceManagement.Data.Sync.FullImportGetNext(Int64 beginObjectKey, Int64 maxObjectKey, Int32 batchSize)
    at MIIS.ManagementAgent.RavenMA.FullImportGetNextBatch(Int64 maxObjectKey, Int32 batchSize)
    the message resource is present but the message is not found in the string/message table
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="FIMSynchronizationService" />
    <EventID Qualifiers="0">6500</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2011-01-06T17:29:00.000000000Z" />
    <EventRecordID>1582399</EventRecordID>
    <Channel>Application</Channel>
    <Computer>fimsrv.fimdev.pvt</Computer>
    <Security />
    </System>
    <EventData>
    <Data>There is an error executing ILM MA full import.
    Type: System.Data.SqlClient.SqlException
    Message: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
    Stack Trace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
    at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
    at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
    at System.Data.SqlClient.SqlDataReader.get_MetaData()
    at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
    at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
    at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
    at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
    at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
    at System.Data.SqlClient.SqlCommand.ExecuteReader()
    at Microsoft.ResourceManagement.Data.Sync.FullImportGetNext(Int64 beginObjectKey, Int64 maxObjectKey, Int32 batchSize)
    at MIIS.ManagementAgent.RavenMA.FullImportGetNextBatch(Int64 maxObjectKey, Int32 batchSize)</Data>
    </EventData>
    </Event>
    Thanks,
    Jameel Syed |
    Identity & Security Strategist | [email protected] |
    Simplified Identity and Access Management

    That is unusual. I suggest checking for database integrity and peforming index maintenance, on both the FIMService and FIMSync databases.
    You could also increase the following timeout (see link below for more settings)
    The values in Table 17 are located in the registry key: SOFTWARE\Microsoft\Forefront Identity Manager\2010\Synchronization Service.
    Table 17
    Registry value name
    Value type
    Class
    Created by
    Notes
    ReadTimeOut
    <dword>
    HKLM
    Admin
    The default value is 58, specified in seconds.
    Note
    Only used by the management agent for FIM (FIM MA) for reading from the FIM Service data base.
    http://technet.microsoft.com/en-us/library/ff800821(WS.10).aspx
    David Lundell, Get your copy of FIM Best Practices Volume 1 http://blog.ilmbestpractices.com/2010/08/book-is-here-fim-best-practices-volume.html

  • Object does not match target type when raising an event from c# to VB6

    I have a c# .net DLL that I use from a VB6 app. It exposes an event,
    and the VB6 app is sinking it.
    The VB6 app is receiving the event, as long as it is raised from the
    main thread of the .net DLL.
    I have an aync task being handled inside the DLL (delegate BeginInvoke). Any
    attempt to raise the event from within that thread casuses the reported
    error, even from within the AsyncCallback function, when the thread is ending.
    I noticed that the delegate for the event is not declared inside the
    interface. It's in that module, but above the interface definition:
        [ComVisible(false)]
        public delegate void LoggingEventHandler( string logData );
    The event is declared in the class itself as:
        public class Processor : _Processor
            public event LoggingEventHandler        LogNotification;
    Finally, to raise the event:
    if ( this.Completed != null )
        this.Completed( true );
    If I open the tlb with OLEVIEW, I can see the public event just fine. Of course, I expected to, as it's working up until the helper thread kicks in.
    Now for the REAL WIERD PART! This DOES work on several servers that have
    been in production for months. It's just this one server that it won't work
    on. Same code. Resinstalled/registered it 1,000 times. It took me a while to
    find that an error was even occuring, since it was being raised in the
    seperate thread. In other words, I'm receiving the event just fine on a series of servers. This is a new machine we're trying to bring online. I suspect it's environmental, but I can't figure it out.
    I don't understand why the publisher would be expecting a certain type of
    subscriber in the first place... unless the error is really triggered by the client when the event reaches it. I've put logging into the client, though, and the first line of code inside the event is not being executed.
    For the VB6 app, I reference the tlb file that is automatically created when
    I compile (Interop is checked). I unregistered and re-registered the tlb on
    the server. I regasm'd the dll itself. All dlls are in the same folder - not
    in the GAC.
    The stack trace is as follows:
       at System.RuntimeType.InvokeDispMethod(String name, BindingFlags
    invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32
    culture, String[] namedParameters)
       at System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr,
    Binder binder, Object target, Object[] args, ParameterModifier[] modifiers,
    CultureInfo culture, String[] namedParameters)
       at System.RuntimeType.ForwardCallToInvokeMember(String memberName,
    BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData&
    msgData)
       at HPFS.Queue.IProcessorEvents.LogNotification(String logData))

    This is driving me nuts!
    I sure would appreciate any suggestions.
    I got this working on one of the two machines. The other machine had some other issues, so I had it re-imaged. It's been so long since I fixed the first one, that I can't remember exactly how I did it. Plus, I did so many things to it over two weeks, that I never really felt confident, anyway. But ... I could *swear* that the last thing I did back then to get this event to flow was to re-register the DLL's TLB.
    So ... This is win 2k with FW 1.1 + SP1.
    Completed is the delagate I'm trying to invoke.
    this.Completed.Target.GetType().Name = "__comobject"
    I've tried everything. Unregistered the .tlb. Unregistered the .net DLL. Verified that the app completely failed while unregistered. Created the TLB using RegAsm /tlb syntax.
    I tried using CLR SPY. It registers nothing. It only lets me pick an EXE. This is a DLL tring to raise to an EXE.
    I've looked at the TLB in OLE VIEW and I just don't know what I'm looking at.
    Is there any other tool or technique I can use to audit/monitor/trap this? .net is giving me *** for details about what's failing. I wish I could somehow debug into exactly what it's trying to do and get more details on the failure.
    Here's the error I'm getting:
    (Code -1) Object does not match target type.<Source:mscorlib>(Stack:    at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters)
       at System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters)
       at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData)
       at HPFS.Queue.IProcessorEvents.Completed(Boolean success)
       at HPFS.Queue.Processor.RequestDone())
    Processor = the DLL I'm trying to raise the event from.
    IProcessor = the event interface that's exposed through COM.

  • Object Style Manager: How to import styles into CP8 from CP7

    Here's my problem:
    I open a Captivate file created in CP7
    I save it as a different file name in CP8
    I create a new Object Style - say for a Text Caption
    I export the Style - I've tried just the new style, all styles, all styles for all objects.
    I create a new CP8 file, save it.
    I try and import the styles exported in step 4 and get the error: "Cannot import Styles.The style file you are trying to import was exported from an earlier version of Captivate"
    I don't get it. I opened the CP7 file and resaved it with a new name in CP8 in a different location.
    What's the problem?

    OK finally I have an answer:
    Open CP7 File with Default & custom styles
    Copy all slides
    Create new CP8 file & save
    Paste all slides to this new file & save
    Object Style Manager : Export all styles of all objects
    Create / Open a CP8 file
    Object Style Manager : Import styles created in step 5

Maybe you are looking for

  • IPhone 4S & HD videos

    Will the iPhone 4s playback HD videos, be they movies or TV programs? I currently have an iPhone 3G and it cannot play HD video, only SD.

  • Will fonts created in an earlier form (Pages/Word) show up when imported?

    Hi, If i create a form in Pages/Word with eg: Century Gothic or Gill Sans and would like to import that form to Adobe Acrobat Pro to continue my form before saving it as an editable .pdf. Will the Fonts be the same then? /Sten

  • What is a virtual miniport adapter

    I have a T520. I have Access Connections installed. Running Windows 7 Pro. When I look at Network Connections from control panel, it shows 4 adapters. LAN, Wireless Network (Intel Centrino Advance-N 6205 plus two others that say wirels connection 2 a

  • CS6 Screen mode options

    Hey, I'm trying to find an option (if there is one) to change the Standard Screen Mode background to transparent like in Photoshop CS5 and earlier. I do like working in full screen mode with a dark grey background but miss being able to flick back to

  • What is the weight of the iPhone 6 Silicone case?

    Just wanted to know what the weight of the silicone case is for the iphone 6. The official Apple case of course. Thank you