CDFAA0916W One or more GRANT_MODEL statements for the imported models could not be processed.
Explanation
You can import models from a model file by issuing an IMPORT_MODEL statement. When model privileges are also imported, the importing routine automatically executes GRANT_MODEL statements to set the model privileges. This message is returned when the attempt to process one or more of these GRANT_MODEL statements fails. Common reasons for such a failure are: - The specified role does not exist on the target system. - The user who issued the IMPORT_MODEL statement does not have the authority to set a CONTROL privilege for a model.
User response
If the privileges are not needed, no action is necessary. If the privileges are needed:
- Reissue the IMPORT_MODEL statement with the log=true parameter setting.
- Examine the resulting log file to see which GRANT_MODEL statements failed.
- Add roles or set user authorities as needed.
- Run the GRANT_MODEL statements manually.