Author Topic: Error when importing .XEA file  (Read 4320 times)

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13381
  • Karma: +563/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Error when importing .XEA file
« on: February 07, 2023, 08:28:01 pm »
Details:
Trying to import a native file export and I'm getting the error:
ADODB.Field [0x800a0bcd]

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

The DBerror.txt contains the following:
07/02/2023 10:12:00
ADODB.Field [0x800a0bcd]

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

Context:
select * from t_object where 1 = 0
GetLongVal( "Object_ID" )


Steps to Reproduce:
- Export .xea file from new .qea file
- try importing this file into an SQL Server model.

Error in version 16.1.1624

Reported

Geert