When the Litespeed procedure xp_procedure is used in a custom backup script to create new folders for backup files, it no longer works after upgrading to 7.1. The xp_procedure from 6.5.1 worked in custom scripts.
When executing following command:
Execute master.dbo.xp_procedure 'dir' - LiteSpeed 6.5.2 returns the result from OS.
LiteSpeed 7.1. returns following error message: 'Msg 50000, Level 11, State 1, Line 0 Command is not supported.'