Error during Instance Configuration step of installation:
Executed as user: <Service Account>. Could not find stored procedure 'master..xp_replication_activity_statistics'. [SQLSTATE 42000] (Error 2812). The step failed.
The Step in regards to this error has the contents:
exec [LiteSpeedLocal]..[LiteSpeed_ImportNativeHistory]
exec [master]..[xp_replication_activity_statistics
Software Defect
Workaround:
Edit the step to read:
exec [LiteSpeedLocal]..[LiteSpeed_ImportNativeHistory]
exec [master]..[xp_replicate_activity_statistics]