Hi folks,
NOTE: I posted this in HANA IN MEMORY topic area prior to discovering this Information Steward area.
I have a colleague working on an Information Steward proof of concept for pulling master data from HANA. He asked me to setup a HANA user for Information Steward to connect and read from our default schema that contains all tables replicated from SAP via SLT. Let's call this SAP_SCHEMA. Let's call the Information Steward user and schema INFO_STEWARD. The INFO_STEWARD user has full access to it's own INFO_STEWARD schema and I also gave him SELECT_USER role against the SLT schema named SAP_SCHEMA. But when they run their job they get error that they can not CREATE temporary table against SAP_SCHEMA.
Normally we never allow any user except SLT user to create tables in the SAP_SCHEMA. All users have SELECT only. But as a test I humored him and gave POWER_USER role against SAP_SCHEMA, had him run his load job and then I monitored M_TEMPORARY_TABLES. Suddenly his job started working and I watched 500+ temporary tables fill up M_TEMPORARY_TABLES, however they all listed the temp table schema as INFO_STEWARD schema. So I'm completely puzzled; if all the temp tables are created in it's own INFO_STEWARD schema then why does it need CREATE against SAP_SCHEMA?? My only theory is that it truly created a single temp table in SAP_SCHEMA but it happened and dropped so fast that I could not see it with my own eyes. Whereas the other 500+ I could see sitting there for several minutes before they were dropped.
Are there any Information Steward users out there whom can explain to me why it would need CREATE against the SLT schema where our source tables live? I'm hoping it's some sort of configuration problem on the Information Steward side as we do not want to doll out create access. Other system users we have such as MicroStrategy only have read access to the SLT schema and create temp tables fine in their own MicroStrategy schema.
Thanks for any insight you can provide!
-Patrick