﻿<?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  » Error working with 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 13:04:58 GMT</lastBuildDate><ttl>20</ttl><item><title>Error working with Business Object Mapper</title><link>http://forum.strataframe.net/FindPost15882.aspx</link><description>Hi i have following Problem :&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I create new Project&lt;br&gt;
&lt;br&gt;
and add new item (BusinessObject) to Project &lt;br&gt;
&lt;br&gt;
Then go to menu Strataframe&lt;br&gt;
&lt;br&gt;
there i call there Businessobject Mapper&lt;br&gt;
&lt;br&gt;
and then allways get this error :&lt;br&gt;
&lt;br&gt;
SqlException&lt;br&gt;
  Ungültiger Objektname 'DTEprojects'.&lt;br&gt;
&lt;br&gt;
Source     : .Net SqlClient Data Provider&lt;br&gt;
&lt;br&gt;
Stack Trace: &lt;br&gt;
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)&lt;br&gt;
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)&lt;br&gt;
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)&lt;br&gt;
   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)&lt;br&gt;
   at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()&lt;br&gt;
   at System.Data.SqlClient.SqlDataReader.get_MetaData()&lt;br&gt;
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)&lt;br&gt;
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)&lt;br&gt;
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)&lt;br&gt;
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)&lt;br&gt;
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)&lt;br&gt;
   at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)&lt;br&gt;
   at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)&lt;br&gt;
   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)&lt;br&gt;
   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)&lt;br&gt;
   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)&lt;br&gt;
   at MicroFour.StrataFrame.Data.DbDataSourceItem.GetDataTable(DbCommand Command, OnChangeEventHandler CallBack)&lt;br&gt;
   at MicroFour.StrataFrame.Data.SqlDataSourceItem.GetDataTable(DbCommand Command, OnChangeEventHandler CallBack)&lt;br&gt;
   at MicroFour.StrataFrame.Data.DataLayer.GetDataTable(DbCommand Command, Boolean RegisterNotification)&lt;br&gt;
   at MicroFour.StrataFrame.Business.BusinessLayer.FillDataTable(DbCommand CommandToExecute)&lt;br&gt;
   at MicroFour.StrataFrame.AddIns.DTEprojectsBO.FillProjects(String[] ProjectPaths)&lt;br&gt;
   at MicroFour.StrataFrame.AddIns.PartialClassBuilderDialog.ᜀ(ᜏ A_0)&lt;br&gt;
&lt;br&gt;
As active Dataconnection I use StrataFrameSample &lt;br&gt;
In Dataexplorer i have full access to Database.&lt;br&gt;
&lt;br&gt;
So what is wrong ?&lt;br&gt;
&lt;br&gt;
My main Problem is &lt;br&gt;
i am absolutley NewBie in DotNet.:hehe:&lt;br&gt;
&lt;br&gt;
Thanks for your help&lt;br&gt;
&lt;br&gt;
Rainer&lt;br&gt;
&lt;br&gt;</description><pubDate>Sun, 27 Apr 2008 14:53:41 GMT</pubDate><dc:creator>Rainer Kempf, RK</dc:creator></item><item><title>RE: Error working with Business Object Mapper</title><link>http://forum.strataframe.net/FindPost15928.aspx</link><description>No problem :)</description><pubDate>Sun, 27 Apr 2008 14:53:41 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Error working with Business Object Mapper</title><link>http://forum.strataframe.net/FindPost15911.aspx</link><description>so easy if you know how.....:w00t:&lt;br&gt;
&lt;br&gt;
thank you very much for your quick answers&lt;br&gt;
&lt;br&gt;
Rainer</description><pubDate>Fri, 25 Apr 2008 21:46:54 GMT</pubDate><dc:creator>Rainer Kempf, RK</dc:creator></item><item><title>RE: Error working with Business Object Mapper</title><link>http://forum.strataframe.net/FindPost15887.aspx</link><description>Ivan is correct, you either did not install the StrataFrame database, or you have your IDE environment pointing to ther wrong server and/or database.&amp;nbsp; In previous versions the database could be selected so many times people would think that this connection was foir their application...and it would cause this message all the time.&amp;nbsp; But we prevent the database from being selected through the IDE and allow allow the server to be selected.&amp;nbsp; But the issue is either the server is wrong or the database doesn't exist.&amp;nbsp; Check out those items and I am sure that you will see where the issue is.</description><pubDate>Fri, 25 Apr 2008 09:40:32 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Error working with Business Object Mapper</title><link>http://forum.strataframe.net/FindPost15883.aspx</link><description>Hi Rainer.&lt;/P&gt;&lt;P&gt;On the Visual Studio IDE, in the StrataFrame menu, choose Database Connection. The StrataFrame Data Store should be selected, and make sure this connection is pointing to the StrataFrame database, not the StrataFrameSample one. &lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Cheers.</description><pubDate>Fri, 25 Apr 2008 08:22:58 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>