<?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: Deploy Configuration Fails - since E0403P04 in IMC</title>
    <link>https://community.hpe.com/t5/imc/deploy-configuration-fails-since-e0403p04/m-p/6887551#M3134</link>
    <description>&lt;P&gt;Wow, good catch! Thank you very much.&lt;/P&gt;&lt;P&gt;I removed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; $enable_prompt {
    set loop false
}&lt;/PRE&gt;&lt;P&gt;and it's working again!&lt;/P&gt;&lt;P&gt;I did check that script and found it weird that&amp;nbsp;this variable wasn't referenced.. But I&amp;nbsp;would never check in the ASA folder for advice. Cheers!&lt;/P&gt;&lt;P&gt;I will absolutely take this through our HPE support contact.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Aug 2016 23:32:07 GMT</pubDate>
    <dc:creator>Riborg</dc:creator>
    <dc:date>2016-08-10T23:32:07Z</dc:date>
    <item>
      <title>Deploy Configuration Fails - since E0403P04</title>
      <link>https://community.hpe.com/t5/imc/deploy-configuration-fails-since-e0403p04/m-p/6887401#M3131</link>
      <description>&lt;P&gt;After the upgrade to patch 3 (E0403P04) the Configuration Deploy to our Cisco devices stopped working. This has been working like a charm earlier..&lt;/P&gt;&lt;P&gt;We are using SCP as transfer mode. All devices have their SCP server enabled. The adapter-index.xml-file is updated with all devices. All devices are accessible via AAA and TACACS. When logging into the devices the user is passed directly to Enable mode.&lt;/P&gt;&lt;P&gt;Upgraded to P06 but the error still resides.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When trying to deploy a configuration the following error appears.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Task Finished – Failed to execute script.&lt;/P&gt;&lt;P&gt;(Clicking Details)&lt;/P&gt;&lt;P&gt;Deploy running configuration file to device by script.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Failed to execute script.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1.Please check if the script is correct.&lt;BR /&gt;2.Please check if the network connection to device is normal.&lt;BR /&gt;3.Please check if the (T)FTP Server is running.&lt;BR /&gt;4.Please check if the FTP username and password are correct.&lt;/P&gt;&lt;P&gt;(Clicking link "Failed to execute script.")&lt;/P&gt;&lt;P&gt;Error Prompt:&lt;BR /&gt;/opt/iMC/server/bin/../../server/conf/adapters/ICC/Cisco/CiscoIOSGeneric/deploy_running_config_scp.tcl(28): error: can't read "enable_prompt": no such variable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 15:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/deploy-configuration-fails-since-e0403p04/m-p/6887401#M3131</guid>
      <dc:creator>Riborg</dc:creator>
      <dc:date>2016-08-10T15:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy Configuration Fails - since E0403P04</title>
      <link>https://community.hpe.com/t5/imc/deploy-configuration-fails-since-e0403p04/m-p/6887548#M3133</link>
      <description>&lt;P&gt;I'm looking at &amp;lt;IMC&amp;gt;/server/conf/adapters/ICC/Cisco/CiscoIOSGeneric/deploy_running_config_scp.tcl, and it doesn't really make sense. It is looking for $enable_prompt, but that doesn't apply when SCP'ing a file.&lt;/P&gt;&lt;P&gt;$enable_prompt is set in initialize.tcl, but that never gets called when doing an SCP.&lt;/P&gt;&lt;P&gt;I think someone&amp;nbsp;at HP has been modifying some of the expect scripts, but they've blindly made that change to all the main&amp;nbsp;expect loops.&lt;/P&gt;&lt;P&gt;My advice is to:&lt;BR /&gt;(A) Take a look at the main expect loop in CiscoASA/deploy_running_config_scp.tcl. Make&amp;nbsp;the loop in the CiscoIOSGeneric/deploy_running_config_scp file&amp;nbsp;look similar. Key points are that it does not have enable_prompt as one of the options, but it *does* have the "100%" match. Also,&lt;/P&gt;&lt;P&gt;(B) Log a support case with HP so they fix this in future IMC patches. Otherwise you'll have to keep making the same changes as above every time you update IMC.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 23:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/deploy-configuration-fails-since-e0403p04/m-p/6887548#M3133</guid>
      <dc:creator>LindsayHill</dc:creator>
      <dc:date>2016-08-10T23:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy Configuration Fails - since E0403P04</title>
      <link>https://community.hpe.com/t5/imc/deploy-configuration-fails-since-e0403p04/m-p/6887551#M3134</link>
      <description>&lt;P&gt;Wow, good catch! Thank you very much.&lt;/P&gt;&lt;P&gt;I removed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; $enable_prompt {
    set loop false
}&lt;/PRE&gt;&lt;P&gt;and it's working again!&lt;/P&gt;&lt;P&gt;I did check that script and found it weird that&amp;nbsp;this variable wasn't referenced.. But I&amp;nbsp;would never check in the ASA folder for advice. Cheers!&lt;/P&gt;&lt;P&gt;I will absolutely take this through our HPE support contact.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 23:32:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/deploy-configuration-fails-since-e0403p04/m-p/6887551#M3134</guid>
      <dc:creator>Riborg</dc:creator>
      <dc:date>2016-08-10T23:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy Configuration Fails - since E0403P04</title>
      <link>https://community.hpe.com/t5/imc/deploy-configuration-fails-since-e0403p04/m-p/6887552#M3135</link>
      <description>&lt;P&gt;Good to hear it's working.&lt;/P&gt;&lt;P&gt;I've written a few custom adapters over the years, so I'm used to looking around at the other adapters to see how things are done.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 23:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/deploy-configuration-fails-since-e0403p04/m-p/6887552#M3135</guid>
      <dc:creator>LindsayHill</dc:creator>
      <dc:date>2016-08-10T23:45:54Z</dc:date>
    </item>
  </channel>
</rss>

