PB12.5
MS SQL SERVER
a Dw with the identity column running on POWERSERVER give the following error
select max(identitycol) from table invalid column name identitycol
the sql is not written anywhere in our code (not PB nor Trigger/store procedure)
please any advice on how to solve the issue.
Regards.
Andres
if the table have no identity column and a identity column is set in the update properties of the datawindow then we have the problem
the solution is really simple just set to (none) the identity column and the problem is solved.
I don't seem to be able to reproduce the issue using native driver with 12.6 or 2017 where datawindow sets an identity column when there isn't an identity column in the database table. It only happens when the database has an identity column.
Please kindly let us know how do you do it if you can reproduce it in 12.6 or 2017. Thanks very much!
Regards,
Tom Jiang