HANA Server build 64
HANA Client build 64 (part of NW install)
Installed separately,
HANA Studio build 70
This is the first time I have attempted to install Netweaver.
Running through the installer, I am getting the following error:
Error during execution of HdbCmdClazz 'CREATE_SQL_ROLE_USER_SEQUENCE' : Wed Dec 18 10:26:19 PST 2013 | com.sap.hdb.core.main.cmd.HdbCmdMain | Error during execution of SQL command: SELECT COUNT(TABLE_NAME) FROM TABLES WHERE TABLE_NAME = ? AND SCHEMA_NAME = ? SAP DBTech JDBC: [7]: feature not supported: cannot select user-defined type: line 1 col 31 (at pos 30)
If I simply open up a SQL Console from HANA Studio and run a similar SQL statement:
SELECT COUNT(TABLE_NAME) FROM TABLES
I get the same error:
Could not execute 'SELECT COUNT(TABLE_NAME) FROM TABLES' in 2 ms 645 µs .
SAP DBTech JDBC: [7] (at 30): feature not supported: cannot select user-defined type: line 1 col 31 (at pos 30)
So it looks like the NW installer is running invalid SQL, or some script had to run ahead of it to create some additional views.
Is anyone familiar with this?
TIA,
David