AutomationException: 0x80040213 - System resource exceeded. in 'DAO.DbEngine'

1393
1
06-22-2011 10:22 PM
SujnanaRai
New Contributor
Hi all,
    We have developed web application where user can upload shape, personal geodatabase (pgdb) or file geodatabase (fdb) file ArcSDE geodatabase. Similarly they can download from ArcSDE geodatabase to shape, pgdb or fdb. We have written this upload/download functionality in ArcObjects-JAVA. But after uploading or downloading 20-25 feature classes it will throw below error and subsequent upload will fail.
AutomationException: 0x80040213 - System resource exceeded. in 'DAO.DbEngine'
If we restart JVM then it will work for next 20-25 upload/download. I am using Cleaner.relase() to release the object. But still I am getting this kind of error.

Please guide me to come out of this problem
Regards,
Sujnana Rai
0 Kudos
1 Reply
georgiospapadakis
New Contributor
I have also the same problem using c# dotnet. After opening 128 gdb access files
IWorkspace sourceWorkspace = sourceWorkspaceFactory.OpenFromFile
              (sourceWorkspacePath, 0);

i get error 0x80040213. Please help. It is a batch program which converts gdb to shape files.
Arcobjects 9.3.1
0 Kudos