I'd like to select an active partition in the Data Hub. Normally I would use the following statement:
INVANTIVE> use 1552839
2>
Exclamation itgendhb077: Error in Invantive Data Hub.
Database '1552839' does not exist. Make sure that the name is entered correctly.
That gives an error. I noticed when I use the alias for my Exact Online Connection it does work so:
INVANTIVE> use 1552839@eol
2>
itgendhb018: 0 Rows Affected (111 ms)
But I'd like to do the following, selecting the divisions I want from a SQL table, that doesn't work:
use select division_code from dc.rs.selected_admins@sql
An alternative doesn't work as well:
INVANTIVE> use select code from systemdivisions@eol sd inner join dc.rs.selected_admins@sql sa on sd.code = sa.division_code
2>
Exclamation itgendhb077: Error in Invantive Data Hub.
Database '1552839' does not exist. Make sure that the name is entered correctly.