Current setup did not accommodate for JAVA HDB setups, failing trying to determine the HDB schema.
Solution
Added a loop to determine schema name based on a list of property names, defaulting to hana_schema var if none is found. This has been pulled into a seperate roles-db role and used in the various locations, schema_name was set.
Problem
Current setup did not accommodate for JAVA HDB setups, failing trying to determine the HDB schema.
Solution
Added a loop to determine schema name based on a list of property names, defaulting to
hana_schema
var if none is found. This has been pulled into a seperateroles-db
role and used in the various locations,schema_name
was set.