I'm trying to test the Sharepoint Datasync for two way communication with GroupWise and I'm having trouble getting GroupWise to write calendar events back to Sharepoint. We are running GW 8.0.2 HP2 with Datasync 1.2 build 579, and Sharepoint2010 essentials. What we are ultimately trying to do is create a two way calendar sync between specific accounts in GroupWise which will be tied to committee and organizational events calendars that can have events maintained by either the associated GroupWise account or by someone with Sharepoint only access so that the associated GW account calendars will also have the calendar sync.
When we create an event in Sharepoint it is properly syncing back to the GroupWise account that we are doing our testing with, but I am not seeing an initial sync of items going from GroupWise to Sharepoint, or if I create a new event in GroupWise I am not seeing it appear in Sharepoint. Below is a portion of the log file from around the time that the event was sent. The only thing that I noticed that may be the issue is that in the <metadata> section and <sourceName> tag there is currently no specific calendar set up for "ad_testing\TESTUSER" if that is what it is looking for. I've tried obscuring any details specific to my environment so if something in the log is out of place I may have missed something. Thank you for any assistance.
00:53.089 DEBUG_VERBOSE [SharepointListener] [PermissionsHandler:60] [userID:] [eventID:] [objectID:] [] Connected
2012-09-26 11:00:53.089 INFO_VERBOSE [SharepointListener] [UserGroupsHandler:50] [userID:] [eventID:] [objectID:] [] Connecting to http://SHAREDEV/_vti_bin/usergroup.asmx?wsdl using NTLM: True
2012-09-26 11:01:18.451 INFO_VERBOSE [CP WSGIServer Thread-3] [GenericApplicationInterface:90] [userID:] [eventID:] [objectID:] [] Received event from remote engine: default.pipeline1.groupwise-source-soapbridge.069293f207eb11e298ea005056bd0000
2012-09-26 11:01:18.452 DEBUG_VERBOSE [eventFromSE] [AppInterface:337] [userID:] [eventID:] [objectID:] [] Sending event to list handlerEvent
2012-09-26 11:01:18.452 DEBUG_VERBOSE [eventFromSE] [ListsHandler:230] [userID:] [eventID:] [objectID:] [] Sending event to event parser
2012-09-26 11:01:18.452 DEBUG_VERBOSE [eventFromSE] [ListsHandler:231] [userID:] [eventID:] [objectID:] [] <event version="1">
<metadata>
<sourceType>user</sourceType>
<type>add</type>
<folder>
<parent>default.pipeline1.groupwise_internal.a4ba8 00e025a11e298ea005056bd0000</parent>
</folder>
<origin>default.pipeline1.groupwise</origin>
<originType>groupwise</originType>
<timestamp>Wed, 26 Sep 2012 11:01:18 EDT</timestamp>
<id>default.pipeline1.groupwise-source-soapbridge.069293f207eb11e298ea005056bd0000</id>
<creationEventID>default.pipeline1.groupwise-source-soapbridge.069293f207eb11e298ea005056bd0000</creationEventID>
<sourceDN>cn=TESTUSER,ou=TESTOU,o=TESTORG</sourceDN>
<origSourceName>testuser</origSourceName>
<cacheID>5136</cacheID>
<sourceName>ad_testing\TESTUSER</sourceName>
</metadata>
<item type="Event">
<msgID>5062E0D0.mydomain.poa.100.1657A62.1.2B435.1 </msgID>
<Title>GroupWise Event</Title>
<distribution>
<from>
<displayName>Test User</displayName>
<email>TESTUSER@mail.mydomain.org</email>
<uuid>1735F7F0-02E1-0000-A2DE-665C48EECB9C</uuid>
</from>
<sendoptions>
<statusTracking>All</statusTracking>
</sendoptions>
</distribution>
<Begin>2012-09-28T17:00:00Z</Begin>
<End>2012-09-28T18:00:00Z</End>
</item>
</event>
2012-09-26 11:01:18.453 DEBUG_VERBOSE [eventFromSE] [EventParser:47] [userID:] [eventID:] [objectID:] [] PARSING
2012-09-26 11:01:18.453 DEBUG_VERBOSE [eventFromSE] [EventParser:58] [userID:] [eventID:] [objectID:] [] Event type: add
2012-09-26 11:01:18.455 ERROR_VERBOSE [eventFromSE] [util:248] [userID:] [eventID:] [objectID:] [] EXCEPTION: ********************
2012-09-26 11:01:18.455 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: Traceback (most recent call last):
2012-09-26 11:01:18.455 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "syncengine/lib/syncengine/GenericApplicationInterface.py", line 872, in incomingEventConsumer
2012-09-26 11:01:18.455 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "/var/tmp/datasync-syncengine-1.0-build/opt/novell/datasync/syncengine/connectors/sharepoint/bin/AppInterface.py", line 300, in engineEventReceived
2012-09-26 11:01:18.456 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "/var/tmp/datasync-syncengine-1.0-build/opt/novell/datasync/syncengine/connectors/sharepoint/bin/AppInterface.py", line 339, in incEngineEvent
2012-09-26 11:01:18.456 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "/var/tmp/datasync-syncengine-1.0-build/opt/novell/datasync/syncengine/connectors/sharepoint/bin/ListsHandler.py", line 232, in UpdateList
2012-09-26 11:01:18.456 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "/var/tmp/datasync-syncengine-1.0-build/opt/novell/datasync/syncengine/connectors/sharepoint/bin/EventParser.py", line 103, in parseEvent
2012-09-26 11:01:18.456 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "/var/tmp/datasync-syncengine-1.0-build/opt/novell/datasync/syncengine/connectors/sharepoint/bin/EventParser.py", line 29, in getUserNumAndResources
2012-09-26 11:01:18.456 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "lxml.objectify.pyx", line 221, in lxml.objectify.ObjectifiedElement.__getattr__ (src/lxml/lxml.objectify.c:2790)
2012-09-26 11:01:18.456 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "lxml.objectify.pyx", line 480, in lxml.objectify._lookupChildOrRaise (src/lxml/lxml.objectify.c:5288)
2012-09-26 11:01:18.456 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: AttributeError: no such child: recipients
2012-09-26 11:01:18.457 ERROR_VERBOSE [eventFromSE] [util:252] [userID:] [eventID:] [objectID:] [] EXCEPTION: ********************
2012-09-26 11:01:24.976 DEBUG_VERBOSE [SharepointListener] [UserGroupsHandler:66] [userID:] [eventID:] [objectID:] [] Connected
2012-09-26 11:01:24.976 INFO_VERBOSE [SharepointListener] [AppInterface:463] [userID:] [eventID:] [objectID:] [] Module Contact disabled. Skipping.
2012-09-26 11:01:24.976 INFO_VERBOSE [SharepointListener] [AppInterface:467] [userID:] [eventID:] [objectID:] [] MODULE: Task
2012-09-26 11:01:24.976 DEBUG_VERBOSE [SharepointListener] [ListsHandler:298] [userID:] [eventID:] [objectID:] [] Getting last time entry for Task
2012-09-26 11:01:24.976 DEBUG_VERBOSE [SharepointListener] [ListsHandler:301] [userID:] [eventID:] [objectID:] [] TimeDict: Entry for site/module: InSite/Task was already set to be 2012-09-26T14:57:46Z
2012-09-26 11:01:24.977 DEBUG_VERBOSE [SharepointListener] [ListsHandler:310] [userID:] [eventID:] [objectID:] [] IdMapping: Entry for site/module: InSite/Task was already set
2012-09-26 11:01:24.977 DEBUG_VERBOSE [SharepointListener] [ListsHandler:390] [userID:] [eventID:] [objectID:] [] {'listName': 'Tasks', 'viewFields': {'elemName': 'FieldRef', 'attrName': 'Name', 'attrValues': ['Title', 'Priority', 'Status', 'PercentComplete', 'AssignedTo', 'Body', 'StartDate', 'DueDate', 'GUID', 'Created', 'Modified', 'Attachments']}, 'since': '2012-09-26T14:57:46Z'}
2012-09-26 11:01:24.977 INFO_VERBOSE [SharepointListener] [ListsHandler:392] [userID:] [eventID:] [objectID:] [] Grabbing list changes for event: Task since time: 2012-09-26T14:57:46Z
2012-09-26 11:01:24.977 INFO_VERBOSE [SharepointListener] [ListsHandler:325] [userID:] [eventID:] [objectID:] [] Using list name: Tasks
2012-09-26 11:01:25.135 DEBUG_VERBOSE [SharepointListener] [ListsHandler:458] [userID:] [eventID:] [objectID:] [] TimeDict: Set time for site/module InSite/Task to 2012-09-26T14:57:46Z
2012-09-26 11:01:25.136 INFO_VERBOSE [SharepointListener] [AppInterface:467] [userID:] [eventID:] [objectID:] [] MODULE: Event
2012-09-26 11:01:25.136 DEBUG_VERBOSE [SharepointListener] [ListsHandler:298] [userID:] [eventID:] [objectID:] [] Getting last time entry for Event
2012-09-26 11:01:25.136 DEBUG_VERBOSE [SharepointListener] [ListsHandler:301] [userID:] [eventID:] [objectID:] [] TimeDict: Entry for site/module: InSite/Event was already set to be 2012-09-26T15:00:49Z
2012-09-26 11:01:25.136 DEBUG_VERBOSE [SharepointListener] [ListsHandler:310] [userID:] [eventID:] [objectID:] [] IdMapping: Entry for site/module: InSite/Event was already set
2012-09-26 11:01:25.136 DEBUG_VERBOSE [SharepointListener] [ListsHandler:390] [userID:] [eventID:] [objectID:] [] {'listName': 'Calendar', 'viewFields': {'elemName': 'FieldRef', 'attrName': 'Name', 'attrValues': ['Title', 'EventDate', 'EndDate', 'Description', 'Location', 'RecurrenceData', 'GUID', 'Created', 'Modified', 'Attachments']}, 'since': '2012-09-26T14:57:46Z'}
2012-09-26 11:01:25.137 INFO_VERBOSE [SharepointListener] [ListsHandler:392] [userID:] [eventID:] [objectID:] [] Grabbing list changes for event: Event since time: 2012-09-26T15:00:49Z
2012-09-26 11:01:25.137 INFO_VERBOSE [SharepointListener] [ListsHandler:325] [userID:] [eventID:] [objectID:] [] Using list name: Calendar
2012-09-26 11:01:25.297 DEBUG_VERBOSE [SharepointListener] [ListsHandler:458] [userID:] [eventID:] [objectID:] [] TimeDict: Set time for site/module InSite/Event to 2012-09-26T15:00:49Z
2012-09-26 11:01:25.297 INFO_VERBOSE [SharepointListener] [AppInterface:709] [userID:] [eventID:] [objectID:] [] Poll completed. Sleeping for 10
When we create an event in Sharepoint it is properly syncing back to the GroupWise account that we are doing our testing with, but I am not seeing an initial sync of items going from GroupWise to Sharepoint, or if I create a new event in GroupWise I am not seeing it appear in Sharepoint. Below is a portion of the log file from around the time that the event was sent. The only thing that I noticed that may be the issue is that in the <metadata> section and <sourceName> tag there is currently no specific calendar set up for "ad_testing\TESTUSER" if that is what it is looking for. I've tried obscuring any details specific to my environment so if something in the log is out of place I may have missed something. Thank you for any assistance.
00:53.089 DEBUG_VERBOSE [SharepointListener] [PermissionsHandler:60] [userID:] [eventID:] [objectID:] [] Connected
2012-09-26 11:00:53.089 INFO_VERBOSE [SharepointListener] [UserGroupsHandler:50] [userID:] [eventID:] [objectID:] [] Connecting to http://SHAREDEV/_vti_bin/usergroup.asmx?wsdl using NTLM: True
2012-09-26 11:01:18.451 INFO_VERBOSE [CP WSGIServer Thread-3] [GenericApplicationInterface:90] [userID:] [eventID:] [objectID:] [] Received event from remote engine: default.pipeline1.groupwise-source-soapbridge.069293f207eb11e298ea005056bd0000
2012-09-26 11:01:18.452 DEBUG_VERBOSE [eventFromSE] [AppInterface:337] [userID:] [eventID:] [objectID:] [] Sending event to list handlerEvent
2012-09-26 11:01:18.452 DEBUG_VERBOSE [eventFromSE] [ListsHandler:230] [userID:] [eventID:] [objectID:] [] Sending event to event parser
2012-09-26 11:01:18.452 DEBUG_VERBOSE [eventFromSE] [ListsHandler:231] [userID:] [eventID:] [objectID:] [] <event version="1">
<metadata>
<sourceType>user</sourceType>
<type>add</type>
<folder>
<parent>default.pipeline1.groupwise_internal.a4ba8 00e025a11e298ea005056bd0000</parent>
</folder>
<origin>default.pipeline1.groupwise</origin>
<originType>groupwise</originType>
<timestamp>Wed, 26 Sep 2012 11:01:18 EDT</timestamp>
<id>default.pipeline1.groupwise-source-soapbridge.069293f207eb11e298ea005056bd0000</id>
<creationEventID>default.pipeline1.groupwise-source-soapbridge.069293f207eb11e298ea005056bd0000</creationEventID>
<sourceDN>cn=TESTUSER,ou=TESTOU,o=TESTORG</sourceDN>
<origSourceName>testuser</origSourceName>
<cacheID>5136</cacheID>
<sourceName>ad_testing\TESTUSER</sourceName>
</metadata>
<item type="Event">
<msgID>5062E0D0.mydomain.poa.100.1657A62.1.2B435.1 </msgID>
<Title>GroupWise Event</Title>
<distribution>
<from>
<displayName>Test User</displayName>
<email>TESTUSER@mail.mydomain.org</email>
<uuid>1735F7F0-02E1-0000-A2DE-665C48EECB9C</uuid>
</from>
<sendoptions>
<statusTracking>All</statusTracking>
</sendoptions>
</distribution>
<Begin>2012-09-28T17:00:00Z</Begin>
<End>2012-09-28T18:00:00Z</End>
</item>
</event>
2012-09-26 11:01:18.453 DEBUG_VERBOSE [eventFromSE] [EventParser:47] [userID:] [eventID:] [objectID:] [] PARSING
2012-09-26 11:01:18.453 DEBUG_VERBOSE [eventFromSE] [EventParser:58] [userID:] [eventID:] [objectID:] [] Event type: add
2012-09-26 11:01:18.455 ERROR_VERBOSE [eventFromSE] [util:248] [userID:] [eventID:] [objectID:] [] EXCEPTION: ********************
2012-09-26 11:01:18.455 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: Traceback (most recent call last):
2012-09-26 11:01:18.455 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "syncengine/lib/syncengine/GenericApplicationInterface.py", line 872, in incomingEventConsumer
2012-09-26 11:01:18.455 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "/var/tmp/datasync-syncengine-1.0-build/opt/novell/datasync/syncengine/connectors/sharepoint/bin/AppInterface.py", line 300, in engineEventReceived
2012-09-26 11:01:18.456 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "/var/tmp/datasync-syncengine-1.0-build/opt/novell/datasync/syncengine/connectors/sharepoint/bin/AppInterface.py", line 339, in incEngineEvent
2012-09-26 11:01:18.456 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "/var/tmp/datasync-syncengine-1.0-build/opt/novell/datasync/syncengine/connectors/sharepoint/bin/ListsHandler.py", line 232, in UpdateList
2012-09-26 11:01:18.456 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "/var/tmp/datasync-syncengine-1.0-build/opt/novell/datasync/syncengine/connectors/sharepoint/bin/EventParser.py", line 103, in parseEvent
2012-09-26 11:01:18.456 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "/var/tmp/datasync-syncengine-1.0-build/opt/novell/datasync/syncengine/connectors/sharepoint/bin/EventParser.py", line 29, in getUserNumAndResources
2012-09-26 11:01:18.456 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "lxml.objectify.pyx", line 221, in lxml.objectify.ObjectifiedElement.__getattr__ (src/lxml/lxml.objectify.c:2790)
2012-09-26 11:01:18.456 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: File "lxml.objectify.pyx", line 480, in lxml.objectify._lookupChildOrRaise (src/lxml/lxml.objectify.c:5288)
2012-09-26 11:01:18.456 ERROR_VERBOSE [eventFromSE] [util:251] [userID:] [eventID:] [objectID:] [] EXCEPTION: AttributeError: no such child: recipients
2012-09-26 11:01:18.457 ERROR_VERBOSE [eventFromSE] [util:252] [userID:] [eventID:] [objectID:] [] EXCEPTION: ********************
2012-09-26 11:01:24.976 DEBUG_VERBOSE [SharepointListener] [UserGroupsHandler:66] [userID:] [eventID:] [objectID:] [] Connected
2012-09-26 11:01:24.976 INFO_VERBOSE [SharepointListener] [AppInterface:463] [userID:] [eventID:] [objectID:] [] Module Contact disabled. Skipping.
2012-09-26 11:01:24.976 INFO_VERBOSE [SharepointListener] [AppInterface:467] [userID:] [eventID:] [objectID:] [] MODULE: Task
2012-09-26 11:01:24.976 DEBUG_VERBOSE [SharepointListener] [ListsHandler:298] [userID:] [eventID:] [objectID:] [] Getting last time entry for Task
2012-09-26 11:01:24.976 DEBUG_VERBOSE [SharepointListener] [ListsHandler:301] [userID:] [eventID:] [objectID:] [] TimeDict: Entry for site/module: InSite/Task was already set to be 2012-09-26T14:57:46Z
2012-09-26 11:01:24.977 DEBUG_VERBOSE [SharepointListener] [ListsHandler:310] [userID:] [eventID:] [objectID:] [] IdMapping: Entry for site/module: InSite/Task was already set
2012-09-26 11:01:24.977 DEBUG_VERBOSE [SharepointListener] [ListsHandler:390] [userID:] [eventID:] [objectID:] [] {'listName': 'Tasks', 'viewFields': {'elemName': 'FieldRef', 'attrName': 'Name', 'attrValues': ['Title', 'Priority', 'Status', 'PercentComplete', 'AssignedTo', 'Body', 'StartDate', 'DueDate', 'GUID', 'Created', 'Modified', 'Attachments']}, 'since': '2012-09-26T14:57:46Z'}
2012-09-26 11:01:24.977 INFO_VERBOSE [SharepointListener] [ListsHandler:392] [userID:] [eventID:] [objectID:] [] Grabbing list changes for event: Task since time: 2012-09-26T14:57:46Z
2012-09-26 11:01:24.977 INFO_VERBOSE [SharepointListener] [ListsHandler:325] [userID:] [eventID:] [objectID:] [] Using list name: Tasks
2012-09-26 11:01:25.135 DEBUG_VERBOSE [SharepointListener] [ListsHandler:458] [userID:] [eventID:] [objectID:] [] TimeDict: Set time for site/module InSite/Task to 2012-09-26T14:57:46Z
2012-09-26 11:01:25.136 INFO_VERBOSE [SharepointListener] [AppInterface:467] [userID:] [eventID:] [objectID:] [] MODULE: Event
2012-09-26 11:01:25.136 DEBUG_VERBOSE [SharepointListener] [ListsHandler:298] [userID:] [eventID:] [objectID:] [] Getting last time entry for Event
2012-09-26 11:01:25.136 DEBUG_VERBOSE [SharepointListener] [ListsHandler:301] [userID:] [eventID:] [objectID:] [] TimeDict: Entry for site/module: InSite/Event was already set to be 2012-09-26T15:00:49Z
2012-09-26 11:01:25.136 DEBUG_VERBOSE [SharepointListener] [ListsHandler:310] [userID:] [eventID:] [objectID:] [] IdMapping: Entry for site/module: InSite/Event was already set
2012-09-26 11:01:25.136 DEBUG_VERBOSE [SharepointListener] [ListsHandler:390] [userID:] [eventID:] [objectID:] [] {'listName': 'Calendar', 'viewFields': {'elemName': 'FieldRef', 'attrName': 'Name', 'attrValues': ['Title', 'EventDate', 'EndDate', 'Description', 'Location', 'RecurrenceData', 'GUID', 'Created', 'Modified', 'Attachments']}, 'since': '2012-09-26T14:57:46Z'}
2012-09-26 11:01:25.137 INFO_VERBOSE [SharepointListener] [ListsHandler:392] [userID:] [eventID:] [objectID:] [] Grabbing list changes for event: Event since time: 2012-09-26T15:00:49Z
2012-09-26 11:01:25.137 INFO_VERBOSE [SharepointListener] [ListsHandler:325] [userID:] [eventID:] [objectID:] [] Using list name: Calendar
2012-09-26 11:01:25.297 DEBUG_VERBOSE [SharepointListener] [ListsHandler:458] [userID:] [eventID:] [objectID:] [] TimeDict: Set time for site/module InSite/Event to 2012-09-26T15:00:49Z
2012-09-26 11:01:25.297 INFO_VERBOSE [SharepointListener] [AppInterface:709] [userID:] [eventID:] [objectID:] [] Poll completed. Sleeping for 10