<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - cf builder 2.0.1  has MS SQL 2008 connection error</title>
    <link>https://forums.adobe.com/community/coldfusion/coldfusionbuilder?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Wed, 17 Sep 2014 01:09:48 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-09-17T01:09:48Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: cf builder 2.0.1  has MS SQL 2008 connection error</title>
      <link>https://forums.adobe.com/message/6736435?tstart=0#6736435</link>
      <description>&lt;!-- [DocumentBodyStart:3cc53b4f-5645-4bd3-b631-67013dbce8ec] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p class="comment-body markdown-format markdown-body js-comment-body"&gt;&lt;strong&gt;FIX FOR SQL SERVER ONLY!!!&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I wrote this simple script to get the names of all the system views in SQL server - I'm sure M$ add new tables and as Terry appears to no longer develop apptacular he won;t be aware of the new views. Simply run the script and copy and paste the list of views it creates. Instructions will be displayed after running the script........&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfdbinfo name="dbi" datasource="yourdatasource" type="Tables"&amp;gt;&lt;br/&gt; &amp;lt;cfquery name="dbi" dbtype="query" &amp;gt;&lt;br/&gt; select * from dbi where table_type='VIEW'&lt;br/&gt; &amp;lt;/cfquery&amp;gt;&lt;br/&gt; &amp;lt;cfoutput&amp;gt;&lt;br/&gt; Copy the quoted values below and paste them at the bottom of /handlers/cfc/db/datasource.cfc just below the last excludedTableList (About line 455)&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br/&gt; excludedTableList = excludedTableList &amp;amp; ",#replace(listQualify(valuelist(dbi.table_name), "'"), ",'", ", '", "all")#";&lt;br/&gt; &amp;lt;/cfoutput&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hope it helps&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3cc53b4f-5645-4bd3-b631-67013dbce8ec] --&gt;&lt;img src='/beacon?t=1415920628479' /&gt;</description>
      <pubDate>Wed, 17 Sep 2014 01:09:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6736435?tstart=0#6736435</guid>
      <dc:date>2014-09-17T01:09:48Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: cf builder 2.0.1  has MS SQL 2008 connection error</title>
      <link>https://forums.adobe.com/message/5058820?tstart=0#5058820</link>
      <description>&lt;!-- [DocumentBodyStart:d80b69a1-aa27-42b5-8f7a-6d9a60dcb276] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am so glad to see someone else has this very same issue. I really would like to use the extension as it works perfectly with access datasources but I cannot get it to function with SQL 2008 R2.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I will try with sql 2012 and see if that is of any help with this problem.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Terrence, where are you??? Could you respond please? We would all appreciate it very much!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d80b69a1-aa27-42b5-8f7a-6d9a60dcb276] --&gt;</description>
      <pubDate>Fri, 08 Feb 2013 19:48:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5058820?tstart=0#5058820</guid>
      <dc:date>2013-02-08T19:48:35Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cf builder 2.0.1  has MS SQL 2008 connection error</title>
      <link>https://forums.adobe.com/message/5052069?tstart=0#5052069</link>
      <description>&lt;!-- [DocumentBodyStart:4fe9aa1a-c30c-440d-8903-4132a561ac40] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;when i try to create Apptacular generation&amp;nbsp;&amp;nbsp; with Mssql 2008&amp;nbsp; and msAccess&amp;nbsp; :&amp;nbsp; on&amp;nbsp; CfBuilder2.0.1&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h1&gt;An Error has occured.&lt;/h1&gt;&lt;p&gt;&lt;strong&gt;Message:&lt;/strong&gt;Element IDENTITY.IDENTITY is undefined in a CFML structure referenced as part of an expression.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Details:&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;this issue written on Github by the apptacular app creator, and has some solutions(not clearly described as solution) and app writers solution didnt worked for me...&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;I need&amp;nbsp; correct&amp;nbsp; solution,&amp;nbsp; if its possible by correct files?(2 years ago this product was same condition and purchased it 2013 february, its has still same error...)???&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4fe9aa1a-c30c-440d-8903-4132a561ac40] --&gt;</description>
      <pubDate>Wed, 06 Feb 2013 15:03:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5052069?tstart=0#5052069</guid>
      <dc:date>2013-02-06T15:03:05Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

