[dspace-tech] how to change embargo startDateLimit to forever?

2024-06-12 Thread Joanna Lee
Hello all. Can anyone provide guidance about how to change the startDateLimit value to forever to allow a permanent embargo? Would removing that line remove the restriction? Or is it better to put something like +999MONTHS? In a previous version of DSpace, you could use the string "forever" to

Re: [dspace-tech] Re: DSpace 6.3 Bitstream details table - help needed

2024-06-12 Thread Kelley Canon
Thanks, Mark. Kelley Canon *Generations will REAP what we sow!* *Find REAP & RAMP help and LCA info on Gateway * Language & Culture Archives - REAP Administrator SIL International On Mon, Jun 10, 202

[dspace-tech] Re: Dspace 7 ERROR on Production

2024-06-12 Thread DSpace Technical Support
Hi Juan, It's difficult for me to provide advice on your WAF (web application firewall) configuration or setup. All I can say is that, if your WAF doesn't support Javascript-based web applications, then it may require updates. Because the DSpace User Interface is an Angular/Javascript applicat

[dspace-tech] Re: Dspace 7 ERROR on Production

2024-06-12 Thread Juan López
Forgot to mention, we have SSR set in our DSpace. El miércoles, 12 de junio de 2024 a las 15:55:43 UTC-5, Juan López escribió: > Hi Tim! > > Thank you for the response. So does this mean that the IT team needs to > change the WAF configuration to fit the needs of the DSpace architecture? > > Jua

[dspace-tech] Re: Dspace 7 ERROR on Production

2024-06-12 Thread Juan López
Hi Tim! Thank you for the response. So does this mean that the IT team needs to change the WAF configuration to fit the needs of the DSpace architecture? Juan. El lunes, 10 de junio de 2024 a las 17:01:42 UTC-5, DSpace Technical Support escribió: > Hi Juan, > > Because the frontend is a *Javas

[dspace-tech] Re: Missing button on submitting an item to a collection

2024-06-12 Thread hb wooley
Tim, I've tested the method you noted and it worked as described. Thank you for this information! BW On Wednesday, June 12, 2024 at 10:38:43 AM UTC-5 DSpace Technical Support wrote: > Hi, > > This issue is noted in a ticket at > https://github.com/DSpace/dspace-angular/issues/2556 > > As I've

[dspace-tech] Re: Problem with the maximum file upload size

2024-06-12 Thread Javi Rojo Díaz
Hello, I have added the following lines in dspace.cfg, restarted Tomcat, and it is already working. I have been able to upload documents larger than 512MB. *# Maximum size of a single uploaded file (default = 1MB)spring.servlet.multipart.max-file-size = 1024MB# Maximum size of a multip

[dspace-tech] Re: Missing button on submitting an item to a collection

2024-06-12 Thread DSpace Technical Support
Hi, This issue is noted in a ticket at https://github.com/DSpace/dspace-angular/issues/2556 As I've also noted in that ticket, there is a way to achieve the same behavior from DSpace 7 (to submit to the current collection). But, the process is not as user friendly as a button. See this comme

[dspace-tech] Re: Researcher profile not yet associated on DSpace 7.6.1

2024-06-12 Thread DSpace Technical Support
Hi Lewatle, The error message you shared from dspace.log appears to be a partial stacktrace... It's missing the most important information, which is the error message (exception type/name/message) that appears at the top of that stacktrace. See our Troubleshooting Guide for locating errors in

[dspace-tech] Re: Problem with the maximum file upload size

2024-06-12 Thread DSpace Technical Support
The answer here depends on the version of DSpace. The "upload.max" setting only works in DSpace 6 and below. As of DSpace 7 (and above), the correct settings are those "spring.servlet.*" settings detailed by BW. This is because the file upload limitations are now enforced by Spring Boot. See

[dspace-tech] Researcher profile not yet associated on DSpace 7.6.1

2024-06-12 Thread Lewatle Johannes Phaladi
Hello, I have followed this documentation : https://wiki.lyrasis.org/display/DSDOC7x/Researcher+Profiles but when I click on create new button I get error message saying : [image: image_2024-06-12_153014040.png] The following is copy of dspace.log file at org.springframework.web.filter.Once

[dspace-tech] Re: Problem with the maximum file upload size

2024-06-12 Thread hb wooley
You can add the below to your dspace/config/local.cfg # EXAMPLE OVERRIDE: # By uncommenting the below Spring Boot settings, you can increase or decrease the maximum upload size. # These defaults are specified in [dspace-src]/dspace-server-webapp/src/main/resources/application.properties # but ma

[dspace-tech] Normalize typologies for bibtex

2024-06-12 Thread Julio
In the Dspace 5.1 CRIS version, in the detail of an item you can export the metadata in bibtext, the first value is dc.type, but the value that is recorded does not correspond to the value normalized by bibtext. How could a conversion be made from the value of the item in dc.type to the correspo

[dspace-tech] Re: Problem with the maximum file upload size

2024-06-12 Thread Julio
Hello, to change the maximum size of the files that can be uploaded to Dspace, you must edit the dspace.cfg file and modify the parameter: upload.max, this value must be in bytes, if you set -1, there will be no limit. I hope it is useful to you. Greetings El miércoles, 12 de junio de 2024 a

[dspace-tech] Missing button on submitting an item to a collection

2024-06-12 Thread hb wooley
1 - In the new DSpace 7 UI there is not a button "Submit to this Collection" on the collection home page like in DSpace 6. How would I add a button to the DSpace 7 collection home page like the button on the collection home page in DSpace 6? [image: Screenshot 2024-06-11 at 10.08.55 AM.png] 2 -

[dspace-tech] Problem with the maximum file upload size

2024-06-12 Thread Javi Rojo Díaz
Good morning. We are having problems uploading files to items in DSpace 7.6, and it seems that it's due to the upload file size limit. Based on the tests I've been doing, it gives an error when the file is over 500MB. Is it correct that the file size limit is 500MB? If so, can this limit be i