Create DataSource

Create a DataSource on a given JDBCProvider.
Table 1. Input properties for the Create DataSource step
Name Type Description Required
Command Path String The directory location of the wsadmin command-line executable: e.g., /opt/IBM/WebSphere/AppServer/bin/. No
User Name String The user name to be used to connect to the WebSphere® Node. No
Password Password The password to be used to connect to the WebSphere Node. No
Host String Hostname of the server to connect to. No
Port String The port to connect to. No
Connection Type Enumeration:
  • SOAP
  • RMI
  • NONE
The type of connection to use with wsadmin. Yes
JDBCProvider Location String The containment path to the JDBCProvider. i.e. /Cell:cellName/ServerCluster:clusterName/JDBCProvider:providerName/. Note, it must end with a JDBCProvider type and a / Yes
DataSource Name String The name of the DataSource to create. Yes
DataStore Helper ClassName String The ClassName of the dataStoreHelper. Yes
JNDI Name String The JNDI Name for this DataSource. Yes
Auth Alias String The Alias to create or use for this DataSource. Yes
Alias Username String The Username to use for the Auth Alias if not already created. Yes
Alias Password Password The Password to use for the Auth Alias if not already created. Yes
Description String The Description of the DataSource to create. Yes
DB Name(Legacy) String The DB Name for this DataSource. This is for legacy support. Please use the Resource Properties text area. No
Resource Properties String The resource properties to configure this datasource with. Newline seperated list of properties in the form name|type|value Yes

Feedback