To create a Cloudscape SQL database service endpoint:
Access the Service
Endpoints | Add Service Endpoint | Edit Service Endpoint endpoint_name
page for the SQL Database type and Cloudscape subtype.
For access instructions, see Creating
a Service Endpoint.
Enter the properties for the service endpoint:
Database Path - The full name of the database and the directory where it will be created.
Schema - The schema name where the tables will be created.
Requires Authentication - Sets wether the Cloudscape database requires user authentication or not.
User - The user name that will be created when the database is created.
Note: Once this user name has been defined in the Process Administrator, the name cannot be changed. If a new administrative user name is necessary, create a new service endpoint that uses the new user name.
Password - A password that will be created for the user when the database is created.
Configure the following Runtime options for the service endpoint or accept the defaults:
Maximum Pool Size - Enter the maximum number of connections that the pool can allocate. The pool will never create more connections than this limit imposes. The default is 10.
Connection Idle Time (Mins) - Enter the amount of time the database connection can remain idle before the connection is dropped. The default is 5 minutes.
Maximum Opened Cursors - Enter the maximum number of opened cursors allowed on the database. The default is 50. This value is related to the maximum pool size. The number of cursors is divided in between the number of maximum pool size and each connection will manage that number of cursors. For example, if you have 500 maximum opened cursors and the maximum pool size is 50, each connection can have a maximum of 10 opened cursors.
Click Save.
Note: Default values may not be appropriate for your database. You should review and override with values suitable for the database.