I have discovered something. If I create a schema using the SQL Command "Create schema TT;" and then grant on that everything works.
In my case the schema was created with the HDBSCHEMA file in a project containing
schema_name= "FUJBPPOC";
So why will this create it differently than the SQL command?