<?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: AutomateC Command Line error - &amp;quot;Login Failed: The wrong login type was used...&amp;quot; in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/AutomateC-Command-Line-error-quot-Login-Failed-The-wrong-login/m-p/101365#M48347</link>
    <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/51281"&gt;@pors924s&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Are you in an SSO environment? If so, I believe you want to use the &lt;STRONG&gt;/sso&lt;/STRONG&gt; flag instead of the /user flag for authenticating.​&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://bpdocs.blueprism.com/bp-6-10/en-us/helpCommandLine.htm?Highlight=%2Fsso#Automate2" target="_blank" rel="noopener"&gt;https://bpdocs.blueprism.com/bp-6-10/en-us/helpCommandLine.htm?Highlight=%2Fsso#Automate2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric</description>
    <pubDate>Fri, 01 Oct 2021 12:08:21 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2021-10-01T12:08:21Z</dc:date>
    <item>
      <title>AutomateC Command Line error - "Login Failed: The wrong login type was used..."</title>
      <link>https://community.blueprism.com/t5/Product-Forum/AutomateC-Command-Line-error-quot-Login-Failed-The-wrong-login/m-p/101364#M48346</link>
      <description>Hi team,&lt;BR /&gt;&lt;BR /&gt;I would like to create a script to archive data via command line and am currently testing the commands I would need to use. I found documentation (&lt;A data-url="https://bpdocs.blueprism.com/bp-6-7/en-us/helpCommandLine.htm?tocpath=Interface%7CAdvanced%20options%7C_____2" class="embedly-content" href="https://bpdocs.blueprism.com/bp-6-7/en-us/helpCommandLine.htm?tocpath=Interface%7CAdvanced%20options%7C_____2" target="_blank" rel="noopener"&gt;Command line options&lt;/A&gt;
&lt;TABLE contenteditable="false" width="500" height="400" cellpadding="10" style="border: 1px solid #ebebeb; border-left: 8px solid #ebebeb"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="2" style="border: none"&gt;Blueprism&lt;/TD&gt;
&lt;TD style="border: none; text-align: right" align="right"&gt;&lt;SPAN class="remove-embedded-content" style="cursor: pointer"&gt;remove preview&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="border: none" colspan="3"&gt;
&lt;TABLE style="border: none"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="border: none"&gt;&lt;A style="text-decoration: none" href="https://bpdocs.blueprism.com/bp-6-7/en-us/helpCommandLine.htm?tocpath=Interface%7CAdvanced%20options%7C_____2" target="_blank" rel="noopener"&gt;&lt;IMG src="https://bpdocs.blueprism.com/bp-6-7/en-us/Resources/Images/bp-branding-2020/house-white-small.png" width="80" height="71" /&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD style="border: none"&gt;
&lt;TABLE style="border: none"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="border: none"&gt;Command line options&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="border: none"&gt;Blue Prism provides two utilities accepting command line switches: Automate.exe The graphical Blue Prism application. Any messages or feedback from this application is made visually. A return code of zero indicates success; a non-zero return code indicates an error. AutomateC.exe A commandline utility which returns messages and feedback to the command line (via standard output).&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="border: none"&gt;&lt;A style="text-decoration: none; color: cadetblue" target="_blank" href="https://bpdocs.blueprism.com/bp-6-7/en-us/helpCommandLine.htm?tocpath=Interface%7CAdvanced%20options%7C_____2" rel="noopener"&gt; View this on Blueprism &amp;gt;&lt;/A&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
) which tells me commands I need to employ. First, I am starting with setting the archive path since the "\archive" command does not seem allow that as a parameter. When I run this:&lt;BR /&gt;(C:\Program Files\Blue Prism Limited\Blue Prism Automate&amp;gt;AutomateC /setarchivepath "C:\Program Files\Blue Prism Limited\Blue Prism Automate\testArchive" /user &amp;lt;user&amp;gt; &amp;lt;pass&amp;gt;)&lt;BR /&gt;in the command prompt it is expecting some sort of login credentials.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36693.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36702i6A349D77171D82E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="36693.png" alt="36693.png" /&gt;&lt;/span&gt;&lt;BR /&gt;And the only way I would have known to use "/user" is because it provided it in an example call in the provided link (that parameter is not even presented as an option in the documentation). I also tried using the defined parameters, "/username" and "/password" which did not work.&lt;BR /&gt;&lt;BR /&gt;I figure it would be the same login credentials that blue prism expects in order to log me into the Interactive Client which uses windows authentication.&lt;BR /&gt;&lt;BR /&gt;I do also have permissions to archive automatically/manually which I think would be sufficient enough.&lt;BR /&gt;&lt;BR /&gt;As the picture suggests, what other login type could I use?</description>
      <pubDate>Thu, 30 Sep 2021 18:13:28 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/AutomateC-Command-Line-error-quot-Login-Failed-The-wrong-login/m-p/101364#M48346</guid>
      <dc:creator>pors924s</dc:creator>
      <dc:date>2021-09-30T18:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: AutomateC Command Line error - "Login Failed: The wrong login type was used..."</title>
      <link>https://community.blueprism.com/t5/Product-Forum/AutomateC-Command-Line-error-quot-Login-Failed-The-wrong-login/m-p/101365#M48347</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/51281"&gt;@pors924s&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Are you in an SSO environment? If so, I believe you want to use the &lt;STRONG&gt;/sso&lt;/STRONG&gt; flag instead of the /user flag for authenticating.​&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://bpdocs.blueprism.com/bp-6-10/en-us/helpCommandLine.htm?Highlight=%2Fsso#Automate2" target="_blank" rel="noopener"&gt;https://bpdocs.blueprism.com/bp-6-10/en-us/helpCommandLine.htm?Highlight=%2Fsso#Automate2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric</description>
      <pubDate>Fri, 01 Oct 2021 12:08:21 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/AutomateC-Command-Line-error-quot-Login-Failed-The-wrong-login/m-p/101365#M48347</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-10-01T12:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: AutomateC Command Line error - "Login Failed: The wrong login type was used..."</title>
      <link>https://community.blueprism.com/t5/Product-Forum/AutomateC-Command-Line-error-quot-Login-Failed-The-wrong-login/m-p/101366#M48348</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;It was that simple. Thank you​ so much for the help!&lt;BR /&gt;&lt;BR /&gt;Update: Other than the changed parameter from /user to using /sso, my organization requires that I run the command line as an Admin.</description>
      <pubDate>Mon, 04 Oct 2021 18:14:01 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/AutomateC-Command-Line-error-quot-Login-Failed-The-wrong-login/m-p/101366#M48348</guid>
      <dc:creator>pors924s</dc:creator>
      <dc:date>2021-10-04T18:14:01Z</dc:date>
    </item>
  </channel>
</rss>

