<?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 Wrapper Script No Longer Works After Upgrade from 4.0p1 to 4.1P1 in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-Wrapper-Script-No-Longer-Works-After-Upgrade-from-4-0p1-to-4-1P1/m-p/42143#M584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad that helped &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regards to SnapDrive - Snap Creator does not have any dependency on SnapDrive, so I would guess that it is supported.&lt;/P&gt;&lt;P&gt;If SnapDrive is in the mix, we are typically calling SnapDrive via a Snapshot Create command in the Snap Creator config file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the IMT says it is supported, then that should cover it.&lt;/P&gt;&lt;P&gt;If it is missing we may need to ping our developers or QA and figure out if there is a reason why.&lt;/P&gt;&lt;P&gt;It could be that some other component in the mix has a SnapDrive dependency even if Snap Creator does not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Aug 2014 20:24:00 GMT</pubDate>
    <dc:creator>spinks</dc:creator>
    <dc:date>2014-08-21T20:24:00Z</dc:date>
    <item>
      <title>Snap Creator Wrapper Script No Longer Works After Upgrade from 4.0p1 to 4.1P1</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-Wrapper-Script-No-Longer-Works-After-Upgrade-from-4-0p1-to-4-1P1/m-p/42127#M581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings!&amp;nbsp; I recently upgraded my Snap Creator server from v4.0p1 to v4.1P1 in preparation for an OnTap upgrade from 8.1.2 to 8.2.1 7-mode.&amp;nbsp; Prior to the upgrade, we used a wrapper script to run an application consistent backup in our IBM FileNet environment.&amp;nbsp; We setup a Windows task to call the batch file each night and the job ran for approximately 3 - 4 minutes.&amp;nbsp; After the upgrade, we ran the job to verify that everything was working and it ran for about 15 seconds before Windows reported it was completed.&amp;nbsp; I checked the SC logs and there was no indication that the backup had run.&amp;nbsp; I was wondering if this could be related to the change to HTTPS.&amp;nbsp; My script is pretty basic so hopefully it doesn't require a lot to get it to work.&amp;nbsp; Here is an example of the .bat file we are trying to call:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rem Quiesce/Write suspend DB before backup of LUNs and CIFS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;snapcreator.exe --user admin --passwd &lt;EM&gt;xxxxxxx&lt;/EM&gt; --profile p8tst --config db2 --action quiesce --verbose --debug&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rem Stop Verity Server service before backup of LUNs and CIFS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sc \\SMLP8TST3 stop "Verity K2 6.2.1 Administration Server"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rem Wait for Verity Server service to stop before running backup of LUNs and CIFS&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;:while1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sc \\SMLP8TST3 query "Verity K2 6.2.1 Administration Server" | findstr STOPPED&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if [%errorlevel%]==[1]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;echo Still Running&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PING 1.1.1.1 -n 1 -w 1000 &amp;gt;NUL&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;goto :while1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rem Backup CIFS and LUNS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;snapcreator.exe --user admin --passwd &lt;STRONG&gt;&lt;EM&gt;xxxxxxx&lt;/EM&gt;&lt;/STRONG&gt; --profile p8tst --config cifs --action backup --policy daily --verbose --debug&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rem Backup VMs&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;snapcreator.exe --user admin --passwd &lt;STRONG&gt;&lt;EM&gt;xxxxxxx&lt;/EM&gt;&lt;/STRONG&gt; --profile p8tst --config vm --action backup --policy daily --verbose --debug&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rem UnQiesce/Write Resume DB&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;snapcreator.exe --user admin --passwd &lt;STRONG&gt;&lt;EM&gt;xxxxxxx&lt;/EM&gt;&lt;/STRONG&gt; --profile p8tst --config db2 --action unquiesce --verbose --debug&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; rem Start Verity Server service&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sc \\SMLP8TST3 start "Verity K2 6.2.1 Administration Server"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could it be as simple as adding in the SC server name and specifying the HTTPS port?&amp;nbsp; I have tested all of the configs in the SC console and they all run correctly.&amp;nbsp; The only issue I am seeing is with my script that bundles them into a single job.&amp;nbsp; Any advice/assistance would be greatly appreciated.&amp;nbsp; I need to get this working quickly as the upgrade is happening this weekend.&amp;nbsp; Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:30:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-Wrapper-Script-No-Longer-Works-After-Upgrade-from-4-0p1-to-4-1P1/m-p/42127#M581</guid>
      <dc:creator>bcstorage</dc:creator>
      <dc:date>2025-06-05T05:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Creator Wrapper Script No Longer Works After Upgrade from 4.0p1 to 4.1P1</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-Wrapper-Script-No-Longer-Works-After-Upgrade-from-4-0p1-to-4-1P1/m-p/42132#M582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill,&lt;/P&gt;&lt;P&gt;Are you getting any error messages at all?&lt;/P&gt;&lt;P&gt;Do you pipe the output from the batch script somewhere you can check it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you need to fully qualify your path to Snap Creator in your script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't provide the --server parameter then we will default to localhost.&amp;nbsp; If you don't provide --port then we will default to 8443.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say you tested the commands, can you confirm that you manually ran the same commands that are in the script through the Windows CLI?&lt;/P&gt;&lt;P&gt;I assume this is the case, but I wanted to be sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is any sort of error message we may be able to help more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 16:11:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-Wrapper-Script-No-Longer-Works-After-Upgrade-from-4-0p1-to-4-1P1/m-p/42132#M582</guid>
      <dc:creator>spinks</dc:creator>
      <dc:date>2014-08-21T16:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Creator Wrapper Script No Longer Works After Upgrade from 4.0p1 to 4.1P1</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-Wrapper-Script-No-Longer-Works-After-Upgrade-from-4-0p1-to-4-1P1/m-p/42138#M583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figured out the issue.  When I ran the wrapper script from a cmd prompt &lt;/P&gt;&lt;P&gt;pointed to the SC installation directory, it ran as expected.  After some &lt;/P&gt;&lt;P&gt;digging, we found a path setting in the server's environmental variables &lt;/P&gt;&lt;P&gt;pointing to the old version's location.  Once we modified that, the job &lt;/P&gt;&lt;P&gt;ran from the task scheduler just fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for getting back to me.  Your questions pointed me in a direction I &lt;/P&gt;&lt;P&gt;had not gone and ultimately got me to the solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one quick question that I was wondering if you could answer.  As I &lt;/P&gt;&lt;P&gt;mentioned in the original post, we are upgrading to OnTap 8.2.1 7-mode &lt;/P&gt;&lt;P&gt;this weekend.  I had gone through the interoperability matrix a few times &lt;/P&gt;&lt;P&gt;as we prepared for this upgrade to make sure we had all the right versions &lt;/P&gt;&lt;P&gt;installed.  At one point, when I looked at Snap Creator, it appeared that &lt;/P&gt;&lt;P&gt;SnapDrive 7 was the only supported version for 8.2.1.  I looked again &lt;/P&gt;&lt;P&gt;yesterday, and it now showed that SnapDrive 6.x was also supported.  Can &lt;/P&gt;&lt;P&gt;you confirm if that is true?  Otherwise, I still need to upgrade SnapDrive &lt;/P&gt;&lt;P&gt;from 6.5 to 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill Cook&lt;/P&gt;&lt;P&gt;Infrastructure Engineer&lt;/P&gt;&lt;P&gt;Security Mutual Life Insurance Company of New York&lt;/P&gt;&lt;P&gt;100 Court St.&lt;/P&gt;&lt;P&gt;P.O. Box 1625&lt;/P&gt;&lt;P&gt;Binghamton, NY 13902&lt;/P&gt;&lt;P&gt;607-338-7575&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 20:17:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-Wrapper-Script-No-Longer-Works-After-Upgrade-from-4-0p1-to-4-1P1/m-p/42138#M583</guid>
      <dc:creator>bcstorage</dc:creator>
      <dc:date>2014-08-21T20:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Creator Wrapper Script No Longer Works After Upgrade from 4.0p1 to 4.1P1</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-Wrapper-Script-No-Longer-Works-After-Upgrade-from-4-0p1-to-4-1P1/m-p/42143#M584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad that helped &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regards to SnapDrive - Snap Creator does not have any dependency on SnapDrive, so I would guess that it is supported.&lt;/P&gt;&lt;P&gt;If SnapDrive is in the mix, we are typically calling SnapDrive via a Snapshot Create command in the Snap Creator config file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the IMT says it is supported, then that should cover it.&lt;/P&gt;&lt;P&gt;If it is missing we may need to ping our developers or QA and figure out if there is a reason why.&lt;/P&gt;&lt;P&gt;It could be that some other component in the mix has a SnapDrive dependency even if Snap Creator does not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 20:24:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-Wrapper-Script-No-Longer-Works-After-Upgrade-from-4-0p1-to-4-1P1/m-p/42143#M584</guid>
      <dc:creator>spinks</dc:creator>
      <dc:date>2014-08-21T20:24:00Z</dc:date>
    </item>
  </channel>
</rss>

