<?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: Problem updating tableview broken data sources. in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83176#M6602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you thought about going to 10.3 or 10.3.1 (should be out shortly) instead of going to v10.2.2?&amp;nbsp; This item (plus others) might be better handled in this later version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any .NET or C# programming experience?&amp;nbsp; You would probably be able to handle this scenario in this programming environment as it is more robust.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Apr 2015 14:56:15 GMT</pubDate>
    <dc:creator>MichaelVolz</dc:creator>
    <dc:date>2015-04-28T14:56:15Z</dc:date>
    <item>
      <title>Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83154#M6580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have several mxds with broken data sources to SDE after a database move. I am running a script to update the broken data sources and keep getting an error on broken links to table views. All other layers update correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the error I get&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Runtime error &amp;lt;type 'exceptions.ValueError'&amp;gt;: StandaloneTableObject: Unexpected error&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the relevant code where I am getting the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;brokenlist = arcpy.mapping.ListBrokenDataSources(mxd)
for lyr in brokenlist:
&amp;nbsp;&amp;nbsp;&amp;nbsp; if ".sde" in lyr.dataSource:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lyr.replaceDataSource(new_datasource, "SDE_WORKSPACE", lyr.name)&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone encountered this or know a work around?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit: I've tried it with and without the lyr.name specified.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 18:13:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83154#M6580</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-03-21T18:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83155#M6581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mathew:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not have an answer for your question, but I am interested in the performance of your script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have written a replacedatasource script for SDE layers that loops through a directory searching for mxds and then resourcing the SDE layers.&amp;nbsp; Unfortunately, the script eventually uses all the computer's RAM and it just hangs so I have to kill it in Task Manager.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you know if the memory on your python script keeps increasing?&amp;nbsp; Your script might not have frozen because you did not process enough mxd files in your batch.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any insight on your script and system would be greatly appreciated.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 01:27:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83155#M6581</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-03-22T01:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83156#M6582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have actually run into that issue, but it was more to do with encountering a "corrupt" MXD (I put corrupt in quotes since MXD Doctor found no corrupted items, but once I ran a fix with MXD Doctor it worked fine, so I would call that corrupted). I am not sure what was wrong with it since it opened with ArcMap fine, just with broken links. Running through MXD Doctor showed a bunch of strange modules that were removed when I ran a fix and it processed fine after that. I've mostly seen this behaviour from some v10 .mxd files that were converted from prior version .mxt files, but that may be anecdotal. Not sure if this would be related to your situation or not. When I batched through I fixed about 500 mxds that ran fine once the "corrupted" ones were fixed or removed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 12:29:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83156#M6582</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-03-22T12:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83157#M6583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mathew:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you share your code of batching through 500 mxds?&amp;nbsp; The reason I ask is because maybe this is the cause of the memory issue I am having with replacing SDE connections.&amp;nbsp; This phenonmenon happens everytime where I get through a certain amount of mxds before python freezes up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This same problem did not occur if I batch converted sources to file geodatabases or personal geodatabases.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 13:29:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83157#M6583</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-03-22T13:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83158#M6584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's the script I used. Are you freezing on the same mxd every time? How many are you converting?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 13:48:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83158#M6584</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-03-22T13:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83159#M6585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mathew:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I freeze on different mxds depending upon the subdirectory that I choose to convert the SDE datasources for, so it is not the same file every time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eventually I will need to convert up to 3 thousand mxds with each mxd having from 1 SDE connection to 40 or 50 SDE connections.&amp;nbsp; This process will need to be done when my organization migrates from Oracle Client 10g to Oracle Client 11x, as this information is embedded in the direct connection string for every SDE connection.&amp;nbsp; This is why this information is important to me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 13:59:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83159#M6585</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-03-22T13:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83160#M6586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mathew:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a few more questions about how you run your script, since I have an almost identical script that hangs up after a short time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does your script strictly run against v10 mxds?&amp;nbsp; Or can it run against previous versions of ArcGIS mxds?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does your script strictly run against SDE v10?&amp;nbsp; Or can it run against previous versions of ArcSDE connections?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your feedback to this question is greatly appreciated.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 16:10:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83160#M6586</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-03-26T16:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83161#M6587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It did run on a mix of 9.3.1 and 10 mxds. Converting them all to 10 in the process. It was only run on a v10 SDE instance though, as that was what we migrated to in our upgrade. All the broken links were to a 9.3.1 SDE. I don't have any 9.3.1 SDE instances left to test this on unfortunately, that may be your problem, though I don't know why that would be an issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 17:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83161#M6587</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-03-26T17:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83162#M6588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mathew:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a incident logged with ESRI about this issue and the ESRI tech duplicated the same phenomenon on his system so he created a NIM for this bug.&amp;nbsp; This is why I am surprised you are able to run your script on so many mxds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you be able (and willing) to run your script on a batch of mxds and see if the pythonwin.exe or python.exe process in Task Manager keeps increasing in mem usage as that is what happens on my system?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm thinking that you might have a much more powerful system where you just never reached the mem usage threshold to lock up your python process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your help and feedback is greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 17:40:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83162#M6588</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-03-26T17:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83163#M6589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure I'll try re running it again. I ran it over night and didn't have much logging on as it was really just a test, but everything worked so I never bothered with checking if there were any issues other than if all the mxds could be opened and had the correct new SDE isntance. I have made my python process large address aware so that may have helped.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 17:46:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83163#M6589</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-03-26T17:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83164#M6590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mathew:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for my ignorance in this particular area, but how does one make a "python process large address aware"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 17:57:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83164#M6590</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-03-26T17:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83165#M6591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's the post that got me going. A few other memory management tips in the thread too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/35655-Pool-from-multiprocessing-issues?p=121358&amp;amp;viewfull=1#post121358"&gt;http://forums.arcgis.com/threads/35655-Pool-from-multiprocessing-issues?p=121358&amp;amp;viewfull=1#post121358&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 18:04:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83165#M6591</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-03-26T18:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83166#M6592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mathew:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the following information:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the post that got me going. A few other memory management tips in the thread too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/356...l=1#post121358"&gt;http://forums.arcgis.com/threads/356...l=1#post121358&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I understand the instructions correctly, all I need to do is run the exe on the computer where the python script is running.&amp;nbsp; Then I select the .exe file that I want to be "large address aware" and check it to add it.&amp;nbsp; Then when I run the python script on the computer again, I will have access to more RAM?&amp;nbsp; That's it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, if you run your script on another batch of files, can you turn off "large address aware" on the python.exe file to see if you have the memory leak issue that I am experiencing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your assistance and feedback is greatly appreciated.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 18:49:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83166#M6592</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-03-26T18:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83167#M6593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After more than 50 mxds there hasn't been any noticeable memory increase. Fluctuates from 260MB to 500MB but seems to be clearing alright every iteration. It does seem to clear more memory when it finishes a folder chain if that helps. If there is a memory leak it is in the KBs per mxd, at least in my environment.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 18:57:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83167#M6593</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-03-26T18:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83168#M6594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you ran this test, were you running python as "large address aware"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe you could try running the same test with python with "large address aware" turned off?&amp;nbsp; Unless I read the instructions incorrectly, I thought all this involved was a checkbox when directed to this .exe file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 19:05:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83168#M6594</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-03-26T19:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83169#M6595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes it was with large address aware. I have a few other things running right now so I won't be able to revert it back to it's original format until tomorrow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did notice at over 100 mxds it isn't clearing down to the level it was before. Seems to shoot up when it hits a bunch of errors with the tables that I originally posted about but then drops back down, just not all the way. Just a guess, Arc may be trying to log errors with the GP tool in the background and not managing it very well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 19:15:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83169#M6595</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-03-26T19:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83170#M6596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Failure!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At around 200 mxds it crashed. System process was using close to 3GB, pythonw process using less than 400MB. My memory must have failed me, I must not have run it on all the MXDs I thought I had the first round. Must have broken it up into sub directories and ran it a couple of times instead of running off everything under the root dir. Of course I was also using the computer at the same time as it was processing and I left it to run over night before, maybe that had something to do with it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 19:40:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83170#M6596</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-03-26T19:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83171#M6597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever get closure on this. i have the same issue i am just listing broken data sources in a file location using an os.walk script with listbrokendatasources &lt;/P&gt;&lt;P&gt;i have tried to source the table with list table views but hat is not working. this is the second script i have ever made and i am not to savvy on how to approach this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 13:50:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83171#M6597</guid>
      <dc:creator>lelaharrington</dc:creator>
      <dc:date>2015-04-28T13:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83172#M6598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lela:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't believe python was ever able to handle that situation, so I went through all the mxd files and flagged the broken tableviews into a log file and then fixed them manually (This was a very minor portion of the SDE connections - &amp;lt; 0.1%, thus a small job to perform manually).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 14:28:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83172#M6598</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2015-04-28T14:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating tableview broken data sources.</title>
      <link>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83173#M6599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see where as mine is a huge deal. i am looking to either use an except system that just ignores them. that would be ok to. the broken sources actually stops my os.walk script when it hits a broken table. is there a way to say "if you run into a broken table ignore it and keep running"&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;P&gt;Lela Harrington&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 14:41:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-updating-tableview-broken-data-sources/m-p/83173#M6599</guid>
      <dc:creator>lelaharrington</dc:creator>
      <dc:date>2015-04-28T14:41:19Z</dc:date>
    </item>
  </channel>
</rss>

