Compilation taking long time after schema extension

Hi All,

I extended AADUser table by creating custom column and now compilation step taking long time.

Do you know is it normal or something is not correct.

https://1drv.ms/u/s!At2ViqLAc9Hp1TdzAxhjWF70-NIg?e=MKfGFX 

Kind Reagrds,

Dnyandev

Parents Reply
  • This is what happens when changes are made, all of the constraints are disabled and then reenabled with the changes. If the dialog journal is not giving anything useful you could always check the qbmdbqueuecurrent table in SQL Management Studio to see what the UID_Parameter and UID_SubParameter are showing. It should give an hint to what is the issue.

Children