Deleting report IDS
A Content Manager OnDemand administrator wants to delete the report ID for the current Daily sales invoices because a new report is being created to replace it.
The administrator created the rptIdDelete.xml file that contains the information required for the delete.
To complete this task, run this command:
arsxml delete -h myod -u myoduser -p myodpwd -v -x -i /usr/lpp/ars/V10R5M0/bin/xml/samples/rptIdDelete.xml
The rptIdDelete.xml file might look like this:
<?xml version="1.0" encoding="UTF-8" ?>
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<odfReportId name="Daily sales invoices" />
</onDemand>