BEXIS2 / Core

This is the public code repository of the BEXIS2 data management software. It contains only modules, components, and packages of the core system. Contributed modules and components will be available in separate repositories. For more information on BEXIS2, please visit our website.
https://bexis2.github.io/
17 stars 13 forks source link

Some download options do not work #461

Closed geofranzi closed 4 years ago

geofranzi commented 4 years ago

maybe related to my test data

image

my test data: image

geofranzi commented 4 years ago

It tries to find a path, which only exists where the dataset was created. It seems the absolute path is saved instead of relative. This is a problem as we plan to move our migrated database later to our new server.

Could not find a part of the path 'C:\[...our server path..] Workspace\Modules\DIM\MappingFile_intern_New-BE-MetadataSchema_to_extern_schema_explos_bexis2.xml'.

geofranzi commented 4 years ago

image

DavidBlaa commented 4 years ago

can you please check in your code if the paths are saved completely? When I look at the code of the schema import and the seeddata (e.g. ABCD Schema), I do not see complete paths to the mapping files.

metadataschema

geofranzi commented 4 years ago

Hm, maybe it's introduced by accident during our migration process. I will check our code.

geofranzi commented 4 years ago

related to migration