<?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: Error: Could not connect to the endpoint URL while de... in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13616216#M4819476</link>
    <description>&lt;P&gt;Good afternoon&amp;nbsp;RjainCap,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I think I have the same case.&lt;/P&gt;&lt;P&gt;Attaching view of last run .&amp;nbsp; ( I ran it at least 5 times then gave up and posted)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mich&amp;nbsp;&lt;/P&gt;&lt;P&gt;d&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichOnSAP_0-1708624176474.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/69495iB2C4A2A34D94CCA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichOnSAP_0-1708624176474.png" alt="MichOnSAP_0-1708624176474.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2024 17:52:14 GMT</pubDate>
    <dc:creator>MichOnSAP</dc:creator>
    <dc:date>2024-02-22T17:52:14Z</dc:date>
    <item>
      <title>Error: Could not connect to the endpoint URL while deploying Tutorial Model</title>
      <link>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaq-p/12802972</link>
      <description>&lt;P&gt;Hello Experts, &lt;BR /&gt;&lt;BR /&gt;I am new to AI Core and followed the Tutorial Series to get to know the environment. (&lt;A href="https://developers.sap.com/tutorials/ai-core-deploy.html#9dce1464-4b13-4f64-93ae-306986ef92cd"&gt;Make Predictions for House Prices with SAP AI Core | SAP Tutorials&lt;/A&gt;)&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;Unfortunately I've encountered an error I am unable to resolve. In the last steps of the Tutorial, while trying to deploy the model on a server, the error "Could not connect to the endpoint URL" appears. &lt;/P&gt;
  &lt;P&gt;I would be very grateful for your assistance.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2225966-screenshot-2023-11-03-171022.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 16:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaq-p/12802972</guid>
      <dc:creator>md_tcon07</dc:creator>
      <dc:date>2023-11-03T16:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not connect to the endpoint URL while deploying Tutorial Model</title>
      <link>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/12802973#M4807371</link>
      <description>&lt;P&gt;For further information: I meticulously followed every step of the Tutorial Series, i didn't change the code from the tutorial except the placeholders that were required to be replaced and the generated model is stored in my S3 Bucket. The Connection to the Bucket is stored in the Launchpad as is the connection to the GitHub. For further information feel free to ask!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 16:37:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/12802973#M4807371</guid>
      <dc:creator>md_tcon07</dc:creator>
      <dc:date>2023-11-03T16:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not connect to the endpoint URL while deploying Tutorial Model</title>
      <link>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/12802974#M4807372</link>
      <description>&lt;P&gt;Hi Duschl,&lt;/P&gt;&lt;P&gt;The botocore.exceptions.EndpointConnectionError error occurs when there is a problem with the connection to the AWS service endpoint. This can be due to a variety of reasons incorrect configuration, or the service not being available in the specified region. &lt;/P&gt;&lt;P&gt;Can you validate if your stored S3 object store Creds are the same as your current S3 creds?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 08:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/12802974#M4807372</guid>
      <dc:creator>anurag_batra</dc:creator>
      <dc:date>2023-11-09T08:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not connect to the endpoint URL while deploying Tutorial Model</title>
      <link>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/12802975#M4807373</link>
      <description>&lt;P&gt;Hello Anurag, &lt;BR /&gt;we were able to fix this problem. While the S3 credentials worked for storing the ai model, for some reason we had to change them for using them to deply a model.&lt;BR /&gt;&lt;BR /&gt;Thank you for answering and offering your help! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 10:35:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/12802975#M4807373</guid>
      <dc:creator>md_tcon07</dc:creator>
      <dc:date>2023-11-16T10:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not connect to the endpoint URL while deploying Tutorial Model</title>
      <link>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13599571#M4816617</link>
      <description>Hello. I am in the same place but months later. I have 2 Object Store secrets. Name are: default example-dataset/house-price-toy/model mys3 example-dataset/house-price-toy Url in error seems to be correct URL: "&lt;A href="https://s3-us-east-1.amazonaws.com/hello-aicore-data?prefix=example-dataset%2Fhouse-price-toy%2Fmodel%2Febee5c01cc324e12%2Fhousemodel&amp;amp;encoding-type=url" target="_blank"&gt;https://s3-us-east-1.amazonaws.com/hello-aicore-data?prefix=example-dataset%2Fhouse-price-toy%2Fmodel%2Febee5c01cc324e12%2Fhousemodel&amp;amp;encoding-type=url&lt;/A&gt;" I redid them and both appears to work for other steps. Thanks, Mich</description>
      <pubDate>Thu, 08 Feb 2024 14:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13599571#M4816617</guid>
      <dc:creator>MichOnSAP</dc:creator>
      <dc:date>2024-02-08T14:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not connect to the endpoint URL while deploying Tutorial Model</title>
      <link>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13615628#M4819419</link>
      <description>&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/886275"&gt;@md_tcon07&lt;/a&gt;: can you please share what changes you did for the S3 credentials? was there any access issue for your account in S3? If so, what additional roles are needed?</description>
      <pubDate>Thu, 22 Feb 2024 11:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13615628#M4819419</guid>
      <dc:creator>RjainCap68</dc:creator>
      <dc:date>2024-02-22T11:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not connect to the endpoint URL while de...</title>
      <link>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13615977#M4819442</link>
      <description>&lt;P&gt;Good morning md_tcon07,&lt;/P&gt;&lt;P&gt;Here below is my set up and no I did not have to adjust any AWS roles.&lt;BR /&gt;It just comes up when it wants to publish the model back. As when it gets stuck&lt;BR /&gt;it will continue to publish and use the data . (xyz is just my method to mask the real key)&lt;BR /&gt;Thanks,&lt;BR /&gt;Mich&lt;/P&gt;&lt;P&gt;Name - default&lt;BR /&gt;Type - S3&lt;BR /&gt;Path Prefix: example-dataset/house-price-toy/model&lt;BR /&gt;Bucket: hello-aicore-data&lt;BR /&gt;Endpoint: s3-us-east-1.amazonaws.com&lt;BR /&gt;Region : us-east-1&lt;/P&gt;&lt;P&gt;verify SSL : off&lt;BR /&gt;Use HTTPS : on&lt;BR /&gt;Secret:&lt;BR /&gt;{&lt;BR /&gt;"AWS_ACCESS_KEY_ID": "xyz5",&lt;BR /&gt;"AWS_SECRET_ACCESS_KEY": "xyzncdl"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Name - mys3&lt;BR /&gt;Type - S3&lt;BR /&gt;Path Prefix: example-dataset/house-price-toy&lt;BR /&gt;Bucket: hello-aicore-data&lt;BR /&gt;Endpoint: s3-us-east-1.amazonaws.com&lt;BR /&gt;Region : us-east-1&lt;/P&gt;&lt;P&gt;verify SSL : off&lt;BR /&gt;Use HTTPS : on&lt;BR /&gt;Secret:&lt;BR /&gt;{&lt;BR /&gt;"AWS_ACCESS_KEY_ID": "xyzU5",&lt;BR /&gt;"AWS_SECRET_ACCESS_KEY": "xyzcdl"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;From a local comand prompt listing ( same key to access)&lt;BR /&gt;aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/&lt;BR /&gt;PRE data/&lt;BR /&gt;PRE model/&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 14:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13615977#M4819442</guid>
      <dc:creator>MichOnSAP</dc:creator>
      <dc:date>2024-02-22T14:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not connect to the endpoint URL while de...</title>
      <link>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13616008#M4819447</link>
      <description>&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1383249"&gt;@MichOnSAP&lt;/a&gt; : Are you able to deploy the server? I have same configuration but the error persists. The model gets created and gets stored in the bucket, but error occurs only during the server deployment.</description>
      <pubDate>Thu, 22 Feb 2024 15:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13616008#M4819447</guid>
      <dc:creator>RjainCap68</dc:creator>
      <dc:date>2024-02-22T15:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not connect to the endpoint URL while de...</title>
      <link>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13616060#M4819453</link>
      <description>&lt;P&gt;Hello RjainCap,&lt;/P&gt;&lt;P&gt;Good question,&lt;BR /&gt;Yes , Below is a sample listing view of runs and one model.&lt;/P&gt;&lt;P&gt;Thank you ,&lt;BR /&gt;Mich&lt;/P&gt;&lt;P&gt;aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/&lt;BR /&gt;PRE data/&lt;BR /&gt;PRE model/&lt;/P&gt;&lt;P&gt;aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/model&lt;BR /&gt;PRE model/&lt;/P&gt;&lt;P&gt;aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/model/&lt;BR /&gt;PRE e2d8d89238047e54/&lt;BR /&gt;PRE e5040e89387a330a/&lt;BR /&gt;PRE eaf87aeb56cb9cd7/&lt;BR /&gt;PRE ebee5c01cc324e12/&lt;BR /&gt;PRE eed8ca84c3282328/&lt;BR /&gt;PRE efb703b375141f45/&lt;/P&gt;&lt;P&gt;aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/model/e2d8d89238047e54/&lt;BR /&gt;PRE housemodel/&lt;/P&gt;&lt;P&gt;aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/model/e2d8d89238047e54/housemodel/&lt;BR /&gt;2024-02-07 13:45:59 3348 model.pkl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 15:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13616060#M4819453</guid>
      <dc:creator>MichOnSAP</dc:creator>
      <dc:date>2024-02-22T15:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not connect to the endpoint URL while de...</title>
      <link>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13616069#M4819454</link>
      <description>&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1383249"&gt;@MichOnSAP&lt;/a&gt; : Yes, even for me the model gets created and gets stored in this location. But somehow, during server deployment, this endpoint is not reachable. Apologies to ask again, but were you able to generate prediction URL, meaning the server deplyed successfully?</description>
      <pubDate>Thu, 22 Feb 2024 15:46:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13616069#M4819454</guid>
      <dc:creator>RjainCap68</dc:creator>
      <dc:date>2024-02-22T15:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not connect to the endpoint URL while de...</title>
      <link>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13616216#M4819476</link>
      <description>&lt;P&gt;Good afternoon&amp;nbsp;RjainCap,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I think I have the same case.&lt;/P&gt;&lt;P&gt;Attaching view of last run .&amp;nbsp; ( I ran it at least 5 times then gave up and posted)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mich&amp;nbsp;&lt;/P&gt;&lt;P&gt;d&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichOnSAP_0-1708624176474.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/69495iB2C4A2A34D94CCA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichOnSAP_0-1708624176474.png" alt="MichOnSAP_0-1708624176474.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 17:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13616216#M4819476</guid>
      <dc:creator>MichOnSAP</dc:creator>
      <dc:date>2024-02-22T17:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not connect to the endpoint URL while deploying Tutorial Model</title>
      <link>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13620042#M4819858</link>
      <description>&lt;P&gt;Tutorial says&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;endpoint &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;"s3-eu-central-1.amazonaws.com"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;# Change this&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It should be:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;endpoint &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;"s3.eu-central-1.amazonaws.com"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;# `s3-` changed to `s3.`&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Source: &lt;A href="https://docs.aws.amazon.com/general/latest/gr/s3.html" target="_blank" rel="noopener"&gt;https://docs.aws.amazon.com/general/latest/gr/s3.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 22:16:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13620042#M4819858</guid>
      <dc:creator>gianfranco-salomone</dc:creator>
      <dc:date>2024-02-26T22:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not connect to the endpoint URL while deploying Tutorial Model</title>
      <link>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13628256#M4820731</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1406775"&gt;@Gianfranco&lt;/a&gt;-salomone : Thank you. Your solution works, I was able to proceed.&amp;nbsp;&lt;BR /&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1383249"&gt;@MichOnSAP&lt;/a&gt;&amp;nbsp;: If you are still struggling, I suggest take a look at this solution.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 11:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-could-not-connect-to-the-endpoint-url-while-deploying-tutorial-model/qaa-p/13628256#M4820731</guid>
      <dc:creator>RjainCap68</dc:creator>
      <dc:date>2024-03-05T11:13:31Z</dc:date>
    </item>
  </channel>
</rss>

