<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Recommended steps for moving a point from one metadata source to another]]></title><description><![CDATA[<p dir="auto">As the number of metadata functions or points grows, it becomes increasingly desirable to organize them into different metadata sources. What is the best practice for moving the metadata point from OldMetaSource to NewMetaSource, without having to delete and create a metadata point, and without having to export then import a large PointValues table? There is a way to just reassign the point and the PointValue to the new source. What is the step-by-step procedure?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.mango-os.com/topic/2515/recommended-steps-for-moving-a-point-from-one-metadata-source-to-another</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 19:26:29 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2515.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Oct 2016 00:55:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Recommended steps for moving a point from one metadata source to another on Thu, 27 Oct 2016 13:33:21 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, Phil, that's very useful. It was also insightful of you to note that narrowing down by device name is the most logical way to select the source points to be moved, as renaming the Device Name was probably the first step done by an admin looking to group points within a source that already has many points.</p>
]]></description><link>https://forum.mango-os.com/post/13020</link><guid isPermaLink="true">https://forum.mango-os.com/post/13020</guid><dc:creator><![CDATA[Pedro]]></dc:creator><pubDate>Thu, 27 Oct 2016 13:33:21 GMT</pubDate></item><item><title><![CDATA[Reply to Recommended steps for moving a point from one metadata source to another on Thu, 27 Oct 2016 13:15:05 GMT]]></title><description><![CDATA[<p dir="auto">Hi Pedro,</p>
<p dir="auto">I would...</p>
<ol>
<li>Stop all the meta points that are to be moved, or more simply the meta data sources.</li>
<li>Run some variant of the following SQL command, based on how it is easiest for you to describe this set of points:</li>
</ol>
<pre><code>UPDATE dataPoints SET dataSourceId=(SELECT id FROM dataSources WHERE xid='originMetaSourceXid') WHERE deviceName LIKE '%Device 1 Meta%';

also consider....
WHERE xid IN ('MDP_1', 'MDP_2');
WHERE name='movePoint';
</code></pre>
<ol start="3">
<li>Enable points that were disabled for the move.</li>
<li>Enable or restart the second meta source.</li>
</ol>
]]></description><link>https://forum.mango-os.com/post/13012</link><guid isPermaLink="true">https://forum.mango-os.com/post/13012</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Thu, 27 Oct 2016 13:15:05 GMT</pubDate></item></channel></rss>