CMUpgradeScript_cleanUpuiProfiles.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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:delete xmlns:cm="http://developer.cognos.com/schemas/bibus/3/">
  17. <objects xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="cm:baseClass[2]">
  18. <item xsi:type="cm:uiProfile">
  19. <searchPath xsi:type="xsd:string">
  20. <value xsi:type="xsd:string">
  21. <mlValue>/configuration/uiProfileFolder[@name="</mlValue>
  22. <mlValue msgId="cmInitUserInterfaceProfiles"/>
  23. <mlValue>"]</mlValue>
  24. <mlValue>/uiProfileFolder[@name="</mlValue>
  25. <mlValue msgId="cmInitReportStudioProfiles"/>
  26. <mlValue>"]</mlValue>
  27. <mlValue>/uiProfile[@name="</mlValue>
  28. <mlValue msgId="cmInitProfessionalAuthoringProfile"/>
  29. <mlValue>"]</mlValue>
  30. </value>
  31. </searchPath>
  32. </item>
  33. <item xsi:type="cm:uiProfile">
  34. <searchPath xsi:type="xsd:string">
  35. <value xsi:type="xsd:string">
  36. <mlValue>/configuration/uiProfileFolder[@name="</mlValue>
  37. <mlValue msgId="cmInitUserInterfaceProfiles"/>
  38. <mlValue>"]</mlValue>
  39. <mlValue>/uiProfileFolder[@name="</mlValue>
  40. <mlValue msgId="cmInitReportStudioProfiles"/>
  41. <mlValue>"]</mlValue>
  42. <mlValue>/uiProfile[@name="</mlValue>
  43. <mlValue msgId="cmInitFinancialReportingProfile"/>
  44. <mlValue>"]</mlValue>
  45. </value>
  46. </searchPath>
  47. </item>
  48. </objects>
  49. <options xsi:type="cm:deleteOptions">
  50. <recursive xsi:type="xsd:boolean">true</recursive>
  51. <force xsi:type="xsd:boolean">true</force>
  52. </options>
  53. </cm:delete>
  54. </SOAP-ENV:Body>
  55. </SOAP-ENV:Envelope>