Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

cannot create a temporary column table in HANA SP8 console

$
0
0

Hi All,

 

We upgraded the HANA to SP8 version this week, and found there are some issues when creating a temporary table.

Here is the sql:

 

CREATE TYPE TT_CONF AS TABLE(ID INTEGER, NAME VARCHAR(32))

CREATE LOCAL TEMPORARY COLUMN TABLE #CONF LIKE TT_CONF;

 

And then got the error message like below:

Could not execute 'CREATE LOCAL TEMPORARY COLUMN TABLE #CONF LIKE TT_CONF' in 220 ms 419 µs .

SAP DBTech JDBC: [598]: failed to execute the external statement: InvalidHostNameException at Communication.cpp(01174):

  message: the hostname could not be resolved

  info:    host unknown

  param:  

 

Is this a new constraints or just a bug? Does anybody have this issue?


Viewing all articles
Browse latest Browse all 6412

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>