Book a Demo

Author Topic: DAO Database [3072] error  (Read 3947 times)

toreg

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
DAO Database [3072] error
« on: August 19, 2010, 07:30:25 am »
Hi all - wondering if anyone else has run into this issue.  

I have a DB model that was reverse engineered from source (with no errors).  However, when I export the model (as a branch) into version control and then try "get all latest", the following error pops up multiple times during package update:

DAO Database [3072]
Expression too complex

I noticed that SPARX uses the shared windows DAO350.DLL (newer version is available from MS).

Any ideas?


Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: DAO Database [3072] error
« Reply #1 on: August 19, 2010, 03:14:01 pm »
The DBError.txt file int he main EA directory sometimes gives you some more information about database errors (such as the last SQL expression).

Geert

toreg

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: DAO Database [3072] error
« Reply #2 on: August 20, 2010, 02:59:19 am »
Thank you for the tip - I will take a look at this file.