<?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: Reg : Mosaic Dataset Copy from one gdb to another in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679528#M52676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to reproduce the same behavior with ArcGIS Desktop 10 SP 5.&amp;nbsp; This appears to be resolved at 10.1.&amp;nbsp; I would recommend following up with Tech Support so they can log this bug, attach your customer information to the bug, and offer any workarounds.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2012 19:40:23 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2012-12-13T19:40:23Z</dc:date>
    <item>
      <title>Reg : Mosaic Dataset Copy from one gdb to another</title>
      <link>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679518#M52666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What tool should i use to transfer Mosaic Dataset from one file geodatabase to another fiel geodatabase . &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried using arcpy.Copy_Management(in,out,"MOsaicDataset") . It is breaking the link&amp;nbsp; .. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please help me out &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 17:26:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679518#M52666</guid>
      <dc:creator>VikramS</dc:creator>
      <dc:date>2012-12-13T17:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Mosaic Dataset Copy from one gdb to another</title>
      <link>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679519#M52667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Vikram,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Copy_management will work.&amp;nbsp; When you initially loaded the rasters into the mosaic dataset, did you use UNC paths?&amp;nbsp; If not, and you copy the mosaic dataset to another server, the mosaic dataset will not be able to find the rasters.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can repair the mosaic dataset paths using the Repair Mosaic Dataset Paths tool and specify a UNC path.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 18:16:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679519#M52667</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-12-13T18:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Mosaic Dataset Copy from one gdb to another</title>
      <link>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679520#M52668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Vikram,&lt;BR /&gt;&lt;BR /&gt;The Copy_management will work.&amp;nbsp; When you initially loaded the rasters into the mosaic dataset, did you use UNC paths?&amp;nbsp; If not, and you copy the mosaic dataset to another server, the mosaic dataset will not be able to find the rasters.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;You can repair the mosaic dataset paths using the Repair Mosaic Dataset Paths tool and specify a UNC path.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Jake , &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I use like below &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;path = r"\\some.com\world\AppsData\Test\Test1\test.gdb\Test_2010_NC"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.env.workspace = r"\\some.com\world\AppsData\Source\Test_2010.gdb"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.Copy_management("Test_2010_NC",path,"MosaicDataset")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not able to see the mosaic dataset . I can see boundary feature class and log table in the destination geodatabase .. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you let me know whats the problem here . Thanks for the help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 18:34:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679520#M52668</guid>
      <dc:creator>VikramS</dc:creator>
      <dc:date>2012-12-13T18:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Mosaic Dataset Copy from one gdb to another</title>
      <link>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679521#M52669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Right-click on your mosaic dataset &amp;gt; Modify &amp;gt; Repair.&amp;nbsp; Can you send a screen shot of this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 18:41:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679521#M52669</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-12-13T18:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Mosaic Dataset Copy from one gdb to another</title>
      <link>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679522#M52670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jake , &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I dunn know whether I can send snapshot . But my source mosaic datasets having UNC Path .. I dunno whats the problem when I use the Copy Tool&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 18:48:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679522#M52670</guid>
      <dc:creator>VikramS</dc:creator>
      <dc:date>2012-12-13T18:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Mosaic Dataset Copy from one gdb to another</title>
      <link>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679523#M52671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jake , &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]19920[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thats the output I am getting after running the Copy Tool . I didn't complete the whole Copy Tool Process as it started copying the source data into the destination &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Suppose my Source data was in C:\Test\Test1\Test2\Images &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If my destination gdb is in D:\temp . Then IT starts creating Folder Test1\Test2\Images (same as source) . Starts copying the images as well ..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 19:00:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679523#M52671</guid>
      <dc:creator>VikramS</dc:creator>
      <dc:date>2012-12-13T19:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Mosaic Dataset Copy from one gdb to another</title>
      <link>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679524#M52672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Right-click on your mosaic dataset &amp;gt; Modify &amp;gt; Repair.&amp;nbsp; Can you send a screen shot of this?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Jake , &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thats the output I am getting after running the Copy Tool . I didn't complete the whole Copy Tool Process as it started copying the source data into the destination &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Suppose my Source data was in C:\Test\Test1\Test2\Images &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If my destination gdb is in D:\temp . Then IT starts creating Folder Test1\Test2\Images (same as source) . Starts copying the images as well ..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]19921[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 19:04:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679524#M52672</guid>
      <dc:creator>VikramS</dc:creator>
      <dc:date>2012-12-13T19:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Mosaic Dataset Copy from one gdb to another</title>
      <link>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679525#M52673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of ArcGIS Desktop (including Service Packs) are you using?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 19:06:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679525#M52673</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-12-13T19:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Mosaic Dataset Copy from one gdb to another</title>
      <link>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679526#M52674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What version of ArcGIS Desktop (including Service Packs) are you using?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ARcGIS 10 SP 4&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 19:10:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679526#M52674</guid>
      <dc:creator>VikramS</dc:creator>
      <dc:date>2012-12-13T19:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Mosaic Dataset Copy from one gdb to another</title>
      <link>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679527#M52675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;ARcGIS 10 SP 4&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If i Copy and Paste from ArcCatalog it works perfectly fine .. Is this an issue with geoprocessing tool ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 19:40:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679527#M52675</guid>
      <dc:creator>VikramS</dc:creator>
      <dc:date>2012-12-13T19:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Mosaic Dataset Copy from one gdb to another</title>
      <link>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679528#M52676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to reproduce the same behavior with ArcGIS Desktop 10 SP 5.&amp;nbsp; This appears to be resolved at 10.1.&amp;nbsp; I would recommend following up with Tech Support so they can log this bug, attach your customer information to the bug, and offer any workarounds.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 19:40:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679528#M52676</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-12-13T19:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Mosaic Dataset Copy from one gdb to another</title>
      <link>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679529#M52677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I was able to reproduce the same behavior with ArcGIS Desktop 10 SP 5.&amp;nbsp; This appears to be resolved at 10.1.&amp;nbsp; I would recommend following up with Tech Support so they can log this bug, attach your customer information to the bug, and offer any workarounds.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Jake for the info . I was wondering if you could provide me any other way of achieving the same thing ..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 19:57:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reg-mosaic-dataset-copy-from-one-gdb-to-another/m-p/679529#M52677</guid>
      <dc:creator>VikramS</dc:creator>
      <dc:date>2012-12-13T19:57:39Z</dc:date>
    </item>
  </channel>
</rss>

