<?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 run a project sas entreprise guide with powershell in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/run-a-project-sas-entreprise-guide-with-powershell/m-p/570533#M160892</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a project business guide which I want to run only one branch.&lt;/P&gt;&lt;P&gt;Here is my code, but it does not work.&lt;/P&gt;&lt;P&gt;Can somebody help me please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;# Launch the application using the registered prog ID
$eguideApp = New-Object -comObject SASEGObjectModel.Application.4.3

$chemin = "C:\Users\Desktop\test.egp"

$project = $eguideApp.Open($chemin,"")

# Show all of the process flows in the project
$pfCollection = $project.ContainerCollection

$pf=$pfCollection.item("Connexion")
Write-Host " 1 - EXECUTION DU FLUX DE PROCESSUS " $pf.Name
# To RUN a process flow, simply use $pf.Run()
$pf.Run()

$pf=$pfCollection.item("pgm trim1")
Write-Host " 2 - EXECUTION DU FLUX DE PROCESSUS " $pf.Name
# To RUN a process flow, simply use $pf.Run()
$pf.Run()

$project.Close()

$eguideApp.Quit()&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 02 Jul 2019 12:57:14 GMT</pubDate>
    <dc:creator>isek</dc:creator>
    <dc:date>2019-07-02T12:57:14Z</dc:date>
    <item>
      <title>run a project sas entreprise guide with powershell</title>
      <link>https://communities.sas.com/t5/SAS-Programming/run-a-project-sas-entreprise-guide-with-powershell/m-p/570533#M160892</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a project business guide which I want to run only one branch.&lt;/P&gt;&lt;P&gt;Here is my code, but it does not work.&lt;/P&gt;&lt;P&gt;Can somebody help me please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;# Launch the application using the registered prog ID
$eguideApp = New-Object -comObject SASEGObjectModel.Application.4.3

$chemin = "C:\Users\Desktop\test.egp"

$project = $eguideApp.Open($chemin,"")

# Show all of the process flows in the project
$pfCollection = $project.ContainerCollection

$pf=$pfCollection.item("Connexion")
Write-Host " 1 - EXECUTION DU FLUX DE PROCESSUS " $pf.Name
# To RUN a process flow, simply use $pf.Run()
$pf.Run()

$pf=$pfCollection.item("pgm trim1")
Write-Host " 2 - EXECUTION DU FLUX DE PROCESSUS " $pf.Name
# To RUN a process flow, simply use $pf.Run()
$pf.Run()

$project.Close()

$eguideApp.Quit()&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Jul 2019 12:57:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/run-a-project-sas-entreprise-guide-with-powershell/m-p/570533#M160892</guid>
      <dc:creator>isek</dc:creator>
      <dc:date>2019-07-02T12:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: run a project sas entreprise guide with powershell</title>
      <link>https://communities.sas.com/t5/SAS-Programming/run-a-project-sas-entreprise-guide-with-powershell/m-p/632361#M187483</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/278504"&gt;@isek&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a project business guide which I want to run only one branch.&lt;/P&gt;&lt;P&gt;Here is my code, but it does not work.&lt;/P&gt;&lt;P&gt;Can somebody help me please &lt;A href="https://aboutdogfence.com/" target="_self"&gt;&lt;FONT color="#333333"&gt;about&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;# Launch the application using the registered prog ID
$eguideApp = New-Object -comObject SASEGObjectModel.Application.4.3

$chemin = "C:\Users\Desktop\test.egp"

$project = $eguideApp.Open($chemin,"")

# Show all of the process flows in the project
$pfCollection = $project.ContainerCollection

$pf=$pfCollection.item("Connexion")
Write-Host " 1 - EXECUTION DU FLUX DE PROCESSUS " $pf.Name
# To RUN a process flow, simply use $pf.Run()
$pf.Run()

$pf=$pfCollection.item("pgm trim1")
Write-Host " 2 - EXECUTION DU FLUX DE PROCESSUS " $pf.Name
# To RUN a process flow, simply use $pf.Run()
$pf.Run()

$project.Close()

$eguideApp.Quit()&lt;/CODE&gt;&lt;/PRE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Did you resolve it ?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Veeao&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 08:30:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/run-a-project-sas-entreprise-guide-with-powershell/m-p/632361#M187483</guid>
      <dc:creator>veeao</dc:creator>
      <dc:date>2020-03-16T08:30:17Z</dc:date>
    </item>
  </channel>
</rss>

