Hi Dave,
%GloNoGenerate is a template variable - the % at the front gives it away.
What this likely means is that your imported procedure (the report) has an extension - but the "global extension" to match that extension has not been added to the app. So, for example, say it has a Office Inside extension, but your app does not have the global "Activate Office" extension.
solution is in two part
a) identify the extension(s) in the report
b) then either add the global extension it needs, or delete the extension from the report - whatever is appropriate.
cheers
Bruce