-
Type:
Support
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.4
-
Fix Version/s: 2.1.5
-
Component/s: Configuration
-
Labels:None
-
Environment:
configure is run with "--with-enforcer-database=mysql"
When migrating from 1.4 to 2.1.4 the ods-migrate tool gives a segmentation fault when the conf.xml contains the following:
<Enforcer> <Datastore> <MySQL> <Database>kaspdb2</Database> <Username>kaspuser</Username> <Password>*************</Password> </MySQL> </Datastore> </Enforcer>
It does not fail when the Host is added:
<Enforcer> <Datastore> <MySQL> <Host>localhost</Host> <Database>kaspdb2</Database> <Username>kaspuser</Username> <Password>*************</Password> </MySQL> </Datastore> </Enforcer>