CMUpgradeScript_configuration_update_39.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  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. 2012
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <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/">
  10. <SOAP-ENV:Header>
  11. <bus:biBusHeader/>
  12. </SOAP-ENV:Header>
  13. <SOAP-ENV:Body>
  14. <cm:update xmlns:cm="http://developer.cognos.com/schemas/bibus/3/">
  15. <objects xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="cm:baseClass[]">
  16. <item xsi:type="cm:configuration">
  17. <searchPath xsi:type="cm:stringProp">
  18. <value xsi:type="xsd:string">/configuration</value>
  19. </searchPath>
  20. <reposCacheObjTTL xsi:type="cm:positiveIntegerProp">
  21. <value xsi:type="xsd:integer">1200</value>
  22. </reposCacheObjTTL>
  23. <reposNumObjDisk xsi:type="cm:positiveIntegerProp">
  24. <value xsi:type="xsd:integer">1000</value>
  25. </reposNumObjDisk>
  26. <reposNumObjMem xsi:type="cm:positiveIntegerProp">
  27. <value xsi:type="xsd:integer">100</value>
  28. </reposNumObjMem>
  29. </item>
  30. </objects>
  31. </cm:update>
  32. </SOAP-ENV:Body>
  33. </SOAP-ENV:Envelope>