<?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>Question Re: Local Setup for 1905 Cloud Hot Folders . in CRM and CX Q&amp;A</title>
    <link>https://community.sap.com/t5/crm-and-cx-q-a/local-setup-for-1905-cloud-hot-folders/qaa-p/12199847#M421329</link>
    <description>&lt;P&gt;&lt;A href="https://answers.sap.com/storage/attachments/1799802-azure-snapshot.png"&gt;azure-snapshot.png&lt;/A&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;Issue fixed after reinstall plugin software and system update . But After followed below link steps &lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/viewer/0fa6bcf4736c46f78c248512391eb467/SHIP/en-US/4abf9290a64f43b59fbf35a3d8e5ba4d.html"&gt;https://help.sap.com/viewer/0fa6bcf4736c46f78c248512391eb467/SHIP/en-US/4abf9290a64f43b59fbf35a3d8e5ba4d.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;from microsoft azure explorer test.csv file datanot process to import into hybris.&lt;/P&gt;&lt;P&gt;Can some one help me out.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2020 12:38:43 GMT</pubDate>
    <dc:creator>sap_suresh</dc:creator>
    <dc:date>2020-04-21T12:38:43Z</dc:date>
    <item>
      <title>Local Setup for 1905 Cloud Hot Folders .</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/local-setup-for-1905-cloud-hot-folders/qaq-p/12199846</link>
      <description>&lt;P&gt;I have installed required soft for hot folder functionality for 1905.&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://help.sap.com/viewer/0fa6bcf4736c46f78c248512391eb467/SHIP/en-US/4abf9290a64f43b59fbf35a3d8e5ba4d.html"&gt;https://help.sap.com/viewer/0fa6bcf4736c46f78c248512391eb467/SHIP/en-US/4abf9290a64f43b59fbf35a3d8e5ba4d.html&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Can some one please help if i missing any config.&lt;/P&gt;
  &lt;P&gt;Please provide local required configs for hot folder functionality and Currently Which i am using in local.properties file configs but those are not working as expected?&lt;/P&gt;
  &lt;P&gt;# Hot folder .... cluster.node.groups=integration,yHotfolderCandidate azure.hotfolder.storage.container.hotfolder=master/hotfolder azure.hotfolder.storage.account.connection-string=UseDevelopmentStorage=true; &lt;/P&gt;
  &lt;P&gt;#azure.hotfolder.storage.container.name=devstoreaccount1 &lt;/P&gt;
  &lt;P&gt;#azure.hotfolder.storage.container.match.pattern=^((?!ignore).)*$ &lt;/P&gt;
  &lt;P&gt;#azure.hotfolder.storage.polling.fixed.rate=150000 &lt;/P&gt;
  &lt;P&gt;#azure.hotfolder.storage.polling.fetch.batch-size=1 &lt;/P&gt;
  &lt;P&gt;#azure.hotfolder.storage.delete.remote.files=true cloud.hotfolder.default.images.root.url=http://127.0.0.1:10000/${azure.hotfolder.storage.account.name}/${azure.hotfolder.storage.container.name}/${tenantId}/images cloud.hotfolder.default.images.media.folder.qualifier=azureimages&lt;/P&gt;
  &lt;P&gt;I am getting below error after server up:&lt;/P&gt;
  &lt;P&gt;Caused by: com.microsoft.azure.storage.StorageException: An unknown failure occurred : Connection refused: connect at com.microsoft.azure.storage.StorageException.translateException(StorageException.java:67) ~[azure-storage-8.1.0.jar:?] at com.microsoft.azure.storage.core.ExecutionEngine.executeWithRetry(ExecutionEngine.java:209) ~[azure-storage-8.1.0.jar:?] at com.microsoft.azure.storage.blob.CloudBlobContainer.exists(CloudBlobContainer.java:744) ~[azure-storage-8.1.0.jar:?] at com.microsoft.azure.storage.blob.CloudBlobContainer.createIfNotExists(CloudBlobContainer.java:354) ~[azure-storage-8.1.0.jar:?] at com.microsoft.azure.storage.blob.CloudBlobContainer.createIfNotExists(CloudBlobContainer.java:301) ~[azure-storage-8.1.0.jar:?] at de.hybris.platform.cloud.azure.hotfolder.remote.session.AzureBlobSession.getContainer(AzureBlobSession.java:338) ~[classes/:?] at de.hybris.platform.cloud.azure.hotfolder.remote.session.AzureBlobSession.list(AzureBlobSession.java:82) ~[classes/:?] at de.hybris.platform.cloud.azure.hotfolder.remote.session.AzureBlobSession.list(AzureBlobSession.java:1) ~[classes/:?] at de.hybris.platform.cloud.azure.hotfolder.remote.session.AzureBlobSession$FastClassBySpringCGLIB$62ee35a.invoke(&amp;lt;generated&amp;gt;) ~[classes/:?] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.13.RELEASE.jar:5.1.13.RELEASE] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:750) ~[spring-aop-5.1.13.RELEASE.jar:5.1.13.RELEASE] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.13.RELEASE.jar:5.1.13.RELEASE] at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.13.RELEASE.jar:5.1.13.RELEASE] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.13.RELEASE.jar:5.1.13.RELEASE] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689) ~[spring-aop-5.1.13.RELEASE.jar:5.1.13.RELEASE] at de.hybris.platform.cloud.azure.hotfolder.remote.session.AzureBlobSession$EnhancerBySpringCGLIB$7b2cda7c.list(&amp;lt;generated&amp;gt;) ~[classes/:?] at de.hybris.platform.cloud.azure.hotfolder.remote.inbound.AzureBlobInboundSynchronizer.transferFilesFromRemoteToLocal(AzureBlobInboundSynchronizer.java:432) ~[classes/:?] at de.hybris.platform.cloud.azure.hotfolder.remote.inbound.AzureBlobInboundSynchronizer.lambda$2(AzureBlobInboundSynchronizer.java:408) ~[classes/:?] at org.springframework.integration.file.remote.RemoteFileTemplate.execute(RemoteFileTemplate.java:437) ~[spring-integration-file-5.1.3.RELEASE.jar:5.1.3.RELEASE] at de.hybris.platform.cloud.azure.hotfolder.remote.inbound.AzureBlobInboundSynchronizer.synchronizeToLocalDirectoryAndGetFileInfo(AzureBlobInboundSynchronizer.java:407) ~[classes/:?] ... 36 more Caused by: java.net.ConnectException: Connection refused: connect.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 14:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/local-setup-for-1905-cloud-hot-folders/qaq-p/12199846</guid>
      <dc:creator>sap_suresh</dc:creator>
      <dc:date>2020-04-20T14:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Local Setup for 1905 Cloud Hot Folders .</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/local-setup-for-1905-cloud-hot-folders/qaa-p/12199847#M421329</link>
      <description>&lt;P&gt;&lt;A href="https://answers.sap.com/storage/attachments/1799802-azure-snapshot.png"&gt;azure-snapshot.png&lt;/A&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;Issue fixed after reinstall plugin software and system update . But After followed below link steps &lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/viewer/0fa6bcf4736c46f78c248512391eb467/SHIP/en-US/4abf9290a64f43b59fbf35a3d8e5ba4d.html"&gt;https://help.sap.com/viewer/0fa6bcf4736c46f78c248512391eb467/SHIP/en-US/4abf9290a64f43b59fbf35a3d8e5ba4d.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;from microsoft azure explorer test.csv file datanot process to import into hybris.&lt;/P&gt;&lt;P&gt;Can some one help me out.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 12:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/local-setup-for-1905-cloud-hot-folders/qaa-p/12199847#M421329</guid>
      <dc:creator>sap_suresh</dc:creator>
      <dc:date>2020-04-21T12:38:43Z</dc:date>
    </item>
  </channel>
</rss>

