﻿<?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  » Business Object Configuration Fails when using DB2</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 02:19:20 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Business Object Configuration Fails when using DB2</title><link>http://forum.strataframe.net/FindPost11265.aspx</link><description>Excellent.&amp;nbsp; That format is good to know.&amp;nbsp; &lt;/P&gt;&lt;P&gt;FYI, when the BOMapper tries to enumerate the tables, it pulls the provider by the IBM.Data.DB2 name, so whatever ADO.NET provider is registered under that name will be used.&amp;nbsp; For instance, the client that I installed installed IBM.Data.DB2 and IBM.Data.DB2.9.1.2.&amp;nbsp; We use the IBM.Data.DB2 because according to the ADO.NET provider documentation, it will be installed with all versions of the client because it's the version-independent version of the provider.&amp;nbsp; So, we just pull the factory by name and use it.</description><pubDate>Fri, 31 Aug 2007 09:18:34 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>Business Object Configuration Fails when using DB2</title><link>http://forum.strataframe.net/FindPost11129.aspx</link><description>The error message return states that the StrataFrame app framework is looking for SYSTABLES. Our DBA's indicate that SYSTABLES do not exist on Mainframe versions of DB2 databases but do exist on Linux\Unix\Windows versions of the DB2 database. However, we are working with the Mainframe version of the database.</description><pubDate>Fri, 31 Aug 2007 09:18:34 GMT</pubDate><dc:creator>Alan W</dc:creator></item><item><title>RE: Business Object Configuration Fails when using DB2</title><link>http://forum.strataframe.net/FindPost11251.aspx</link><description>We have fixed this issue. The connect string in the Business Object Mapper for the DB2 stucture needs to be of the following format:&lt;/P&gt;&lt;P&gt;Database=DSNT;User ID=USER;Password=Pwd;Server=HOST;SysSchema=SYSIBM;SchemaList=Schema</description><pubDate>Thu, 30 Aug 2007 15:15:40 GMT</pubDate><dc:creator>Alan W</dc:creator></item><item><title>RE: Business Object Configuration Fails when using DB2</title><link>http://forum.strataframe.net/FindPost11247.aspx</link><description>Hi Ben,&lt;/P&gt;&lt;P&gt;Which version of the IBM Data Provider does the Business Object Mapper use when the DB2 structure is selected?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alan</description><pubDate>Thu, 30 Aug 2007 11:25:06 GMT</pubDate><dc:creator>Alan W</dc:creator></item><item><title>RE: Business Object Configuration Fails when using DB2</title><link>http://forum.strataframe.net/FindPost11241.aspx</link><description>Does the server have a large number of tables?&amp;nbsp; I'll see if I can change the wait window to give a status message of what table is currently being enumerated so you can see which one it's hanging on.</description><pubDate>Thu, 30 Aug 2007 09:46:40 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Business Object Configuration Fails when using DB2</title><link>http://forum.strataframe.net/FindPost11229.aspx</link><description>Hi Ben,&lt;/P&gt;&lt;P&gt;We traced this issue to permissions issue here. Now that the permissions issue is resolved, I have ran into a new problem. When attempting to configure a business object, the Business Object Mapper with a DB2 structure and the connect string:&lt;/P&gt;&lt;P&gt;Database=ValidDB;User ID=ValidID;Password=ValidPwd;Server=ValidServer;CLISchema=ValidSchema;SysSchema=ValidSysSchema&lt;/P&gt;&lt;P&gt;the Business Object Mapper begins enumerating tables and just locks ups. I have let it the Business Object Manager run for 5 minutes and it did not return after 5 minutes.</description><pubDate>Thu, 30 Aug 2007 08:51:53 GMT</pubDate><dc:creator>Alan W</dc:creator></item><item><title>RE: Business Object Configuration Fails when using DB2</title><link>http://forum.strataframe.net/FindPost11212.aspx</link><description>While you do that, I'll try to use a packet sniffer and see if it's the GetSchema() method of the DB2Connection object that's causing the problem.&amp;nbsp; If it is, I would think it would be smarter than that :|</description><pubDate>Wed, 29 Aug 2007 10:30:47 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Business Object Configuration Fails when using DB2</title><link>http://forum.strataframe.net/FindPost11190.aspx</link><description>I am not sure how to get a stack trace with your code. No exeception is being thrown. The format of the connection string being used is Database=Database;User ID=ID;Password=Pwd;Server=HOST1:5022;CLISchema=XXTEST01. One of the other developers here stated that he ran into the same problem and got around the issue by removing the CLISchema=XXTEST01 from the connection string. I tried the same workaround to the issue and then receive and object not set to an instance error. &lt;/P&gt;&lt;P&gt;A DBA here provided more information. The error reference &lt;FONT face=Helv size=2&gt;&lt;/P&gt;&lt;P&gt;XXTEST01.SYSTABLES should be &lt;FONT face=Helv size=2&gt;&lt;/P&gt;&lt;P&gt;SYSIBM.SYSTABLES&lt;/P&gt;&lt;P&gt;I am going attempt more permutations on the connect string to attempt to work around the problem. &lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description><pubDate>Tue, 28 Aug 2007 16:27:37 GMT</pubDate><dc:creator>Alan W</dc:creator></item><item><title>RE: Business Object Configuration Fails when using DB2</title><link>http://forum.strataframe.net/FindPost11163.aspx</link><description>I can't find anywhere where we're directly referencing SYSTABLES.&amp;nbsp; It might be coming from the call to DB2 ADO.NET Provider's Db2Connection.GetSchema() method.&amp;nbsp; Do you have a stack trace for the error?&amp;nbsp; Did you get a red exception dialog that lists the stack trace?</description><pubDate>Tue, 28 Aug 2007 10:11:10 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>