Previous Topic: View Product InformationNext Topic: Service Desk User Tasks (Connector for CA Unicenter® Service Desk and CA Software Change Manager for Distributed)


The bso.xml File

The bso.xml file is the connector's configuration file. All scripts read configuration information from this script.

Note: Instructions for configuring bso.xml appear in context. This section provides additional details about the file for your information.

In the bso.xml file, you must specify configuration information in xml format, as follows:

<element - name>value of the element </element>

The following rules apply:

For example, a sample entry is:

<product>HARVEST</product>

In this example:

The structure of the bso.xml file follows:

<?xml version="1.0" encoding="UTF-8"?>
<sti:bso xmlns:sti="http://www.ca.com/sti#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="bso.xsd" >
   <sti:general>
      <sti:keyfile>  </sti:keyfile>
      <sti:idmanagerpgm> </sti:idmanagerpgm>
      <sti:timezone> </sti:timezone>
      <sti:dateformat> </sti:dateformat>
   </sti:general>
 <sti:harvest>
<sti:product> </sti:product>
      <sti:state>Plan</sti:state>
      <sti:process></sti:process>
      <sti:user></sti:user>
</sti:harvest>
   <sti:uspsd>
      <sti:product> </sti:product>
      <sti:server> </sti:server>
      <sti:wsdl> </sti:wsdl>
      <sti:osuser> </sti:osuser>
<sti:chgobj>chg</sti:chgobj>
 <sti:cntobj>cnt</sti:cntobj>
<sti:workflowobj> </sti:workflowobj>
      <sti:chgstatusobj>chgstat</sti:chgstatusobj>
      <sti:taskstatusobj> </sti:taskstatusobj>
         </sti:uspsd>
   <sti:workflow>
      <sti:createpackage>Y</sti:createpackage>
      <sti:createform>Y</sti:createform>
      <sti:packageprefix></sti:packageprefix>
      <sti:packagesuffix></sti:packagesuffix>
   </sti:workflow>
   <sti:harvestform>
      <sti:tablename> </sti:tablename>
      <sti:changeordernumbercolumn> </sti:changeordernumbercolumn>
      <sti:datereportedcolumn> </sti:datereportedcolumn>
      <sti:fixbycolumn> </sti:fixbycolumn>
      <sti:prioritycolumn> </sti:prioritycolumn>
      <sti:descriptioncolumn> </sti:descriptioncolumn>
      <sti:categorycolumn> </sti:categorycolumn>
      <sti:reportedbycolumn> </sti:reportedbycolumn>
      <sti:formprefix></sti:formprefix>
      <sti:formsuffix></sti:formsuffix>
   </sti:harvestform>
</sti:bso>