Identifying and fixing app template creation errors
-
- UpdatedFeb 1, 2024
- 2 minutes to read
- Washington DC
- App Engine Studio
Learn how to identify and fix your app when unsupported features or metadata stop the template creation process in App Engine Studio (AES).
Unsupported features
Sometimes items in a source application from which you created a custom template aren’t supported in the template. You must remove unsupported items before you can create a template from the application.
When an error happens during the template creation process, an error message is displayed.

Template creation errors in the Scan Failure table
Errors that occurred during the creation of a custom template that are displayed in the Scan Failure [sys_app_scan_failure] table and their cause.
Error messages
For more information about what types of records are allowed and skipped, see Supported features and metadata in custom templates.
Error message | Definition | More details |
---|---|---|
Unsupported_table | Record class for which there is no allow rule, and there’s an unknown level of support. | One or more unsupported records are unrecognized by App Engine Studio and must be removed for the template creation process to continue. |
Denied_table | Record class for which there is a deny rule, and template creation isn’t supported. | The record class is explicitly denied and must be removed for the template creation process to continue. |
Scripted_record | Scripted rule that runs on each record in the app. | Current scripted deny rules include, but aren't limited to:
|
Scripted_app | Scripted rule that runs once for the app. |