UniLoader error "table ... does not have the identity property"

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ertank
Posts: 172
Joined: Wed 13 Jan 2016 16:00

UniLoader error "table ... does not have the identity property"

Post by ertank » Wed 02 Nov 2016 22:33

Hi,

Using Delphi 10.1 Update 1, UniDAC 6.4.15, MSSQL Server 2012 64bit.

Problem is somehow isolated. Such as:
1- If I debug, I receive error saying "Table 'xxx' does not have the identity property. Cannot perform SET operation."
2- If I run without debug I receive error saying "The server failed to resume the transaction. Desc: 3600000002"

You can find a sample project in below link. There are three sample databases added as backup files. All will be needed to reproduce the problem.
uniloader_identityproperty.7z

I confirm same code is working with UniDAC 6.4.14.

If there is any workaround I can apply, please advise.

Thanks.

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: UniLoader error "table ... does not have the identity property"

Post by azyk » Fri 04 Nov 2016 11:43

We have reproduced the described issue and now we are working on its fixing. As soon as the issue is fixed, we will notify you about it and send you a night build with this fix.

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: UniLoader error "table ... does not have the identity property"

Post by azyk » Thu 17 Nov 2016 14:10

We have answered you at the following topic: viewtopic.php?f=28&t=34514

ertank
Posts: 172
Joined: Wed 13 Jan 2016 16:00

Re: UniLoader error "table ... does not have the identity property"

Post by ertank » Tue 22 Nov 2016 17:54

I confirm that 6.4.16 version fixed that problem.

Thanks.

Post Reply