Entity Framework Timing Out When Creating A DB2 Model

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I am trying to use DB2 with Entity Framework. When I get to the point of creating the entity data model the wizard hangs and I get the following error below. I am only trying to bring over one small table. I can view data in the table via Server
Explorer.<br/>

Software: Visual Studio 2010, .NET 4.0, <span style="font-size:11.0pt; line-height:115%; font-family:Calibri,sans-serif
ibm data server driver package win64 v10.1, <span style="font-size:11.0pt; line-height:115%; font-family:Calibri,sans-serif ibm database addins for visualstudio v10.1.
Error:

Unable to generate the model because of the following exception: An error occurred while reading from the store providers data reader. See the inner exception for details.<br/>
ERROR [57014] [IBM][DB2] SQL0905N Unsuccessful execution due to resource limit being exceeded. Resource name = "ASUTIME", limit = "000000000300" CPU seconds ("000012121212" service units) derived from "SYSIBM.DSNRLST01".<br/>
.<br/>
Loading metadata from the database took 00:00:05.4338151.<br/>
Generating the model took 00:09:30.6254583.<br/>
Added the connection string to the App.Config file.<br/>
Writing the .edmx file took 00:00:00.0004015.



<br/>

View the full article
 


Write your reply...
Back
Top