You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot export data dictionnary in Excel from opal any more:
2015-03-16 11:31:11,039 [qtp1469107147-285] ERROR org.obiba.opal.web.provider.ErrorDtoExceptionMapper - System error Internal Server Error: java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException: createWriter() is not supported by datasource of type excel
at org.obiba.magma.support.AbstractDatasource.createWriter(AbstractDatasource.java:120) <sub>[magma-api-1.12-SNAPSHOT.jar:1.12-SNAPSHOT]
at org.obiba.magma.support.DatasourceCopier.createValueTableWriter(DatasourceCopier.java:296) </sub>[magma-api-1.12-SNAPSHOT.jar:1.12-SNAPSHOT]
at org.obiba.magma.support.DatasourceCopier.innerValueTableWriter(DatasourceCopier.java:301) <sub>[magma-api-1.12-SNAPSHOT.jar:1.12-SNAPSHOT]
at org.obiba.magma.support.DatasourceCopier.copy(DatasourceCopier.java:213) </sub>[magma-api-1.12-SNAPSHOT.jar:1.12-SNAPSHOT]
at org.obiba.magma.support.DatasourceCopier.copy(DatasourceCopier.java:202) <sub>[magma-api-1.12-SNAPSHOT.jar:1.12-SNAPSHOT]
at org.obiba.opal.web.magma.DatasourceTablesResourceImpl.getExcelDictionary(DatasourceTablesResourceImpl.java:152) </sub>[opal-core-ws-2.4-SNAPSHOT.jar:na]
Jira issue originally created by user @ymarcon:
Restrict Excel datasource usage to data dictionary = read only "Variables" and "Categories" worksheets, ignore others.
Rational: excel does not scale for data storage and some excel files fail to be loaded because of malformed sheets.
The text was updated successfully, but these errors were encountered: