Opticon Stockholm is on Tuesday September 10th, hope to see you there!
Opticon Stockholm is on Tuesday September 10th, hope to see you there!
Hi,
Sounds like a bug, I will file a bug report to Commerce team. Apologies for the inconvenience and thanks for the report.
Meanwhile you can workaround by adding this dummy SP
CREATE PROCEDURE [CustomColumnSettings_Save]
AS
BEGIN
END
Hi Quan,
Thanks for your response. Unfortunately, I tried to create procedure like this and got another error
SqlException: Cannot drop type 'udttCustomColumnTable' because it is being referenced by object 'CustomColumnSettings_Save'. There may be other objects that reference this type.
that is very strange. can you check if the CustomColumnSettings_Save SP exists at that point, with and without schema (dbo) ?
I think that is the problem as you create the SP with the dbo schema. there should be another SP without the dbo schema
so the problem was like this
Thanks Quan. That seems working on foundation.
The steps to fix is
Note: Another gotcha, keep Find package to 16.2, I just hit another error after upgrading to 16.3
Hi guys,
I am upgrading Customized Commerce from 14.21 to 14.26. I got this error when running application after upgrading
Actually, this procedure is not existed in my database.
Any suggestions to solve this issue?