cpsconsumermsgs_en.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cpscrn
  5. (C) Copyright IBM Corp. 2005, 2013
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  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. -->
  12. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../cclcore/prod/Resources/CCLMessageFile.xsd">
  13. <component name="CPS" usage="Cognos Portal Services consumer component">
  14. <section name="WS" usage="CPS messages generated by the WebSphere consumer." type="Messages">
  15. <string id="cps.ws.readcssmappingsfailed" type="String" errorCode="1100">Unable to read the name mapping file "<param name="0" type="string" usage="file name"/>" for the CSS class. <param name="1" type="string" usage="detailed error message"/></string>
  16. <string id="cps.ws.loadcssmappingsfailed" type="String" errorCode="1101">Unable to load the name mapping file "<param name="0" type="string" usage="file name"/>" for the CSS class from the servlet context. The file could not be found. </string>
  17. <string id="cps.ws.missingapplicationparam" type="String" errorCode="1102">Unable to initialize the "<param name="0" type="string" usage="internal identifier name"/>" portlet. The application parameter "<param name="1" type="string" usage="parameter identifier"/>" is missing.</string>
  18. <string id="cps.ws.emptyapplicationparam" type="String" errorCode="1103">Unable to initialize the "<param name="0" type="string" usage="internal identifier name"/>" portlet. The application parameter "<param name="1" type="string" usage="parameter identifier"/>" is empty.</string>
  19. <string id="cps.ws.requestfailed" type="String" errorCode="1104">Unable to process the request for the portlet "<param name="0" type="string" usage="internal identifier name"/>".</string>
  20. <string id="cps.ws.objectstoragefailed" type="String" errorCode="1106">Unable to store the "<param name="0" type="string" usage="internal class name"/>" object.</string>
  21. <string id="cps.ws.invalidmode" type="String" errorCode="1107">The portlet mode "<param name="0" type="string" usage="mode name, e.g. 'wsrp:mode'"/>" is not supported.</string>
  22. <string id="cps.ws.invalidwindowstate" type="String" errorCode="1108">The portlet window state "<param name="0" type="string" usage="window state name, e.g. 'wsrp:state'"/>" is not supported.</string>
  23. <string id="cps.ws.savestatefailed" type="String" errorCode="1109">Unable to save the portlet state.</string>
  24. <string id="cps.ws.unsupportedcredentialtype" type="String" errorCode="1110">The credential type "<param name="0" type="string" usage="a credential name from the IBM credential vault registry"/>" is not supported. Please contact your administrator.</string>
  25. <string id="cps.ws.portletserviceunsupported" type="String" errorCode="1111">The portlet service "<param name="0" type="string" usage="a java class name"/>" is not supported. Please contact your administrator.</string>
  26. <string id="cps.ws.portletserviceunavailable" type="String" errorCode="1112">The portlet service "<param name="0" type="string" usage="a java class name"/>" is currently not available. Please contact your administrator.</string>
  27. <string id="cps.ws.wrongcredentialclass" type="String" errorCode="1113">The credential type "<param name="0" type="string" usage="a java class name"/>" cannot be bound to the helper "<param name="1" type="string" usage="a java class name"/>". Only the class "<param name="2" type="string" usage="a java class name"/>" is allowed. Please contact your administrator.</string>
  28. <string id="cps.ws.failedtoretrievecredential" type="String" errorCode="1114">Unable to retrieve the WebSphere credential object for the URL "<param name="0" type="string" usage="a URL"/>".</string>
  29. <string id="cps.ws.failedtoretrieveconnection" type="String" errorCode="1115">Unable to retrieve a connection from the WebSphere ContentAccessService for the URL "<param name="0" type="string" usage="a URL"/>".</string>
  30. <string id="cps.ws.missingconfigparam" type="String" errorCode="1116">Unable to initialize the "<param name="0" type="string" usage="internal identifier name"/>" portlet. The portlet configuration parameter "<param name="1" type="string" usage="parameter identifier"/>" is missing.</string>
  31. <string id="cps.ws.emptyconfigparam" type="String" errorCode="1117">Unable to initialize the "<param name="0" type="string" usage="internal identifier name"/>" portlet. The portlet configuration parameter "<param name="1" type="string" usage="parameter identifier"/>" is empty.</string>
  32. </section>
  33. <section name="CCM" usage="CPS messages generated by all consumers." type="Messages">
  34. <string id="cps.consumer.wsrp.operationfailed" type="String" errorCode="1200">Unable to perform the WSRP operation "<param name="0" type="string" usage="operation name, e.g. 'getMarkup'"/>" .</string>
  35. <string id="cps.consumer.cssclasssubstitution" type="String" errorCode="1201">Unable to substitute the name of the CSS class in the returned markup. </string>
  36. <string id="cps.consumer.rewritefailed" type="String" errorCode="1202">Unable to rewrite the URLs of the returned markup. </string>
  37. <string id="cps.consumer.portletdoesnotexist" type="String" errorCode="1203">The portlet with portlet handle "<param name="0" type="string" usage="a string"/>" does not exist on the target server "<param name="1" type="string" usage="a URL"/>".</string>
  38. <string id="cps.consumer.markupinterfaceopfailed" type="String" errorCode="1204">The method "<param name="0" type="string" usage="a string"/>" of the Markup interface failed. </string>
  39. <string id="cps.consumer.servicedescriptioninterfaceopfailed" type="String" errorCode="1205">The method "<param name="0" type="string" usage="a string"/>" of the Service Description interface failed.</string>
  40. <string id="cps.consumer.writecachedmarkupfailed" type="String" errorCode="1206">Unable to write the cached markup.</string>
  41. <string id="cps.consumer.registrationinterfaceopfailed" type="String" errorCode="1207">The method "<param name="0" type="string" usage="a string"/>" of the Registration interface failed. </string>
  42. <string id="cps.consumer.processmarkupcontextfailed" type="String" errorCode="1208">Unable to process the WSRP markup context.</string>
  43. <string id="cps.consumer.failedtocreatewsdlconnection" type="String" errorCode="1209">Unable to create a URL connection to the requested WSDL file at "<param name="0" type="string" usage="a URL"/>" . </string>
  44. <string id="cps.consumer.managementinterfaceopfailed" type="String" errorCode="1210">The method "<param name="0" type="string" usage="a string"/>" of the Management interface failed. </string>
  45. </section>
  46. <section name="CEP" usage="CPS messages generated by the consumer error page." type="UI">
  47. <string id="cps.errorpage.errorimgalt" errorCode="1300" type="String">Error</string>
  48. <string id="cps.errorpage.preerrormsg" errorCode="1301" type="String">Unable to process the request.</string>
  49. <string id="cps.errorpage.posterrormsg" errorCode="1302" type="String">A more detailed description of the error that occurred can be found in the log.</string>
  50. <string id="cps.errorpage.possiblefixes" errorCode="1303" type="String">Possible solutions</string>
  51. </section>
  52. <section name="SAP" usage="CPS messages generated by the SAP consumer" type="Messages">
  53. <string id="cps.sap.unsupportedmode" type="String" errorCode="1400">The IView mode "<param name="0" type="string" usage="mode name, e.g. 'wsrp:mode'"/>" is not supported.</string>
  54. <string id="cps.sap.unsupportedwindowstate" type="String" errorCode="1401">The IView window state "<param name="0" type="string" usage="window state, e.g. 'wsrp:state'"/>" is not supported.</string>
  55. <string id="cps.sap.storeglobalsettingsfailed" type="String" errorCode="1402">Unable to store global configuration settings.</string>
  56. <string id="cps.sap.missingconfigparam" type="String" errorCode="1403">Unable to initialize the IView. The IView configuration parameter "<param name="0" type="string" usage="parameter identifier"/>" is missing.</string>
  57. <string id="cps.sap.emptyconfigparam" type="String" errorCode="1404">Unable to initialize the IView. The IView configuration parameter "<param name="0" type="string" usage="parameter identifier"/>" is empty.</string>
  58. </section>
  59. <section name="ALU" usage="CPS messages generated by the BEA AquaLogic consumer" type="Messages">
  60. <string id="cps.alui.wsrp.operationfailed" type="String" errorCode="1500">Unable to process the WSRP operation "<param name="0" type="string" usage="operation name, e.g. 'getMarkup'"/>". Contact your system administrator to verify the connection configuration.</string>
  61. <string id="cps.alui.getmarkupfailed" type="String" errorCode="1501">The method getMarkup of the Markup interface failed.</string>
  62. <string id="cps.alui.cssclasssubstitution" type="String" errorCode="1502">Unable to substitute the CSS class name in the returned markup. </string>
  63. <string id="cps.alui.rewritefailed" type="String" errorCode="1503">Unable to rewrite the URLs of the returned markup. </string>
  64. <string id="cps.alui.invalidurltype" type="String" errorCode="1504">The portlet URL type "<param name="0" type="string" usage="type, e.g. 'render'"/>" is not supported.</string>
  65. <string id="cps.alui.invalidmode" type="String" errorCode="1505">The portlet mode "<param name="0" type="string" usage="mode type, e.g. 'view'"/>" is not supported.</string>
  66. <string id="cps.alui.missingportletpackage" type="String" errorCode="1507">The request does not identify a portlet package.</string>
  67. <string id="cps.alui.missingportlethandle" type="String" errorCode="1508">The request does not identify a portlet handle.</string>
  68. <string id="cps.alui.requestnotgatewayed" type="String" errorCode="1509">The request cannot be processed because it was not sent by a BEA AquaLogic server.</string>
  69. <string id="cps.alui.unsupportedencoding" type="String" errorCode="1510">The character encoding "<param name="0" type="string" usage="character encoding type, e.g. 'windows-1252'"/>" used by the request is not supported. </string>
  70. </section>
  71. <section name="PUI" usage="CPS messages generated by the BEA AquaLogic consumer, that appear in the UI" type="UI">
  72. <string id="cps.alui.configpagetitle" type="Dialog Caption">Administrative Preferences</string>
  73. <string id="cps.alui.editpagetitle" type="Dialog Caption">User Preferences</string>
  74. </section>
  75. <section name="WRH" usage="CPS messages generated by the common consumer WSRP helper component." type="Messages">
  76. <string id="cps.wsrp.helper.nocachedmarkup" type="String" errorCode="1700">The WSRP producer requested to use the cached markup for a request that does not contain previously cached markup. </string>
  77. </section>
  78. <section name="SHP" usage="CPS messages generated by the SharePoint consumer" type="Messages">
  79. <string id="cps.shp.timedoutfailed" type="String" errorCode="1800">Timed out. Please refresh the page and try again.</string>
  80. <string id="cps.shp.missingurlforbinding" type="String" errorCode="1801">Missing URL for WebService binding interface.</string>
  81. </section>
  82. <section name="SUI" usage="CPS messages generated by the SharePoint consumer, that appear in the UI" type="UI">
  83. <string id="cps.shp.changetoviewmode" type="Menu" usage="Context menu item">Return to view</string>
  84. <string id="cps.shp.changetoeditmode" type="Menu" usage="Context menu item">Edit preferences</string>
  85. <string id="cps.shp.configurationsettings" type="Control Label" usage="Label">Connection Settings</string>
  86. <string id="cps.shp.notconfigured" type="String" usage="Information message">The Web part is not configured.</string>
  87. <string id="cps.shp.showtoolpane" type="Link" usage="Hyperlink">Click here to open the toolpane and edit the Connection settings.</string>
  88. <string id="cps.shp.wsdl" type="Control Label" usage="Label for text box">WSDL</string>
  89. <string id="cps.shp.discoverportlets" type="Button" usage="Push button">Discover Portlets</string>
  90. <string id="cps.shp.portlethandle" type="Control Label" usage="Label for combo box">Portlet handle</string>
  91. <string id="cps.shp.noselection" type="List Item Label" usage="used when the combobox is empty">No portlets available</string>
  92. <string id="cps.shp.remotefault" type="String" usage="used to indicate a remote error as occured">The portlet returned an error message:</string>
  93. </section>
  94. <section name="WSF" usage="WSRP producer faults (see http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wsrp for specifications)" type="Messages">
  95. <string id="cps.wsrpfault.accessdenied" type="String" errorCode="2000">Unable to authenticate.</string>
  96. <string id="cps.wsrpfault.inconsistentparameters" type="String" errorCode="2001">A portlet handle was supplied that is not recognized by the specified registration handle. </string>
  97. <string id="cps.wsrpfault.invalidregistration" type="String" errorCode="2002">A registration handle and registration state combo were not recognized by the producer. </string>
  98. <string id="cps.wsrpfault.invalidcookie" type="String" errorCode="2003">The producer environment has timed out. The consumer needs to initialize the cookies again.</string>
  99. <string id="cps.wsrpfault.invalidhandle" type="String" errorCode="2004">Unable to find the portlet with the specified portlet handle.</string>
  100. <string id="cps.wsrpfault.invalidsession" type="String" errorCode="2005">The producer session timed out. The consumer will resend the data that was cached during the session.</string>
  101. <string id="cps.wsrpfault.invalidusercategory" type="String" errorCode="2006">The specified category of users is not supported.</string>
  102. <string id="cps.wsrpfault.missingparameters" type="String" errorCode="2007">A required parameter is missing.</string>
  103. <string id="cps.wsrpfault.operationfailed" type="String" errorCode="2008">The producer is unable to process the request.</string>
  104. <string id="cps.wsrpfault.portletstatechangerequired" type="String" errorCode="2009">The portlet is unable to modify its persistent state because of the conditions set by the consumer.</string>
  105. <string id="cps.wsrpfault.unsupportedlocale" type="String" errorCode="2010">The portlet does not support generating markup for the requested locale.</string>
  106. <string id="cps.wsrpfault.unsupportedmarkuptype" type="String" errorCode="2011">The portlet does not support generating markup for the requested markup type.</string>
  107. <string id="cps.wsrpfault.unsupportedmode" type="String" errorCode="2012">The portlet does not support generating markup for the requested mode.</string>
  108. <string id="cps.wsrpfault.unsupportedwindowstate" type="String" errorCode="2013">The portlet does not support generating markup for the requested window state.</string>
  109. </section>
  110. <section name="PFS" usage="CPS messages detailing possible fixes for error conditions" type="UI">
  111. <string id="cps.fixes.nofixesfound" type="String">No solutions were found.</string>
  112. <string id="cps.fixes.sharedsecretsso" type="String">If you are using the shared secret namespace to enable single sign-on, ensure that the following options are correct:</string>
  113. <string id="cps.fixes.matchsharedsecret" type="String">Ensure that the shared secret setting in the portlet is the same as the shared secret setting that is specified in IBM Cognos Configuration.</string>
  114. <string id="cps.fixes.matchtime" type="String">Ensure that the time is set correctly for the enterprise portal server and the IBM Cognos server.</string>
  115. <string id="cps.fixes.userinns" type="String">Ensure that the user name that you are using for authentication to the IBM Cognos namespace exists in the namespace.</string>
  116. <string id="cps.fixes.usejavaprovider" type="String">Ensure that the portlet namespace setting is configured to use the shared secret Custom Java Provider namespace ID.</string>
  117. <string id="cps.fixes.choosedefaultns" type="String">If multiple namespaces are configured for your IBM Cognos environment, ensure that the proper namespace is selected in the portlet settings or as the default gateway namespace in IBM Cognos Configuration.</string>
  118. <string id="cps.fixes.ssotrustusernames" type="String">If an Active Directory namespace is used to authenticate to IBM Cognos software, ensure that the singleSignonOption property with the value of IdentityMapping is specified for the namespace in IBM Cognos Configuration. If an LDAP namespace is used, ensure that external identity mapping is enabled for the namespace.</string>
  119. <string id="cps.fixes.badltpaparams" type="String">The LTPAToken might not be recognized by the IBM Cognos gateway server. Ensure that the WebSphere application server that is configured for IBM Cognos software uses the same cryptographic keys as the WebSphere portal, and that the WebSphere portal user name is known to this application server.</string>
  120. <string id="cps.fixes.badnsused" type="String">Ensure that the namespace portlet setting is configured with a valid namespace ID.</string>
  121. <string id="cps.fixes.excludedomain" type="String">It is possible that the Sharepoint user name includes a domain part and the IBM Cognos authentication namespace does not expect it. Enable the Web Part option "Exclude Domain" and try again.</string>
  122. </section>
  123. </component>
  124. </stringTable>