CWUDU

CWUDU0001I: Usage: java -jar UDDIUtilityTools.jar '{'function'}' [options] function: -promote <entity source> Promote entites between registries -export <entity source> Extract entities from registry to XML -delete <entity source> Delete entities from registry -import Create entities from XML to registry where <entity source> is one of: -tmodel|-business|-service|-binding <key> Specify single entity type and key -keysFile | -f <filename> Specify file containing entity types and keys options: -properties <filename> Specify path to configuration file -overwrite | -o Overwrite an entity if it already exists -log | -v Output verbose messages -definitionFile <filename> Specify path to UDDI entity definition file -importReferenced Import entities referenced by source entities The following options override property settings in configuration file: -overwrite -log -definitionFile -importReferenced Example: java -jar UDDIUtilityTools.jar -promote -keysFile C:/uddikeys.txt
CWUDU0002I: ********** Starting UDDI Utility Tools **********
CWUDU0003I: Promoting entityType<{0}> key<{1}>...
CWUDU0004W: Bad entityType: received<{0}>, expected <tModel|business|service|binding>
CWUDU0005I: Promotion successful.
CWUDU0006I: Import successful.
CWUDU0007I: Export successful.
CWUDU0008I: Delete successful.
CWUDU0009I: Exporting entities...
CWUDU0010I: Exporting business, businessKey[{0}].
CWUDU0011I: Exporting service, serviceKey[{0}].
CWUDU0012I: Exporting binding, bindingKey[{0}].
CWUDU0013I: Exporting tModel, tModelKey[{0}].
CWUDU0014I: Exporting referenced tModel, tModelKey[{0}].
CWUDU0015I: Exported {0} entities.
CWUDU0016I: Importing entities...
CWUDU0017I: Importing business, businessKey[{0}].
CWUDU0018I: Importing service, serviceKey[{0}].
CWUDU0019I: Importing binding, bindingKey[{0}].
CWUDU0020I: Importing tModel, tModelKey[{0}].
CWUDU0021I: Importing referenced tModel, tModelKey[{0}].
CWUDU0022I: Imported {0} entities.
CWUDU0023I: Deleting entities...
CWUDU0024I: Deleting business, businessKey[{0}].
CWUDU0025I: Deleting service, serviceKey[{0}].
CWUDU0026I: Deleting binding, bindingKey[{0}].
CWUDU0027I: Deleting tModel, tModelKey[{0}].
CWUDU0028I: Deleted {0} entities.
CWUDU0029I: Serializing...
CWUDU0030I: Serialized entities.
CWUDU0031I: Deserializing...
CWUDU0032I: Deserialized entities.
CWUDU0033I: Function ''{0}'' completed successfully.
CWUDU0034W: Function ''{0}'' did not complete successfully. See messages log for further information.
CWUDU0035W: Parser warning: {0}
CWUDU0036E: Parser error: {0}
CWUDU0037E: Unrecognized parser feature: {0}
CWUDU0038E: Unsupported parser feature: {0}
CWUDU0039E: Unrecognized parser property: {0}, value: {1}
CWUDU0040E: Unsupported parser property: {0}, value: {1}
CWUDU0041I: {0}
CWUDU0042E: Unable to find the configuration file: {0}
CWUDU0043E: An Exception occurred trying to read the configuration file.
CWUDU0044W: Configuration file is missing the ''{0}'' property.
CWUDU0045W: Property: ''{0}'' has value ''{1}''. It must be either ''true'' or ''false''.
CWUDU0046W: Property: ''{0}'' has value ''{1}''. It must be an integer value.
CWUDU0047E: Unable to find the keyFile file: {0}
CWUDU0048E: Unable to read the keyFile file: {0}
CWUDU0049E: Unable to write to entity definition file: {0}
CWUDU0050E: Unable to find UDDI Entity definition file. {0}
CWUDU0051E: Unable to read UDDI Entity definition file. {0}
CWUDU0052E: Unable to close the messages file: {0}
CWUDU0053E: Unable to cloes the trace file: {0}
CWUDU0054E: The logger was unable to find the file: {0}
CWUDU0055E: ERROR OCCURRED...
CWUDU0056E: Exception:
CWUDU0057W: Only one function may be specified on the command line.
CWUDU0058W: No function was specified.
CWUDU0059W: The function: {0} was not recognised.
CWUDU0060W: The argument ''{0}'' was not recognised.
CWUDU0061W: There was a missing value for {0} argument.
CWUDU0062W: Unexpected argument: {0} (entity key file is already specified).
CWUDU0063W: Unexpected argument: {0} (entity key is already specified).
CWUDU0064W: Argument: {0} cannot be specified more than once.
CWUDU0065E: No entity keys were specified.
CWUDU0066E: Could not load Database driver: dbDriver< {0} >.
CWUDU0067E: Could not create Database connection: dbUrl<{0}>, dbUser<{1}>, (dbPasswd not shown).
CWUDU0068E: Could not close the database connection.
CWUDU0069E: Could not create minimal entity for tModel with tModelKey[{0}].
CWUDU0070E: Could not create minimal entity for Service with serviceKey[{0}].
CWUDU0071E: Could not create minimal entity for Business with businessKey[{0}].
CWUDU0072E: Could not create minimal entity for Binding with bindingKey[{0}].
CWUDU0073E: There was an error while trying to create an XML Document.
CWUDU0074E: There was an error parsing the entity definition file.
CWUDU0075E: One or more errors occurred while parsing the entity definition file. See message log for details.
CWUDU0076W: One or more warnings were raised while parsing the entity definition file. See message log for details.
CWUDU0077E: An error occurred trying to discover the publisher.
CWUDU0078E: Unable to obtain authinfo.
CWUDU0079E: The inquiryURL is malformed: {0}
CWUDU0080E: The publishURL is malformed: {0}
CWUDU0081E: Could not get tModel detail for tModelKey[{0}].
CWUDU0082E: Could not get service detail for serviceKey[{0}].
CWUDU0083E: Could not get business detail for businessKey[{0}].
CWUDU0084E: Could not get binding detail for bindingKey[{0}].
CWUDU0085E: Could not save tModel for tModelKey[{0}].
CWUDU0086E: Could not save business for businessKey[{0}].
CWUDU0087E: Could not save service for parent businessKey[{0}].
CWUDU0088E: Could not save binding for parent serviceKey[{0}].
CWUDU0089W: Did not save service for serviceKey[{0}] because parent business did not exist.
CWUDU0090W: Did not save binding for bindingKey[{0}] because parent service did not exist.
CWUDU0091E: Could not delete business for businessKey[{0}].
CWUDU0092E: Could not delete service for serviceKey[{0}].
CWUDU0093E: Could not delete binding for bindingKey[{0}].
CWUDU0094E: Could not delete tModel for tModelKey[{0}].
CWUDU0095E: Could not reach {0}.
CWUDU0096W: {0} is not a valid UUID.
CWUDU0097W: Did not save tModel for tModelKey[{0}] as it already exists. Use the -overwrite argument to overwrite the tModel.
CWUDU0098W: Did not save business for businessKey[{0}] as it already exists. Use the -overwrite argument to overwrite the business.
CWUDU0099W: Did not save service for serviceKey[{0}] as it already exists. Use the -overwrite argument to overwrite the service.
CWUDU0100W: Did not save binding for bindingKey[{0}] as it already exists. Use the -overwrite argument to overwrite the binding.
CWUDU0101W: Bad entityType: received<{0}>, expected <tModel|business|service|binding>
CWUDU0102E: Promotion failed.
CWUDU0103E: Error occurred while creating results file.
CWUDU0104E: Minimal entity creation failed.
CWUDU0105E: Rollback failed.
CWUDU0106E: Unable to commit transaction.
CWUDU0107E: Unable to set auto-commit off on the database connection.
CWUDU0108E: An entity to be imported was found to be invalid.
CWUDU0109W: The import function requires a UDDI entity definition file to be specified.
CWUDU0110E: A cyclic dependency exists in the referenced tModels. The reference from tModel with key [{0}] to the tModel with key [{1}] completes the detected cycle.
CWUDU0111E: Error occurred trying to create PreparedStatements. Check database configuration.
CWUDU0112E: An unexpected exception has occurred: {0}
CWUDU0113E: Could not get a response from UDDI registry at URL: {0}
CWUDU0114E: An IOException occurred trying to invoke 'java'.
CWUDU0115I: Imported {0} entities and {1} referenced entities.
CWUDU0116W: Not all minimal entities could be removed. The following remain in the database:
CWUDU0117W: Business minimal entity with businessKey [{0}] has not been removed from the database.
CWUDU0118W: Service minimal entity with serviceKey [{0}] has not been removed from the database.
CWUDU0119W: Binding Template minimal entity with bindingKey [{0}] has not been removed from the database.
CWUDU0120W: TModel minimal entity with tModelKey [{0}] has not been removed from the database.
CWUDU0121I: Created business minimal entity with businessKey [{0}].
CWUDU0122I: Created service minimal entity with serviceKey [{0}].
CWUDU0123I: Created binding template minimal entity with bindingKey [{0}].
CWUDU0124I: Created tModel minimal entity with tModelKey [{0}].
CWUDU0125I: Deleted business minimal entity with businessKey [{0}].
CWUDU0126I: Deleted service minimal entity with serviceKey [{0}].
CWUDU0127I: Deleted binding template minimal entity with bindingKey [{0}].
CWUDU0128I: Deleted tModel minimal entity with tModelKey [{0}].
CWUDU0129E: Find related businesses failed.
CWUDU0130E: Find businesses failed.
CWUDU0131E: Find services failed.
CWUDU0132E: Find tModels failed.
CWUDU0133E: Find bindings failed.
CWUDU0134I: Performing inquiry request...
CWUDU0135I: Extracted keys from inquiry results.
CWUDU0136E: node ID value could not be found in UDDI database.
CWUDU0137E: Unexpected database SQL exception: {0}.
CWUDU0138E: Could not delete minimal entity for tModel with tModelKey[{0}].
CWUDU0139E: Could not delete minimal entity for Service with serviceKey[{0}].
CWUDU0140E: Could not delete minimal entity for Business with businessKey[{0}].
CWUDU0141E: Could not delete minimal entity for Binding with bindingKey[{0}].
CWUDU0142E: Invalid sequence number for service: {0}.
CWUDU0143E: Invalid sequence number for binding: {0}.
CWUDU0144E: The configured JSSE Provider ({0}) could not be found.
CWUDU0145E: The configured JSSE Provider ({0}) could not be instantiated.
CWUDU0146E: The configured JSSE Provider ({0}) could not be accessed during instantiation.


Terms and conditions for information centers | Feedback

Last updated: June 12, 2013 12:15 PM EDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-mp&topic=com.ibm.uddi.promoter.Messages.dita
File name: com.ibm.uddi.promoter.Messages.html