Take the community feedback survey now.
Take the community feedback survey now.
 
                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 existsIF OBJECT_ID('[dbo].[mdpfn_sys_IsAzureCompatible]', 'FN') IS NOT NULLBEGIN    DROP FUNCTION [dbo].[mdpfn_sys_IsAzureCompatible];ENDGO
-- Recreate the functionCREATE FUNCTION [dbo].[mdpfn_sys_IsAzureCompatible]()RETURNS BITASBEGIN    RETURN 1;ENDGO
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: