<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Maven Setting Error</title><link>https://community.appian.com/discussions/f/rpa/26918/maven-setting-error</link><description>Hi 
 I am trying to do &amp;#39;Maven Setting&amp;#39; with Appian RPA Configurator. 
 However, an error message below is poped up. 
 ・Authentication Error!: Check that the provided console repository URL and the maven API key are valid. 
 This means that the provided</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Maven Setting Error</title><link>https://community.appian.com/thread/105881?ContentTypeID=1</link><pubDate>Fri, 23 Dec 2022 02:05:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dc47b797-2b94-4b8f-8f64-feff87adb63b</guid><dc:creator>motoyay3833</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Thank you for reply.&lt;/p&gt;
&lt;p&gt;I have one question.&lt;/p&gt;
&lt;p&gt;Could you share me the list of networks that should be allowed to connect in order to build the environment for developing Appian RPA robots.&lt;br /&gt;My PC environment does not allow connections to most networks.&lt;br /&gt;I need to ask my administrator to add the list of networks I want to connect to to the whitelist.&lt;/p&gt;
&lt;p&gt;Finally, I will explain why I decided to build an Appian RPA robot.&lt;br /&gt;I would like to mainly implement 1～4 with Appian, but it seemed difficult to implement with low code.&lt;br /&gt;1. Connect to MS Access DB and synchronize data between Appian and MS Access&lt;br /&gt;2. input values and lists entered in specific sheets of MS Excel to Appian&lt;br /&gt;3. Enter a value from Appian to a specific cell in a specific sheet of MS Excel&lt;br /&gt;4. Execute macro/VBA defined in MS Excel from Appian&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Maven Setting Error</title><link>https://community.appian.com/thread/105858?ContentTypeID=1</link><pubDate>Thu, 22 Dec 2022 12:30:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a01cabf4-1d57-4a5a-b206-b6ff080bc1d5</guid><dc:creator>David Catalan</dc:creator><description>&lt;p&gt;Hi;&lt;/p&gt;
&lt;p&gt;The input data are correct. The problem must be, as you have indicated above, is that if you do not have direct output to the internet, you will need to configure the proxy.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You will indeed have to configure the proxy in your settings.com file. You can search the internet for how to do it, but I think it&amp;#39;s an entry like this one:&lt;/p&gt;
&lt;blockquote&gt;
&lt;pre class="lang-xml s-code-block"&gt;&lt;code class="hljs language-xml"&gt; &lt;span class="hljs-tag"&gt;&amp;lt;&lt;span class="hljs-name"&gt;proxies&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;span class="hljs-tag"&gt; &amp;lt;&lt;span class="hljs-name"&gt;proxy&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="hljs-tag"&gt; &amp;lt;&lt;span class="hljs-name"&gt;active&lt;/span&gt;&amp;gt;&lt;/span&gt;true&lt;span class="hljs-tag"&gt;&amp;lt;/&lt;span class="hljs-name"&gt;active&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="hljs-tag"&gt; &amp;lt;&lt;span class="hljs-name"&gt;protocol&lt;/span&gt;&amp;gt;&lt;/span&gt;http&lt;span class="hljs-tag"&gt;&amp;lt;/&lt;span class="hljs-name"&gt;protocol&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="hljs-tag"&gt; &amp;lt;&lt;span class="hljs-name"&gt;host&lt;/span&gt;&amp;gt;&lt;/span&gt;proxy.yourcompany.com&lt;span class="hljs-tag"&gt;&amp;lt;/&lt;span class="hljs-name"&gt;host&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="hljs-tag"&gt; &amp;lt;&lt;span class="hljs-name"&gt;port&lt;/span&gt;&amp;gt;&lt;/span&gt;8080&lt;span class="hljs-tag"&gt;&amp;lt;/&lt;span class="hljs-name"&gt;port&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="hljs-tag"&gt; &amp;lt;&lt;span class="hljs-name"&gt;username&lt;/span&gt;&amp;gt;&lt;/span&gt;user&lt;span class="hljs-tag"&gt;&amp;lt;/&lt;span class="hljs-name"&gt;username&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="hljs-tag"&gt; &amp;lt;&lt;span class="hljs-name"&gt;password&lt;/span&gt;&amp;gt;&lt;/span&gt;password&lt;span class="hljs-tag"&gt;&amp;lt;/&lt;span class="hljs-name"&gt;password&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="hljs-tag"&gt; &amp;lt;/&lt;span class="hljs-name"&gt;proxy&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="hljs-tag"&gt;&amp;lt;/&lt;span class="hljs-name"&gt;proxies&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;p class="lang-xml s-code-block"&gt;&lt;code class="hljs language-xml"&gt;&lt;span class="hljs-tag"&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p class="lang-xml s-code-block"&gt;&lt;code class="hljs language-xml"&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p class="lang-xml s-code-block"&gt;&lt;code class="hljs language-xml"&gt;&lt;span class="hljs-tag"&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;Additionally, I take this opportunity to invite you to tell us what limitations you have found in the Low Code modules of Appian RPA to decide to implement your own Java methods. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;It is possible that we can make some recommendations based on Low Code that can help you. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;If you wish, you can start a new discussion.&lt;/span&gt; &lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Maven Setting Error</title><link>https://community.appian.com/thread/105846?ContentTypeID=1</link><pubDate>Thu, 22 Dec 2022 01:29:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:295ab366-5380-442b-832d-e103c0f90e8c</guid><dc:creator>motoyay3833</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I would like to confirm if these values I input in Appian RPA Repository is correct.&lt;/p&gt;
&lt;p&gt;Below are the actual values I input.&lt;/p&gt;
&lt;p&gt;-&lt;span&gt;URL to the Appian RPA console&amp;#39;s repository:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/61/pastedimage1671672404258v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;-Appian username:&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/61/pastedimage1671672343666v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;- Maven API Key:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/61/pastedimage1671672467890v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I input the values described above many times , but I&amp;#39;m getting an error.&lt;br /&gt;Could tell me what I should do?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Maven Setting Error</title><link>https://community.appian.com/thread/105799?ContentTypeID=1</link><pubDate>Wed, 21 Dec 2022 05:07:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cfdb79d3-d6bf-44cb-b89e-235a44cf49c0</guid><dc:creator>motoyay3833</dc:creator><description>&lt;p&gt;Thank you for reply.&lt;/p&gt;
&lt;p&gt;I see the configurator create a new settings.xml after I remove the old settings.xml.&lt;br /&gt;values of URL to the Appian RPA console&amp;#39;s repository, Appian username　and Maven API Key in the settings.xml is correct.&lt;/p&gt;
&lt;p&gt;I have input URL to the Appian RPA console&amp;#39;s repository, Appian username　and Maven API Key to Appian RPA Configurator many times.&lt;br /&gt;However, the error persists.&lt;/p&gt;
&lt;p&gt;Could you let me know if proxy settings are required in settings.xml?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Maven Setting Error</title><link>https://community.appian.com/thread/105763?ContentTypeID=1</link><pubDate>Tue, 20 Dec 2022 12:48:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a0c7b476-55e2-414e-85f8-87fefc05dce5</guid><dc:creator>David Catalan</dc:creator><description>&lt;p&gt;Hi:&lt;/p&gt;
&lt;p&gt;That means that at least one of the three next values is wrong&lt;/p&gt;
&lt;p&gt;- URL to the Appian RPA console&amp;#39;s repository: For example, If your Appian community site is&amp;nbsp;&lt;a class="oiM5sf" dir="ltr" href="https://yuod.appian.community/suite/design/objects" rel="nofollow noopener noreferrer" target="_blank"&gt;https://yuod.appian.community&lt;/a&gt;&amp;nbsp;the repository&amp;#39;s URL is&amp;nbsp;&lt;a class="oiM5sf" dir="ltr" href="https://yuod.appian.community/suite/design/objects" rel="nofollow noopener noreferrer" target="_blank"&gt;https://yuod.appian.community/rpa/repo&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;- Appian username: Your username used to login to Appian&amp;#39;s site&lt;/p&gt;
&lt;p&gt;- Maven API Key: In the Appian RPA console, the settings icon is located&amp;nbsp;in the upper right corner.&amp;nbsp;When you click on the wheel, the &amp;quot;Refresh Maven Key&amp;quot; option appears. By clicking on it, the new key will appear.&lt;/p&gt;
&lt;p&gt;Please, review these values.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Additionally, to be sure that there are nothing wrong in your environment you&amp;nbsp;could&amp;nbsp;remove your ${user.home}/.m2/settings.xml. The configurator will create a new one if it is not present, and will generate a new tag &amp;quot;server&amp;quot; with the id &amp;quot;jidoka&amp;quot; with the configuration provided.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>