<?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>question Re: help with cloning production instance to dev instance dev11060.service-now.com in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966460#M623386</link>
    <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Unfortunately you cannot clone to dev environments. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;From the faq for developer program: &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN class="sn-black-color faq-question" style="font-size: 16px; font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif; color: #333333 !important;"&gt;3. How are these different from my (non-)production instances?&lt;/SPAN&gt;&lt;SPAN style="color: #666666; font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif; font-size: 14px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Personal developer instances have the following limitations:&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Cannot be clone targets for customer or partner production or non-production instances.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2015-08-18 at 10.06.21.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/60488i79A2E8666C419C10/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2015-08-18 at 10.06.21.png" alt="Screen Shot 2015-08-18 at 10.06.21.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Aug 2015 08:09:00 GMT</pubDate>
    <dc:creator>Thijs Daemen</dc:creator>
    <dc:date>2015-08-18T08:09:00Z</dc:date>
    <item>
      <title>help with cloning production instance to dev instance dev11060.service-now.com</title>
      <link>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966457#M623383</link>
      <description>&lt;P&gt;Hello, I need assistance with cloning an exact copy of our current live instance to this development sandbox instance. When I attempt to clone it I get the following errors.&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;) "&lt;STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #ac1000; background: #FFE0DB;"&gt;Destination does not allow clone requests (Typically used by live production instances, a property was set that prevents the instance from being cloned over).&lt;/SPAN&gt;"&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;) "&lt;STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #ac1000; background: #FFE0DB;"&gt;Invalid insert&lt;/SPAN&gt;"&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 17 Aug 2015 16:39:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966457#M623383</guid>
      <dc:creator>Ryan Norton</dc:creator>
      <dc:date>2015-08-17T16:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: help with cloning production instance to dev instance dev11060.service-now.com</title>
      <link>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966458#M623384</link>
      <description>&lt;P&gt;If it is going to work, and I am not sure it will, you'd have to set this property on your target instance:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/60484iBF222B46BC238133/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="_jivemacro_uid_14398465070613459 jive_text_macro jive_macro_code" jivemacro_uid="_14398465070613459"&gt;
&lt;P&gt;var prop = new GlideRecord('sys_properties');&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;if(prop.get('3194ef10371120004f6a80f7bcbe5da2')){&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;prop.value = true;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;prop.update();&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;}&lt;/P&gt;&lt;BR /&gt;
&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Aug 2015 21:19:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966458#M623384</guid>
      <dc:creator>Mike Allen</dc:creator>
      <dc:date>2015-08-17T21:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: help with cloning production instance to dev instance dev11060.service-now.com</title>
      <link>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966459#M623385</link>
      <description>&lt;P&gt;Thanks mike, however it seems as though I need to have the "maint" role in order to access the properties list. when I look for it in the roles area using elevated/standard admin privileges it doesn't appear in the list, additionally I am unable to create the role as the role already exists. just to verify, the area I am suppose to access is the "properties.list"?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Aug 2015 22:47:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966459#M623385</guid>
      <dc:creator>Ryan Norton</dc:creator>
      <dc:date>2015-08-17T22:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: help with cloning production instance to dev instance dev11060.service-now.com</title>
      <link>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966460#M623386</link>
      <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Unfortunately you cannot clone to dev environments. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;From the faq for developer program: &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN class="sn-black-color faq-question" style="font-size: 16px; font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif; color: #333333 !important;"&gt;3. How are these different from my (non-)production instances?&lt;/SPAN&gt;&lt;SPAN style="color: #666666; font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif; font-size: 14px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Personal developer instances have the following limitations:&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Cannot be clone targets for customer or partner production or non-production instances.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2015-08-18 at 10.06.21.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/60488i79A2E8666C419C10/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2015-08-18 at 10.06.21.png" alt="Screen Shot 2015-08-18 at 10.06.21.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2015 08:09:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966460#M623386</guid>
      <dc:creator>Thijs Daemen</dc:creator>
      <dc:date>2015-08-18T08:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: help with cloning production instance to dev instance dev11060.service-now.com</title>
      <link>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966461#M623387</link>
      <description>&lt;P&gt;Thank you sooo much, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;That makes sense and&lt;/SPAN&gt; saved me lots of time searching. Just one more question, if i wanted an additional instance, how much work is involved for me to gain one. additionally I was told by a couple people that there is a plausibility for us to request a vm clone of an instance and host it ourselves for development purposes. Is this true, if so how do i get one?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2015 14:51:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966461#M623387</guid>
      <dc:creator>Ryan Norton</dc:creator>
      <dc:date>2015-08-18T14:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: help with cloning production instance to dev instance dev11060.service-now.com</title>
      <link>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966462#M623388</link>
      <description>&lt;P&gt;sys_properties.list&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2015 15:10:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966462#M623388</guid>
      <dc:creator>Mike Allen</dc:creator>
      <dc:date>2015-08-18T15:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: help with cloning production instance to dev instance dev11060.service-now.com</title>
      <link>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966463#M623389</link>
      <description>&lt;P&gt;You may want to talk to your ServiceNow rep for this. &amp;nbsp; If you don't have a sub production instance they can work with you and get one provisioned (probably for cost). &amp;nbsp; I know in our case we had to hit a certain number of licensed users and we were then eligible for another. &amp;nbsp; That may not be the case anymore as this was awhile back. &amp;nbsp; As far as the VM thing goes, I can't speak to that one as I've not heard either way.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2015 16:56:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966463#M623389</guid>
      <dc:creator>Travers M</dc:creator>
      <dc:date>2015-08-18T16:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: help with cloning production instance to dev instance dev11060.service-now.com</title>
      <link>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966464#M623390</link>
      <description>&lt;P&gt;hello mallen ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Where do we need to write this script&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 18:21:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/help-with-cloning-production-instance-to-dev-instance-dev11060/m-p/1966464#M623390</guid>
      <dc:creator>sam332</dc:creator>
      <dc:date>2018-04-02T18:21:06Z</dc:date>
    </item>
  </channel>
</rss>

