<?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 scp export error in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/scp-export-error/m-p/14936#M10955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My problem is:&lt;/P&gt;&lt;P&gt;when i'm using cli command "scp export configuration to user1@x.x.x.x:/home from running-config.xml" - all works perfect or "scp export log-file data-plane to user1@x.x.x.x:/home" - perfect.&lt;/P&gt;&lt;P&gt;And if i try "scp export logdb to user1@x.x.x.x:/home" - i get error message "'cat' is not recognized as an internal or external command, operable program or batch file." Same error message with "scp export log data to user1@x.x.x.x:/home start-time equal 2014/03/01@01:00:00 end-time equal 2014/03/20@01:00:00". &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Do any have the same problem or any solution? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2014 07:48:21 GMT</pubDate>
    <dc:creator>Interface</dc:creator>
    <dc:date>2014-03-26T07:48:21Z</dc:date>
    <item>
      <title>scp export error</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/scp-export-error/m-p/14936#M10955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My problem is:&lt;/P&gt;&lt;P&gt;when i'm using cli command "scp export configuration to user1@x.x.x.x:/home from running-config.xml" - all works perfect or "scp export log-file data-plane to user1@x.x.x.x:/home" - perfect.&lt;/P&gt;&lt;P&gt;And if i try "scp export logdb to user1@x.x.x.x:/home" - i get error message "'cat' is not recognized as an internal or external command, operable program or batch file." Same error message with "scp export log data to user1@x.x.x.x:/home start-time equal 2014/03/01@01:00:00 end-time equal 2014/03/20@01:00:00". &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Do any have the same problem or any solution? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 07:48:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/scp-export-error/m-p/14936#M10955</guid>
      <dc:creator>Interface</dc:creator>
      <dc:date>2014-03-26T07:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: scp export error</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/scp-export-error/m-p/14937#M10956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Interface,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using a windows server for SCP log export..?&lt;/P&gt;&lt;P&gt;Since we can have many lines of logs to export, the system cannot afford to &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;redirect&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; the output to a temp file and then &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN class="GINGER_SOFTWARE_mark"&gt;scp&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; it out (both in terms of disk &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;space&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; requirement and speed), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Instead, the query log is streamed to ssh via a pipe, and then to the remote &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;system's&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; unix "cat" command&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Something like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;pan_logquery | ssh user@remote "cat &amp;gt; /path/to/remote/filesystem"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;So, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Cannot redirect to a Windows server and need a Linux server or need to &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;install&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; Cigwin on Windows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;There is a BUG opened for this issue &lt;SPAN class="GINGER_SOFTWARE_mark"&gt;( &lt;/SPAN&gt;BUG-59472).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 14:02:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/scp-export-error/m-p/14937#M10956</guid>
      <dc:creator>HULK</dc:creator>
      <dc:date>2014-03-26T14:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: scp export error</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/scp-export-error/m-p/14938#M10957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Interface,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using windows server for SCP export the SCP export functionality to windows based severs is not supported. Currently we only support Linux based SCP server for export. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jahnavi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 21:39:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/scp-export-error/m-p/14938#M10957</guid>
      <dc:creator>jburugupalli</dc:creator>
      <dc:date>2014-03-26T21:39:46Z</dc:date>
    </item>
  </channel>
</rss>

