Prevent SQL error on CMS 12 minor version update
CREATE PROCEDURE dbo.netSoftLinksGetBroken
AS
BEGIN
SELECT 1;
END
GO
- Go to reports in the CMS
- Run the broken links report
- If this fails then you may need to get Optimizely support involved
- If this succeeds then the stored procedure above has been created correctly and used
- Optionally download the DB from PAAS portal and verify that the dbo.netSoftLinksGetBroken stored procedure is present
Bug - CMS-26818 (optimizely.com)
Daniel - what I have been seeing with this error is that these Stored PRocedures get created, but with the wrong SQL schema. I have to manually update the Schema myself, which is a problem on DXP environments.