--- Installation --- Installation started at 2017-01-13 16:07:18 AEDT (+1100) --- installerinfo.txt --- Installer built at 2014-01-29 11:28:02 EST (+1100) java.version: 1.5.0_30 os.name: Mac OS X os.version: 10.9.1 build.version: 6.3 code.version: 20140129 --- end installerinfo.txt --- [YFGUIInstaller] language selected: en [YFImgPacksPanel] Packs selected: core, tutorial, usage, [YFLicenceFilePanel] Licence file selected [YFGeneralOptionsPanel] option.serverport: 1111 [YFGeneralOptionsPanel] option.winservice: false [YFDBTypePanel] option.db.dbtype: MySQL [YFCreateDBPanel] option.db.createdb: true [YFCreateUserPanel] option.db.createuser: false [YFDBInfoDBAPanel] Connection test failed ERRORKEY: admin_connection ERRORMSG: java.lang.Exception: Error creating DBInterface: couldn't connect java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO) connection-url: jdbc:mysql://localhost:3306/?characterEncoding=utf8 driver-class: com.mysql.jdbc.Driver [YFDBInfoDBAPanel] Connection test successful connection-url: jdbc:mysql://localhost:3306/?characterEncoding=utf8 database-major-version: 5 database-minor-version: 6 database-product-name: MySQL database-product-version: 5.6.28-log driver-class: com.mysql.jdbc.Driver driver-major-version: 5 driver-minor-version: 1 driver-name: MySQL Connector Java driver-version: mysql-connector-java-5.1.25 ( Revision: ${bzr.revision-id} ) jdbc-major-version: 4 jdbc-minor-version: 0 [YFTargetPanel] option.installpath: C:\Yellowfin\YF 6.3 MySQL Nancy --- Yellowfin installation information --- Date: 2017-01-13 16:09:33 (+1100) $Id: Installer.java,v 1.24.2.1 2013/07/25 03:40:42 steve Exp $ java.version: 1.8.0_65 java.class.path: X:\builds\6.3\20140129_1128-published\yellowfin-20140129-full.exe java.library.path: C:\Program Files\Java\jre1.8.0_65\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Ingres\IngresII\ingres\bin;C:\Program Files (x86)\Ingres\IngresII\ingres\utility;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Java\jre7\bin;C:\Program Files\MySQL\MySQL Server 5.6\bin;C:\Program Files\ffmpeg-3.0\bin;C:\Program Files\Java\jre7\bin;C:\Program Files\Java\jdk1.8.0_40\bin;C:\Program Files (x86)\EmEditor;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Java\jre1.8.0_65\bin;. os.name: Windows 8.1 os.arch: amd64 os.version: 6.3 maxMemory: 3801088000 Installation Options: option.db.createdb: true option.db.createuser: false option.db.dbausername: root option.db.dbname: yf63_nancy option.db.dbtype: MySQL option.db.hostname: localhost option.db.port: 3306 option.db.username: root option.installpath: C:\Yellowfin\YF 6.3 MySQL Nancy option.javahome: C:\Program Files\Java\jre1.8.0_65 option.licencefile: C:\Users\admin\Documents\Licence-Yellowfin-localhost-DEVELOPMENT.lic option.serverport: 1111 option.winservice: false Extracting distribution Unzipping yfres/yellowfin.zip to: C:\Yellowfin\YF 6.3 MySQL Nancy Unzipping yfres/skiteam.zip to: C:\Yellowfin\YF 6.3 MySQL Nancy Writing uninstaller Cleaning up installation Updating configuration Creating database Loading xml from com/hof/dataload/yellowfinschema.xml Creating tables Creating AccessClassList Creating AccessGroup Creating AccessGroupFlat Creating AccessGroupMembers Creating AccessLevel Creating Address Creating CachedFilter Creating CachedFilterValue Creating Configuration Creating Contact Creating Content Creating ContentManagement Creating ContentRltshp Creating ContentTag Creating DaylightSavingOffset Creating DecisionResponse Creating DiscussionGroup Creating DocumentData Creating DocumentItem Creating DocumentRevision Creating EntityStats Creating Event Creating EventArchive Creating InvolvedParty Creating IpClass Creating IpContact Error creating index xekIpContact for table IpContact: com.hof.dbtool.DBException: Error executing update ERR_UPDATEQUERY Query: CREATE INDEX xekIpContact ON IpContact ( EmailAddress ASC ) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:88) at com.hof.dbtool.DBInterface.createIndex(DBInterface.java:890) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:403) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:186) at com.hof.installer.process.job.CreateTablesJob.run(CreateTablesJob.java:182) at com.hof.installer.izpack.IzpackFullProcessJob.runJob(IzpackFullProcessJob.java:167) at com.hof.installer.izpack.panels.YFProcessPanel$YFProcessPanelWorker.run(YFProcessPanel.java:314) at java.lang.Thread.run(Unknown Source) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 767 bytes at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.Util.getInstance(Util.java:386) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2809) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1811) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1725) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:80) ... 7 more Creating IpRltshp Error creating index xzkIpRltshp for table IpRltshp: com.hof.dbtool.DBException: Error executing update ERR_UPDATEQUERY Query: CREATE INDEX xzkIpRltshp ON IpRltshp ( IpParent ASC, InternalReferenceId ASC, StartDate ASC, EndDate ASC ) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:88) at com.hof.dbtool.DBInterface.createIndex(DBInterface.java:890) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:403) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:186) at com.hof.installer.process.job.CreateTablesJob.run(CreateTablesJob.java:182) at com.hof.installer.izpack.IzpackFullProcessJob.runJob(IzpackFullProcessJob.java:167) at com.hof.installer.izpack.panels.YFProcessPanel$YFProcessPanelWorker.run(YFProcessPanel.java:314) at java.lang.Thread.run(Unknown Source) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 767 bytes at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.Util.getInstance(Util.java:386) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2809) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1811) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1725) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:80) ... 7 more Creating KeyGenerator Creating Organisation Error creating index xtkOrganisation for table Organisation: com.hof.dbtool.DBException: Error executing update ERR_UPDATEQUERY Query: CREATE INDEX xtkOrganisation ON Organisation ( BusinessNbr ASC ) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:88) at com.hof.dbtool.DBInterface.createIndex(DBInterface.java:890) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:403) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:186) at com.hof.installer.process.job.CreateTablesJob.run(CreateTablesJob.java:182) at com.hof.installer.izpack.IzpackFullProcessJob.runJob(IzpackFullProcessJob.java:167) at com.hof.installer.izpack.panels.YFProcessPanel$YFProcessPanelWorker.run(YFProcessPanel.java:314) at java.lang.Thread.run(Unknown Source) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 767 bytes at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.Util.getInstance(Util.java:386) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2809) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1811) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1725) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:80) ... 7 more Error creating index xfkOrganisation for table Organisation: com.hof.dbtool.DBException: Error executing update ERR_UPDATEQUERY Query: CREATE INDEX xfkOrganisation ON Organisation ( OrgName ASC, MemberTypeCode ASC, IndustryCode ASC ) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:88) at com.hof.dbtool.DBInterface.createIndex(DBInterface.java:890) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:403) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:186) at com.hof.installer.process.job.CreateTablesJob.run(CreateTablesJob.java:182) at com.hof.installer.izpack.IzpackFullProcessJob.runJob(IzpackFullProcessJob.java:167) at com.hof.installer.izpack.panels.YFProcessPanel$YFProcessPanelWorker.run(YFProcessPanel.java:314) at java.lang.Thread.run(Unknown Source) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 767 bytes at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.Util.getInstance(Util.java:386) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2809) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1811) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1725) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:80) ... 7 more Creating OrgContact Creating OrgFunction Error creating index xpkOrgFunction for table OrgFunction: com.hof.dbtool.DBException: Error executing update ERR_UPDATEQUERY Query: CREATE INDEX xpkOrgFunction ON OrgFunction ( IpOrg ASC, FunctionTypeCode ASC, FunctionCode ASC, FunctionExecuteLink ASC ) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:88) at com.hof.dbtool.DBInterface.createIndex(DBInterface.java:890) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:403) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:186) at com.hof.installer.process.job.CreateTablesJob.run(CreateTablesJob.java:182) at com.hof.installer.izpack.IzpackFullProcessJob.runJob(IzpackFullProcessJob.java:167) at com.hof.installer.izpack.panels.YFProcessPanel$YFProcessPanelWorker.run(YFProcessPanel.java:314) at java.lang.Thread.run(Unknown Source) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 767 bytes at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.Util.getInstance(Util.java:386) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2809) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1811) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1725) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:80) ... 7 more Error creating index xxkOrgFunction for table OrgFunction: com.hof.dbtool.DBException: Error executing update ERR_UPDATEQUERY Query: CREATE INDEX xxkOrgFunction ON OrgFunction ( IpOrg ASC, FunctionCode ASC, MenuFlag ASC, SecureFlag ASC ) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:88) at com.hof.dbtool.DBInterface.createIndex(DBInterface.java:890) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:403) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:186) at com.hof.installer.process.job.CreateTablesJob.run(CreateTablesJob.java:182) at com.hof.installer.izpack.IzpackFullProcessJob.runJob(IzpackFullProcessJob.java:167) at com.hof.installer.izpack.panels.YFProcessPanel$YFProcessPanelWorker.run(YFProcessPanel.java:314) at java.lang.Thread.run(Unknown Source) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 767 bytes at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.Util.getInstance(Util.java:386) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2809) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1811) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1725) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:80) ... 7 more Creating OrgFunctionRltshp Creating OrgLevel Creating OrgReferenceCode Creating OrgReferenceCodeDesc Creating OrgReferenceCodeRltshp Creating OrgReferenceRltshpPolicy Creating OrgRole Creating OrgRoleAction Creating OrgVersion Creating Person Error creating index xtkPerson for table Person: com.hof.dbtool.DBException: Error executing update ERR_UPDATEQUERY Query: CREATE INDEX xtkPerson ON Person ( LastName ASC, FirstName ASC, Gender ASC, DateOfBirth ASC ) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:88) at com.hof.dbtool.DBInterface.createIndex(DBInterface.java:890) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:403) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:186) at com.hof.installer.process.job.CreateTablesJob.run(CreateTablesJob.java:182) at com.hof.installer.izpack.IzpackFullProcessJob.runJob(IzpackFullProcessJob.java:167) at com.hof.installer.izpack.panels.YFProcessPanel$YFProcessPanelWorker.run(YFProcessPanel.java:314) at java.lang.Thread.run(Unknown Source) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 767 bytes at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.Util.getInstance(Util.java:386) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2809) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1811) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1725) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:80) ... 7 more Creating PersonConfiguration Creating PersonFavourite Creating PersonOrgRltshp Creating ReferenceCode Creating ReferenceCodeDesc Creating ReferenceCodeOrgRltshp Creating ReferenceCodeRltshp Creating ReferenceDay Creating ReferenceHoliday Creating ReportAlert Creating ReportAssociate Creating ReportAssociateField Creating ReportBroadcast Creating ReportBroadcastRecipient Creating ReportConstraint Creating ReportField Creating ReportFieldParameter Error creating index xpkReportFieldParam for table ReportFieldParameter: com.hof.dbtool.DBException: Error executing update ERR_UPDATEQUERY Query: CREATE INDEX xpkReportFieldParam ON ReportFieldParameter ( ViewId ASC, ReportId ASC, EntityTypeCode ASC, EntityId ASC, ClassName ASC, ParameterKey ASC ) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:88) at com.hof.dbtool.DBInterface.createIndex(DBInterface.java:890) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:403) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:186) at com.hof.installer.process.job.CreateTablesJob.run(CreateTablesJob.java:182) at com.hof.installer.izpack.IzpackFullProcessJob.runJob(IzpackFullProcessJob.java:167) at com.hof.installer.izpack.panels.YFProcessPanel$YFProcessPanelWorker.run(YFProcessPanel.java:314) at java.lang.Thread.run(Unknown Source) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 767 bytes at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.Util.getInstance(Util.java:386) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2809) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1811) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1725) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:80) ... 7 more Creating ReportFieldConverter Creating ReportFieldTemplate Error creating index xxkRptFieldTmplt for table ReportFieldTemplate: com.hof.dbtool.DBException: Error executing update ERR_UPDATEQUERY Query: CREATE INDEX xxkRptFieldTmplt ON ReportFieldTemplate ( ColumnName ASC ) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:88) at com.hof.dbtool.DBInterface.createIndex(DBInterface.java:890) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:403) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:186) at com.hof.installer.process.job.CreateTablesJob.run(CreateTablesJob.java:182) at com.hof.installer.izpack.IzpackFullProcessJob.runJob(IzpackFullProcessJob.java:167) at com.hof.installer.izpack.panels.YFProcessPanel$YFProcessPanelWorker.run(YFProcessPanel.java:314) at java.lang.Thread.run(Unknown Source) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 767 bytes at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.Util.getInstance(Util.java:386) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2809) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1811) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1725) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:80) ... 7 more Creating ReportFilter Creating ReportFormat Creating ReportGroup Creating ReportGroupEntity Creating ReportGroupFormat Error creating index xpkReportGroupFmt for table ReportGroupFormat: com.hof.dbtool.DBException: Error executing update ERR_UPDATEQUERY Query: CREATE INDEX xpkReportGroupFmt ON ReportGroupFormat ( GroupId ASC, EntityTypeCode ASC, EntityId ASC, ComponentTypeCode ASC, ComponentId ASC, FormatKey ASC ) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:88) at com.hof.dbtool.DBInterface.createIndex(DBInterface.java:890) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:403) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:186) at com.hof.installer.process.job.CreateTablesJob.run(CreateTablesJob.java:182) at com.hof.installer.izpack.IzpackFullProcessJob.runJob(IzpackFullProcessJob.java:167) at com.hof.installer.izpack.panels.YFProcessPanel$YFProcessPanelWorker.run(YFProcessPanel.java:314) at java.lang.Thread.run(Unknown Source) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 767 bytes at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.Util.getInstance(Util.java:386) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2809) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1811) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1725) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:80) ... 7 more Creating ReportHeader Creating ReportImageData Creating ReportImageMapZone Creating ReportImageItem Creating ReportInstance Creating ReportInstanceDrill Creating ReportInstanceFilter Creating ReportParameter Creating ReportScheduleWindow Creating ReportSourceFilter Error creating index xpkReportSourceFilter for table ReportSourceFilter: com.hof.dbtool.DBException: Error executing update ERR_UPDATEQUERY Query: CREATE INDEX xpkReportSourceFilter ON ReportSourceFilter ( SourceId ASC, IpPerson ASC, InternalRefType ASC, InternalRefId ASC ) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:88) at com.hof.dbtool.DBInterface.createIndex(DBInterface.java:890) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:403) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:186) at com.hof.installer.process.job.CreateTablesJob.run(CreateTablesJob.java:182) at com.hof.installer.izpack.IzpackFullProcessJob.runJob(IzpackFullProcessJob.java:167) at com.hof.installer.izpack.panels.YFProcessPanel$YFProcessPanelWorker.run(YFProcessPanel.java:314) at java.lang.Thread.run(Unknown Source) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 767 bytes at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.Util.getInstance(Util.java:386) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2809) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1811) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1725) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:80) ... 7 more Creating ReportTask Creating ReportTemplate Creating ReportTextLayout Creating ReportTranslation Creating ReportView Creating ReportViewRltshp Creating ReportViewSource Creating ReportViewSourceParameter Error creating index xpkRptViewSourceParam for table ReportViewSourceParameter: com.hof.dbtool.DBException: Error executing update ERR_UPDATEQUERY Query: CREATE INDEX xpkRptViewSourceParam ON ReportViewSourceParameter ( SourceId ASC, ParameterKey ASC, ParameterIndex ASC ) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:88) at com.hof.dbtool.DBInterface.createIndex(DBInterface.java:890) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:403) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:186) at com.hof.installer.process.job.CreateTablesJob.run(CreateTablesJob.java:182) at com.hof.installer.izpack.IzpackFullProcessJob.runJob(IzpackFullProcessJob.java:167) at com.hof.installer.izpack.panels.YFProcessPanel$YFProcessPanelWorker.run(YFProcessPanel.java:314) at java.lang.Thread.run(Unknown Source) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 767 bytes at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.Util.getInstance(Util.java:386) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2809) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1811) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1725) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:80) ... 7 more Error creating index xxkRptViewSourceParam for table ReportViewSourceParameter: com.hof.dbtool.DBException: Error executing update ERR_UPDATEQUERY Query: CREATE INDEX xxkRptViewSourceParam ON ReportViewSourceParameter ( SourceId ASC, ParameterTypeCode ASC, ParameterKey ASC, ParameterIndex ASC ) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:88) at com.hof.dbtool.DBInterface.createIndex(DBInterface.java:890) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:403) at com.hof.xmltool.XMLCreateSchema.createSchema(XMLCreateSchema.java:186) at com.hof.installer.process.job.CreateTablesJob.run(CreateTablesJob.java:182) at com.hof.installer.izpack.IzpackFullProcessJob.runJob(IzpackFullProcessJob.java:167) at com.hof.installer.izpack.panels.YFProcessPanel$YFProcessPanelWorker.run(YFProcessPanel.java:314) at java.lang.Thread.run(Unknown Source) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 767 bytes at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.Util.getInstance(Util.java:386) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2809) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1811) at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1725) at com.hof.dbtool.DBInterface.executeUpdate(DBInterface.java:80) ... 7 more Creating RltshpVersion Creating Slide Creating SlideComponent Creating SlideProperty Creating StaffHierarchy Creating StaffMemberRole Creating Storyboard Creating StoryboardTheme Creating StoryboardThemeProperty Creating TaskSchedule Creating TextData Creating TextEntity Creating TranslationText Creating Version Creating ActiveSession Creating AnalyticalFunctionPrompt Creating ReportGroupHelp Creating ReportSummaryFormat Creating ReportSummaryEntity Warning: Errors creating indexes Attaching user to the database Creating sequences Creating sequence NextDocumentSequence Creating sequence NextEventSequence Creating sequence NextPerformanceSequence Creating sequence NextSystemSequence Creating sequence NextTestingSequence Creating sequence NextTextEntitySequence Loading data Using stax api Loading data for AccessClassList Loading data from resource: com/hof/dataload/common/AccessClassList.xml Loaded 120 rows into table accessclasslist Loading data for AccessGroup Loading data for AccessGroupFlat Loading data for AccessGroupMembers Loading data for AccessLevel Loading data from resource: com/hof/dataload/tutorial/AccessLevel.xml Loaded 1 rows into table accesslevel Loading data from resource: com/hof/dataload/tutorial/yfbrand/AccessLevel.xml Loaded 1 rows into table accesslevel Loading data for Address Loading data for CachedFilter Loading data from resource: com/hof/dataload/tutorial/CachedFilter.xml Loaded 22 rows into table cachedfilter Loading data for CachedFilterValue Loading data from resource: com/hof/dataload/tutorial/CachedFilterValue.xml Loaded 486 rows into table cachedfiltervalue Loading data for Configuration Loading data from resource: com/hof/dataload/common/Configuration.xml Loaded 205 rows into table configuration Loading data from resource: com/hof/dataload/common/yfbrand/Configuration.xml Loaded 2 rows into table configuration Loading data for Contact Loading data for Content Loading data for ContentManagement Loading data from resource: com/hof/dataload/common/ContentManagement.xml Loaded 2 rows into table contentmanagement Loading data from resource: com/hof/dataload/tutorial/ContentManagement.xml Loaded 4 rows into table contentmanagement Loading data from resource: com/hof/dataload/usage/ContentManagement.xml Loaded 2 rows into table contentmanagement Loading data for ContentRltshp Loading data for ContentTag Loading data from resource: com/hof/dataload/tutorial/ContentTag.xml Loaded 8 rows into table contenttag Loading data for DaylightSavingOffset Loading data for DecisionResponse Loading data from resource: com/hof/dataload/tutorial/DecisionResponse.xml Loaded 14 rows into table decisionresponse Loading data for DiscussionGroup Loading data for DocumentData Loading data from resource: com/hof/dataload/tutorial/DocumentData.xml Loaded 313 rows into table documentdata Loading data from resource: com/hof/dataload/usage/DocumentData.xml Loaded 4 rows into table documentdata Loading data for DocumentItem Loading data from resource: com/hof/dataload/tutorial/DocumentItem.xml Loaded 167 rows into table documentitem Loading data from resource: com/hof/dataload/usage/DocumentItem.xml Loaded 4 rows into table documentitem Loading data for DocumentRevision Loading data from resource: com/hof/dataload/tutorial/DocumentRevision.xml Loaded 167 rows into table documentrevision Loading data from resource: com/hof/dataload/usage/DocumentRevision.xml Loaded 4 rows into table documentrevision Loading data for Dual Loading data for EntityStats Loading data from resource: com/hof/dataload/tutorial/EntityStats.xml Loaded 1 rows into table entitystats Loading data for Event Loading data for EventArchive Loading data for InvolvedParty Loading data for IpClass Loading data for IpContact Loading data for IpRltshp Loading data from resource: com/hof/dataload/common/IpRltshp.xml Loaded 3 rows into table iprltshp Loading data for KeyGenerator Loading data from resource: com/hof/dataload/common/KeyGenerator.xml Loaded 6 rows into table keygenerator Loading data for Organisation Loading data from resource: com/hof/dataload/common/Organisation.xml Loaded 1 rows into table organisation Loading data for OrgContact Loading data for OrgFunction Loading data from resource: com/hof/dataload/common/OrgFunction.xml Loaded 91 rows into table orgfunction Loading data for OrgFunctionRltshp Loading data for OrgLevel Loading data for OrgReferenceCode Loading data from resource: com/hof/dataload/common/OrgReferenceCode.xml Loaded 101 rows into table orgreferencecode Loading data from resource: com/hof/dataload/tutorial/OrgReferenceCode.xml Loaded 276 rows into table orgreferencecode Loading data from resource: com/hof/dataload/usage/OrgReferenceCode.xml Loaded 5 rows into table orgreferencecode Loading data for OrgReferenceCodeDesc Loading data from resource: com/hof/dataload/common/OrgReferenceCodeDesc.xml Loaded 101 rows into table orgreferencecodedesc Loading data from resource: com/hof/dataload/tutorial/OrgReferenceCodeDesc.xml Loaded 277 rows into table orgreferencecodedesc Loading data from resource: com/hof/dataload/usage/OrgReferenceCodeDesc.xml Loaded 5 rows into table orgreferencecodedesc Loading data for OrgReferenceCodeRltshp Loading data from resource: com/hof/dataload/common/OrgReferenceCodeRltshp.xml Loaded 2 rows into table orgreferencecoderltshp Loading data from resource: com/hof/dataload/tutorial/OrgReferenceCodeRltshp.xml Loaded 13 rows into table orgreferencecoderltshp Loading data from resource: com/hof/dataload/usage/OrgReferenceCodeRltshp.xml Loaded 4 rows into table orgreferencecoderltshp Loading data for OrgReferenceRltshpPolicy Loading data for OrgRole Loading data from resource: com/hof/dataload/common/OrgRole.xml Loaded 4 rows into table orgrole Loading data for OrgRoleAction Loading data for OrgVersion Loading data from resource: com/hof/dataload/common/OrgVersion.xml Loaded 11 rows into table orgversion Loading data from resource: com/hof/dataload/tutorial/OrgVersion.xml Loaded 5 rows into table orgversion Loading data for Person Loading data for PersonConfiguration Loading data from resource: com/hof/dataload/common/PersonConfiguration.xml Loaded 10 rows into table personconfiguration Loading data for PersonFavourite Loading data from resource: com/hof/dataload/tutorial/PersonFavourite.xml Loaded 6 rows into table personfavourite Loading data from resource: com/hof/dataload/tutorial/yfbrand/PersonFavourite.xml Loaded 1 rows into table personfavourite Loading data from resource: com/hof/dataload/usage/PersonFavourite.xml Loaded 4 rows into table personfavourite Loading data for PersonOrgRltshp Loading data from resource: com/hof/dataload/common/PersonOrgRltshp.xml Loaded 1 rows into table personorgrltshp Loading data for ReferenceCode Loading data from resource: com/hof/dataload/common/ReferenceCode.xml Loaded 3849 rows into table referencecode Loading data for ReferenceCodeDesc Loading data from resource: com/hof/dataload/common/ReferenceCodeDesc.xml Loaded 3861 rows into table referencecodedesc Loading data for ReferenceCodeOrgRltshp Loading data for ReferenceCodeRltshp Loading data from resource: com/hof/dataload/common/ReferenceCodeRltshp.xml Loaded 2850 rows into table referencecoderltshp Loading data for ReferenceDay Loading data from resource: com/hof/dataload/common/ReferenceDay.xml Loaded 5844 rows into table referenceday Loading data for ReferenceHoliday Loading data for ReportAlert Loading data from resource: com/hof/dataload/tutorial/ReportAlert.xml Loaded 74 rows into table reportalert Loading data from resource: com/hof/dataload/usage/ReportAlert.xml Loaded 10 rows into table reportalert Loading data for ReportAssociate Loading data from resource: com/hof/dataload/tutorial/ReportAssociate.xml Loaded 90 rows into table reportassociate Loading data from resource: com/hof/dataload/usage/ReportAssociate.xml Loaded 31 rows into table reportassociate Loading data for ReportAssociateField Loading data from resource: com/hof/dataload/tutorial/ReportAssociateField.xml Loaded 113 rows into table reportassociatefield Loading data from resource: com/hof/dataload/usage/ReportAssociateField.xml Loaded 31 rows into table reportassociatefield Loading data for ReportBroadcast Loading data for ReportBroadcastRecipient Loading data for ReportConstraint Loading data for ReportField Loading data from resource: com/hof/dataload/tutorial/ReportField.xml Loaded 319 rows into table reportfield Loading data from resource: com/hof/dataload/usage/ReportField.xml Loaded 82 rows into table reportfield Loading data for ReportFieldParameter Loading data from resource: com/hof/dataload/tutorial/ReportFieldParameter.xml Loaded 912 rows into table reportfieldparameter Loading data from resource: com/hof/dataload/usage/ReportFieldParameter.xml Loaded 222 rows into table reportfieldparameter Loading data for ReportFieldConverter Loading data from resource: com/hof/dataload/tutorial/ReportFieldConverter.xml Loaded 47 rows into table reportfieldconverter Loading data from resource: com/hof/dataload/usage/ReportFieldConverter.xml Loaded 13 rows into table reportfieldconverter Loading data for ReportFieldTemplate Loading data from resource: com/hof/dataload/tutorial/ReportFieldTemplate.xml Loaded 124 rows into table reportfieldtemplate Loading data from resource: com/hof/dataload/usage/ReportFieldTemplate.xml Loaded 61 rows into table reportfieldtemplate Loading data for ReportFilter Loading data from resource: com/hof/dataload/tutorial/ReportFilter.xml Loaded 273 rows into table reportfilter Loading data from resource: com/hof/dataload/usage/ReportFilter.xml Loaded 67 rows into table reportfilter Loading data for ReportFormat Loading data from resource: com/hof/dataload/tutorial/ReportFormat.xml Loaded 12892 rows into table reportformat Loading data from resource: com/hof/dataload/usage/ReportFormat.xml Loaded 4644 rows into table reportformat Loading data for ReportGroup Loading data from resource: com/hof/dataload/tutorial/ReportGroup.xml Loaded 11 rows into table reportgroup Loading data from resource: com/hof/dataload/usage/ReportGroup.xml Loaded 4 rows into table reportgroup Loading data for ReportGroupEntity Loading data from resource: com/hof/dataload/tutorial/ReportGroupEntity.xml Loaded 34 rows into table reportgroupentity Loading data from resource: com/hof/dataload/usage/ReportGroupEntity.xml Loaded 19 rows into table reportgroupentity Loading data for ReportGroupFormat Loading data from resource: com/hof/dataload/tutorial/ReportGroupFormat.xml Loaded 104 rows into table reportgroupformat Loading data from resource: com/hof/dataload/usage/ReportGroupFormat.xml Loaded 65 rows into table reportgroupformat Loading data for ReportHeader Loading data from resource: com/hof/dataload/tutorial/ReportHeader.xml Loaded 75 rows into table reportheader Loading data from resource: com/hof/dataload/usage/ReportHeader.xml Loaded 28 rows into table reportheader Loading data for ReportImageData Loading data from resource: com/hof/dataload/common/ReportImageData.xml Loaded 116 rows into table reportimagedata Loading data from resource: com/hof/dataload/common/yfbrand/ReportImageData.xml Loaded 794 rows into table reportimagedata Loading data from resource: com/hof/dataload/tutorial/ReportImageData.xml Loaded 1538 rows into table reportimagedata Loading data from resource: com/hof/dataload/tutorial/yfbrand/ReportImageData.xml Loaded 487 rows into table reportimagedata Loading data for ReportImageMapZone Loading data from resource: com/hof/dataload/tutorial/ReportImageMapZone.xml Loaded 187 rows into table reportimagemapzone Loading data for ReportImageItem Loading data from resource: com/hof/dataload/common/ReportImageItem.xml Loaded 30 rows into table reportimageitem Loading data from resource: com/hof/dataload/common/yfbrand/ReportImageItem.xml Loaded 97 rows into table reportimageitem Loading data from resource: com/hof/dataload/tutorial/ReportImageItem.xml Loaded 353 rows into table reportimageitem Loading data from resource: com/hof/dataload/tutorial/yfbrand/ReportImageItem.xml Loaded 72 rows into table reportimageitem Loading data for ReportInstance Loading data from resource: com/hof/dataload/tutorial/ReportInstance.xml Loaded 1948 rows into table reportinstance Loading data for ReportInstanceDrill Loading data for ReportInstanceFilter Loading data from resource: com/hof/dataload/tutorial/ReportInstanceFilter.xml Loaded 711 rows into table reportinstancefilter Loading data for ReportParameter Loading data for ReportScheduleWindow Loading data for ReportSourceFilter Loading data for ReportTask Loading data for ReportTemplate Loading data for ReportTextLayout Loading data for ReportTranslation Loading data for ReportView Loading data from resource: com/hof/dataload/tutorial/ReportView.xml Loaded 12 rows into table reportview Loading data from resource: com/hof/dataload/usage/ReportView.xml Loaded 12 rows into table reportview Loading data for ReportViewRltshp Loading data from resource: com/hof/dataload/tutorial/ReportViewRltshp.xml Loaded 13 rows into table reportviewrltshp Loading data from resource: com/hof/dataload/usage/ReportViewRltshp.xml Loaded 10 rows into table reportviewrltshp Loading data for ReportViewSource Loading data for ReportViewSourceParameter Loading data for RltshpVersion Loading data from resource: com/hof/dataload/common/RltshpVersion.xml Loaded 92 rows into table rltshpversion Loading data for Slide Loading data from resource: com/hof/dataload/tutorial/yfbrand/Slide.xml Loaded 23 rows into table slide Loading data for SlideComponent Loading data from resource: com/hof/dataload/tutorial/yfbrand/SlideComponent.xml Loaded 48 rows into table slidecomponent Loading data for SlideProperty Loading data from resource: com/hof/dataload/tutorial/yfbrand/SlideProperty.xml Loaded 115 rows into table slideproperty Loading data for StaffHierarchy Loading data from resource: com/hof/dataload/common/StaffHierarchy.xml Loaded 2 rows into table staffhierarchy Loading data for StaffMemberRole Loading data from resource: com/hof/dataload/common/StaffMemberRole.xml Loaded 1 rows into table staffmemberrole Loading data for Storyboard Loading data from resource: com/hof/dataload/tutorial/yfbrand/Storyboard.xml Loaded 1 rows into table storyboard Loading data for StoryboardTheme Loading data from resource: com/hof/dataload/common/StoryboardTheme.xml Loaded 7 rows into table storyboardtheme Loading data from resource: com/hof/dataload/common/yfbrand/StoryboardTheme.xml Loaded 6 rows into table storyboardtheme Loading data for StoryboardThemeProperty Loading data from resource: com/hof/dataload/common/StoryboardThemeProperty.xml Loaded 223 rows into table storyboardthemeproperty Loading data from resource: com/hof/dataload/common/yfbrand/StoryboardThemeProperty.xml Loaded 220 rows into table storyboardthemeproperty Loading data for TaskSchedule Loading data from resource: com/hof/dataload/common/TaskSchedule.xml Loaded 7 rows into table taskschedule Loading data from resource: com/hof/dataload/tutorial/TaskSchedule.xml Loaded 4 rows into table taskschedule Loading data from resource: com/hof/dataload/usage/TaskSchedule.xml Loaded 3 rows into table taskschedule Loading data for TextData Loading data from resource: com/hof/dataload/tutorial/TextData.xml Loaded 25 rows into table textdata Loading data from resource: com/hof/dataload/tutorial/yfbrand/TextData.xml Loaded 33 rows into table textdata Loading data for TextEntity Loading data from resource: com/hof/dataload/tutorial/TextEntity.xml Loaded 5 rows into table textentity Loading data from resource: com/hof/dataload/tutorial/yfbrand/TextEntity.xml Loaded 33 rows into table textentity Loading data for TranslationText Loading data for Version Loading data from resource: com/hof/dataload/common/Version.xml Loaded 223 rows into table version Loading data for ActiveSession Loading data for AnalyticalFunctionPrompt Loading data from resource: com/hof/dataload/tutorial/AnalyticalFunctionPrompt.xml Loaded 2 rows into table analyticalfunctionprompt Loading data for ReportGroupHelp Loading data for ReportSummaryFormat Loading data from resource: com/hof/dataload/tutorial/ReportSummaryFormat.xml Loaded 70 rows into table reportsummaryformat Loading data for ReportSummaryEntity Loading data from resource: com/hof/dataload/tutorial/ReportSummaryEntity.xml Loaded 9 rows into table reportsummaryentity Loading Ski Team ReportViewSource record Loading Report Usage data source record Updating Organisation timezone Matched timezone Australia/Sydney to code AUSTRALIA/SYDNEY Updating InstalledLanguages configuration parameter Updating configuration Updating configuration files Path: C:\Yellowfin\YF 6.3 MySQL Nancy/appserver/bin/catalina.bat Path: C:\Yellowfin\YF 6.3 MySQL Nancy/appserver/bin/catalina.sh Path: C:\Yellowfin\YF 6.3 MySQL Nancy/appserver/bin/service.bat Path: C:\Yellowfin\YF 6.3 MySQL Nancy/appserver/conf/server.xml Path: C:\Yellowfin\YF 6.3 MySQL Nancy/appserver/conf/Catalina/localhost/ROOT.xml Updating war file Updating database Updating Configuration Table Loading licence file Setting up admin user Closing database connections Shutting down database [YFShortcutPanel] Shortcuts created Yellowfin Installer exiting at 2017-01-13 16:11 (AEDT)