<?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: Snap Creator: ERROR: Executable name has embedded quote, split the arguments in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71007#M1808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the fast reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, the &lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;NTAP_SNAPSHOT_CREATE_CMD01&lt;/SPAN&gt; in my question is actually working fine as I quoted it, the problem is related to the use of the " SERVER: " directive in the PRE/POST_NTAP_CMD01 commands. Based on your suggestion, I tried a couple of combinations, but none worked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This:&lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01=SERVER: \"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe\" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yields:&lt;/P&gt;&lt;P&gt;Executing Pre ntap command&amp;nbsp; \"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe\" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug on server &lt;/P&gt;&lt;P&gt;39 commands failed with following error &lt;/P&gt;&lt;P&gt;40 Executable name has embedded quote, split the arguments &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This:&lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01=SERVER: "\"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe\" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yields:&lt;/P&gt;&lt;P&gt;Executing Pre ntap command&amp;nbsp; "\"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe\" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug" on server &lt;/P&gt;&lt;P&gt;39 commands failed with following error &lt;/P&gt;&lt;P&gt;40 Executable name has embedded quote, split the arguments &lt;/P&gt;&lt;P&gt;41 Task: preNetAppCMD with config:SAP@sbx03_SBX_protection_manager failed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This: &lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01="SERVER: \"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe\" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yields:&lt;/P&gt;&lt;P&gt;[sbx03:9090 (4.0.0.1)] Executing Pre ntap command ["SERVER: \"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe\" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug"] on sbx03 &lt;/P&gt;&lt;P&gt;39 [sbx03:9090 (4.0.0.1)] Command ["SERVER: \"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe\" --server opsmgr01--port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug"] failed with return code [256] and message [] &lt;/P&gt;&lt;P&gt;40 Task: preNetAppCMD with config:SAP@sbx03_SBX_protection_manager failed &lt;/P&gt;&lt;P&gt;41 ########## Application not defined. Skipping Unquiesce task ########## &lt;/P&gt;&lt;P&gt;42 ########## Snap Creator Framework 4.0.0 failed ########## &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moving on to the use of single quotes &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This:&lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01=SERVER: 'C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe' --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yields:&lt;/P&gt;&lt;P&gt;Executing Pre ntap command&amp;nbsp; 'C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe' --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug on server &lt;/P&gt;&lt;P&gt;39 commands failed with following error &lt;/P&gt;&lt;P&gt;40 Cannot run program "'C:\Program": CreateProcess error=2, The system cannot find the file specified &lt;/P&gt;&lt;P&gt;41 Task: preNetAppCMD with config:SAP@sbx03_SBX_protection_manager failed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This:&lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01=SERVER: '"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe"' --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yields:&lt;/P&gt;&lt;P&gt;Executing Pre ntap command&amp;nbsp; '"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe"' --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug on server &lt;/P&gt;&lt;P&gt;39 commands failed with following error &lt;/P&gt;&lt;P&gt;40 Executable name has embedded quote, split the arguments &lt;/P&gt;&lt;P&gt;41 Task: preNetAppCMD with config:SAP@sbx03_SBX_protection_manager failed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This:&lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01=SERVER: '"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yields:&lt;/P&gt;&lt;P&gt;Executing Pre ntap command&amp;nbsp; '"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug' on server &lt;/P&gt;&lt;P&gt;39 commands failed with following error &lt;/P&gt;&lt;P&gt;40 Executable name has embedded quote, split the arguments &lt;/P&gt;&lt;P&gt;41 Task: preNetAppCMD with config:SAP@sbx03_SBX_protection_manager failed &lt;/P&gt;&lt;P&gt;42 ########## Application not defined. Skipping Unquiesce task ########## &lt;/P&gt;&lt;P&gt;43 ########## Snap Creator Framework 4.0.0 failed ########## &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in summary I cannot seem to get double quotes working in combination with the " SERVER: " directive to execute the command on the Snap Creator server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jul 2013 16:03:52 GMT</pubDate>
    <dc:creator>uptimenow</dc:creator>
    <dc:date>2013-07-02T16:03:52Z</dc:date>
    <item>
      <title>Snap Creator: ERROR: Executable name has embedded quote, split the arguments</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/70998#M1806</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;/P&gt;&lt;P&gt;With any of the following syntaxes to run a command PRE/POST a Snap Creator 4.0 backup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01=SERVER: "C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug"&lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01=SERVER: "C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe" --server opsmgr01--port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(note the use of the "SERVER:" directive and the placement of the double quotes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am encountering errors like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[2013-07-02 16:36:24,231] INFO: Executing Pre ntap command&amp;nbsp; "C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug" on server &lt;/P&gt;&lt;P&gt;38 [2013-07-02 16:36:24,231] ERROR: commands failed with following error &lt;/P&gt;&lt;P&gt;39 [2013-07-02 16:36:24,231] ERROR: Executable name has embedded quote, split the arguments &lt;/P&gt;&lt;P&gt;40 ########## Application not defined. Skipping Unquiesce task ########## &lt;/P&gt;&lt;P&gt;41 ########## Snap Creator Framework 4.0.0 failed ########## &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only syntax that works, is the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01=SERVER: C:\Progra~1\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe --server opsmgr01--port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it only works by removing the double quotes altogether and using Progra~1 instead of "Program Files".&lt;/P&gt;&lt;P&gt;I am only running into this problem when using the "SERVER:" directive to execute this command on the SC server, a command like this runs fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NTAP_SNAPSHOT_CREATE_CMD01="C:\Program Files\NetApp\SnapDrive\sdcli.exe" snap create -s %SNAME-%SNAP_TYPE_%SNAP_TIME -D E -u no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I doing something wrong here ? IS this a minor bug ? Ideally I would like to use the full pathname (ie. "Program Files" instead of "Progra~1") and quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Filip Sneppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:59:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/70998#M1806</guid>
      <dc:creator>uptimenow</dc:creator>
      <dc:date>2025-06-05T05:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Creator: ERROR: Executable name has embedded quote, split the arguments</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71003#M1807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Filip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NTAP_SNAPSHOT_CREATE_CMD01=\"C:\Program Files\NetApp\SnapDrive\sdcli.exe\" snap create -s %SNAME-%SNAP_TYPE_%SNAP_TIME -D E -u no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NTAP_SNAPSHOT_CREATE_CMD01=cmd /c "\"C:\Program Files\NetApp\SnapDrive\sdcli.exe\" snap create -s %SNAME-%SNAP_TYPE_%SNAP_TIME -D E -u no"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 15:23:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71003#M1807</guid>
      <dc:creator>ktenzer</dc:creator>
      <dc:date>2013-07-02T15:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Creator: ERROR: Executable name has embedded quote, split the arguments</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71007#M1808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the fast reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, the &lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;NTAP_SNAPSHOT_CREATE_CMD01&lt;/SPAN&gt; in my question is actually working fine as I quoted it, the problem is related to the use of the " SERVER: " directive in the PRE/POST_NTAP_CMD01 commands. Based on your suggestion, I tried a couple of combinations, but none worked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This:&lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01=SERVER: \"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe\" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yields:&lt;/P&gt;&lt;P&gt;Executing Pre ntap command&amp;nbsp; \"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe\" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug on server &lt;/P&gt;&lt;P&gt;39 commands failed with following error &lt;/P&gt;&lt;P&gt;40 Executable name has embedded quote, split the arguments &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This:&lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01=SERVER: "\"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe\" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yields:&lt;/P&gt;&lt;P&gt;Executing Pre ntap command&amp;nbsp; "\"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe\" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug" on server &lt;/P&gt;&lt;P&gt;39 commands failed with following error &lt;/P&gt;&lt;P&gt;40 Executable name has embedded quote, split the arguments &lt;/P&gt;&lt;P&gt;41 Task: preNetAppCMD with config:SAP@sbx03_SBX_protection_manager failed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This: &lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01="SERVER: \"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe\" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yields:&lt;/P&gt;&lt;P&gt;[sbx03:9090 (4.0.0.1)] Executing Pre ntap command ["SERVER: \"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe\" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug"] on sbx03 &lt;/P&gt;&lt;P&gt;39 [sbx03:9090 (4.0.0.1)] Command ["SERVER: \"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe\" --server opsmgr01--port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug"] failed with return code [256] and message [] &lt;/P&gt;&lt;P&gt;40 Task: preNetAppCMD with config:SAP@sbx03_SBX_protection_manager failed &lt;/P&gt;&lt;P&gt;41 ########## Application not defined. Skipping Unquiesce task ########## &lt;/P&gt;&lt;P&gt;42 ########## Snap Creator Framework 4.0.0 failed ########## &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moving on to the use of single quotes &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This:&lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01=SERVER: 'C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe' --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yields:&lt;/P&gt;&lt;P&gt;Executing Pre ntap command&amp;nbsp; 'C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe' --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug on server &lt;/P&gt;&lt;P&gt;39 commands failed with following error &lt;/P&gt;&lt;P&gt;40 Cannot run program "'C:\Program": CreateProcess error=2, The system cannot find the file specified &lt;/P&gt;&lt;P&gt;41 Task: preNetAppCMD with config:SAP@sbx03_SBX_protection_manager failed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This:&lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01=SERVER: '"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe"' --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yields:&lt;/P&gt;&lt;P&gt;Executing Pre ntap command&amp;nbsp; '"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe"' --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug on server &lt;/P&gt;&lt;P&gt;39 commands failed with following error &lt;/P&gt;&lt;P&gt;40 Executable name has embedded quote, split the arguments &lt;/P&gt;&lt;P&gt;41 Task: preNetAppCMD with config:SAP@sbx03_SBX_protection_manager failed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This:&lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01=SERVER: '"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yields:&lt;/P&gt;&lt;P&gt;Executing Pre ntap command&amp;nbsp; '"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug' on server &lt;/P&gt;&lt;P&gt;39 commands failed with following error &lt;/P&gt;&lt;P&gt;40 Executable name has embedded quote, split the arguments &lt;/P&gt;&lt;P&gt;41 Task: preNetAppCMD with config:SAP@sbx03_SBX_protection_manager failed &lt;/P&gt;&lt;P&gt;42 ########## Application not defined. Skipping Unquiesce task ########## &lt;/P&gt;&lt;P&gt;43 ########## Snap Creator Framework 4.0.0 failed ########## &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in summary I cannot seem to get double quotes working in combination with the " SERVER: " directive to execute the command on the Snap Creator server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 16:03:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71007#M1808</guid>
      <dc:creator>uptimenow</dc:creator>
      <dc:date>2013-07-02T16:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Creator: ERROR: Executable name has embedded quote, split the arguments</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71012#M1809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did a couple of attempts with the "cmd.exe /c" syntax you suggested, but that also didn't work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 16:20:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71012#M1809</guid>
      <dc:creator>uptimenow</dc:creator>
      <dc:date>2013-07-02T16:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Creator: ERROR: Executable name has embedded quote, split the arguments</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71016#M1810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01=SERVER:"C:\Program Files\NetApp\Snap_Creator_Framework\scServer4.0.0\snapcreator.exe" --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;If you are starting from console, try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01=SERVER:../snapcreator.exe --server opsmgr01 --port 8888 --profile SAP --config sbx03_snapdrive_protection_manager --action backup --policy daily --debug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 05:24:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71016#M1810</guid>
      <dc:creator>charly</dc:creator>
      <dc:date>2013-07-03T05:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Creator: ERROR: Executable name has embedded quote, split the arguments</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71021#M1811</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;/P&gt;&lt;P&gt;Are you saying not to use a space between the SERVER: directive and the rest of the line ?&lt;/P&gt;&lt;P&gt;I put a space in between the : and the command because it was mentioned multiple times here: &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.netapp.com/message/87989" title="https://communities.netapp.com/message/87989" target="_blank"&gt;https://communities.netapp.com/message/87989&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and with a space and the command as you suggested, I still get an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll give the second command a try, and I guess it'll work - probably with a backslash instead&lt;/P&gt;&lt;P&gt;since we're on Windows, but it'll only work because I want to run the snapcreator.exe command.&lt;/P&gt;&lt;P&gt;What if I want to run another executable via a path that contains a space ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 10:42:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71021#M1811</guid>
      <dc:creator>uptimenow</dc:creator>
      <dc:date>2013-07-03T10:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Creator: ERROR: Executable name has embedded quote, split the arguments</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71025#M1812</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;/P&gt;&lt;P&gt;For executing external commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRE_NTAP_CMD01=SERVER:"C:\sample config\Program Files\abc.bat"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working for me. Between what error you are getting newly..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Charly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 12:29:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71025#M1812</guid>
      <dc:creator>charly</dc:creator>
      <dc:date>2013-07-03T12:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Creator: ERROR: Executable name has embedded quote, split the arguments</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71030#M1813</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;/P&gt;&lt;P&gt;Sorry, but it's still not working here. I am still getting an error message. Maybe it is because I am running the SC server on Windows - are you running it on Linux ? Here's a screenshot of my test-config and resulting error from the first PRE_NTAP_CMD01.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/22034_snapcreator-error.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 09:20:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71030#M1813</guid>
      <dc:creator>uptimenow</dc:creator>
      <dc:date>2013-07-11T09:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Creator: ERROR: Executable name has embedded quote, split the arguments</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71035#M1814</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;/P&gt;&lt;P&gt;Mine is windows 7 and working fine with above command. I have done some more analysis and its might be because your java version is 7. I am using java 6 which is the supported version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the link bellow. This problem got introduced in Java 7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.oracle.com/technetwork/java/javase/7u21-relnotes-1932873.html#jruntime" title="http://www.oracle.com/technetwork/java/javase/7u21-relnotes-1932873.html#jruntime" target="_blank"&gt;http://www.oracle.com/technetwork/java/javase/7u21-relnotes-1932873.html#jruntime&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible please confirm the java version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command : java -version &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Charly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 11:54:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71035#M1814</guid>
      <dc:creator>charly</dc:creator>
      <dc:date>2013-07-11T11:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Creator: ERROR: Executable name has embedded quote, split the arguments</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71043#M1815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Charly, yes indeed I did install jre-7u21 on this server because the installation and admin guide for SC 4.0 mentions 1.6 or higher is required, and the example in the guide shows a 1.7 release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for troubleshooting this. I will - for now - keep using the C:\Progra~1\... notation as a workaround.&lt;/P&gt;&lt;P&gt;I'll leave it up to you guys to either update the installation and administration guide to restrict the supported Java versions to any versions that are not exposed to this change in behavior, or to work around this in future version of Snap Creator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thank you and Keith very much for the quick follow ups to my problem!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 12:10:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-ERROR-Executable-name-has-embedded-quote-split-the-arguments/m-p/71043#M1815</guid>
      <dc:creator>uptimenow</dc:creator>
      <dc:date>2013-07-11T12:10:35Z</dc:date>
    </item>
  </channel>
</rss>

