<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How to fix &quot;Column Does Not Exist on Table Error&quot; when the column does exist in the database schema - Developer Network Q&amp;A				            </title>
            <link>https://community.onenetwork.com/sdk-forum/how-to-fix-column-does-not-exist-on-table-error-when-the-column-does-exist-in-the-database-schema/</link>
            <description>BY Network Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Jul 2026 15:45:55 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to fix &quot;Column Does Not Exist on Table Error&quot; when the column does exist in the database schema</title>
                        <link>https://community.onenetwork.com/sdk-forum/how-to-fix-column-does-not-exist-on-table-error-when-the-column-does-exist-in-the-database-schema/#post-11632</link>
                        <pubDate>Mon, 17 Feb 2025 19:13:07 +0000</pubDate>
                        <description><![CDATA[@jcourter You need only touch the file itself to update the last modified date on the file - so opening it up in a text editor, adding a space, removing the space and saving (for example) wi...]]></description>
                        <content:encoded><![CDATA[@jcourter You need only touch the file itself to update the last modified date on the file - so opening it up in a text editor, adding a space, removing the space and saving (for example) will do the trick.]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>Andrew Brits</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/how-to-fix-column-does-not-exist-on-table-error-when-the-column-does-exist-in-the-database-schema/#post-11632</guid>
                    </item>
				                    <item>
                        <title>Answer to: How to fix &quot;Column Does Not Exist on Table Error&quot; when the column does exist in the database schema</title>
                        <link>https://community.onenetwork.com/sdk-forum/how-to-fix-column-does-not-exist-on-table-error-when-the-column-does-exist-in-the-database-schema/#post-11631</link>
                        <pubDate>Fri, 31 Jan 2025 17:47:55 +0000</pubDate>
                        <description><![CDATA[This can happen if the DAO object wasn&#039;t regenerated after the attribute was added. This means the database was updated to include the column, but the DAO object did not get created.
The so...]]></description>
                        <content:encoded><![CDATA[<p><span data-teams="true"> This can happen if the DAO object wasn't regenerated after the attribute was added. This means the database was updated to include the column, but the DAO object did not get created.</span></p>
<p>The solution to solve the issue is to make a change to your model, in this example HPEC.Book, then build the module. Because we have edited the model, when you next build the module, it will generate a new DAO object, which should solve the issue.</p>]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>jcourter</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/how-to-fix-column-does-not-exist-on-table-error-when-the-column-does-exist-in-the-database-schema/#post-11631</guid>
                    </item>
				                    <item>
                        <title>How to fix &quot;Column Does Not Exist on Table Error&quot; when the column does exist in the database schema</title>
                        <link>https://community.onenetwork.com/sdk-forum/how-to-fix-column-does-not-exist-on-table-error-when-the-column-does-exist-in-the-database-schema/#post-11630</link>
                        <pubDate>Fri, 31 Jan 2025 17:45:55 +0000</pubDate>
                        <description><![CDATA[I am currently trying to insert a record into a model and am receiving the error &quot;Column does not exist on table&quot;. I have checked the database schema and in this example, the column &quot;TITLE&quot; ...]]></description>
                        <content:encoded><![CDATA[<p>I am currently trying to insert a record into a model and am receiving the error "Column does not exist on table". I have checked the database schema and in this example, the column "TITLE" does exist within the HPEC_BOOK table. Why am I receiving this error even though the column exists?</p>
<p>I have also tried building the module and it has not fixed the issue.</p>
776]]></content:encoded>
						                            <category domain="https://community.onenetwork.com/sdk-forum/">Developer Network Q&amp;A</category>                        <dc:creator>jcourter</dc:creator>
                        <guid isPermaLink="true">https://community.onenetwork.com/sdk-forum/how-to-fix-column-does-not-exist-on-table-error-when-the-column-does-exist-in-the-database-schema/#post-11630</guid>
                    </item>
							        </channel>
        </rss>
		