Hello,
I'm in setup of Desktop Connection for CRM 2.0 SP01. During first synchronisation I get following error in GeneralLog log.0000.txt:
[14-04-25 09:06:52.368261,T10172] [info] [connector_site]: Logged-in EmployeeMain: Markus Karsch ().
[14-04-25 09:06:52.368261,T10172] [info] [connector_site]: SyncStorage created.
[14-04-25 09:06:52.493240,T10172] [ERROR] [connector_site]: Connector managed exception '130428832124932406' : Die Sequenz enthält kein übereinstimmendes Element.
[14-04-25 09:06:52.524491,T10172] [debug] [first chance exception]: class std::runtime_error: Die Sequenz enthält kein übereinstimmendes Element.
[14-04-25 09:06:52.524491,T9364] [ERROR] [gen]: Exception: id=13042883212524491841, file ex_trace.0000.txt
[14-04-25 09:06:52.571393,T10172] [info] [sync_manager]: creation of connectors was canceled by error: Die Sequenz enthält kein übereinstimmendes Element.
[14-04-25 09:06:52.571393,T8780] [ERROR] [gen]: Exception: id=13042883212571393042, file ex_trace.0000.txt
[14-04-25 09:06:52.571393,T8760] [ERROR] [gen]: Exception: id=13042883212571393043, file ex_trace.0000.txt
[14-04-25 09:06:52.571393,T9468] [debug] [sync_scheduler]: set standby mode after general synchronization
[14-04-25 09:06:52.571393,T9468] [info] [sync_manager]: get_state for 'Remote' {B5994544-8604-1606-7568-8CD65299C1C8} and 'Local' {05F8CD93-7508-476F-96E5-61EBF8ED2D04}
[14-04-25 09:06:52.586994,T8768] [ERROR] [gen]: Exception: id=13042883212586994644, file ex_trace.0000.txt
[14-04-25 09:06:52.602644,T9468] [ERROR] [Tray Icon]: Interner Fehler: Fehler in Desktop Connection for SAP CRM aufgetreten; wenden Sie sich an Ihre Systemadministration
[14-04-25 09:06:52.633864,T9468] [debug] [state_matrix]: State "sync progress visible" changed to false
[14-04-25 09:06:52.665120,T9468] [debug] [state_matrix]: State "synchronizing" changed to false
Called URL which I have traced with Netweaver Gateway Payload Trace is: /sap/opu/odata/CRMGWS/GROUPWARE_SYNC//EmployeeMainCollection?$select=Guid,FirstName,LastName,EmailAddress&$filter=BelongingTo%20eq%20'Myself'
Response is:
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xml:base="https://xxx/sap/opu/odata/CRMGWS/GROUPWARE_SYNC/"><id>https://xxx/sap/opu/odata/CRMGWS/GROUPWARE_SYNC/EmployeeMainCollection</id><title type="text">EmployeeMainCollection</title><updated>2014-04-25T07:06:38Z</updated><author><name/></author><link href="EmployeeMainCollection" rel="self" title="EmployeeMainCollection"/><entry><id>https://xxx/sap/opu/odata/CRMGWS/GROUPWARE_SYNC/EmployeeMainCollection(guid'00505698-7A6C-1ED3-B2F3-5A2217FF53F4')</id><title type="text">Karsch</title><updated>2014-04-25T07:06:38Z</updated><category term="GROUPWARE_SYNC.EmployeeMain" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/><link href="EmployeeMainCollection(guid'00505698-7A6C-1ED3-B2F3-5A2217FF53F4')" rel="edit" title="EmployeeMain"/><content type="application/xml"><m:properties xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"><d:Guid>00505698-7A6C-1ED3-B2F3-5A2217FF53F4</d:Guid><d:FirstName>Markus</d:FirstName><d:LastName>Karsch</d:LastName><d:EmailAddress></d:EmailAddress></m:properties></content></entry></feed>
Error message in trace file ex_trace_managed.0000.txt:
<-------------------Exception: 130428832124932406------------------------------>
TYPE: InvalidOperationException
TIME: 25.04.2014, 07:06:52
MESSAGE: Die Sequenz enthält kein übereinstimmendes Element.
SOURCE: System.Core
METHOD: TSource First[TSource](System.Collections.Generic.IEnumerable`1[TSource], System.Func`2[TSource,System.Boolean])
STACK TRACE:
at TSource First[TSource](System.Collections.Generic.IEnumerable`1[TSource], System.Func`2[TSource,System.Boolean]) | Ln: 0, Col: 0 |
at System.Type GetType(System.String) | Ln: 0, Col: 0 |
at Common.Base.MetaDescriptor Load(Common.Incoming.ConnectorSite, OData.IAssemblyAccessor) | Ln: 0, Col: 0 |
at Common.Base.MetaDescriptor GetMetaDescriptor() | Ln: 0, Col: 0 |
at Common.ComAdapters.MetaDescriptorComAdapter <GetMetaDescriptor>b__1() | Ln: 0, Col: 0 |
at Void <LogException>b__0() | Ln: 0, Col: 0 |
at Void Filter(System.Action, System.Func`2[System.Exception,System.Boolean], System.Action`1[System.Exception]) | Ln: 0, Col: 0 |
<------------------------------130428832124932406------------------------------>
Does anyone know what the problem could be? Is it missing email address in response? I'm not sure why it's missing because email correct in my SAP user account and in my business partner entry.
Regards
Markus