Outlook integration issue

sivaguru_ksrsivaguru_ksr Member Posts: 100
Hello,

I am getting following error in log file:

Error: 07/01/2009 3:21:53 PM [5] Dump of exception type 'System.Reflection.TargetInvocationException'
Message: Exception has been thrown by the target of an invocation.
Stack trace: 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 bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.OutlookModelProvider.OutlookObjects.Remove(Int32 index)
at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.Synchronization.MessageParser._ProcessElement(SynchronizationSchema synchronizationSchema, NavisionSynchronizationEntity navisionSynchronizationEntity, String synchronizationEntityCode, OutlookItem item, XPathNavigator elementNavigator, String navisionRecordId, ProcessedItemStatusStruc& processedItemStatusStruc)
at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.Synchronization.MessageParser._ProcessOutlookItem(XPathNavigator outlookItemElement, SynchronizationSchema synchronizationSchema, NavisionSynchronizationEntity navisionSynchronizationEntity, OutlookSynchronizationEntity outlookSynchronizationEntity, EntryIdStorage entryIdStorage, Boolean isConflictResolution)
at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.Synchronization.MessageParser.GetNextMessagePortion()
at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.Synchronization.Common._ProcessNavisionData(MemoryStream incomingStream)
at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.Synchronization.Common.DoSynchronization(BackgroundWorker worker, DoWorkEventArgs e)
Inner exception: System.Runtime.InteropServices.COMException (0x80004005): Standard verbs cannot be deleted. You can disable this verb instead.


The above error occurred ,when we run full synchronization process for second time(after making some changes to existing contacts,tasks and appointments... in outlook).

can anyone please ,let me know the reason for above error ?

Thanks in advance

Comments

  • sivaguru_ksrsivaguru_ksr Member Posts: 100
    I think,above error is because of improper settings in Outlook Synch. Entity Element(synchronization level 2 and 3)...
    Concept of synchronization level 2 and 3 is confusing for me...
    can anyone ,explain these concepts with an example...?

    In my case,consider two contacts of company type CT00001,CT00003 which has been synchroinized with MS Outlook with
    full synchronization option....then i have made changes in outlook for both conatcts (modified city,country/region code,province,address details)....

    after that,when i tried to do full synchronization ,above said error is logged in log file and in troubleshooting window
    i got
    'An outlook item from cont-comp entity cannot be synchronized because the deleting of the Actions collection of this entity is not supported'
  • sivaguru_ksrsivaguru_ksr Member Posts: 100
    Suppose if i use navision default Synchronization entities(default five entities without customization),during synchronization process...following error has been logged in log file:

    Error: 08/01/2009 2:36:43 PM [5] Cannot recognize type of a folder item.
    Error: 08/01/2009 2:36:44 PM [5] Dump of exception type 'System.ArgumentNullException'
    Message: Value cannot be null.
    Parameter name: type
    Stack trace: at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.OutlookModelProvider.OutlookFactory._RetrievePlugIn(Object innerObject, Type innerObjectType)
    at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.OutlookModelProvider.OutlookFactory.CreateOutlookItem(Object innerItem, Type innerItemType)
    at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.OutlookModelProvider.OutlookItems.GetItemById(String entryId)
    at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.Synchronization.MessageParser._ProcessOutlookItem(XPathNavigator outlookItemElement, SynchronizationSchema synchronizationSchema, NavisionSynchronizationEntity navisionSynchronizationEntity, OutlookSynchronizationEntity outlookSynchronizationEntity, EntryIdStorage entryIdStorage, Boolean isConflictResolution)
    at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.Synchronization.MessageParser.GetNextMessagePortion()
    at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.Synchronization.Common._ProcessNavisionData(MemoryStream incomingStream)
    at Microsoft.Dynamics.NAV.OLSync.NAVSyncAddIn.Synchronization.Common.DoSynchronization(BackgroundWorker worker, DoWorkEventArgs e)
  • Stryke69Stryke69 Member Posts: 7
    Hi, did you find a solution especially for your last problem? I'm getting exactly the same error log...
Sign In or Register to comment.