Troubleshooting
Problem
When running the Reference Data Management (RDM) RunBatchExportClient.sh script, no ouput is created.
Symptom
No error is seen and no files are created.
An expected default log output is below, what is not created are the last two highlighted lines and no files are created in the output directory.
A new session was started at 27/05/16 1:27 PM
password = ************
db_url = jdbc:db2://<HOSTNAME>:50000/
requester_name = mdmadmin
target_dir = C:\output\
db_password = password
page_size = 250
provider_url = <HOSTNAME>:9080
db_maps_tbl = test_mapping_properties
db_boolean_type = CHAR
timezone_offset = +00:00
hierarchy_export = list
db_mapping_columns = map.MappingID(MAPPINGID),map.SourceSetID(SRCSETID),map.SourceSetName(SRCSETNAME),map.SourceVersion(SRCSETVER),map.TargetSetID(TARSETID),map.TargetSetName(TARSETNAME),map.TargetVersion(TARSETVER),map.MappingState(MAPSTATE),map.MappingVersion(MAPVER),map.MappingName(MAPNAME),map.MappingDataTypeID(MAPDT),map.MappingDataTypeName(MAPDTNAME),map.EffectiveDate(EFFDT),map.ExpiryDate(EXPDT),map.Owners(OWNERS),map.Description(MAPDESCR),map.Comments(COMMENTS),valueMap.valueMappingID(VALMAPPINGID),valueMap.source.people.code(PEOPLECODE),valueMap.source.people.nationality.code(NATIONALITYCODE),valueMap.target.city.code(CITYCODE),valueMap.target.city.name(CITYNAME),valueMap.target.city.state.code(STATECODE),valueMap.target.city.state.country.code(COUNTRYCODE),valueMap.target.city.state.country.continent.planet.code(PLANETCODE),valueMap.effectiveDate(VALEFFDT),valueMap.expirationDate(VALEXPDT),valueMap.Income(INCOME),valueMap.Birth(BIRTH),valueMap.Single(SINGLE),valueMap.facebook(FACEBOOK)
requestid = 100101
export_separator = ,
debug = true
export_wrapper = "
db_name = BE2DB
db_user = ADMINISTRATOR
language = en
format = csv
max_translations = 5
db_driver = com.ibm.db2.jcc.DB2Driver
date_format = yyyy-MM-dd
request_lang = 100
timestamp_format = yyyy-MM-dd'T'HH:mm:ssz
user = tabs
db_schema = EXPORT
Your data has been exported to C:\output\sets\test1_Draft_1.csv.
Number of rows exported = 2.
Resolving The Problem
In order to resolve the problem:
1. Locate the RDMJAXWSClient.jar the same folder as the export script
2. Extract the jar file into a temp folder
3. Update all of the following files in the META-INF/wsdl/ directory by doing a text replacement of "<HOSTNAME>" and "<PORT>" with the appropriate host name and port number.
For BusinessServices.wsdl, hostname and port is set to localhost and 9099 by default.
Update with appropriate host name and port number.
4. Package the jar and rename the original/replace the old one in the batch export home directory
Test again.
Product Synonym
RDM ;InfoSphere Master Data Management Reference Data Management Hub
Was this topic helpful?
Document Information
Modified date:
16 June 2018
UID
swg21984572