Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
The script should not be run. There was a bug but it should be fixed for your version. Please run this script
-- Drop the function if it exists
IF OBJECT_ID('[dbo].[mdpfn_sys_IsAzureCompatible]', 'FN') IS NOT NULL
BEGIN
DROP FUNCTION [dbo].[mdpfn_sys_IsAzureCompatible];
END
GO
-- Recreate the function
CREATE FUNCTION [dbo].[mdpfn_sys_IsAzureCompatible]()
RETURNS BIT
AS
BEGIN
RETURN 1;
END
GO
Hi Quan,
Unfortunately this still does not solve the issue.
We asked support to run the script on our prep environment, copied the content to the new app, and redeployed, but we still got the same error.
We even upgraded to the latest Optimizely version: EPiServer.Framework Version=12.22.5, EPiServer.CMS Version=12.32.4, EPiServer.Commerce Version=14.35.0
Hmm, was it run against commerce database or cms? It should have been commerce. sorry for not being clear from beginning
Hi there,
We have upgraded an Optimizely solution to Commerce v14 and Cms v12 but we get the following error when trying to first run the application: