CMUpgradeScript_updateAuditNativeQuery.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: CM
  5. (C) Copyright IBM Corp. 2008, 2009
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <!-- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated). -->
  11. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bus="http://developer.cognos.com/schemas/bibus/3/">
  12. <SOAP-ENV:Header>
  13. <bus:biBusHeader/>
  14. </SOAP-ENV:Header>
  15. <SOAP-ENV:Body>
  16. <cm:update xmlns:cm="http://developer.cognos.com/schemas/bibus/3/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  17. <objects xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="cm:baseClass[1]">
  18. <item xsi:type="cm:configuration">
  19. <searchPath xsi:type="cm:stringProp">
  20. <value xsi:type="xsd:string">/configuration</value>
  21. </searchPath>
  22. <lsAuditNativeQuery xsi:type="cm:booleanProp">
  23. <value xsi:type="xsd:boolean">false</value>
  24. </lsAuditNativeQuery>
  25. </item>
  26. </objects>
  27. </cm:update>
  28. </SOAP-ENV:Body>
  29. </SOAP-ENV:Envelope>