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

[Enhancements] contentdescriptor: URI field to short for longer file names - Fail #810

Closed DavidBlaa closed 3 years ago

DavidBlaa commented 3 years ago

Precondition

https://github.com/BEXIS2/Core/issues/800

Files with longer name failed because the uri field was from data type varchar254

Steps to Reproduce:

Step Action Expected Status
1 try to upload a file with a filename >254 chars Fail
DavidBlaa commented 3 years ago

https://bexis2.testquality.com defect D112.

geofranzi commented 3 years ago

Workspace angepasst.?

DavidBlaa commented 3 years ago

das Problem lag nicht am Workspace, sondern an der MAX_PATH Länge (260) von Windows. Ich habe den Code angepasst, dass der Pfad nicht länger sein darf und Fehlermeldungen hinzugefügt