<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: UWL refresh issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/uwl-refresh-issue/m-p/10798001#M1880684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Biswajit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can look up below the link ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/TechTSG/(UWL)Completed+tasks+disappear+only+after+a+refresh+of+UWL+cache" title="http://wiki.scn.sap.com/wiki/display/TechTSG/(UWL)Completed+tasks+disappear+only+after+a+refresh+of+UWL+cache"&gt;(UWL)Completed tasks disappear only after a refresh of UWL cache - Technology Troubleshooting Guide - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Özgün&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2014 14:07:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-11-19T14:07:25Z</dc:date>
    <item>
      <title>UWL refresh issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uwl-refresh-issue/m-p/10797998#M1880681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a UWL implemented in our SAP EP 7.31 portal.&lt;/P&gt;&lt;P&gt;It fetches work items from a back end system which is connected by a RFC destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is seen that users have to hit the refresh button in UWL more than once to get the actual list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When&amp;nbsp; I checked the logs, found the following connectivity error to back end system:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;com.sap.portal.connectivity.destinations.PortalDestinationsServiceException: Could not get connection for alias PXXCLNTXXX. Contact your system administrator.&lt;/P&gt;&lt;P&gt;at com.sap.portal.connectivity.destinations.portal.PortalSystemLandscapeSource.getConnectionWithOverridingProps(PortalSystemLandscapeSource.java:123)&lt;/P&gt;&lt;P&gt;at com.sap.portal.connectivity.destinations.impl.DestinationServiceImpl.getConnection(DestinationServiceImpl.java:261)&lt;/P&gt;&lt;P&gt;at com.sap.portal.connectivity.destinations.DestinationsService.getConnection(DestinationsService.java:122)&lt;/P&gt;&lt;P&gt;at com.sap.netweaver.bc.uwl.utils.r3.Transaction.begin(Transaction.java:112)&lt;/P&gt;&lt;P&gt;at com.sap.netweaver.bc.uwl.utils.r3.Transaction.createInput(Transaction.java:216)&lt;/P&gt;&lt;P&gt;at com.sap.netweaver.bc.uwl.core.connect.webflow.R3SubstitutionManager.getAllSubstitutions(R3SubstitutionManager.java:120)&lt;/P&gt;&lt;P&gt;at com.sap.netweaver.bc.uwl.core.SubstitutionCheckThread$1.run(SubstitutionCheckThread.java:51)&lt;/P&gt;&lt;P&gt;at com.sap.netweaver.bc.uwl.core.SubstitutionCheckThread$1.run(SubstitutionCheckThread.java:40)&lt;/P&gt;&lt;P&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;/P&gt;&lt;P&gt;at javax.security.auth.Subject.doAs(Subject.java:337)&lt;/P&gt;&lt;P&gt;at com.sap.netweaver.bc.uwl.core.SubstitutionCheckThread.run(SubstitutionCheckThread.java:40)&lt;/P&gt;&lt;P&gt;at com.sap.netweaver.bc.uwl.core.ThreadManager$PoolWorker.run(ThreadManager.java:209)&lt;/P&gt;&lt;P&gt;Caused by: com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: A nested exception occurred. Could not initialize physical connection. &lt;/P&gt;&lt;P&gt;at com.sapportals.connectors.SAPCFConnector.SAPConnectorException.getNewConnectionFailedLocalizedException(SAPConnectorException.java:182)&lt;/P&gt;&lt;P&gt;at com.sapportals.connectors.SAPCFConnector.connection.SAPCFConnectorManagedConnectionFactory.createManagedConnection(SAPCFConnectorManagedConnectionFactory.java:155)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:401)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:295)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.connector.jca.ShareableConnectionManager.allocateConnection(ShareableConnectionManager.java:54)&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I pinged the destination, it shows successful connection established.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any option that I could try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Biswajit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 13:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uwl-refresh-issue/m-p/10797998#M1880681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-19T13:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: UWL refresh issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uwl-refresh-issue/m-p/10797999#M1880682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Biswajit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are well and many thanks for using the SAP Discussion Forums &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1078/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in relation to the scenario that you have described you mentioned the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You have the UWL implemented in your SAP EP 7.31 portal.&lt;/LI&gt;&lt;LI&gt;It fetches work items from a back end system which is connected by a RFC destination.&lt;/LI&gt;&lt;LI&gt;It is seen that users have to hit the refresh button in UWL more than once to get the actual list.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now regarding the exception you are recieving we can clearly see the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;connectivity.destinations.PortalDestinationsServiceException: Could not get connection for alias PXXCLNTXXX. Contact your system administrator.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on this exception there are several avenues of analysis that we can follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In scenarios like this when we see such a message what may be causing it is a misconfiguration/misalignment with regards to the UWL and destination setups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly view and implement the following note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Note 1133821 - UWL Destination Service Configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to the possibility of a misconfiguratin we can also consider checking the system alias and the connector setups themselves.Kindly implement the note number outlined above and also view the two documentation links provided below as they provide a detailed overview on the correct settings and configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Check that after applying Note 1133821 the destination names and the UWL connector names exactly match, even considering case-sensitiveness. If your portal system alias (=UWL connector name) is for example XYZCLNT100, then the rfc destination name should be exactly XYZCLNT100$WebFlowConnector. Please correct the rfc destination accordingly. (If Required)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: If you make changes kindly restart the Portal Cluster&lt;/P&gt;&lt;P&gt;2: Clear the UWL Cache/Restart the UWL service&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now retest, are you still encountering the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly update me as per your findings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I greatly appreciate your time and patience and I look forward to recieving your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Troy Cronin - Enterprise Portal Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 13:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uwl-refresh-issue/m-p/10797999#M1880682</guid>
      <dc:creator>troy_cronin2</dc:creator>
      <dc:date>2014-11-19T13:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: UWL refresh issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uwl-refresh-issue/m-p/10798000#M1880683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Troy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the refresh issue happens with a few users only. It works fine for others.&lt;/P&gt;&lt;P&gt;The log trace is fetched for one of those users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still insist that RFC configuration is incorrect, I would look into your suggestion and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Biswajit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 14:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uwl-refresh-issue/m-p/10798000#M1880683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-19T14:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: UWL refresh issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uwl-refresh-issue/m-p/10798001#M1880684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Biswajit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can look up below the link ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/TechTSG/(UWL)Completed+tasks+disappear+only+after+a+refresh+of+UWL+cache" title="http://wiki.scn.sap.com/wiki/display/TechTSG/(UWL)Completed+tasks+disappear+only+after+a+refresh+of+UWL+cache"&gt;(UWL)Completed tasks disappear only after a refresh of UWL cache - Technology Troubleshooting Guide - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Özgün&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 14:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uwl-refresh-issue/m-p/10798001#M1880684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-19T14:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: UWL refresh issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uwl-refresh-issue/m-p/10798002#M1880685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Biswajit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for the response and update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the observation of the traces I recommend and suggest reviewing the RFC configurations as based upon the exception there is a discrepancy. I've come across issues like this many times before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the refresh from a general perspective let us remember the baseline through which it functions and how the smallest discrepancy can obstruct this core functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly upon the initial loading of the UWL it takes a total of 5 minutes for all tasks to be loaded in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Segoe UI','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-IE;"&gt;The behaviour is completely normal. &lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Segoe UI','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-IE;"&gt;The UWL works using two Pull operations. Firstly tasks are pulled&lt;BR /&gt;from the backend into the UWL cache. They are pulled a second time from the cache into the UWL User Interface. Due to thisarchitecture there is an inherent delay in the automatic refreshes &lt;BR /&gt;of the UWL. There is no way, in the current architecture that the UWL can refresh instantaneously.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Segoe UI','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-IE;"&gt;This is upon inital load as t&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Segoe UI','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-IE;"&gt;he cache must be built first upon logon &lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Segoe UI','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-IE;"&gt;so there will always be a delay. Real time refresh in the latest versions, is only when you complete a task.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Segoe UI','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-IE;"&gt;Kindly let me know how you get on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Segoe UI','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-IE;"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Segoe UI','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-IE;"&gt;Troy Cronin - Enterprise Portal Support Engineer&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 14:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uwl-refresh-issue/m-p/10798002#M1880685</guid>
      <dc:creator>troy_cronin2</dc:creator>
      <dc:date>2014-11-19T14:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: UWL refresh issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uwl-refresh-issue/m-p/10798003#M1880686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Troy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the detailed explanation, really good info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if I input "&lt;LABEL class="urLblVAlign urL"&gt;Delta Pull Channel Refresh Period (in Seconds):&lt;/LABEL&gt;" as 60 (at present it is blank), will the first time load be vulnerable or will it have no effect; considering the default 5 minutes time that you mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Biswajit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 14:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uwl-refresh-issue/m-p/10798003#M1880686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-19T14:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: UWL refresh issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uwl-refresh-issue/m-p/10798004#M1880687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Biswajit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this setting :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the portal, navigate to &lt;SPAN class="menucascade ph"&gt;&lt;IMG alt="Start of the navigation path" class="jiveImage" src="http://help.sap.com/static/saphelp_nw73/en/DITAgraphics/navstart.gif" title="Start of the navigation path" /&gt; &lt;SPAN class="uicontrol ph"&gt;System Administration&lt;/SPAN&gt; &lt;IMG alt="Next navigation step" class="jiveImage" src="http://help.sap.com/static/saphelp_nw73/en/DITAgraphics/navstep.gif" title="Next navigation step" /&gt; &lt;SPAN class="uicontrol ph"&gt;System Configuration&lt;/SPAN&gt; &lt;IMG alt="Next navigation step" class="jiveImage" src="http://help.sap.com/static/saphelp_nw73/en/DITAgraphics/navstep.gif" title="Next navigation step" /&gt; &lt;SPAN class="uicontrol ph"&gt;Universal Worklist and Workflow&lt;/SPAN&gt; &lt;IMG alt="Next navigation step" class="jiveImage" src="http://help.sap.com/static/saphelp_nw73/en/DITAgraphics/navstep.gif" title="Next navigation step" /&gt; &lt;SPAN class="uicontrol ph"&gt;Universal Worklist Administration&lt;/SPAN&gt; &lt;IMG alt="End of the navigation path" class="jiveImage" src="http://help.sap.com/static/saphelp_nw73/en/DITAgraphics/navend.gif" title="End of the navigation path" /&gt;&lt;/SPAN&gt;.&lt;/LI&gt;&lt;LI&gt;Select the &lt;SPAN class="uicontrol ph"&gt;New&lt;/SPAN&gt; button to configure the connector. Enter the system alias you are using. You can also select an already registered &lt;SPAN class="uicontrol ph"&gt;WebflowConnector&lt;/SPAN&gt; and choose the &lt;SPAN class="uicontrol ph"&gt;Edit&lt;/SPAN&gt; button.&lt;/LI&gt;&lt;LI&gt;From the &lt;SPAN class="uicontrol ph"&gt;Connector Type&lt;/SPAN&gt; dropdown list, choose &lt;SPAN class="uicontrol ph"&gt;WebFlowConnector&lt;/SPAN&gt;.&lt;/LI&gt;&lt;LI&gt;Fill in the configuration details for the connector.&lt;/LI&gt;&lt;LI&gt;Select the &lt;SPAN class="uicontrol ph"&gt;Refresh completed items&lt;/SPAN&gt; checkbox.&lt;/LI&gt;&lt;LI&gt;To define the time period for UWL task list update, enter a number (in seconds) in the &lt;SPAN class="uicontrol ph"&gt;Refresh Period for Completed Items (in Seconds)&lt;/SPAN&gt; field.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this setting, you need to give some authorizations to end users :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uicontrol ph"&gt;Authorization object : S_RFC_ADM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uicontrol ph"&gt;&lt;/SPAN&gt;Authorization Field &lt;SPAN class="emphasis ph"&gt;ACTVT&lt;/SPAN&gt; must have value &lt;SPAN class="emphasis ph"&gt;"01: Create&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sarita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2014 06:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uwl-refresh-issue/m-p/10798004#M1880687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-22T06:20:27Z</dc:date>
    </item>
  </channel>
</rss>

