<?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 Facing issue with importing process using AutomateC.exe from my script in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Facing-issue-with-importing-process-using-AutomateC-exe-from-my/m-p/47829#M3476</link>
    <description>Hi All, I am trying to import process in BluePrism&amp;nbsp;using the command line option i.e AutomateC.exe in my automation but facing an issue while calling automation scripts from outside VM "&lt;STRONG&gt;Login failed: Local System accounts, guest accounts and anonymous user credentials are not compatible with a single sign-on configuration "&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;If I use the below code snippet in Actual VM where my BluePrism is present, I am able to import the process. but when I use same code in my script then it gives me the above error.&lt;BR /&gt;Set-Location&amp;nbsp;-Path&amp;nbsp;"Path-till-AutomateC.exe-dir"
&lt;DIV&gt;&lt;SPAN&gt;$importProcessStatus&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;.\&lt;/SPAN&gt;&lt;SPAN&gt;AutomateC.exe&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;/importrelease&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"path-of-release"&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;/sso&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Note. Since I am using /SSO switch so for that I am executing those commands in a specific user context and that user has already access for BluePrism.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Invoke-Command&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;-Computername&amp;nbsp;"computername" -Credential&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$Cred&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;-ScriptBlock&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Set-Location&amp;nbsp;-Path&amp;nbsp;"Path-till-AutomateC.exe-dir"&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;$importProcessStatus&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;.\&lt;/SPAN&gt;&lt;SPAN&gt;AutomateC.exe&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;/importrelease&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"path-of-release"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;/sso&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Yogesh Adsare&lt;BR /&gt;------------------------------</description>
    <pubDate>Wed, 10 Jun 2020 06:07:00 GMT</pubDate>
    <dc:creator>YogeshAdsare</dc:creator>
    <dc:date>2020-06-10T06:07:00Z</dc:date>
    <item>
      <title>Facing issue with importing process using AutomateC.exe from my script</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Facing-issue-with-importing-process-using-AutomateC-exe-from-my/m-p/47829#M3476</link>
      <description>Hi All, I am trying to import process in BluePrism&amp;nbsp;using the command line option i.e AutomateC.exe in my automation but facing an issue while calling automation scripts from outside VM "&lt;STRONG&gt;Login failed: Local System accounts, guest accounts and anonymous user credentials are not compatible with a single sign-on configuration "&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;If I use the below code snippet in Actual VM where my BluePrism is present, I am able to import the process. but when I use same code in my script then it gives me the above error.&lt;BR /&gt;Set-Location&amp;nbsp;-Path&amp;nbsp;"Path-till-AutomateC.exe-dir"
&lt;DIV&gt;&lt;SPAN&gt;$importProcessStatus&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;.\&lt;/SPAN&gt;&lt;SPAN&gt;AutomateC.exe&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;/importrelease&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"path-of-release"&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;/sso&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Note. Since I am using /SSO switch so for that I am executing those commands in a specific user context and that user has already access for BluePrism.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Invoke-Command&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;-Computername&amp;nbsp;"computername" -Credential&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$Cred&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;-ScriptBlock&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Set-Location&amp;nbsp;-Path&amp;nbsp;"Path-till-AutomateC.exe-dir"&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;$importProcessStatus&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;.\&lt;/SPAN&gt;&lt;SPAN&gt;AutomateC.exe&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;/importrelease&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"path-of-release"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;/sso&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Yogesh Adsare&lt;BR /&gt;------------------------------</description>
      <pubDate>Wed, 10 Jun 2020 06:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Facing-issue-with-importing-process-using-AutomateC-exe-from-my/m-p/47829#M3476</guid>
      <dc:creator>YogeshAdsare</dc:creator>
      <dc:date>2020-06-10T06:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Facing issue with importing process using AutomateC.exe from my script</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Facing-issue-with-importing-process-using-AutomateC-exe-from-my/m-p/47830#M3477</link>
      <description>Hi Yogesh,&lt;BR /&gt;&lt;BR /&gt;Is your Blue Prism environment set up to use SSO?&amp;nbsp; It sounds like it isn't and you will have to use the /user switch instead.&amp;nbsp; If it is set to SSO, then you might need to use the RunAs command to set the user running the command line.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;All the best,&lt;BR /&gt;&lt;BR /&gt;Gabe&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gabe Marquez&lt;BR /&gt;Technical Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jun 2020 14:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Facing-issue-with-importing-process-using-AutomateC-exe-from-my/m-p/47830#M3477</guid>
      <dc:creator>gmarquez</dc:creator>
      <dc:date>2020-06-10T14:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Facing issue with importing process using AutomateC.exe from my script</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Facing-issue-with-importing-process-using-AutomateC-exe-from-my/m-p/47831#M3478</link>
      <description>Hi Gabe,&lt;BR /&gt;Our Blue Prism environment set to use SSO login only. However, if we try above commands in actual VM where our Blue Prism client exist then I am able to import the process but when I execute same commands from my PowerShell script on the VM using the below command&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoke-AzVMRunCommand&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;-ResourceGroupName&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$rgName&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;-VMName&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$vmName&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;-CommandId&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'RunPowerShellScript'&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;-ScriptPath&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'.\TestScripts\ImportProcessCommand.ps1'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;then I am getting error "&lt;STRONG&gt;Login failed: Local System accounts, guest accounts and anonymous user credentials are not compatible with a single sign-on configuration&lt;/STRONG&gt;"&lt;BR /&gt;&lt;BR /&gt;And in that ImprtProcessCommands.ps1 file we have below code snippet.&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;Invoke-Command&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;-Computername&amp;nbsp;"computername" -Credential&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$Cred&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;-ScriptBlock&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Set-Location&amp;nbsp;-Path&amp;nbsp;"Path-till-AutomateC.exe-dir"&lt;/SPAN&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;$importProcessStatus&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;.\&lt;/SPAN&gt;&lt;SPAN&gt;AutomateC.exe&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;/importrelease&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"path-of-release"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;/sso&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Yogesh Adsare&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jun 2020 05:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Facing-issue-with-importing-process-using-AutomateC-exe-from-my/m-p/47831#M3478</guid>
      <dc:creator>YogeshAdsare</dc:creator>
      <dc:date>2020-06-12T05:36:00Z</dc:date>
    </item>
  </channel>
</rss>

