BookmarkSubscribeRSS Feed
DinnarHooda
Calcite | Level 5

Hi ,

I am using SAS AML 6.1 with ECM 2.3. During AGP execution i found one error stating :

ERROR: CLI execute error: [Microsoft][SQL Server Native Client 10.0][SQL Server]Cannot update identity column 'id'.

This is originated from a macro :

%fcf_get_ecm_sequence_ids

whose source is not provided in the package.

My research shows that it can be solved by using ignore_read_only_columns = yes

But unfortunately that library is assigned in that macro. Is there any way i can resolve the issue?

1 REPLY 1
SASKiwi
PROC Star

Have you opened a track with SAS support? Since the error you are getting is from a SAS-supplied macro they would be in the best position to advice you how to fix the error.