Book a Demo

Author Topic: DAO.Recordset [3021] error during RE  (Read 3356 times)

Gerd Aschemann

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
DAO.Recordset [3021] error during RE
« on: August 16, 2011, 09:36:22 pm »
During a reverse engineering of a larger Java project with EA 9.0 I do get a message pop up every few loaded classes.

  DAO.Recordset [3021]
  No current record.

I do always have to confirm this with the OK button which slows progress down to almost unusability.

Any ideas to get rid of this problem are very welcome! It seems to be a problem from the underlying M$ Access DB?

BTW: I do a re-import for an existing Java source tree to an older EA project set up with EA 8.0.

Thanks,
  Gerd
--
Gerd Aschemann

Gerd Aschemann

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: DAO.Recordset [3021] error during RE
« Reply #1 on: August 16, 2011, 10:02:24 pm »
Thanks to http://www.sparxsystems.com/cgi-bin/yabb/YaBB.cgi?num=1313026955/4#4 I found some more information in DBError.txt:

DAO.Recordset [3021]

No current record.

Context:
      SQL: select * from t_xref where Client='{29AD3550-529F-4804-B3D4-8FA7B949AAA1}'

--
Gerd Aschemann