SYMPTOM:
When a user executes a report with an empty value prompt in Strategy Developer where the prompt answer is not required, the following error occurs:

Error: Error(s) occurred while loading report: DSSSQLEngine: converting Report :Unknown error. (Unknown message 0) Error in Process method of Component: SQLEngineServer, Project XXX, Job XXX, Error Code= -2147212797.
STEPS TO REPRODUCE:
Follow the steps below to reproduce this issue in the Strategy Tutorial project:
CAUSE:
The SQL Engine will not be able to complete the metric operation if the prompt resolution actions cannot ensure a value for the prompt (i.e. prompt answer required is not checked and default value is empty).
ACTION:
Provide a default value for the value prompt or make the prompt answer required.