Using Jacl:
set newjdbc [$AdminConfig getid "/JDBCProvider:Cloudscape JDBC Provider/"]
Example output:
JDBC1(cells/mycell/nodes/mynode:resources.xml$JDBCProvider_1)
Using Jacl:
$AdminConfig required WAS40DataSource
Example output:
Attribute Type name String
Using Jacl:
set name [list name was4DS1] set ds4Attrs [list $name]
Using Jacl:
set new40ds [$AdminConfig create WAS40DataSource $newjdbc $ds4Attrs]
Example output:
was4DS1(cells/mycell/nodes/mynode:resources.xml#WAS40DataSource_1)
Using Jacl:
$AdminConfig save