12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rsvpapi
- (C) Copyright IBM Corp. 2005, 2019
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!-- generated by cogmc.py -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../CCL/CCLCore/Resources/CCLMessageFile.xsd" localization="Product Locale" usage="Message source for CCLMessageFramework">
- <component name="RSV">
- <section name="AOM">
- <string name="UNSUPPORTED_ENUM" type="String" errorCode="0001">The specified value '<param type="string" index="1"/>' is not a valid enumeration value.</string>
- <string name="UNSUPPORTED_CHILD_ELEM" type="String" errorCode="0002">The element '<param type="string" index="1"/>' is not a valid child element of the '<param type="string" index="2"/>' element.</string>
- <string name="INVALID_SOAP_REQUEST" type="String" errorCode="0003">The '<param type="string" index="1"/>' element is missing from the received SOAP request.</string>
- <string name="TYPE_CONVERSION_FAILED" type="String" errorCode="0005">Failed to convert the character data for element '<param type="string" index="1"/>' into '<param type="string" index="2"/>' data.</string>
- <string name="INVALID_XSI_TYPE_DECLARATION" type="String" errorCode="0006">The xsi:type declaration '<param type="string" index="1"/>' on the '<param type="string" index="2"/>' element is not valid.</string>
- <string name="MISSING_ARRAY_TYPE_DECLARATION" type="String" errorCode="0007">The SOAP encoding arrayType attribute on the '<param type="string" index="1"/>' element is missing.</string>
- <string name="INVALID_ARRAY_TYPE_DECLARATION" type="String" errorCode="0008">The SOAP encoding arrayType attribute value '<param type="string" index="1"/>' on the '<param type="string" index="2"/>' element is not valid.</string>
- <string name="XSI_TYPE_PREFIX_NOT_IN_SCOPE" type="String" errorCode="0011">No namespace definition exists in the scope for the xml namespace prefix '<param type="string" index="1"/>' used in the xsi:type attribute on the '<param type="string" index="2"/>' element.</string>
- <string name="UNSUPPORTED_OPERATION" type="String" errorCode="0012">The IBM Cognos Report Service does not support the operation '<param type="string" index="1"/>' in the '<param type="string" index="2"/>' namespace.</string>
- <string name="UNKNOWN_TYPE" type="String" errorCode="0013">The xsi:type for the element '<param type="string" index="1"/>' could not be determined.</string>
- <string name="OPERATION_CREATION_FAILED" type="String" errorCode="0015">The '<param type="string" index="2"/>' WSDL port type definition does not contain any version of the operation '<param type="string" index="1"/>' with the given parameters.</string>
- <string name="SAXEXCEPTION_OCCURRED" type="String" errorCode="0016">A SAX error with the message '<param type="string" index="1"/>' occurred while processing the request.</string>
- <string name="XSI_NIL_TEXT" type="String" errorCode="0017">The element '<param type="string" index="1"/>' with the attribute xsi:nil=true contains text.</string>
- <string name="XSI_NIL_ELEMENT" type="String" errorCode="0018">The element '<param type="string" index="1"/>' with the attribute xsi:nil=true contains a child element.</string>
- <string name="SYNTAX_ERROR_UNEXPECTED_ELEMENT" type="String" errorCode="0019">The element '<param type="string" index="1"/>' is not valid in the current context. Only non-XML data is allowed.</string>
- <string name="DESERIALIZE_UNEXPECTED_EXCEPTION" type="String" errorCode="0020">An error occurred while parsing the SOAP request.</string>
- <string name="INVALID_ARRAY_ITEM_TYPE" type="String" errorCode="0021">You cannot add the data type '<param type="string" index="1"/>' to an array that contains objects of type '<param type="string" index="2"/>'.</string>
- <string name="INVALID_OBJECT_COMPLEX_TYPE" type="String" errorCode="0022">The element '<param type="string" index="1"/>' must be of type '<param type="string" index="2"/>' (or a type that extends it). The schema type '<param type="string" index="3"/>' is not valid.</string>
- <string name="INVALID_OBJECT_SIMPLE_TYPE" type="String" errorCode="0023">The element '<param type="string" index="1"/>' must be of type '<param type="string" index="2"/>'. The schema type '<param type="string" index="3"/>' is not valid.</string>
- <string name="UNSUPPORTED_XSI_TYPE" type="String" errorCode="0024">The IBM Cognos Report Service does not recognize the xsi:type attribute value '<param type="string" index="1"/>' specified on the '<param type="string" index="2"/>' element.</string>
- <string name="INVALID_CHILD_TYPE" type="String" errorCode="0025">You cannot set the property '<param type="string" index="1"/>:<param type="string" index="2"/>' of type '<param type="string" index="3"/>' to a value of type '<param type="string" index="4"/>'.</string>
- <string name="NO_CREATE_COPY" type="String" errorCode="0026">No create/copy method is defined for the type '<param type="string" index="1"/>'.</string>
- <string name="HREF_TEXT" type="String" errorCode="0027">The element '<param type="string" index="1"/>' with the attribute href=cid:<param type="string" index="2"/> contains text.</string>
- <string name="HREF_ELEMENT" type="String" errorCode="0028">The element '<param type="string" index="1"/>' with the attribute href=cid:<param type="string" index="2"/> contains a child element.</string>
- <string name="REPEATING_CHILD" type="String" errorCode="0029">The element '<param type="string" index="1"/>' has multiple '<param type="string" index="2"/>' child elements.</string>
- <string name="NO_DOCTYPE" type="String" errorCode="0030">DOCTYPE declarations are not supported.</string>
- </section>
- </component>
- </stringTable>
|