For defining SQL tables you will have to use the ‘sqlint’ utility. The Tamino Manager SQL Catalog is really a view of the current SQL schemata that have been defined.
For using SQL you need a licence file that allows it.
For help on ‘sqlint’ there is a PDF file in …\Tamino 2.3.1.4\Help\Print\sqlint.pdf. This explains btw that sqlint.exe is not installed unless you use ‘custom’ install.
Once in sqlint you can connect to the Tamino database with:
SQLINT> CONNECT TO “myDB” USER “DBA” PASSWORD “dba” ;
From this point you should be able to define schemata, tables etc.
Oh, btw the Tamino Interactive Interface only allows schema’s defined for the XML repository and not the SQL repository.
#API-Management#Tamino#webMethods