<?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: SnapCreator Powershell Toolkit - Can't connect to SC server in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/SnapCreator-Powershell-Toolkit-Can-t-connect-to-SC-server/m-p/9166#M969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, Siva. Same results:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS C:\pss&amp;gt; Connect-ScServer -Name 192.168.223.61 -Port 8443 -Credential (Get-Credential)&lt;/P&gt;&lt;P&gt;cmdlet Get-Credential at command pipeline position 1&lt;/P&gt;&lt;P&gt;Supply values for the following parameters:&lt;/P&gt;&lt;P&gt;Connect-ScServer : The server committed a protocol violation. Section=ResponseStatusLine&lt;/P&gt;&lt;P&gt;At line:1 char:1&lt;/P&gt;&lt;P&gt;+ Connect-ScServer -Name 192.168.223.61 -Port 8443 -Credential (Get-Credential)&lt;/P&gt;&lt;P&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidResult: (192.168.223.61:ScServer) [Connect-ScServer], CommunicationException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : HttpConnectionFailed,NetApp.SnapCreatorPS.Server.Cmdlets.ConnectScServer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2014 20:11:07 GMT</pubDate>
    <dc:creator>JOHNGARRETT</dc:creator>
    <dc:date>2014-04-18T20:11:07Z</dc:date>
    <item>
      <title>SnapCreator Powershell Toolkit - Can't connect to SC server</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapCreator-Powershell-Toolkit-Can-t-connect-to-SC-server/m-p/9158#M967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry if this is the wrong space for this question, so feel free to direct me to the correct place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When attempting to connect to the snap creator server either remotely or on the local host, I get the following output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS C:\pss&amp;gt; Connect-ScServer -Port 8443 -Credential (Get-Credential)&lt;/P&gt;&lt;P&gt;cmdlet Get-Credential at command pipeline position 1&lt;/P&gt;&lt;P&gt;Supply values for the following parameters:&lt;/P&gt;&lt;P&gt;Connect-ScServer : The server committed a protocol violation. Section=ResponseStatusLine&lt;/P&gt;&lt;P&gt;At line:1 char:1&lt;/P&gt;&lt;P&gt;+ Connect-ScServer -Port 8443 -Credential (Get-Credential)&lt;/P&gt;&lt;P&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidResult: (localhost:ScServer) [Connect-ScServer], CommunicationException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : HttpConnectionFailed,NetApp.SnapCreatorPS.Server.Cmdlets.ConnectScServer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what the issue is, as I'm following the help file's recommended format. Any thoughts as to what the protocol violation is that the error refers to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that this is SC toolkit version 4.1.7.0 with SnapCreator version 4.1P1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:37:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapCreator-Powershell-Toolkit-Can-t-connect-to-SC-server/m-p/9158#M967</guid>
      <dc:creator>JOHNGARRETT</dc:creator>
      <dc:date>2025-06-05T05:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: SnapCreator Powershell Toolkit - Can't connect to SC server</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapCreator-Powershell-Toolkit-Can-t-connect-to-SC-server/m-p/9162#M968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please try supplying the hostname (or IP Address) of the Snap Creator server as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Connect-ScServer -Name 10.10.10.1 -Port 8443 -Credential (Get-Credential)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to access the GUI from the same server where you are executing the PS commands?&lt;/P&gt;&lt;P&gt;Just want to make sure that the https communication to the snapcraetor is not blocked by firewall or other tools. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Siva Ramanathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 16:35:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapCreator-Powershell-Toolkit-Can-t-connect-to-SC-server/m-p/9162#M968</guid>
      <dc:creator>sivar</dc:creator>
      <dc:date>2014-04-18T16:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: SnapCreator Powershell Toolkit - Can't connect to SC server</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapCreator-Powershell-Toolkit-Can-t-connect-to-SC-server/m-p/9166#M969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, Siva. Same results:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS C:\pss&amp;gt; Connect-ScServer -Name 192.168.223.61 -Port 8443 -Credential (Get-Credential)&lt;/P&gt;&lt;P&gt;cmdlet Get-Credential at command pipeline position 1&lt;/P&gt;&lt;P&gt;Supply values for the following parameters:&lt;/P&gt;&lt;P&gt;Connect-ScServer : The server committed a protocol violation. Section=ResponseStatusLine&lt;/P&gt;&lt;P&gt;At line:1 char:1&lt;/P&gt;&lt;P&gt;+ Connect-ScServer -Name 192.168.223.61 -Port 8443 -Credential (Get-Credential)&lt;/P&gt;&lt;P&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidResult: (192.168.223.61:ScServer) [Connect-ScServer], CommunicationException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : HttpConnectionFailed,NetApp.SnapCreatorPS.Server.Cmdlets.ConnectScServer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 20:11:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapCreator-Powershell-Toolkit-Can-t-connect-to-SC-server/m-p/9166#M969</guid>
      <dc:creator>JOHNGARRETT</dc:creator>
      <dc:date>2014-04-18T20:11:07Z</dc:date>
    </item>
  </channel>
</rss>

