Email this Page Log Support Call Send Feedback Print

Previous Topic

Next Topic

Library Element

Description

The library element contains the details of an Author-it library available for use by the Author-it Integration Server. The Author-it Integration Server only supports SQL Server Libraries.

For each SQL Server library that you wish to connect to, copy the <library> element and update the alias, server and database fields.

For example, if you need to connect to three databases on two different servers copy and paste the line <library alias="your_alias" database="your_database" server="your_server" trusted="false" user="" password="" />

Attributes

Attribute Name

Optional

Data Type

Value

alias

No

String

A friendly, unique name used to refer to a library. (see Author-it Integration Server Virtual directory name on your planning sheet)

database

No

String

The name of the database in SQL Server. (see Library name (database) on your planning sheet)

server

Yes

String

The name of the server hosting the SQL Server. (see Server library is located on on your planning sheet)

trusted

Yes

String

false

user

Yes

String

The user name assigned to the db_owner. (see SQL dbo User name on your planning sheet)

password

Yes

String

The password assigned to the db_owner of the Author-it database.

(see SQL dbo password on your planning sheet)

Parent Element

Libraries

Values

None. Set the attributes only.

Sample XML

<libraries>
 <library alias="SampleSQL" database="sample" server="servername" trusted="false" user="Acmelive" password="Acmelive" />
</libraries>
Top of Page Email this Page Log Support Call Send Feedback Print