Actuate Information Delivery API operations : CreateDatabaseConnection
 
CreateDatabaseConnection
Creates a connection to an Actuate Caching service (ACS) database. The operation returns an error if the database connection already exists.
Request schema
<xsd:complexType name="CreateDatabaseConnection">
<xsd:sequence>
<xsd:element name="DatabaseConnection"
type="typens:DatabaseConnectionDefinition"/>
</xsd:sequence>
</xsd:complexType>
Request elements
DatabaseConnection
Details about the connection object to create.
Response schema
<xsd:complexType name="CreateDatabaseConnectionResponse">
<xsd:sequence>
<xsd:element name="FileId" type="xsd:string"/>
<xsd:element name="Warnings" minOccurs="0"
type="typens:ArrayOfString"/>
</xsd:sequence>
</xsd:complexType>
Response elements
FileId
The ID of the connection object.
Warnings
Any problems that occur when iHub attempts to connect to the ACS database.