﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Issues  » Unable to Configure Business Object in Business Object Mapper</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 00:57:56 GMT</lastBuildDate><ttl>20</ttl><item><title>Unable to Configure Business Object in Business Object Mapper</title><link>http://forum.strataframe.net/FindPost11252.aspx</link><description>Using the DB2 Structure, I am unable to configure a business object using any of the tables in database. I consistently receive the following message:&lt;/P&gt;&lt;P&gt;Error: The fields could not be displayed.&lt;/P&gt;&lt;P&gt;Argument Exception:&lt;BR&gt;Column SQL_DATETIME_SUB does not below to table DataTypes.&lt;/P&gt;&lt;P&gt;Source&amp;nbsp;&amp;nbsp;&amp;nbsp; System.Data&lt;/P&gt;&lt;P&gt;Stack Trace:&lt;BR&gt;&amp;nbsp;at System.Data.DataColumnCollection.Remove(String name)&lt;BR&gt;&amp;nbsp;at IBM.Data.DB2.bn.c[String[]A-0]&lt;BR&gt;&amp;nbsp;at IBM.Data.DB2.bn.b[String A-0, String[]A-1]&lt;BR&gt;&amp;nbsp;at IBM.Data.DB2.DB2Connection.GetSchema(String collectionName, String restrictionValues)&lt;BR&gt;&amp;nbsp;at IBM.Data.DB2.DB2Connection.GetSchema(String collectionName)&lt;BR&gt;&amp;nbsp;at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.GetFieldsFromDb2(String DatabaseString TableName, String ConnectionString)&lt;BR&gt;&amp;nbsp;at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.BuildFieldsCollection(DTEproject_itemsBO,ProjectItem, Boolean SkipExceptions)&lt;BR&gt;&amp;nbsp;at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.PopulateFieldsList(Int32 BOPK);</description><pubDate>Mon, 10 Sep 2007 08:49:15 GMT</pubDate><dc:creator>Alan W</dc:creator></item><item><title>RE: Unable to Configure Business Object in Business Object Mapper</title><link>http://forum.strataframe.net/FindPost11394.aspx</link><description>Thanks for the additional information, Alan. :)&amp;nbsp; Glad you got it going!</description><pubDate>Mon, 10 Sep 2007 08:49:15 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Unable to Configure Business Object in Business Object Mapper</title><link>http://forum.strataframe.net/FindPost11392.aspx</link><description>Hi All,&lt;/P&gt;&lt;P&gt;Our DBA working with IBM resolved this issue. The fix entailed a fix to IBM code. We can now successfully configure business objects for databases hosted on an IBM Mainframe running version 7.0 of the Db2 database. My thanks to everyone for their help.&lt;/P&gt;&lt;P&gt;AlanW</description><pubDate>Mon, 10 Sep 2007 08:20:26 GMT</pubDate><dc:creator>Alan W</dc:creator></item><item><title>RE: Unable to Configure Business Object in Business Object Mapper</title><link>http://forum.strataframe.net/FindPost11367.aspx</link><description>In fact, when I tried Googling the issue, the only thing that Google returned was this forum post, which obviously wasn't all that helpful&amp;nbsp;:D</description><pubDate>Thu, 06 Sep 2007 09:12:20 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Unable to Configure Business Object in Business Object Mapper</title><link>http://forum.strataframe.net/FindPost11359.aspx</link><description>Good, because since the error was coming from the DB2 provider, I had no idea what to do other than let you choose a different provider.&amp;nbsp; Glad it's working :)</description><pubDate>Thu, 06 Sep 2007 08:43:28 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Unable to Configure Business Object in Business Object Mapper</title><link>http://forum.strataframe.net/FindPost11353.aspx</link><description>Whew....glad to hear it :D&amp;nbsp;</description><pubDate>Wed, 05 Sep 2007 13:19:18 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Unable to Configure Business Object in Business Object Mapper</title><link>http://forum.strataframe.net/FindPost11348.aspx</link><description>[quote][b]Ben Chase (09/05/2007)[/b][hr]OK, I have a test project for you to run so we can maybe figure out why that is failing. It's failing within the DB2Connection.GetSchema() method (you'd think IBM would know how to get the schema from their own database...). So, run the project, click the button on the top to populate the top grid with the installed data providers on your computer, then select the row for the IBM.Data.DB2 provider (that will be the InvariantName), enter the connection string, and click Get Data Types. You should get an error message giving you the exception message that you're getting in the BOMapper. &lt;br&gt;
&lt;br&gt;
Then, try the other IBM provider you have installed. Your client should have installed another one that will be a version specific provider, something like IBM.Data.DB2.9.1.2 or whatever zSeries, something. Select that one and repeat the process. If you get the same error, then I don't know what to tell you. If you don't get the error and it populates the grid below with the data types, then I'll have to create a way for you to specify the provider rather than always using the generic provider. &lt;br&gt;
&lt;br&gt;
Let me know. Thanks.[/quote]&lt;br&gt;
&lt;br&gt;
I gave Alan a hand on this earlier today and it turns out that the particular database that was being connected to was DB2 v7. It's scheduled to be upgraded, but hasn't been yet. I tried to connect to DB2 v8 and DB2 v9 from his machine and everything worked fine.&lt;br&gt;
&lt;br&gt;
A Google search turned up that it was a data type that wasn't supported by DB2 UDB CLI. After a quick call to our database team, we learned that the database was v7 and that the data type wasn't supported by that version.&lt;br&gt;
&lt;br&gt;
Bottom line is that the SF objects are working correctly as long as you try to connect to the correct version. :D We just weren't aware that there were still v7 databases out there anywhere.&lt;br&gt;
&lt;br&gt;
Thanks for all the help!</description><pubDate>Wed, 05 Sep 2007 12:11:48 GMT</pubDate><dc:creator>PeterA</dc:creator></item><item><title>RE: Unable to Configure Business Object in Business Object Mapper</title><link>http://forum.strataframe.net/FindPost11346.aspx</link><description>OK, I have a test project for you to run so we can maybe figure out why that is failing.&amp;nbsp; It's failing within the DB2Connection.GetSchema() method (you'd think IBM would know how to get the schema from their own database...).&amp;nbsp; So, run the project, click the button on the top to populate the top grid with the installed data providers on your computer, then select the row for the IBM.Data.DB2 provider (that will be the InvariantName), enter the connection string, and click Get Data Types.&amp;nbsp; You should get an error message giving you the exception message that you're getting in the BOMapper.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Then, try the other IBM provider you have installed.&amp;nbsp; Your client should have installed another one that will be a version specific provider, something like IBM.Data.DB2.9.1.2 or whatever zSeries, something.&amp;nbsp; Select that one and repeat the process.&amp;nbsp; If you get the same error, then I don't know what to tell you.&amp;nbsp; If you don't get the error and it populates the grid below with the data types, then I'll have to create a way for you to specify the provider rather than always using the generic provider. &lt;/P&gt;&lt;P&gt;Let me know.&amp;nbsp; Thanks.</description><pubDate>Wed, 05 Sep 2007 10:07:39 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Unable to Configure Business Object in Business Object Mapper</title><link>http://forum.strataframe.net/FindPost11319.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;Has there been any progress on this issue? This issue pretty much has me blocked from progress with StrataFrame.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AlanW</description><pubDate>Tue, 04 Sep 2007 12:55:45 GMT</pubDate><dc:creator>Alan W</dc:creator></item></channel></rss>