<?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: Adaptation Project Generator for VS Code - Adaptation... in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625348#M4820437</link>
    <description>&lt;P&gt;Yes, the adaptation editor is opened in the browser, but no application is loaded and I get the following errors when the UI5 resources are loaded:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="uifivvy_1-1709302350266.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/74190iD46FDE3F6F2B3DDE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uifivvy_1-1709302350266.png" alt="uifivvy_1-1709302350266.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2024 14:12:38 GMT</pubDate>
    <dc:creator>uifivvy</dc:creator>
    <dc:date>2024-03-01T14:12:38Z</dc:date>
    <item>
      <title>Adaptation Project Generator for VS Code - Adaptation Editor can not be opened</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaq-p/13620650</link>
      <description>&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;I have tried out the &lt;A href="https://community.sap.com/t5/technology-blogs-by-sap/introducing-sapui5-adaptation-projects-in-visual-studio-code/ba-p/13580992" target="_self"&gt;new&amp;nbsp;&lt;/A&gt;&lt;SPAN&gt;&lt;A href="https://community.sap.com/t5/technology-blogs-by-sap/introducing-sapui5-adaptation-projects-in-visual-studio-code/ba-p/13580992" target="_self"&gt;Adaptation Project Generator&lt;/A&gt; for Visual Studio Code an managed to generate an adaptation project for the application "Purchase Order" (F0348A).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But when I try to open the adaptation editor, an error is displayed:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jbarth_0-1709028263871.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/71772i1134D8032E7807B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jbarth_0-1709028263871.png" alt="jbarth_0-1709028263871.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Should the adaptation-editor.html be located in the webapp folder? Because this is not the case for my generated adaptation app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Julia&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 11:07:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaq-p/13620650</guid>
      <dc:creator>uifivvy</dc:creator>
      <dc:date>2024-02-27T11:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation Editor can not be opened</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13624801#M4820363</link>
      <description>Hi Julia, could you please</description>
      <pubDate>Fri, 01 Mar 2024 08:17:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13624801#M4820363</guid>
      <dc:creator>zdravko_georgiev</dc:creator>
      <dc:date>2024-03-01T08:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13624832#M4820365</link>
      <description>&lt;P&gt;Hi Julia,&lt;/P&gt;&lt;P&gt;could you please add "debug: true" in your ui5.yaml. It should look like this:&lt;/P&gt;&lt;LI-CODE lang="yaml"&gt;- name: fiori-tools-preview 
  afterMiddleware: compression 
  configuration: 
   component: myapp 
   ui5Theme: sap_horizon 
   debug: true&lt;/LI-CODE&gt;&lt;P&gt;afterwards please try to start the adaption editor again.&lt;/P&gt;&lt;P&gt;The file adaptation-editor.html is generated at runtime, so it does not need to be part of the webapp folder. The error code that you are getting indicates and issue with the backend&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 08:28:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13624832#M4820365</guid>
      <dc:creator>zdravko_georgiev</dc:creator>
      <dc:date>2024-03-01T08:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13624866#M4820374</link>
      <description>&lt;P&gt;Thank you for your comment, I tried to add the debug option, but it failed with the same error code. Do you know how we can detect the issue with the backend?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 08:57:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13624866#M4820374</guid>
      <dc:creator>uifivvy</dc:creator>
      <dc:date>2024-03-01T08:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13624900#M4820376</link>
      <description>Hi, what kind of backend do you have? What is the default authentication type of your backend?</description>
      <pubDate>Fri, 01 Mar 2024 09:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13624900#M4820376</guid>
      <dc:creator>zdravko_georgiev</dc:creator>
      <dc:date>2024-03-01T09:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13624976#M4820379</link>
      <description>The system is a S4HANA On Premise 2023 and we use basic authentication with user and password.</description>
      <pubDate>Fri, 01 Mar 2024 09:21:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13624976#M4820379</guid>
      <dc:creator>uifivvy</dc:creator>
      <dc:date>2024-03-01T09:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625023#M4820389</link>
      <description>Did you created the project in VSCode? If yes, is the system stored in VSCode? Are you getting asked for credentials when you try to start the adaptation editor?</description>
      <pubDate>Fri, 01 Mar 2024 09:44:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625023#M4820389</guid>
      <dc:creator>zdravko_georgiev</dc:creator>
      <dc:date>2024-03-01T09:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625044#M4820393</link>
      <description>Yes, I created the project in VS Code and I've stored the system there. It can be found under "SAP System Details", I've provided my credentials for the system there. If I test the connection, I get two messages: "V2 catalog call returned 149 services" and "V4 catalog service not available". I don't get asked for my credentials when I start the adaption editor.</description>
      <pubDate>Fri, 01 Mar 2024 09:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625044#M4820393</guid>
      <dc:creator>uifivvy</dc:creator>
      <dc:date>2024-03-01T09:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625113#M4820402</link>
      <description>&lt;P&gt;Hi Julia, are you behind a corporate proxy by any chance? Unfortunately the error message doesn't reveal much...We will work on improving this. Would it be possible for you to create an official support ticket for SAP? If not, you can the following on your side to debug the issue:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Navigate to&amp;nbsp;/node_modules/@sap-ux/axios-extension/dist/abap/lrep-service.js&lt;/LI&gt;&lt;LI&gt;Search for the method &lt;STRONG&gt;getCsrfToken&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Place a breakpoint in the catch block&lt;/LI&gt;&lt;LI&gt;Once the breakpoint is reached examine the error object. Do you see any additional information that might be the root cause for the issue?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;IMPORTANT: Do not post the error object in here as it contains sensitive data!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Zdravko&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 11:01:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625113#M4820402</guid>
      <dc:creator>zdravko_georgiev</dc:creator>
      <dc:date>2024-03-01T11:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625139#M4820406</link>
      <description>&lt;P&gt;Yes actually I am behind a proxy, could this be a problem?&lt;/P&gt;&lt;P&gt;I get the following error messages:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The following error was encountered while trying to retrieve the URL: "xxxx/sap/bc/lrep/actions/getcsrftoken/?"&lt;/LI&gt;&lt;LI&gt;Unable to determine IP address from host name "xxxx"&lt;/LI&gt;&lt;LI&gt;The DNS server returned: "Name Error: The domain name does not exist."&lt;/LI&gt;&lt;LI&gt;This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 01 Mar 2024 11:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625139#M4820406</guid>
      <dc:creator>uifivvy</dc:creator>
      <dc:date>2024-03-01T11:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625143#M4820408</link>
      <description>I could see the following error messages:</description>
      <pubDate>Fri, 01 Mar 2024 11:22:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625143#M4820408</guid>
      <dc:creator>uifivvy</dc:creator>
      <dc:date>2024-03-01T11:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625149#M4820409</link>
      <description>Hi Julia, yes, I believe that this is the root cause for the issue. Do you have the corporate proxy defined as environment variables HTTP_PROXY and HTTPS_PROXY. Or as Node.js env variables proxy and https-proxy?</description>
      <pubDate>Fri, 01 Mar 2024 11:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625149#M4820409</guid>
      <dc:creator>zdravko_georgiev</dc:creator>
      <dc:date>2024-03-01T11:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625311#M4820433</link>
      <description>&lt;P&gt;Thanks for the hint, I've defined the proxy in my .npmrc, but it was the wrong proxy. I fixed it and now the adaptation editor is openend &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But now I get an error when the UI5 resources gets loaded via &lt;A href="http://localhost:8080/resources/sap-ui-core.js" target="_blank" rel="noopener"&gt;http://localhost:8080/resources/sap-ui-core.js&lt;/A&gt;, my ui5.yaml configuration looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="uifivvy_0-1709300456650.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/74176i9B84337D19D5BDF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uifivvy_0-1709300456650.png" alt="uifivvy_0-1709300456650.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I start the editor, the following error message is displayed:&lt;/P&gt;&lt;P&gt;warn fiori-tools-proxy Unable to check if the 1.120.9 is available on the SAPUI5 SDK. Proceeding with loading the preview with this version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 13:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625311#M4820433</guid>
      <dc:creator>uifivvy</dc:creator>
      <dc:date>2024-03-01T13:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625334#M4820435</link>
      <description>Hi, ist the application now loading in the browser for you? The message "warn fiori-tools-proxy Unable to check if the 1.120.9 is available on the SAPUI5 SDK. Proceeding with loading the preview with this version.", is just a warning message indicating that the UI5 version checked failed (probably because of the corporate proxy), you can ignore this message.</description>
      <pubDate>Fri, 01 Mar 2024 14:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625334#M4820435</guid>
      <dc:creator>zdravko_georgiev</dc:creator>
      <dc:date>2024-03-01T14:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625348#M4820437</link>
      <description>&lt;P&gt;Yes, the adaptation editor is opened in the browser, but no application is loaded and I get the following errors when the UI5 resources are loaded:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="uifivvy_1-1709302350266.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/74190iD46FDE3F6F2B3DDE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uifivvy_1-1709302350266.png" alt="uifivvy_1-1709302350266.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 14:12:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625348#M4820437</guid>
      <dc:creator>uifivvy</dc:creator>
      <dc:date>2024-03-01T14:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625359#M4820440</link>
      <description>Can you put the ui5.sap.com on the no_proxy list? Please add in .npmrc the following "no_proxy=ui5.sap.com"</description>
      <pubDate>Fri, 01 Mar 2024 14:19:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625359#M4820440</guid>
      <dc:creator>zdravko_georgiev</dc:creator>
      <dc:date>2024-03-01T14:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625376#M4820443</link>
      <description>Sadly that didn't help &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;</description>
      <pubDate>Fri, 01 Mar 2024 14:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13625376#M4820443</guid>
      <dc:creator>uifivvy</dc:creator>
      <dc:date>2024-03-01T14:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13626804#M4820590</link>
      <description>Hi, are you able to open &lt;A href="https://ui5.sap.com" target="_blank"&gt;https://ui5.sap.com&lt;/A&gt; in your browser? Also if you just do "curl &lt;A href="https://ui5.sap.com" target="_blank"&gt;https://ui5.sap.com&lt;/A&gt;", does it work?</description>
      <pubDate>Mon, 04 Mar 2024 10:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13626804#M4820590</guid>
      <dc:creator>zdravko_georgiev</dc:creator>
      <dc:date>2024-03-04T10:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13626831#M4820591</link>
      <description>Yes, I can open &lt;A href="https://ui5.sap.com" target="_blank"&gt;https://ui5.sap.com&lt;/A&gt; without any problems in my browser and "curl &lt;A href="https://ui5.sap.com" target="_blank"&gt;https://ui5.sap.com&lt;/A&gt;" returns status code 200</description>
      <pubDate>Mon, 04 Mar 2024 10:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13626831#M4820591</guid>
      <dc:creator>uifivvy</dc:creator>
      <dc:date>2024-03-04T10:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Adaptation Project Generator for VS Code - Adaptation...</title>
      <link>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13626868#M4820595</link>
      <description>Hi, could you please try the following guide in order to load the UI5 resources locally: &lt;A href="https://www.npmjs.com/package/@sap/ux-ui5-tooling#example-configuration-for-serving-locally-ui5" target="_blank"&gt;https://www.npmjs.com/package/@sap/ux-ui5-tooling#example-configuration-for-serving-locally-ui5&lt;/A&gt;</description>
      <pubDate>Mon, 04 Mar 2024 11:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adaptation-project-generator-for-vs-code-adaptation-editor-can-not-be/qaa-p/13626868#M4820595</guid>
      <dc:creator>zdravko_georgiev</dc:creator>
      <dc:date>2024-03-04T11:15:16Z</dc:date>
    </item>
  </channel>
</rss>

